all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: 12682@debbugs.gnu.org, Glenn Morris <rgm@gnu.org>
Subject: bug#12682: 24.2.50; make server-execute less noisy
Date: Mon, 06 Sep 2021 13:01:07 +0200	[thread overview]
Message-ID: <87o896eznw.fsf@gnus.org> (raw)
In-Reply-To: <CAAeL0SToyaOZFX_ajPpmpLXjVuQeQvqDHgj5k_oOKWXv-NivFQ@mail.gmail.com> (Juanma Barranquero's message of "Sat, 20 Oct 2012 01:28:35 +0200")

Juanma Barranquero <lekktu@gmail.com> writes:

> The fact is that many Emacs functions show messages and we don't add
> options to disable them. In this case it is trivial to add an advice
> in his own's .emacs:
>
>  (defadvice server-execute (around silence-server-execute activate compile)
>    (with-temp-message ""
>      ad-do-it))

We now have `set-message-function', which can be used by the user to
filter out messages that the user doesn't like.

> and the messages still get logged on *Messages* in case there's
> something else going on (or the advice can be more sofisticate and
> check *Messages* to be sure than nothing untold is happening).
>
> This is a wontfix IMO.

So I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





      parent reply	other threads:[~2021-09-06 11:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-19 13:09 bug#12682: 24.2.50; make server-execute less noisy Christopher Schmidt
2012-10-19 16:46 ` Glenn Morris
2012-10-19 23:28   ` Juanma Barranquero
2012-10-21 19:55     ` Christopher Schmidt
2012-10-21 23:33       ` Juanma Barranquero
2021-09-06 11:01     ` Lars Ingebrigtsen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o896eznw.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=12682@debbugs.gnu.org \
    --cc=lekktu@gmail.com \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.