Daniel Jensen <[EMAIL PROTECTED]> writes: > Here's a tip for those of you who would like to use mplayer without > Bongo interfering while watching movies, but want Bongo to control > other mplayer activities. > > (defadvice bongo-start-mplayer-player (around non-interactive-movies > (file-name) activate) > "Don't play movie files interactively with mplayer." > (let ((bongo-mplayer-interactive > (not (bongo-file-name-matches-p file-name > '(local-file "avi" "mpg"))))) > ; and so on > ad-do-it))
Great tip! I've been using it for a while. Here's another one:
binnso0GdFNFE.bin
Description: application/emacs-lisp
-- Daniel Brockman <[EMAIL PROTECTED]>
_______________________________________________ bongo-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bongo-devel
