emacs-devel
[Top][All Lists]
Advanced

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

Re: Message buffer time-stamps


From: Juri Linkov
Subject: Re: Message buffer time-stamps
Date: Wed, 29 Dec 2004 09:07:27 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

When I looked at the code in `message_dolog' I found one problem.

After printing a message to the *Messages* buffer the code moves the
point to the end of the *Messages* buffer, if the point was at the end
before printing a message.  This is a useful feature, but currently
it works only when the *Messages* buffer is the current buffer.
If messages are printed from other buffers the point does not remain
at the end of the *Messages* buffer.  Is it the intended restriction?

In Shell buffers point remains always at the end of the buffer
if it was there before command execution.  For the *Messages* buffer
this would be useful too, no matter what buffer is the current during
message printing.

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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