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

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

Re: Viewing the *Messages* buffer is too inconvenient


From: Kevin Rodgers
Subject: Re: Viewing the *Messages* buffer is too inconvenient
Date: Tue, 08 Jan 2002 10:52:03 -0700

Algol Petrofsky wrote:
> (defun view-messages ()
>   "View the log of recent echo-area messages.
> 
> The number of messages retained is specified by the variable 
> `message-log-max'."
>   (interactive)
>   (switch-to-buffer (get-buffer-create "*Messages*")))

Good idea, but I think it would be better to use pop-to-buffer.

-- 
Kevin Rodgers <kevinr@ihs.com>



reply via email to

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