unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: bojohan+news@dd.chalmers.se (Johan Bockgård)
To: emacs-devel@gnu.org
Subject: Re: trunk read-key-sequence bug
Date: Thu, 17 Jan 2008 13:28:04 +0100	[thread overview]
Message-ID: <yoij7ii88wmj.fsf@remote1.student.chalmers.se> (raw)
In-Reply-To: b4mtzldkk32.fsf@jpl.org

Katsumi Yamaoka <yamaoka@jpl.org> writes:

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

FWIW, this is the same bug as my report from November (which never got
any replies):

Message-ID: <yoijaboxuwrk.fsf@remote1.student.chalmers.se>
http://article.gmane.org/gmane.emacs.devel/84294

-- 
Johan Bockgård

  reply	other threads:[~2008-01-17 12:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-17  7:05 trunk read-key-sequence bug Katsumi Yamaoka
2008-01-17 12:28 ` Johan Bockgård [this message]
2008-01-20  6:14 ` Richard Stallman
2008-01-21  0:42   ` Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yoij7ii88wmj.fsf@remote1.student.chalmers.se \
    --to=bojohan+news@dd.chalmers.se \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).