Daniel Brockman <[EMAIL PROTECTED]> writes:

> Wow, this is so incredibly stupid.

Indeed.

> I guess I'll add the `pausing_keep' prefix anyway, as a lame
> pseudo-workaround.  That behavior is better than the current,
> and at least makes it more evident that mplayer is to blame.

All right.

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))



_______________________________________________
bongo-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bongo-devel

Reply via email to