From unknown Thu Jun 19 12:37:20 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#77650 <77650@debbugs.gnu.org> To: bug#77650 <77650@debbugs.gnu.org> Subject: Status: 30.1; strange docstring for dired-do-touch Reply-To: bug#77650 <77650@debbugs.gnu.org> Date: Thu, 19 Jun 2025 19:37:20 +0000 retitle 77650 30.1; strange docstring for dired-do-touch reassign 77650 emacs submitter 77650 Francesco Potort=C3=AC severity 77650 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 08 13:29:03 2025 Received: (at submit) by debbugs.gnu.org; 8 Apr 2025 17:29:04 +0000 Received: from localhost ([127.0.0.1]:35261 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u2Ckx-0004oq-2H for submit@debbugs.gnu.org; Tue, 08 Apr 2025 13:29:03 -0400 Received: from lists.gnu.org ([2001:470:142::17]:36048) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u2Ckt-0004n8-AA for submit@debbugs.gnu.org; Tue, 08 Apr 2025 13:29:00 -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 1u2CkV-0005P4-8U for bug-gnu-emacs@gnu.org; Tue, 08 Apr 2025 13:28:40 -0400 Received: from plesklin7.if2.ehiweb.it ([79.98.45.17] helo=plesklin7.ehiweb.it) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1u2CkL-0002bx-P4 for bug-gnu-emacs@gnu.org; Tue, 08 Apr 2025 13:28:32 -0400 Received: from tucano.isti.cnr.it (tucano.isti.cnr.it [146.48.81.102]) by plesklin7.ehiweb.it (Postfix) with ESMTPSA id 89A441C02F7 for ; Tue, 8 Apr 2025 19:28:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=potorti.it; s=default; t=1744133298; bh=bMXvTa6Rt4FkWRhEM2rV8AqQg3ZF4qxIlgyrLF6buKY=; h=Received:From:To:Subject; b=pCowzYWEaKzUFnRa2RqMVvNo4sP7z9ooxLwfSbC11vyMwCxEPV9mOSXtlH517xl/8 gPE6xN0jYbSlZB2wfcPtbembuHbFHtr9X/iffr6nU+v22mOCxuhWPv6oW9jgz6VCZq Sz2sr1jwFjEWrb8AJwKmYhq1lhhf+7fiP/hygt2I= Authentication-Results: plesklin7.ehiweb.it; spf=pass (sender IP is 146.48.81.102) smtp.mailfrom=pot@potorti.it smtp.helo=tucano.isti.cnr.it Received-SPF: pass (plesklin7.ehiweb.it: connection is authenticated) Received: from pot by tucano.isti.cnr.it with local (Exim 4.98.2) (envelope-from ) id 1u2CkE-00000006uUz-1b8v for bug-gnu-emacs@gnu.org; Tue, 08 Apr 2025 19:28:18 +0200 From: =?utf-8?Q?Francesco_Potort=C3=AC?= Date: Tue, 08 Apr 2025 19:28:18 +0200 To: bug-gnu-emacs@gnu.org Subject: 30.1; strange docstring for dired-do-touch X-Debbugs-Cc: MIME-Version: 1.0 Content-Type: text/plain X-fingerprint: 4B02 6187 5C03 D6B1 2E31 7666 09DF 2DC9 BE21 6115 Message-Id: X-PPP-Message-ID: <174413329868.2653189.17454847559980443418@plesklin7.ehiweb.it> X-PPP-Vhost: potorti.it Received-SPF: pass client-ip=79.98.45.17; envelope-from=pot@potorti.it; helo=plesklin7.ehiweb.it X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) 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: -1.0 (-) This is the start of defun of dired-do-touch in dired-aux.el (defun dired-do-touch (&optional arg) "Change the timestamp of the marked (or next ARG) files. This calls touch. Type Type \\\\[next-history-element] \ to pull the file attributes of the file at point into the minibuffer." The last three lines of the docstring make no sense to me because: 1. "Type" is repeated twice 2. when I call for description of "T" in a dired buffer, those lines show as: Type Type M-n to pull the file attributes of the file at point into the minibuffer. But M-n calls clone-buffer From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 09 07:28:11 2025 Received: (at 77650-done) by debbugs.gnu.org; 9 Apr 2025 11:28:11 +0000 Received: from localhost ([127.0.0.1]:38001 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u2TbG-0004oW-Sm for submit@debbugs.gnu.org; Wed, 09 Apr 2025 07:28:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39644) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u2TbE-0004nk-N4 for 77650-done@debbugs.gnu.org; Wed, 09 Apr 2025 07:28:09 -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 1u2Tb8-0008O2-1z; Wed, 09 Apr 2025 07:28:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=/XdpZ+AQG/moCmoxg8TTElsBZakEuvz4FxpoNIkUUas=; b=sakugPKX27Q1Mxco2wYP ufQsZNDtJcSEu5ad0ZXkAkVvGI+4uxPPT/XWWPo2e1CgWcYUSw8/exWQSlIKgrhYq2u3bOwaVWgcZ cy5ccIk+gY2UJ+0YwXaD5JA3US3b8mT34/KEDRPxXjr4WcP6n8O6DigQEyy9m8dMdkBWkxSnY9IQO C3AEk7DAvQUPSoUibYcoIW0DPlZWTXoljC8FuUDcsxnVOtPb/sVAal2217UltBLmpHvzsrEHQShj4 QTqzp87fPBAw0kvyv834AMJwDJBTz5bh2pHh7k5Xg5IokxwcHMEVcoEB4eZOxbIZgMYQjymNQ8X2S VapVyOmRn0B5+g==; Date: Wed, 09 Apr 2025 14:27:58 +0300 Message-Id: <86tt6xshfl.fsf@gnu.org> From: Eli Zaretskii To: Francesco =?utf-8?Q?Potort=C3=AC?= In-Reply-To: (message from Francesco =?utf-8?Q?Potort=C3=AC?= on Tue, 08 Apr 2025 19:28:18 +0200) Subject: Re: bug#77650: 30.1; strange docstring for dired-do-touch References: MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 77650-done Cc: 77650-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 (---) > From: Francesco Potortì > Date: Tue, 08 Apr 2025 19:28:18 +0200 > > This is the start of defun of dired-do-touch in dired-aux.el > > (defun dired-do-touch (&optional arg) > "Change the timestamp of the marked (or next ARG) files. > This calls touch. > Type Type \\\\[next-history-element] \ > to pull the file attributes of the file at point > into the minibuffer." > > The last three lines of the docstring make no sense to me because: > > 1. "Type" is repeated twice That's a typo. > 2. when I call for description of "T" in a dired buffer, those lines show as: > > Type Type M-n to pull the file attributes of the file at point > into the minibuffer. > > But M-n calls clone-buffer The intent was to tell that you can type M-n after invoking the command. IOW, type "T M-n". I've now fixed this (and several similar issues in a few other doc strings) on the emacs-30 branch, and I'm therefore closing this bug. From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 09 10:20:55 2025 Received: (at 77650) by debbugs.gnu.org; 9 Apr 2025 14:20:55 +0000 Received: from localhost ([127.0.0.1]:40878 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u2WIQ-0007KF-5u for submit@debbugs.gnu.org; Wed, 09 Apr 2025 10:20:54 -0400 Received: from plesklin7.if2.ehiweb.it ([79.98.45.17]:57791 helo=plesklin7.ehiweb.it) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1u2WIG-0007JH-Hw for 77650@debbugs.gnu.org; Wed, 09 Apr 2025 10:20:49 -0400 Received: from tucano.isti.cnr.it (tucano.isti.cnr.it [146.48.81.102]) by plesklin7.ehiweb.it (Postfix) with ESMTPSA id 24E821C1F43; Wed, 9 Apr 2025 16:20:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=potorti.it; s=default; t=1744208442; bh=mp4Sb4t1azYpHVWqxgxEyNPdSZNU2qshSvR64fTcY6E=; h=Received:From:To:Subject; b=ensNwM8v4ZgtEPPb2IMihonkgdHAh3cdUMMuwEu0bpU7mF03N82G4772G7bMTp4SH f+VK9ZV0Bk+MSrCu8d1nYIWz3yFZM9Jb0VCAt5zyDF0N65/NtamiZKu4a4dGwzwMYG oLOmXlX4fwrfeDKFwvV5n/MLz3Nd6JtDEY8B+Cgg= Authentication-Results: plesklin7.ehiweb.it; spf=pass (sender IP is 146.48.81.102) smtp.mailfrom=pot@potorti.it smtp.helo=tucano.isti.cnr.it Received-SPF: pass (plesklin7.ehiweb.it: connection is authenticated) Received: from pot by tucano.isti.cnr.it with local (Exim 4.98.2) (envelope-from ) id 1u2WID-00000009Tow-3nTj; Wed, 09 Apr 2025 16:20:41 +0200 From: =?utf-8?Q?Francesco_Potort=C3=AC?= Date: Wed, 09 Apr 2025 16:20:41 +0200 To: Eli Zaretskii In-Reply-To: <86tt6xshfl.fsf@gnu.org> (eliz@gnu.org) Subject: Re: bug#77650: 30.1; strange docstring for dired-do-touch References: <86tt6xshfl.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-fingerprint: 4B02 6187 5C03 D6B1 2E31 7666 09DF 2DC9 BE21 6115 Message-Id: X-PPP-Message-ID: <174420844225.3042952.3204459540888439662@plesklin7.ehiweb.it> X-PPP-Vhost: potorti.it X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77650 Cc: 77650@debbugs.gnu.org, eliz@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: -1.0 (-) >> From: Francesco Potort=C3=AC >> Date: Tue, 08 Apr 2025 19:28:18 +0200 >>=20 >> This is the start of defun of dired-do-touch in dired-aux.el >>=20 >> (defun dired-do-touch (&optional arg) >> "Change the timestamp of the marked (or next ARG) files. >> This calls touch. >> Type Type \\\\[next-history-element] \ >> to pull the file attributes of the file at point >> into the minibuffer." >>=20 >> The last three lines of the docstring make no sense to me because: >>=20 >> 1. "Type" is repeated twice > >That's a typo. > >> 2. when I call for description of "T" in a dired buffer, those lines sho= w as: >>=20 >> Type Type M-n to pull the file attributes of the file at point >> into the minibuffer. >>=20 >> But M-n calls clone-buffer > >The intent was to tell that you can type M-n after invoking the >command. IOW, type "T M-n". > >I've now fixed this (and several similar issues in a few other doc >strings) on the emacs-30 branch, and I'm therefore closing this bug. Thanks From unknown Thu Jun 19 12:37:20 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, 08 May 2025 11:24:07 +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