From unknown Sat Jul 12 05:49:41 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#57489 <57489@debbugs.gnu.org> To: bug#57489 <57489@debbugs.gnu.org> Subject: Status: Correctly set 'recentf-exclude' in 'semantic-find-file-noselect' Reply-To: bug#57489 <57489@debbugs.gnu.org> Date: Sat, 12 Jul 2025 12:49:41 +0000 retitle 57489 Correctly set 'recentf-exclude' in 'semantic-find-file-nosele= ct' reassign 57489 emacs submitter 57489 "ookami" severity 57489 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 30 11:20:51 2022 Received: (at submit) by debbugs.gnu.org; 30 Aug 2022 15:20:51 +0000 Received: from localhost ([127.0.0.1]:37055 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oT32o-0001Ne-Mi for submit@debbugs.gnu.org; Tue, 30 Aug 2022 11:20:51 -0400 Received: from lists.gnu.org ([209.51.188.17]:51114) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oT1O8-0004QE-IP for submit@debbugs.gnu.org; Tue, 30 Aug 2022 09:34:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58300) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oT1O8-0001Ly-7b for bug-gnu-emacs@gnu.org; Tue, 30 Aug 2022 09:34:44 -0400 Received: from ookami.one ([107.191.58.109]:53852) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oT1O6-0005Nx-It for bug-gnu-emacs@gnu.org; Tue, 30 Aug 2022 09:34:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ookami.one; s=main; t=1661866478; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Fdjie19FRQAQzubPzNUnJnl6n+MuSvceMh1o59gP2yc=; b=XsnxAg0+0C8eGPQjcXAxk5qv5fbnqLBQYyEXdW0XQizCMMUJP9X11Jl8avUuq89avVs/71 N4qCw4n72h0khRP/AhUEUtXtE2v5Z4+O3fObDZBLMd8jXv3afsXlI3ymqY0ZFrL5O66Ee3 Eeuzy+TbjEUncC/ol6HpeYPceP8wR5tr5pCQvO+7lk6f1Zf9Km1i4Ypy8GA+qnDl6BVXYR O1UH/Tr5el4cRBwaxIBn5VLJPyJPS2WXNlWWes5QNG9dYaZgYcKB3zYHZRG+21HT6IRZbt iD23g013yWWne2+Jvu8284CmTuBbLaiIoZeNO9oNtf0A0O83ARJ/xb7UI7TDjw== Received: from localhost (23.106.153.124.16clouds.com [23.106.153.124]) by ookami.one (OpenSMTPD) with ESMTPSA id 2c35a7a1 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Tue, 30 Aug 2022 13:34:37 +0000 (UTC) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 30 Aug 2022 21:34:31 +0800 Message-Id: Subject: Correctly set 'recentf-exclude' in 'semantic-find-file-noselect' From: "ookami" To: X-Mailer: aerc 0.11.0 Received-SPF: pass client-ip=107.191.58.109; envelope-from=mail@ookami.one; helo=ookami.one X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 30 Aug 2022 11:20:47 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) 'recentf-exclude' is supposed to be a list, but was set to a symbol in 'semantic-find-file-noselect' >From c4d72879e4f1892d6fad558dbaeda932fe9af6ee Mon Sep 17 00:00:00 2001 From: ookami 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. --=20 2.37.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 30 11:25:58 2022 Received: (at control) by debbugs.gnu.org; 30 Aug 2022 15:25:58 +0000 Received: from localhost ([127.0.0.1]:37080 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oT37m-0001XH-7A for submit@debbugs.gnu.org; Tue, 30 Aug 2022 11:25:58 -0400 Received: from quimby.gnus.org ([95.216.78.240]:59482) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oT37k-0001WW-Do for control@debbugs.gnu.org; Tue, 30 Aug 2022 11:25:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=RgvnGTdEj58W4kWdLi4GjLaZ2DezV74VjCOs1EDm7bQ=; b=RN6vIpQR6coIWyeVGcYer/imAH P/tHxoN/0nRk4qDekDrHKSnbud4WgCiUIPZg79plXdjcJ9LUREeksQ6otsTFscrZhZECcuTZUbFeO qUpaHH/PqJtDtQEb6Xt0RF+OwqQxBU4eP0CkAXyUy8TUW0pvU+oyIXLrhZz5BEIsq40g=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oT37b-0000Wt-GS for control@debbugs.gnu.org; Tue, 30 Aug 2022 17:25:50 +0200 Date: Tue, 30 Aug 2022 17:25:45 +0200 Message-Id: <87mtblah3a.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #57489 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: forcemerge 57489 57488 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) forcemerge 57489 57488 quit From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 31 06:11:06 2022 Received: (at 57489) by debbugs.gnu.org; 31 Aug 2022 10:11:06 +0000 Received: from localhost ([127.0.0.1]:38250 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTKgc-0001Cd-7w for submit@debbugs.gnu.org; Wed, 31 Aug 2022 06:11:06 -0400 Received: from quimby.gnus.org ([95.216.78.240]:40436) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTKgZ-0001C1-Qt for 57489@debbugs.gnu.org; Wed, 31 Aug 2022 06:11:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=mVzM8gcPWXeJjE3DSZ6vgkAkQpseVy0uEzdRI+E6y9Q=; b=b2WgQlSc7k87p3wCdd8JvhmSxa bz8Az3qpy42vDwlKTghRzwkZ13SghogaDYuP5APHyD5cchEhC1rtGmzl82RdPwnb6eASpWfII+m7B SmBJauMany19BXATqVPFPGAU8RnHtlWcOkT4E1SEe7zE/r2teconEJYa9Tq7nx1+sdt4=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oTKgQ-00005V-Aq; Wed, 31 Aug 2022 12:10:56 +0200 From: Lars Ingebrigtsen To: "ookami" Subject: Re: bug#57489: Correctly set 'recentf-exclude' in 'semantic-find-file-noselect' In-Reply-To: (ookami's message of "Tue, 30 Aug 2022 21:34:31 +0800") References: X-Now-Playing: Rival Consoles's _Kid Velo_: "I Left The Party" Date: Wed, 31 Aug 2022 12:10:53 +0200 Message-ID: <87edww9102.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: "ookami" writes: > 'recentf-exclude' is supposed to be a list, but was set to a symbol in > 'semantic-find-file-noselect' Thanks; pushed to Emacs 29. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57489 Cc: 57489@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) "ookami" writes: > 'recentf-exclude' is supposed to be a list, but was set to a symbol in > 'semantic-find-file-noselect' Thanks; pushed to Emacs 29. From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 31 06:11:11 2022 Received: (at control) by debbugs.gnu.org; 31 Aug 2022 10:11:11 +0000 Received: from localhost ([127.0.0.1]:38253 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTKgh-0001Cv-GV for submit@debbugs.gnu.org; Wed, 31 Aug 2022 06:11:11 -0400 Received: from quimby.gnus.org ([95.216.78.240]:40452) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTKge-0001CU-0s for control@debbugs.gnu.org; Wed, 31 Aug 2022 06:11:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=XrkYxRnjO69mVDUZMl1aqORlpHOHIqJahIqjIhGuIa4=; b=g424HFfxktW4jC1CEL0yVquyYI /VpwofbKy04GbmYG9QEhYgCgksuUZ/aPN6mBKv4T3sYheysTCPFsVLr3YpAR/lACqNVMl5QSNEow0 8QUtudXlFONIQwYssB6qKJbJCnC32q2vO6iyaSjoWg2C1XXGKbztHY/Ke88kuBeXu400=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oTKgW-00005c-5N for control@debbugs.gnu.org; Wed, 31 Aug 2022 12:11:02 +0200 Date: Wed, 31 Aug 2022 12:10:59 +0200 Message-Id: <87czcg90zw.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #57489 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 57489 29.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 57489 29.1 quit From unknown Sat Jul 12 05:49:41 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 28 Sep 2022 11:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator