From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Newsgroups: gmane.emacs.devel Subject: Re: trunk read-key-sequence bug Date: Thu, 17 Jan 2008 13:28:04 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1200572959 1497 80.91.229.12 (17 Jan 2008 12:29:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Jan 2008 12:29:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 17 13:29:37 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JFTsC-00047s-6l for ged-emacs-devel@m.gmane.org; Thu, 17 Jan 2008 13:29:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFTrm-0007z0-Jv for ged-emacs-devel@m.gmane.org; Thu, 17 Jan 2008 07:29:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JFTr5-0007c2-B1 for emacs-devel@gnu.org; Thu, 17 Jan 2008 07:28:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFTr3-0007am-Gw for emacs-devel@gnu.org; Thu, 17 Jan 2008 07:28:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFTr3-0007aX-Bg for emacs-devel@gnu.org; Thu, 17 Jan 2008 07:28:21 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JFTr2-0005lU-VB for emacs-devel@gnu.org; Thu, 17 Jan 2008 07:28:21 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JFTqu-00075J-Bd for emacs-devel@gnu.org; Thu, 17 Jan 2008 12:28:12 +0000 Original-Received: from remote1.student.chalmers.se ([129.16.29.79]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Jan 2008 12:28:12 +0000 Original-Received: from bojohan+news by remote1.student.chalmers.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Jan 2008 12:28:12 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 30 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: remote1.student.chalmers.se Mail-Copies-To: never User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) Cancel-Lock: sha1:WdFQF3L4RQpaMhGros8AShVdDKc= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:87012 Archived-At: Katsumi Yamaoka 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: http://article.gmane.org/gmane.emacs.devel/84294 -- Johan Bockgård