GNU bug report logs - #56261
[PATCH] maintaining.texi: typo

Previous Next

Package: emacs;

Reported by: Jose A Ortega Ruiz <jao <at> gnu.org>

Date: Mon, 27 Jun 2022 15:16:02 UTC

Severity: normal

Tags: patch

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 56261 in the body.
You can then email your comments to 56261 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#56261; Package emacs. (Mon, 27 Jun 2022 15:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jose A Ortega Ruiz <jao <at> gnu.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 27 Jun 2022 15:16:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jose A Ortega Ruiz <jao <at> gnu.org>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] maintaining.texi: typo
Date: Mon, 27 Jun 2022 16:15:45 +0100
[Message part 1 (text/plain, inline)]
Tags: patch


A trivial typo in the manual for xref.


In GNU Emacs 29.0.50 (build 10, x86_64-pc-linux-gnu, cairo version 1.16.0)
 of 2022-06-26 built on rivendell
Repository revision: 78c0c8673bba086842ef9ea57f44f446558e5ebf
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12101003
System Description: Debian GNU/Linux bookworm/sid

Configured using:
 'configure --prefix=/usr/local/stow/emacs --with-x-toolkit=no
 --with-small-ja-dic'

[0001-maintaining.texi-typo.patch (text/patch, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#56261; Package emacs. (Mon, 27 Jun 2022 16:01:02 GMT) Full text and rfc822 format available.

Message #8 received at 56261 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Jose A Ortega Ruiz <jao <at> gnu.org>
Cc: 56261 <at> debbugs.gnu.org
Subject: Re: bug#56261: [PATCH] maintaining.texi: typo
Date: Mon, 27 Jun 2022 19:00:26 +0300
> From: Jose A Ortega Ruiz <jao <at> gnu.org>
> Date: Mon, 27 Jun 2022 16:15:45 +0100
> 
> >From e91426cffefcbfc269d647a810a23173c6673a1e Mon Sep 17 00:00:00 2001
> From: Jose A Ortega Ruiz <jao <at> gnu.org>
> Date: Mon, 27 Jun 2022 16:13:47 +0100
> Subject: [PATCH] maintaining.texi: typo
> 
> ---
>  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 e5b3664a4c..81fd278da0 100644
> --- a/doc/emacs/maintaining.texi
> +++ b/doc/emacs/maintaining.texi
> @@ -2222,7 +2222,7 @@ Looking Up Identifiers
>  
>  @kindex C-M-,
>  @findex xref-go-forward
> -  Go forward to a place from where you previously went back using @kbd{M-,}.
> +  Go forward to a place from where you previously went back using @kbd{C-M-,}.

That is not a typo.  After typing M-., you can type M-, to return to
where you typed M-. and then you can type C-M-, to go to the place
from which you returned.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#56261; Package emacs. (Mon, 27 Jun 2022 16:15:02 GMT) Full text and rfc822 format available.

Message #11 received at 56261 <at> debbugs.gnu.org (full text, mbox):

From: Jose A Ortega Ruiz <jao <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 56261 <at> debbugs.gnu.org
Subject: Re: bug#56261: [PATCH] maintaining.texi: typo
Date: Mon, 27 Jun 2022 17:14:04 +0100
On Mon, Jun 27 2022, Eli Zaretskii wrote:

>>  @findex xref-go-forward
>> -  Go forward to a place from where you previously went back using @kbd{M-,}.
>> +  Go forward to a place from where you previously went back using @kbd{C-M-,}.
>
> That is not a typo.  After typing M-., you can type M-, to return to
> where you typed M-. and then you can type C-M-, to go to the place
> from which you returned.

i misread that "using" as if it had a "by" in front.  in the rendered
texinfo (at least for me), that paragraph reads as:

      Go forward to a place from where you previously went back using
   ‘M-,’.  This is useful if you find that you went back too far.

and there's no reference anywhere to xref-go-forward, so it's hard to
infer that that sentence is referring to that command.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#56261; Package emacs. (Tue, 28 Jun 2022 12:35:02 GMT) Full text and rfc822 format available.

Message #14 received at 56261 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Jose A Ortega Ruiz <jao <at> gnu.org>
Cc: 56261 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#56261: [PATCH] maintaining.texi: typo
Date: Tue, 28 Jun 2022 14:34:02 +0200
Jose A Ortega Ruiz <jao <at> gnu.org> writes:

> i misread that "using" as if it had a "by" in front.  in the rendered
> texinfo (at least for me), that paragraph reads as:
>
>       Go forward to a place from where you previously went back using
>    ‘M-,’.  This is useful if you find that you went back too far.
>
> and there's no reference anywhere to xref-go-forward, so it's hard to
> infer that that sentence is referring to that command.

Yes, that seems to be phrased in a way that could easily be
misunderstood.  I've now rephrased it in Emacs 29.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug marked as fixed in version 29.1, send any further explanations to 56261 <at> debbugs.gnu.org and Jose A Ortega Ruiz <jao <at> gnu.org> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 28 Jun 2022 12:35:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#56261; Package emacs. (Tue, 28 Jun 2022 20:00:02 GMT) Full text and rfc822 format available.

Message #19 received at 56261 <at> debbugs.gnu.org (full text, mbox):

From: Jose A Ortega Ruiz <jao <at> gnu.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 56261 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#56261: [PATCH] maintaining.texi: typo
Date: Tue, 28 Jun 2022 20:58:53 +0100
On Tue, Jun 28 2022, Lars Ingebrigtsen wrote:

> Jose A Ortega Ruiz <jao <at> gnu.org> writes:
>
>> i misread that "using" as if it had a "by" in front.  in the rendered
>> texinfo (at least for me), that paragraph reads as:
>>
>>       Go forward to a place from where you previously went back using
>>    ‘M-,’.  This is useful if you find that you went back too far.
>>
>> and there's no reference anywhere to xref-go-forward, so it's hard to
>> infer that that sentence is referring to that command.
>
> Yes, that seems to be phrased in a way that could easily be
> misunderstood.  I've now rephrased it in Emacs 29.

thanks.  if i'm reading the diff correctly:

   +  If you previously went back too far with @kbd{M-,}, @kbd{C-M-,}
   +(@code{xref-go-forward} can be used to go forward again.

could it be that there's a missing ) in the second line? other than
that, it's crystal clear now!

cheers,
jao
-- 
"When you come to a fork in the road, take it"
 -Yogi Berra, baseball coach.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#56261; Package emacs. (Tue, 28 Jun 2022 20:06:01 GMT) Full text and rfc822 format available.

Message #22 received at 56261 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Jose A Ortega Ruiz <jao <at> gnu.org>
Cc: 56261 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#56261: [PATCH] maintaining.texi: typo
Date: Tue, 28 Jun 2022 22:04:57 +0200
Jose A Ortega Ruiz <jao <at> gnu.org> writes:

> thanks.  if i'm reading the diff correctly:
>
>    +  If you previously went back too far with @kbd{M-,}, @kbd{C-M-,}
>    +(@code{xref-go-forward} can be used to go forward again.
>
> could it be that there's a missing ) in the second line?

Yup; thanks.  Now fixed.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 27 Jul 2022 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 59 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.