GNU bug report logs - #52314
Set message functions

Previous Next

Package: emacs;

Reported by: Juri Linkov <juri <at> linkov.net>

Date: Sun, 5 Dec 2021 19:12:01 UTC

Severity: wishlist

Tags: patch

Fixed in version 29.0.50

Done: Juri Linkov <juri <at> linkov.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juri Linkov <juri <at> linkov.net>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: 52314 <at> debbugs.gnu.org
Subject: bug#52314: Set message functions
Date: Mon, 06 Dec 2021 11:35:18 +0200
>> +(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$")




This bug report was last modified 2 years and 189 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.