Romain Francoise <[EMAIL PROTECTED]> writes:

> Daniel Brockman <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>


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

Reply via email to