mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-19 01:10:57 -08:00
Ref: http://lists.gnu.org/archive/html/emacs-devel/2010-02/msg00135.html * lisp/simple.el (messages-buffer-mode): New major mode. (messages-buffer): New function. * lisp/startup.el (normal-top-level): Switch mode of *Messages* buffer. * src/xdisp.c (message_dolog): If we create *Messages*, switch it to messages-buffer-mode. * lisp/emacs-lisp/ert.el (ert--force-message-log-buffer-truncation) (ert-run-test): Use `message-buffer' function. (ert--force-message-log-buffer-truncation): Ignore read-only. * lisp/help.el (view-echo-area-messages): Use `message-buffer' function. * lisp/mail/emacsbug.el (report-emacs-bug): Use `message-buffer' function. * lisp/gnus/gnus-util.el (gnus-message-with-timestamp-1): Use `message-buffer' function if available. Ignore read-only. * etc/NEWS: Mention this. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| binhex.el | ||
| blessmail.el | ||
| emacsbug.el | ||
| feedmail.el | ||
| footnote.el | ||
| hashcash.el | ||
| mail-extr.el | ||
| mail-hist.el | ||
| mail-utils.el | ||
| mailabbrev.el | ||
| mailalias.el | ||
| mailclient.el | ||
| mailheader.el | ||
| metamail.el | ||
| mspools.el | ||
| reporter.el | ||
| rfc822.el | ||
| rfc2368.el | ||
| rmail-spam-filter.el | ||
| rmail.el | ||
| rmailedit.el | ||
| rmailkwd.el | ||
| rmailmm.el | ||
| rmailmsc.el | ||
| rmailout.el | ||
| rmailsort.el | ||
| rmailsum.el | ||
| sendmail.el | ||
| smtpmail.el | ||
| supercite.el | ||
| uce.el | ||
| undigest.el | ||
| unrmail.el | ||
| uudecode.el | ||