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

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

Re: [External] : messages to *Messages* without appearing in mini-buffer


From: Emanuel Berg
Subject: Re: [External] : messages to *Messages* without appearing in mini-buffer?
Date: Fri, 12 Nov 2021 05:02:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Michael Heerdegen wrote:

>> Still ... IMO a dedicated function is better than setting
>> variable back and forth if you plan to use this a lot.
>
> You typically bind the variable, and since it's special, it
> can silence calls to `message' in code you call that calls
> `message'.

Best:

  (do-some-thing)

Second best:

  (do-some-thing this-way)

Not 3rd place:

  (let ((control-behavior with-some-value))
    (in-function) )

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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