GNU bug report logs -
#62673
28.2; The example in "(elisp) Prefix Keys" is wrong
Previous Next
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
Message #13 received at 62673-done <at> debbugs.gnu.org (full text, mbox):
> 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 49 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.