unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Gergely Risko <gergely@risko.hu>
To: emacs-devel@gnu.org
Subject: inhibit-message variant that doesn't even log to *Messages*
Date: Thu, 31 Jan 2019 09:08:29 +0100	[thread overview]
Message-ID: <87h8dpuu4i.fsf@errge.nilcons.com> (raw)

Hi,

I use more and more packages that provide some functionality by doing
something periodically.

A recent example is sync-recentf: https://github.com/ffevotte/sync-recentf

When sync-recentf decides to periodically save the recent file, a lot of
messages get written with the `message' function.

I worked around most if this with:

    (defadvice recentf-cleanup (around nce/recentf-cleanup activate)
      (let ((inhibit-message t))
        ad-do-it))

My problem is that, these messages still get logged to *Messages*, so if
I set the frequency to every 15 seconds, and try to debug something
unrelated in Elisp, then these messages get to be annoying a bit.

Would there be any downside to providing an additional variable (under
the name `inhibit-message-fundamentally' or such) that would inhibit
message printing altogether (echo area AND *Messages*)?

Would there be willingness to merge this if I were to work on this?

flet, letf, cl-letf and the like will not work for me, because some of
the messages I'm interested in temporarily disabling are coming from C
code.

Cheers,
Gergely




             reply	other threads:[~2019-01-31  8:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-31  8:08 Gergely Risko [this message]
2019-01-31  8:39 ` inhibit-message variant that doesn't even log to *Messages* Robert Pluim
2019-01-31  8:52 ` Eli Zaretskii
2019-01-31  9:34   ` Gergely Risko

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87h8dpuu4i.fsf@errge.nilcons.com \
    --to=gergely@risko.hu \
    --cc=emacs-devel@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).