GNU bug report logs - #62673
28.2; The example in "(elisp) Prefix Keys" is wrong

Previous Next

Package: emacs;

Reported by: Lin Jian <me <at> linj.tech>

Date: Wed, 5 Apr 2023 06:52:01 UTC

Severity: normal

Found in version 28.2

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#62673: closed (28.2; The example in "(elisp) Prefix Keys" is
 wrong)
Date: Wed, 05 Apr 2023 08:35:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 05 Apr 2023 11:35:11 +0300
with message-id <83y1n6sp4w.fsf <at> gnu.org>
and subject line Re: bug#62673: 28.2; The example in "(elisp) Prefix Keys" is wrong
has caused the debbugs.gnu.org bug report #62673,
regarding 28.2; The example in "(elisp) Prefix Keys" is wrong
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
62673: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62673
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Lin Jian <me <at> linj.tech>
To: bug-gnu-emacs <at> gnu.org
Subject: 28.2; The example in "(elisp) Prefix Keys" is wrong
Date: Wed, 05 Apr 2023 14:43:43 +0800
Reproducing steps:
1. emacs -Q
2. eval the example in the *scratch* buffer
  2.1. (use-local-map (make-sparse-keymap))
           => nil ;; good
  2.2. (local-set-key "\C-p" ctl-x-map)
           => (keymap ...) ;; bad: manual says it returns nil
  2.3. (key-binding "\C-p\C-f")
           => find-file ;; good
  2.4. (key-binding "\C-p6")
           => 2C-command ;; bad: manual says it returns nil


[Message part 3 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: me <at> linj.tech
Cc: 62673-done <at> debbugs.gnu.org
Subject: Re: bug#62673: 28.2; The example in "(elisp) Prefix Keys" is wrong
Date: Wed, 05 Apr 2023 11:35:11 +0300
> Cc: 62673 <at> debbugs.gnu.org
> Date: Wed, 05 Apr 2023 10:25:37 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> 
> > Date: Wed, 05 Apr 2023 14:43:43 +0800
> > From:  Lin Jian via "Bug reports for GNU Emacs,
> >  the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
> > 
> > 
> > Reproducing steps:
> > 1. emacs -Q
> > 2. eval the example in the *scratch* buffer
> >   2.1. (use-local-map (make-sparse-keymap))
> >            => nil ;; good
> >   2.2. (local-set-key "\C-p" ctl-x-map)
> >            => (keymap ...) ;; bad: manual says it returns nil
> >   2.3. (key-binding "\C-p\C-f")
> >            => find-file ;; good
> >   2.4. (key-binding "\C-p6")
> >            => 2C-command ;; bad: manual says it returns nil
> 
> That section was meanwhile rewritten (with new exciting mistakes).

Should be fixed now on the emacs-29 branch, so I'm closing the bug.
Thanks for reporting these discrepancies.


This bug report was last modified 2 years and 69 days ago.

Previous Next


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