GNU bug report logs - #13015
24.2; (let (message-log-max) (message ...)) does not disable logging

Previous Next

Package: emacs;

Reported by: Philipp Moeller <philipp.moeller <at> geometryfactory.com>

Date: Tue, 27 Nov 2012 22:34:01 UTC

Severity: minor

Tags: notabug

Found in version 24.2

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: Philipp Moeller <philipp.moeller <at> geometryfactory.com>
Cc: 13015 <at> debbugs.gnu.org
Subject: bug#13015: 24.2; (let (message-log-max) (message ...)) does not disable logging
Date: Tue, 27 Nov 2012 17:37:45 -0500
Philipp Moeller wrote:

> does not work in Emacs 24.1, e.g. evaluating:
>
>   (let (message-log-max) (message "foobar"))
>
> will still print "foobar" in *Messages* buffer.

I suspect you are being confused by the fact that message returns what
it printed. Try:

 (let (message-log-max) (message "foobar") nil)




This bug report was last modified 12 years and 238 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.