[Top][All Lists]
[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 06:44:36 +0100 |
|
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.90 (gnu/linux) |
I wrote this hours ago, but it has not shown up yet. I apologise if
this will result in a duplicate message.
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>
- [bongo-devel] seek and volume, Angelina Carlton, 2006/11/20
- [bongo-devel] Re: seek and volume, Daniel Brockman, 2006/11/21
- Re: [bongo-devel] seek and volume,
Daniel Jensen <=
- Re: [bongo-devel] seek and volume, Romain Francoise, 2006/11/21
- Re: [bongo-devel] seek and volume, Daniel Brockman, 2006/11/22
- Re: [bongo-devel] seek and volume, Daniel Brockman, 2006/11/22
- Re: [bongo-devel] seek and volume, Daniel Jensen, 2006/11/22
- Re: [bongo-devel] seek and volume, Daniel Brockman, 2006/11/22
- Re: [bongo-devel] seek and volume, Daniel Jensen, 2006/11/23
- Re: [bongo-devel] seek and volume, Romain Francoise, 2006/11/24