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: Lennart Borgman
Subject: Re: Mode to display information in the topmost line of a window
Date: Sat, 1 Aug 2009 01:51:00 +0200

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.




reply via email to

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