unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* trunk read-key-sequence bug
@ 2008-01-17  7:05 Katsumi Yamaoka
  2008-01-17 12:28 ` Johan Bockgård
  2008-01-20  6:14 ` Richard Stallman
  0 siblings, 2 replies; 4+ messages in thread
From: Katsumi Yamaoka @ 2008-01-17  7:05 UTC (permalink / raw)
  To: emacs-devel

Hi,

To reproduce this bug, eval this form:

(let ((buffer (get-buffer-create "*testing*"))
      (keymap1 (make-sparse-keymap))
      (keymap2 (make-sparse-keymap)))
  (define-key keymap1 "a" keymap2)
  (pop-to-buffer buffer)
  (use-local-map keymap1)
  (read-key-sequence "01234567890123456789012345678901234567"))

Press the `a' key.  And then, after the first `a' appears in the
echo area, press the backspace key.  You will see:

(args-out-of-range "a backspace" 0 38)

The same error happens when I type `C-h c S' and then backspace
in the Gnus summary buffer.

Regards,

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

end of thread, other threads:[~2008-01-21  0:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-17  7:05 trunk read-key-sequence bug Katsumi Yamaoka
2008-01-17 12:28 ` Johan Bockgård
2008-01-20  6:14 ` Richard Stallman
2008-01-21  0:42   ` Katsumi Yamaoka

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).