From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: local keymap patch for key-binding Date: Mon, 11 Sep 2006 09:07:32 -0400 Message-ID: <87k64ad017.fsf@stupidchicken.com> References: <87slj1hybl.fsf@stupidchicken.com> <85pse5cbqw.fsf@lola.goethe.zz> <87zmd7yjq4.fsf@furball.mit.edu> <85pse3n99c.fsf@lola.goethe.zz> <87r6yjxh7k.fsf@furball.mit.edu> <85venuc27c.fsf@lola.goethe.zz> <85r6yiivi7.fsf@lola.goethe.zz> <85ejuiiuh3.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1157979986 12002 80.91.229.2 (11 Sep 2006 13:06:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Sep 2006 13:06:26 +0000 (UTC) Cc: emacs-devel@gnu.org, "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 11 15:06:24 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GMlUN-0006qM-8u for ged-emacs-devel@m.gmane.org; Mon, 11 Sep 2006 15:06:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMlUM-0006l4-Rl for ged-emacs-devel@m.gmane.org; Mon, 11 Sep 2006 09:06:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GMlTw-0006fX-8M for emacs-devel@gnu.org; Mon, 11 Sep 2006 09:05:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GMlTs-0006d7-0i for emacs-devel@gnu.org; Mon, 11 Sep 2006 09:05:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMlTr-0006d0-Lv for emacs-devel@gnu.org; Mon, 11 Sep 2006 09:05:43 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GMlV6-00014i-Qh; Mon, 11 Sep 2006 09:07:00 -0400 Original-Received: by cyd (Postfix, from userid 1000) id 592B84ECF4; Mon, 11 Sep 2006 09:07:32 -0400 (EDT) Original-To: David Kastrup In-Reply-To: <85ejuiiuh3.fsf@lola.goethe.zz> (David Kastrup's message of "Mon\, 11 Sep 2006 12\:11\:04 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:59674 Archived-At: David Kastrup writes: > Ok, here I triggered a problem: I used C-h k (with the new help.el) > followed by a mouse-2 click on an overlay's 'before-string which has > its own 'keymap and 'display properties (the string, not the overlay). > > It would appear that 806 is the buffer position, and I would guess > that this is erroneously used as in index into the before-string > property of the overlay. I've checked in a fix.