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: Michael Heerdegen
Subject: Re: [External] : messages to *Messages* without appearing in mini-buffer?
Date: Fri, 12 Nov 2021 03:08:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Emanuel Berg via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:

> But ... if you are annoyed with
>
>   message
>   
> I think you will be annoyed with
>
>   "message"
>
> as well!

Some stuff behaves different than in your tests (the majority,
actually).  Try this:

#+begin_src emacs-lisp
(global-set-key
 [f1]
 (defun test ()
   (interactive)
   (let (;; (inhibit-message t)
         )
     (message "Something"))))
#+end_src

Now try f1 with and without the `inhibit-message' binding.

Invoking commands doesn't print a return value.  And invoking commands
is what you do all the time.

Michael.




reply via email to

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