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


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

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




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.