emms-help
[Top][All Lists]
Advanced

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

Re: [emms-help] emms-modeline


From: Lucas
Subject: Re: [emms-help] emms-modeline
Date: Mon, 22 Mar 2004 04:12:12 +0100
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Mario Domgörgen <address@hidden> writes:

> Lucas <address@hidden> writes:
>
>
> I still can't reproduce that, but maybe it's gone in the new version...

:-)

>
>> * On a dual frame Emacs (one for Gnus, for example), the inactive frame
>>   isn't updated with the new title.
>
> emms-modeline now respects frame-title-format and should be a lot more stable.

I suggest to redefine emms-modeline-alter-modeline to something like that :

(defun emms-modeline-alter-modeline ()
  "Update the modeline with song info."
  (when emms-modeline-modeline
    (setq emms-modeline-string (concat " ["
          (funcall emms-modeline-modeline) "] "))
    (force-mode-line-update)))

So we have " [artist - song] "  (better usability). We'd better define a
generic for that, even :)

Tarball updated at http://www.gnu.org/software/emms/snaps/

Thanks :)

-- 
Lucas




reply via email to

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