unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#58145: 28.1; Description errors in Emacs's info manual for Gnus key bindings
       [not found] <1167367840.1034373.1664378697992.ref@mail.yahoo.com>
@ 2022-09-28 15:24 ` Mark Harig via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-09-29  0:02   ` bug#58145: Formatting of lines in this report Mark Harig via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-09-29 11:05   ` bug#58145: 28.1; Description errors in Emacs's info manual for Gnus key bindings Lars Ingebrigtsen
  0 siblings, 2 replies; 4+ messages in thread
From: Mark Harig via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-09-28 15:24 UTC (permalink / raw)
  To: 58145

[-- Attachment #1: Type: text/plain, Size: 1824 bytes --]

The following two errors are in the Emacs info manual for Emacs 28.1 (C-h r):
1. In "(emacs) Gnus Group Buffer", the description for the key   ‘u’ reads:
      Toggle the subscription status of the group      (‘gnus-group-toggle-subscription’) on the current line.      Invoking this on a killed or zombie group turns it into      an unsubscribed group.
   But C-h c for the key ‘u’ in the GNUS *Group* buffer reports:
      u runs the command gnus-group-toggle-subscription-at-point
   Likewise, C-h k for the key ‘u’ reports:
      u runs the command gnus-group-toggle-subscription-at-point      (found in gnus-group-mode-map), which is an interactive      native compiled Lisp function in ‘gnus-group.el’.
 So, the trailing text "-at-point" is missing from the function name bound to the ‘u’ key in the Emacs info manual and needs to be added to the function name in the description in the info manual.
   (Note: Capital ‘U’ in the GNUS *Group* buffer is mapped   to ‘gnus-group-toggle-subscription’.)

2. In "(emacs) Gnus Summary Buffer", the key sequence for   the command ‘gnus-summary-search-article-forward’ is   incorrect.  The info manual reads:
      ‘M-s REGEXP <RET>’           Search forward for articles containing a match for           REGEXP (‘gnus-summary-search-article-forward’).
   But C-h c M-s M-s reports:
      M-s M-s runs the command gnus-summary-search-article-forward
   Likewise, the Gnus menu for the GNUS *Summary* buffer   lists:
      Search articles forward...  M-s M-s
   So, an additional M-s is needed in the Emacs info manual   for the key sequence for searching forward in articles:
      ‘M-s M-s REGEXP <RET>’
(End of error report.)



[-- Attachment #2: Type: text/html, Size: 3094 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#58145: Formatting of lines in this report.
  2022-09-28 15:24 ` bug#58145: 28.1; Description errors in Emacs's info manual for Gnus key bindings Mark Harig via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-09-29  0:02   ` Mark Harig via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-09-29  6:08     ` Eli Zaretskii
  2022-09-29 11:05   ` bug#58145: 28.1; Description errors in Emacs's info manual for Gnus key bindings Lars Ingebrigtsen
  1 sibling, 1 reply; 4+ messages in thread
From: Mark Harig via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-09-29  0:02 UTC (permalink / raw)
  To: 58145@debbugs.gnu.org

[-- Attachment #1: Type: text/plain, Size: 491 bytes --]

The display of this report at https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58145 appears to omit many newline characters that were in the original mail/report.  Is this expected, or is there something that can be done to prevent this?  (Thank you for any help that can prevent this in future reports.)
The original formatting (more readable) of the report can be seen by clicking on the "Message part 2" link at the bottom of https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58145.
--

[-- Attachment #2: Type: text/html, Size: 1095 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#58145: Formatting of lines in this report.
  2022-09-29  0:02   ` bug#58145: Formatting of lines in this report Mark Harig via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-09-29  6:08     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2022-09-29  6:08 UTC (permalink / raw)
  To: Mark Harig; +Cc: 58145

> Date: Thu, 29 Sep 2022 00:02:06 +0000 (UTC)
> From:  Mark Harig via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> The display of this report at https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58145 appears to omit many
> newline characters that were in the original mail/report.  Is this expected, or is there something that can be
> done to prevent this?  (Thank you for any help that can prevent this in future reports.)
> 
> The original formatting (more readable) of the report can be seen by clicking on the "Message part 2" link at
> the bottom of https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58145.

Your message included a text/plain part (which was in quoted-printable
encoding), and a text/html part.  The latter displays as you'd like,
but the former is what you see on debbugs.  The reason is that the MUA
you are using produces strange EOL sequences, which have no indication
of a newline: NBSP SPC NBSP.  You can clearly see that if you click
the "mbox" link on the message header line, which leads to this:

  https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58145;mbox=yes;msg=5

Download the mbox file and examine it, and you will see what I
describe above.

So I think the problem is with the configuration of your MUA.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#58145: 28.1; Description errors in Emacs's info manual for Gnus key bindings
  2022-09-28 15:24 ` bug#58145: 28.1; Description errors in Emacs's info manual for Gnus key bindings Mark Harig via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-09-29  0:02   ` bug#58145: Formatting of lines in this report Mark Harig via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-09-29 11:05   ` Lars Ingebrigtsen
  1 sibling, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2022-09-29 11:05 UTC (permalink / raw)
  To: Mark Harig; +Cc: 58145

Mark Harig <idirectscm@aim.com> writes:

> The following two errors are in the Emacs info manual for Emacs 28.1 (C-h r):

I've now fixed this on the emacs-28 branch.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-29 11:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1167367840.1034373.1664378697992.ref@mail.yahoo.com>
2022-09-28 15:24 ` bug#58145: 28.1; Description errors in Emacs's info manual for Gnus key bindings Mark Harig via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-09-29  0:02   ` bug#58145: Formatting of lines in this report Mark Harig via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-09-29  6:08     ` Eli Zaretskii
2022-09-29 11:05   ` bug#58145: 28.1; Description errors in Emacs's info manual for Gnus key bindings Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).