GNU bug report logs - #57488
Correctly set 'recentf-exclude' in 'semantic-find-file-noselect'

Previous Next

Package: emacs;

Reported by: "ookami" <mail <at> ookami.one>

Date: Tue, 30 Aug 2022 15:21:02 UTC

Severity: normal

Merged with 57489

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 57488 in the body.
You can then email your comments to 57488 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#57488; Package emacs. (Tue, 30 Aug 2022 15:21:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "ookami" <mail <at> ookami.one>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 30 Aug 2022 15:21:02 GMT) Full text and rfc822 format available.

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

From: "ookami" <mail <at> ookami.one>
To: <bug-gnu-emacs <at> gnu.org>
Subject: Correctly set 'recentf-exclude' in 'semantic-find-file-noselect'
Date: Tue, 30 Aug 2022 20:41:40 +0800
'recentf-exclude' is supposed to be a list of function or regexp,
instead of a symbol.

From c4d72879e4f1892d6fad558dbaeda932fe9af6ee Mon Sep 17 00:00:00 2001
From: ookami <mail <at> ookami.one>
Date: Tue, 30 Aug 2022 20:39:57 +0800
Subject: [PATCH] Correctly set 'recentf-exclude' in
 'semantic-find-file-noselect'

---
 lisp/cedet/semantic/fw.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/cedet/semantic/fw.el b/lisp/cedet/semantic/fw.el
index 113323cb33..2aa1b9ee08 100644
--- a/lisp/cedet/semantic/fw.el
+++ b/lisp/cedet/semantic/fw.el
@@ -339,7 +339,7 @@ semantic-find-file-noselect
   "Call `find-file-noselect' with various features turned off.
 Use this when referencing a file that will be soon deleted.
 FILE, NOWARN, RAWFILE, and WILDCARDS are passed into `find-file-noselect'."
-  (let* ((recentf-exclude #'always)
+  (let* ((recentf-exclude '( always ))
 	 ;; This is a brave statement.  Don't waste time loading in
 	 ;; lots of modes.  Especially decoration mode can waste a lot
 	 ;; of time for a buffer we intend to kill.
-- 
2.37.2





Forcibly Merged 57488 57489. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 30 Aug 2022 15:26:02 GMT) Full text and rfc822 format available.

bug marked as fixed in version 29.1, send any further explanations to 57489 <at> debbugs.gnu.org and "ookami" <mail <at> ookami.one> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Wed, 31 Aug 2022 10:12:02 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. (Wed, 28 Sep 2022 11:24:10 GMT) Full text and rfc822 format available.

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

Previous Next


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