GNU bug report logs - #57183
[PATCH] fix regression in 0db604a914

Previous Next

Package: emacs;

Reported by: Yury Kholodkov <yurykholodkov <at> gmail.com>

Date: Sat, 13 Aug 2022 16:57:04 UTC

Severity: normal

Tags: patch

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57183 in the body.
You can then email your comments to 57183 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#57183; Package emacs. (Sat, 13 Aug 2022 16:57:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Yury Kholodkov <yurykholodkov <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 13 Aug 2022 16:57:05 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Yury Kholodkov <yurykholodkov <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] fix regression in 0db604a914
Date: Sat, 13 Aug 2022 16:42:06 +0300
diff --git a/lisp/emacs-lisp/warnings.el b/lisp/emacs-lisp/warnings.el
index d60eedbc9c..3a966957ec 100644
--- a/lisp/emacs-lisp/warnings.el
+++ b/lisp/emacs-lisp/warnings.el
@@ -220,10 +220,10 @@ SUPPRESS-LIST is the list of kinds of warnings
to suppress."
              (?q "quit and do nothing"))))
     (?y
      (customize-save-variable 'warning-suppress-log-types
-                              (cons type warning-suppress-log-types)))
+                              (cons (list type) warning-suppress-log-types)))
     (?n
      (customize-save-variable 'warning-suppress-types
-                              (cons type warning-suppress-types)))
+                              (cons (list type) warning-suppress-types)))
     (_ (message "Exiting"))))

 ;;;###autoload




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#57183; Package emacs. (Mon, 15 Aug 2022 07:37:02 GMT) Full text and rfc822 format available.

Message #8 received at 57183 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Yury Kholodkov <yurykholodkov <at> gmail.com>
Cc: 57183 <at> debbugs.gnu.org
Subject: Re: bug#57183: [PATCH] fix regression in 0db604a914
Date: Mon, 15 Aug 2022 09:36:18 +0200
Yury Kholodkov <yurykholodkov <at> gmail.com> writes:

>               (?q "quit and do nothing"))))
>      (?y
>       (customize-save-variable 'warning-suppress-log-types
> -                              (cons type warning-suppress-log-types)))
> +                              (cons (list type) warning-suppress-log-types)))
>      (?n
>       (customize-save-variable 'warning-suppress-types
> -                              (cons type warning-suppress-types)))
> +                              (cons (list type) warning-suppress-types)))
>      (_ (message "Exiting"))))

Thanks; pushed to Emacs 29.





bug marked as fixed in version 29.1, send any further explanations to 57183 <at> debbugs.gnu.org and Yury Kholodkov <yurykholodkov <at> gmail.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 15 Aug 2022 07:37:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 12 Sep 2022 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 226 days ago.

Previous Next


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