From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.help Subject: Re: Emacs and tmux & the echo area (on Unix & Linux SX) Date: Sun, 21 Jul 2013 21:16:47 +0200 Organization: Aioe.org NNTP Server Message-ID: <87eharafkw.fsf@VLAN-3434.student.uu.se> References: <87r4eshtqs.fsf@VLAN-3434.student.uu.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1374434418 15589 80.91.229.3 (21 Jul 2013 19:20:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Jul 2013 19:20:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 21 21:20:21 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V0zB4-0002w4-Ra for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jul 2013 21:20:18 +0200 Original-Received: from localhost ([::1]:33525 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0zB4-00048L-Ea for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jul 2013 15:20:18 -0400 Original-Path: usenet.stanford.edu!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.erje.net!eu.feeder.erje.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: SWN/nubmpQxYKwY7hPy4YA.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:fQSzXh3lv4LHOR6fx5YjOS2FWYk= Original-Xref: usenet.stanford.edu gnu.emacs.help:200033 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92299 Archived-At: Drew Adams 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