GNU bug report logs - #30901
26.0.91; defcustom ibuffer-never-search-content-mode type mismatches default

Previous Next

Package: emacs;

Reported by: Alex Branham <alex.branham <at> gmail.com>

Date: Wed, 21 Mar 2018 23:03:01 UTC

Severity: normal

Found in version 26.0.91

Fixed in version 26.1

Done: Glenn Morris <rgm <at> gnu.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 30901 in the body.
You can then email your comments to 30901 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#30901; Package emacs. (Wed, 21 Mar 2018 23:03:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alex Branham <alex.branham <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 21 Mar 2018 23:03:02 GMT) Full text and rfc822 format available.

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

From: Alex Branham <alex.branham <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 26.0.91;
 defcustom ibuffer-never-search-content-mode type mismatches default
Date: Wed, 21 Mar 2018 18:03:22 -0500
ibuffer-never-search-content-mode's default does not match its :type,
causing M-x customize-variable to complain about it:

(defcustom ibuffer-never-search-content-mode '(dired-mode)
  "A list of major modes ignored by `ibuffer-mark-by-content-regexp'.
Buffers whose major mode is in this list, are not searched."
  :version "26.1"
  :type '(repeat regexp)
  :require 'ibuf-ext
  :group 'ibuffer)




Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Wed, 21 Mar 2018 23:41:02 GMT) Full text and rfc822 format available.

Notification sent to Alex Branham <alex.branham <at> gmail.com>:
bug acknowledged by developer. (Wed, 21 Mar 2018 23:41:02 GMT) Full text and rfc822 format available.

Message #10 received at 30901-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 30901-done <at> debbugs.gnu.org
Subject: Re: bug#30901: 26.0.91;
 defcustom ibuffer-never-search-content-mode type mismatches default
Date: Wed, 21 Mar 2018 19:40:06 -0400
Version: 26.1

commit e32f352 (HEAD, emacs-26)
Date:   Wed Mar 21 19:38:44 2018 -0400

    * lisp/ibuf-ext.el (ibuffer-never-search-content-mode): Fix type.

diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el
index 2023165..a3143e5 100644
--- a/lisp/ibuf-ext.el
+++ b/lisp/ibuf-ext.el
@@ -114,7 +114,7 @@ ibuffer-never-search-content-mode
   "A list of major modes ignored by `ibuffer-mark-by-content-regexp'.
 Buffers whose major mode is in this list, are not searched."
   :version "26.1"
-  :type '(repeat regexp)
+  :type '(repeat (symbol :tag "Major mode"))
   :require 'ibuf-ext
   :group 'ibuffer)
 




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 19 Apr 2018 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 122 days ago.

Previous Next


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