bongo-devel
[Top][All Lists]
Advanced

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

Re: [bongo-devel] Announcing removal of TODO items


From: Daniel Brockman
Subject: Re: [bongo-devel] Announcing removal of TODO items
Date: Sat, 09 Dec 2006 21:18:27 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Romain Francoise <address@hidden> writes:

> Daniel Brockman <address@hidden> writes:
>
>> You may now change playback mode by giving a C-u argument to
>> one of the playback commands.  For example, `C-u C-c C-r'
>> switches to random playback mode, and `C-u C-c C-s' switches
>> to start/stop playback mode (i.e., stop after each track).
>> Others are `C-u C-c C-n', `C-u C-c C-p' and `C-u C-c C-a'.
>> The default mode is progressive playback (`C-u C-c C-n').
>
> Perhaps the playlist buffer could show which playback mode
> is current, e.g. by changing the major mode indicator to
> Playlist/Random or Playlist/Start-stop.  Or something.

I actually added this TODO item yesterday:

 * Display `bongo-next-action' indicator in the mode line.

So, good idea. :-)

Anyway, your request prompted me to implement it.  You may
disable it by setting `bongo-display-playback-mode-indicator'.

If anyone is using custom playback modes (you can do this by
setting `bongo-next-action' to custom functions), you can
specify the indicator string to use for those modes by
putting `bongo-playback-mode-indicator' properties on the
symbols naming the functions used for `bongo-next-action'.

Instead of `Playlist/Random' and `Playlist/Start-stop', as
you suggested, I chose `Playlist[random]' and `Playlist[stop]'.
That format mirrors how `sh-mode' and `conf-mode' indicate
their sub-modes.

What do you think?

-- 
Daniel Brockman <address@hidden>




reply via email to

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