emacs-devel
[Top][All Lists]
Advanced

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

Re: More noticeable version of (message)


From: Lennart Borgman
Subject: Re: More noticeable version of (message)
Date: Fri, 4 Nov 2011 01:56:06 +0100

No it should color both the echo area and the *Messages* buffer. Try this:

(defun hello-temp ()
  (interactive)
  (web-vcs-message-with-face
   'font-lock-warning-face
   "hello!"
   ))

On Thu, Nov 3, 2011 at 23:44, chad <address@hidden> wrote:
> This looks like it's designed to markup the *Messages* buffer only; is
> that correct? I was going to suggest to the OP that, especially when
> in fullscreen mode, he consider arranging to have a (emacs) window
> showing *Messages* by default, but decided that it was a case of
> telling the user to change to match the program. If you have already
> automated the process of ``keep a few lines of *Messages* visible all
> the time'', that might be useful beyond nXhtml users.
>
> Thanks,
> *Chad
>
> On Nov 3, 2011, at 11:16 AM, Lennart Borgman wrote:
>>
>> Here is the version I am using in nXhtml: […]
>
>



reply via email to

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