From unknown Mon Aug 18 02:36:56 2025 X-Loop: help-debbugs@gnu.org Subject: bug#69619: [PATCH] Do interactive mode tagging for locate.el Resent-From: Charalampos Mitrodimas Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 08 Mar 2024 00:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69619 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 69619@debbugs.gnu.org Cc: Charalampos Mitrodimas X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170985824311502 (code B ref -1); Fri, 08 Mar 2024 00:38:02 +0000 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 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-Mailman-Approved-At: Thu, 07 Mar 2024 19:37:20 -0500 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 unknown Mon Aug 18 02:36:56 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Charalampos Mitrodimas Subject: bug#69619: closed (Re: bug#69619: [PATCH] Do interactive mode tagging for locate.el) Message-ID: References: <865xxvzwys.fsf@gnu.org> <20240307183814.95790-1-charmitro@posteo.net> X-Gnu-PR-Message: they-closed 69619 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: patch Reply-To: 69619@debbugs.gnu.org Date: Sat, 09 Mar 2024 07:29:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1709969342-5039-1" This is a multi-part message in MIME format... ------------=_1709969342-5039-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #69619: [PATCH] Do interactive mode tagging for locate.el which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 69619@debbugs.gnu.org. --=20 69619: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D69619 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1709969342-5039-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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. ------------=_1709969342-5039-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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) ------------=_1709969342-5039-1--