emms-help
[Top][All Lists]
Advanced

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

Re: [emms-help] Re: Some bugs due to new features


From: William XWL
Subject: Re: [emms-help] Re: Some bugs due to new features
Date: Sun, 21 Aug 2005 17:24:48 +0800

On 8/21/05, Lucas Bonnet <address@hidden> wrote:

[...]

> By the way, I think that the time displayed should support different
> formatting. I don't know if I'm clear, but something like that :
> 
> (defcustom emms-playing-time-display-format "--[%M:%S]--"
>   "Docstring")
> 
> For example, I like the playing time separated from the previous item
> with a dash ('-') or a space, as long as it's not sticked.

Well. Think of this:

(setq emms-playing-time-display-format " %s "
      emms-mode-line-format " [ %s ] ")

If `emms-playing-time-display-format' and `emms-mode-line-format' are
placed together, than there's an extra space between them. Kind of a
waste, hehe... I'd rather customize my mode line myself, e.g.,

(setq global-mode-string
      '(""
        appt-mode-string
        display-time-string
        erc-modified-channels-object
        emms-mode-line-string
        emms-playing-time-string " "
        emms-lyric-mode-line-string))

Anyway, if that possible extra space isn't a big deal, then fine. :-)
I'll add that. Maybe i'd better provide `emms-lyric-mode-line-format'
as well before being asked. :-)

-----
William




reply via email to

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