GNU bug report logs - #12849
24.2.50; Doc: `message': mention `message-log-max'

Previous Next

Package: emacs;

Reported by: Michael Heerdegen <michael_heerdegen <at> web.de>

Date: Sat, 10 Nov 2012 00:14:02 UTC

Severity: minor

Found in version 24.2.50

Fixed in version 24.3

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: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Leo <sdl.web <at> gmail.com>
Cc: 12849 <at> debbugs.gnu.org
Subject: bug#12849: 24.2.50; Doc: `message': mention `message-log-max'
Date: Sat, 10 Nov 2012 17:51:24 +0100
Leo <sdl.web <at> gmail.com> writes:

> How about adding:
>
> (defsubst message-nolog (format-string &rest args)
>   "Same as `message' except not writing to *Messages* buffer."
>   (let (message-log-max) (apply 'message format-string args)))
>
> This could encourage elisp authors to choose what to log to *Messages*
> buffer. For example, ff-quiet-mode defaults to nil and, boy, this
> library can write thousands of useless lines to *Messages* buffer.

I would appreciate something like that (besides improving the doc).

Maybe the same could be done for `with-temp-message'.


Regards,

Michael. 




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

Previous Next


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