all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@linkov.net>
To: Stefan Kangas <stefan@marxist.se>
Cc: 52314@debbugs.gnu.org
Subject: bug#52314: Set message functions
Date: Mon, 06 Dec 2021 11:35:18 +0200	[thread overview]
Message-ID: <86mtlexei1.fsf@mail.linkov.net> (raw)
In-Reply-To: <CADwFkmmfRhznQftWqznk8dV6qwJxb6RHJv9ewHrkrq1YcS=BKA@mail.gmail.com> (Stefan Kangas's message of "Mon, 6 Dec 2021 02:27:12 +0100")

>> +(defcustom inhibit-message-regexp nil
>> +  "Regexp to inhibit messages by the function `inhibit-message'."
>> +  :type '(choice (const :tag "Don't inhibit messages" nil)
>> +                 (regexp :tag "Inhibit messages that match regexp"))
>> +  :version "29.1")
>
> How about making this optionally support a list as well?  That would
> make it slightly easier to customize with `M-x customize', I think,
> especially once you start racking up many ignored messages.

Thanks, good idea, will add it in the next version of the patch.
Also this will help to add more regexps easier with e.g.:

  (add-to-list 'inhibit-message-regexps "^Mark set$")





  reply	other threads:[~2021-12-06  9:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-05 19:07 bug#52314: Set message functions Juri Linkov
2021-12-06  1:27 ` Stefan Kangas
2021-12-06  9:35   ` Juri Linkov [this message]
2022-11-11 13:38     ` Stefan Kangas
2022-11-12 17:40       ` Juri Linkov
2022-11-12 19:41         ` Stefan Kangas
2022-11-13 18:58           ` Juri Linkov
2022-09-08 14:43 ` Lars Ingebrigtsen

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=86mtlexei1.fsf@mail.linkov.net \
    --to=juri@linkov.net \
    --cc=52314@debbugs.gnu.org \
    --cc=stefan@marxist.se \
    /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.