help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Mode to display information in the topmost line of a window


From: Geralt
Subject: Re: Mode to display information in the topmost line of a window
Date: Sat, 1 Aug 2009 11:30:24 +0200

On Sat, Aug 1, 2009 at 1:51 AM, Lennart
Borgman<lennart.borgman@gmail.com> wrote:
> On Sat, Aug 1, 2009 at 1:46 AM, Geralt<usr.gentoo@googlemail.com> wrote:
>>     (let ((message-log-max nil))
>> -      (cond (eldoc-last-message (message "%s" eldoc-last-message))
>> +      (cond (eldoc-last-message (if eldoc-display-in-header-line
>> +                                   (setq header-line-format 
>> eldoc-last-message)
>> +                                 (message "%s" eldoc-last-message)))
>>            (omessage (message nil)))))
>>   eldoc-last-message)
>
> Isn't the line (omessage (message nil)) clearing old messages in the
> message area? If the head-line is used that should not be needed.
>
Yes, you're right, I'll put that one into the ELSE clause and then
I'll submit it to emacs-devel@gnu.org





Geralt.




reply via email to

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