GNU bug report logs -
#78905
31.0.50; Extra dot in C-h k output
Previous Next
Reported by: Eshel Yaron <me <at> eshelyaron.com>
Date: Thu, 26 Jun 2025 09:53:02 UTC
Severity: normal
Found in version 31.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 26 Jun 2025 17:40:23 +0300
with message-id <86sejmbm7c.fsf <at> gnu.org>
and subject line Re: bug#78905: 31.0.50; Extra dot in C-h k output
has caused the debbugs.gnu.org bug report #78905,
regarding 31.0.50; Extra dot in C-h k output
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
78905: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78905
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
On the current master, I see:
1. emacs -Q
2. C-x C-j
3. C-h k d
This produces a *Help* buffer saying:
d runs the command dired-flag-file-deletion (found in dired-mode-map),
which is an interactive byte-code-function in ‘dired.el’.
It is bound to d.
.
(dired-flag-file-deletion ARG &optional INTERACTIVE)
...
Note the extra, unexpected dot and newline after "It is bound to d."
Best regards,
Eshel
[Message part 3 (message/rfc822, inline)]
> From: Eshel Yaron <me <at> eshelyaron.com>
> Cc: Eli Zaretskii <eliz <at> gnu.org>, 78905 <at> debbugs.gnu.org
> Date: Thu, 26 Jun 2025 16:21:49 +0200
>
> Hi,
>
> Stephen Berman <stephen.berman <at> gmx.net> writes:
>
> > On Thu, 26 Jun 2025 16:05:13 +0300 Eli Zaretskii <eliz <at> gnu.org> wrote:
> >
> >>> From: Stephen Berman <stephen.berman <at> gmx.net>
> >>> Cc: Eshel Yaron <me <at> eshelyaron.com>, 78905 <at> debbugs.gnu.org
> >>> Date: Thu, 26 Jun 2025 14:47:32 +0200
> >>>
> >>> Since the sexp `(or remapped menus (princ "."))' is within a sexp
> >>> beginning `(when menus ...)' and nothing nullifies `menus' within that
> >>> sexp, doesn't this change then make `(princ ".")' a no-op?
> >>
> >> Sorry, a thinko. The below is better, I hope.
> >>
> >> diff --git a/lisp/help-fns.el b/lisp/help-fns.el
> >> index 481360b..ff69227 100644
> >> --- a/lisp/help-fns.el
> >> +++ b/lisp/help-fns.el
> >> @@ -632,7 +632,7 @@ help-fns--key-bindings
> >> (format-message "`%s'" remapped)
> >> "an anonymous command"))
> >> (princ "as well.\n"))
> >> - (or remapped (princ "."))
> >> + (or remapped (= (point) start) (princ "."))
> >> (fill-region-as-paragraph start (point))))
> >> (ensure-empty-lines)))))))
> >
> > Yes, this is effectively equivalent to the patch I posted ;-)
>
> Both variants seem to work over here :)
Thanks, installed, and closing the bug.
This bug report was last modified 16 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.