bongo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bongo-devel] seek and volume


From: Daniel Jensen
Subject: Re: [bongo-devel] seek and volume
Date: Tue, 21 Nov 2006 02:39:36 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.90 (gnu/linux)

Angelina Carlton <address@hidden> writes:

> | (define-key map "v" 'volume-quit)

> in volume.el but this didn't seem to do anything.

There is nothing wrong with this code in volume.el. If you restart
Emacs you will find it working. Note that a defvar form does not
change the value of a bound symbol. You can define the key in the
existing keymap, without restarting or otherwise rebinding the
variable, by evaluating the following:

   (define-key volume-mode-map "v" 'volume-quit)

Place point after the form and press `C-x C-e'.

> Also, bongo seems to play only one song and stop. Is this by default?

This is a bug. The vlc program does not return after the song has
finished playing. I have no idea why. The VLC documentation [1] is not
very helpful to me. It would be nice if Daniel could help us out here.

While you're waiting for the bugfix, you can disable the VLC backend.

Daniel, I think VLC should have lower priority in the matching of
filenames to backends. Or rather, mpg123 should have higher priority.

[1] <URL:http://www.videolan.org/doc/play-howto/en/ch04.html>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]