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

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

Re: Emacs and tmux & the echo area (on Unix & Linux SX)


From: Emanuel Berg
Subject: Re: Emacs and tmux & the echo area (on Unix & Linux SX)
Date: Sun, 21 Jul 2013 21:16:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Drew Adams <drew.adams@oracle.com> writes:

> Binding `message-log-max' to nil suppresses messages ...

Yes, excellent!

(defun test-suppress-msgs ()
  (interactive)
  (let ((log-size message-log-max))
    (setq message-log-max nil)
    (message "This message is suppressed.")
    (setq message-log-max log-size)
    (message "This is echoed, and logged.") ))

I'll post this solution right now, as I take it you won't, but I
will mention gnu.emacs.help.

-- 
Emanuel Berg - programmer (hire me! CV below)
computer projects: http://user.it.uu.se/~embe8573
internet activity: http://home.student.uu.se/embe8573


reply via email to

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