From unknown Sun Aug 10 07:36:15 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#72581 <72581@debbugs.gnu.org> To: bug#72581 <72581@debbugs.gnu.org> Subject: Status: 31.0.50; [PATCH] Fix keybinding for `project-dired' Reply-To: bug#72581 <72581@debbugs.gnu.org> Date: Sun, 10 Aug 2025 14:36:15 +0000 retitle 72581 31.0.50; [PATCH] Fix keybinding for `project-dired' reassign 72581 emacs submitter 72581 Arash Esbati severity 72581 normal tag 72581 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 11 15:38:26 2024 Received: (at submit) by debbugs.gnu.org; 11 Aug 2024 19:38:26 +0000 Received: from localhost ([127.0.0.1]:41911 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sdEOX-00067j-Tw for submit@debbugs.gnu.org; Sun, 11 Aug 2024 15:38:26 -0400 Received: from lists.gnu.org ([209.51.188.17]:54966) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sdEOV-00067Z-Jq for submit@debbugs.gnu.org; Sun, 11 Aug 2024 15:38:24 -0400 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 1sdEO0-0007Hs-6Z for bug-gnu-emacs@gnu.org; Sun, 11 Aug 2024 15:37:52 -0400 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 1sdENz-00060E-Te for bug-gnu-emacs@gnu.org; Sun, 11 Aug 2024 15:37:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=mzAl3FD/oauqwtAPza4545Fl7D/ux4Y31rUh8z7EI9I=; b=aJVEEekwK/HJLC RYbGu/63gdmPhVCd7y0K+FvbcRbz6AMANEaX8BABXrLjquJWY1D2yp8xzLM4qDawWUzg4JOoDQVnF SC5bjqAC1jLoJe0P6YQ9+Be7I11nrI3PuRnDmXqFQ2c81p+IeNSaX3gwr/FgGtGJonMqRou8wgqbt nMH92IRbFfmzuhAB1mwPr0ccOYN1O6NPolSXQw7xwMTXPGzWeD9WaQNZV9hFRKVo3rhNtx+CxRcnF NJEzxsXvJKUVineS0cW2JUYcG1cKS7wvA3D1ZGtzFiI6p8EPfSd0BTEAqj339zxDbV0CedvMGE74n YZdPCCq7NU9uN+2K99uQ==; From: Arash Esbati To: "emacs-bugs" Subject: 31.0.50; [PATCH] Fix keybinding for `project-dired' Date: Sun, 11 Aug 2024 21:37:46 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit 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 (---) --=-=-= Content-Type: text/plain Hi all, this is a small patch fixing the keybinding for `project-dired' in doc/emacs/maintaining.texi. It is against the master branch, should also apply to the release branch, I hope. Best, Arash --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Mention-the-correct-keybinding.patch >From 45851a9c4e3462620b66870bc2da09fe1445cb5f Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Sun, 11 Aug 2024 21:28:43 +0200 Subject: [PATCH] ; Mention the correct keybinding * doc/emacs/maintaining.texi (Project File Commands): Fix the keybinding for `project-dired'. --- doc/emacs/maintaining.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index f4752fa2b29..3c34afbaa20 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -1829,7 +1829,7 @@ Project File Commands @item C-x p r Perform query-replace for a regexp in all files that belong to the current project (@code{project-query-replace-regexp}). -@item C-x p d +@item C-x p D Run Dired in the current project's root directory (@code{project-dired}). @item C-x p v -- 2.46.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 12 04:11:03 2024 Received: (at 72581) by debbugs.gnu.org; 12 Aug 2024 08:11:03 +0000 Received: from localhost ([127.0.0.1]:42367 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sdQ8t-0002ab-5V for submit@debbugs.gnu.org; Mon, 12 Aug 2024 04:11:03 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40150) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sdQ8r-0002a1-1H for 72581@debbugs.gnu.org; Mon, 12 Aug 2024 04:11:01 -0400 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 1sdQ8F-0001L7-Th for 72581@debbugs.gnu.org; Mon, 12 Aug 2024 04:10:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=2p4gWC3Ftqvx02tgHGa2qSvVKlY/syCYTYgmStvMXeg=; b=hr5OBXFNApbT4+FOo6Js qeG/lc797P8Qxt2aWh762SkV7cxzhhdgoIyzhtBdnacBXcRAsdyACckA9GILKPHDvHsNIG8Af9fmy 1QKRTBvYbEFaG1TmpsTK+J0rskFzXO07LTMYzVF3Ckb/lc91I5oGoKwqCqPRZidws3qSfVlyjlqDL tgh9vb2BIeUMxqBg7Zu2ZLCusTB0JMXlAf2SkrqTjqWFLHNhAOMw+wPALw70m+dqUY5O+G5JElZMu G0DK6OVSh1k1XQ51M92YmgCJMYgcrNwyv4MLe82W4PPhKPgyYetqgYC4Jkcmsn1ZujvMy9SiSCh8E FD6rFuz2qlebKA==; From: Arash Esbati To: 72581@debbugs.gnu.org Subject: Re: bug#72581: 31.0.50; [PATCH] Fix keybinding for `project-dired' In-Reply-To: (Arash Esbati's message of "Sun, 11 Aug 2024 21:37:46 +0200") References: Date: Mon, 12 Aug 2024 10:10:19 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 72581 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 (---) --=-=-= Content-Type: text/plain Arash Esbati writes: > this is a small patch fixing the keybinding for `project-dired' in > doc/emacs/maintaining.texi. It is against the master branch, should > also apply to the release branch, I hope. And here the patch with bug number included. Best, Arash --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Mention-the-correct-keybinding.patch >From e6c73bb1035e21e3b78e0436eb6e0af5777d47ca Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Sun, 11 Aug 2024 21:28:43 +0200 Subject: [PATCH] ; Mention the correct keybinding * doc/emacs/maintaining.texi (Project File Commands): Fix the keybinding for `project-dired'. (bug#72581) --- doc/emacs/maintaining.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index f4752fa2b29..3c34afbaa20 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -1829,7 +1829,7 @@ Project File Commands @item C-x p r Perform query-replace for a regexp in all files that belong to the current project (@code{project-query-replace-regexp}). -@item C-x p d +@item C-x p D Run Dired in the current project's root directory (@code{project-dired}). @item C-x p v -- 2.46.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 14 13:20:01 2024 Received: (at 72581-done) by debbugs.gnu.org; 14 Aug 2024 17:20:01 +0000 Received: from localhost ([127.0.0.1]:47350 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1seHfE-00038L-TV for submit@debbugs.gnu.org; Wed, 14 Aug 2024 13:20:01 -0400 Received: from mail-ej1-f46.google.com ([209.85.218.46]:51296) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1seHfC-000385-Mu for 72581-done@debbugs.gnu.org; Wed, 14 Aug 2024 13:19:59 -0400 Received: by mail-ej1-f46.google.com with SMTP id a640c23a62f3a-a7a843bef98so15679466b.2 for <72581-done@debbugs.gnu.org>; Wed, 14 Aug 2024 10:19:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1723655898; x=1724260698; darn=debbugs.gnu.org; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :from:to:cc:subject:date:message-id:reply-to; bh=X4R7k3xfTVCx4XAKWq/mSgXEzKvP7huTjOsDqlDHCxw=; b=Im5agFsajUAOIByasqV+X+PJ4eG9ltUG2AdrPmwrVu3zW7uhNuIuVhbHRj+GwTeuMJ Kvsm04ve6XfPp12L6U0z+ZY1trHu1WJNYpG0jnlitwAhnTd+eWrUlY/+w3cZm4V0UJgO w1EpYVeBhgUTTOOKPJ1d004pJONuJW5BPhcTpgmyl/R7MNZrB3nvApGEYfHRRlaKY0Pd EfdsXmx3JP/ADOMwtBfo5v4eIXktdv3KrQARzzza3xjUu/2A0DxlKaAgN8UxmSfwbhNo cU5wkjOg/nJIL/Vmu69L1lkpmpWtadbb+Kdw4QIDKSzbhv01OfQQMpaAXosZ7ngiscgJ cUGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723655898; x=1724260698; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=X4R7k3xfTVCx4XAKWq/mSgXEzKvP7huTjOsDqlDHCxw=; b=rBL0U8MyAam9y3yvV0q0Vq8/xxNTonvIlXP3sWMHREOg3Z0w1Xtg6xlPwL/JFCTyZ/ pGKBjtoqJIY/6Q8TwSxH6F1kgXfbeF0WC3U+LKH97Zjfa6Sb/K2giUe1V7aO/1nozfPr UY/r6SDv9vvfzjFWetSX9IbF+u3AijeM5LtAfKBDjotg5IbxyqfFPX3WzYixmxFLRLdc n7Bgh33KVNFsBkzFStMAFD9l99Nom/67qUCJPZL0SYMKCkQiYQn0wqpflErkwxaCcxAl eQ81UlJDPuYQ3jNvTF/QyJhc2dBQ/ykgZ8mk63fHgBoRBK6x05DZZ1cWpVZswS9HEjt6 2Udg== X-Forwarded-Encrypted: i=1; AJvYcCUgeX7fLpUru/Eondu+OkSb/YItHiwww+UxgDteMaVRS9+R/wggSuJUkYkUJa3qukmORS05sNmMG57OzAWSPVz9UcVC2ubt6VKDDw== X-Gm-Message-State: AOJu0YzX5BM0fmDTzCB5P/61pgrWMIXK2/7ms7TyWGVbvWeP/e7GUv9h JbkQj8Dbtj83E5z5J/dAqb8O7VIjL+U8aoqwhAe7p3qDMErEjVdmvszquIWcsC2CO1057a4RbMp U/uHTtiBcESTXT352hTRN7544ykA= X-Google-Smtp-Source: AGHT+IGN8mDWzgCDDGA//YR8CWIGvz8N/xOqENpjLgagXyi+qalBfpgcRwGGm1qK/l+jik3TqxC2SN+Engau6TQ2yGI= X-Received: by 2002:a17:907:d3da:b0:a7a:9e11:e87c with SMTP id a640c23a62f3a-a8366c1f473mr245561066b.9.1723655897419; Wed, 14 Aug 2024 10:18:17 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Wed, 14 Aug 2024 10:18:15 -0700 From: Stefan Kangas In-Reply-To: References: MIME-Version: 1.0 Date: Wed, 14 Aug 2024 10:18:15 -0700 Message-ID: Subject: Re: bug#72581: 31.0.50; [PATCH] Fix keybinding for `project-dired' To: Arash Esbati , 72581-done@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 72581-done 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: -1.0 (-) Version: 30.1 Arash Esbati writes: > Arash Esbati writes: > >> this is a small patch fixing the keybinding for `project-dired' in >> doc/emacs/maintaining.texi. It is against the master branch, should >> also apply to the release branch, I hope. > > And here the patch with bug number included. Thanks, installed on emacs-30 (commit 505139e0bad). From unknown Sun Aug 10 07:36:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 12 Sep 2024 11:24:13 +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