From unknown Mon Aug 18 08:54:45 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#69619 <69619@debbugs.gnu.org> To: bug#69619 <69619@debbugs.gnu.org> Subject: Status: [PATCH] Do interactive mode tagging for locate.el Reply-To: bug#69619 <69619@debbugs.gnu.org> Date: Mon, 18 Aug 2025 15:54:45 +0000 retitle 69619 [PATCH] Do interactive mode tagging for locate.el reassign 69619 emacs submitter 69619 Charalampos Mitrodimas severity 69619 normal tag 69619 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 07 19:37:23 2024 Received: (at submit) by debbugs.gnu.org; 8 Mar 2024 00:37:23 +0000 Received: from localhost ([127.0.0.1]:55527 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1riOEk-0002zK-Cv for submit@debbugs.gnu.org; Thu, 07 Mar 2024 19:37:23 -0500 Received: from lists.gnu.org ([209.51.188.17]:37398) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1riIe9-0007SG-Oi for submit@debbugs.gnu.org; Thu, 07 Mar 2024 13:39:15 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1riIdd-0005mE-Ab for bug-gnu-emacs@gnu.org; Thu, 07 Mar 2024 13:38:41 -0500 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1riIdb-0003ZD-LZ for bug-gnu-emacs@gnu.org; Thu, 07 Mar 2024 13:38:41 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id CC7CB240028 for ; Thu, 7 Mar 2024 19:38:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1709836716; bh=i42NXEexfBA0yxTc9RVvejhqpvSV/SR4KrO1oJUyMNo=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:From; b=IqHcsxM52u2aMac+wRg1TxZNetIjgiTmjcWyJFnKQPQgaAzGVA9VIiaD/m/WslDe/ QmD1frFCB6gxbm4YONQAu04mTs7amdzTVFoN6Isi8Ljvu0yuFVXlZU4o+k552TiGDh lejUUIcxtacABM7K9OtT+Mf+2HRLTmdcVgD5QE4iEWKyUFHTBTMPFza+nq3FHb6chw zGkBMZgWOqVruIEGB0DkCQhTN9/5smYe6ZvfIds6Bj2r08xnIODssE1Mo38fL/+iV/ RYHDES2/Q8URiKt/qhZ09eszWN597KsKH1sd/zlJSRtPvktwwrKB/KtDB8XiNCU3Vp LBclZArlDrClg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TrJ3J1F0wz9rxB; Thu, 7 Mar 2024 19:38:36 +0100 (CET) From: Charalampos Mitrodimas To: bug-gnu-emacs@gnu.org Subject: [PATCH] Do interactive mode tagging for locate.el Date: Thu, 7 Mar 2024 18:38:15 +0000 Message-Id: <20240307183814.95790-1-charmitro@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=charmitro@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=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.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 07 Mar 2024 19:37:20 -0500 Cc: Charalampos Mitrodimas 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.3 (--) * lisp/locate.el (locate-tags) (locate-find-directory, locate-find-directory-other-window): Do interactive mode tagging. --- lisp/locate.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/locate.el b/lisp/locate.el index d86e7fa678f..70328d5184e 100644 --- a/lisp/locate.el +++ b/lisp/locate.el @@ -559,7 +559,7 @@ locate-insert-header (defun locate-tags () "Visit a tags table in `*Locate*' mode." - (interactive) + (interactive nil locate-mode) (if (locate-main-listing-line-p) (let ((tags-table (locate-get-filename))) (and (y-or-n-p (format "Visit tags table %s? " tags-table)) @@ -589,7 +589,7 @@ locate-update (defun locate-find-directory () "Visit the directory of the file mentioned on this line." - (interactive) + (interactive nil locate-mode) (if (locate-main-listing-line-p) (let ((directory-name (locate-get-dirname))) (if (file-directory-p directory-name) @@ -601,7 +601,7 @@ locate-find-directory (defun locate-find-directory-other-window () "Visit the directory of the file named on this line in other window." - (interactive) + (interactive nil locate-mode) (if (locate-main-listing-line-p) (find-file-other-window (locate-get-dirname)) (message "This command only works inside main listing."))) -- 2.39.3 (Apple Git-146) From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 09 02:28:07 2024 Received: (at 69619-done) by debbugs.gnu.org; 9 Mar 2024 07:28:07 +0000 Received: from localhost ([127.0.0.1]:60401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rir7n-0001I1-1s for submit@debbugs.gnu.org; Sat, 09 Mar 2024 02:28:07 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35266) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rir7k-0001HW-E5 for 69619-done@debbugs.gnu.org; Sat, 09 Mar 2024 02:28:05 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rir77-00054M-P8; Sat, 09 Mar 2024 02:27:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=i5c75e5ykgXnAYRhOB4UA/j5+R88woRi7HtR4x58NLw=; b=NBDvqpbC14zO Y67xIxjVQ0tlqUfG1oFEJmHMx/T8KFjO5XMytFvwcdiaAd9ZUSpQS7a4dyhN/TV1cIhFizdQ1u4IL OP8mj44wrTHF250oVJmuvym39mpjq90160WjjZGfuTdJdreoEsK1wSdx5W0xFLCv7U20yAxwHcZwX pa9GLY6hbvZ6K0lKWOmehjLaWk8j02Jo+UOWTu0zcVNRyOe2L5JzFlZzoUCDJwQsf8sdX2DsKz5Bk anzQbTainfT7TOP8fMuxzaplkYtvGV6mgUOjkXZU+Hq9yc/diw3YY5aH2jdWqBWRdZxI5QYL0eXO8 c2chJfLath9gUy84ZLSy4Q==; Date: Sat, 09 Mar 2024 09:27:23 +0200 Message-Id: <865xxvzwys.fsf@gnu.org> From: Eli Zaretskii To: Charalampos Mitrodimas In-Reply-To: <20240307183814.95790-1-charmitro@posteo.net> (message from Charalampos Mitrodimas on Thu, 7 Mar 2024 18:38:15 +0000) Subject: Re: bug#69619: [PATCH] Do interactive mode tagging for locate.el References: <20240307183814.95790-1-charmitro@posteo.net> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 69619-done Cc: 69619-done@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 (---) > Cc: Charalampos Mitrodimas > From: Charalampos Mitrodimas > Date: Thu, 7 Mar 2024 18:38:15 +0000 > > * lisp/locate.el (locate-tags) (locate-find-directory, > locate-find-directory-other-window): Do interactive mode tagging. Thanks, installed on the master branch, and closing the bug. From unknown Mon Aug 18 08:54:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 06 Apr 2024 11:24:14 +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