[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HowTo: Log a message without displaying it?
From: |
T.V Raman |
Subject: |
Re: HowTo: Log a message without displaying it? |
Date: |
Mon, 29 Jun 2020 17:42:19 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
"T.V Raman" <raman@google.com> writes:
Here is a simple implementation
https://github.com/tvraman/emacspeak/blob/master/lisp/emacspeak-speak.el#L191-l97
> The elisp docs talk about how to display a message, and how to disable
> logging of that message. Is it possible to do the converse, ie log a
> message to *Messages* *without* displaying the message? I suppose I
> could directly access that buffer with (messages-buffer) and write to
> it -- but is there a builtin/blessed elisp call that does this?
>
> --
--