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: Sat, 09 Sep 2006 11:26:51 -0400 Message-ID: <87ejul6oxw.fsf@stupidchicken.com> References: <87slj1hybl.fsf@stupidchicken.com> <85pse5cbqw.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 1157815535 24622 80.91.229.2 (9 Sep 2006 15:25:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 9 Sep 2006 15:25:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 09 17:25:29 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 1GM4ht-0002V2-Tf for ged-emacs-devel@m.gmane.org; Sat, 09 Sep 2006 17:25:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GM4ht-0001zF-By for ged-emacs-devel@m.gmane.org; Sat, 09 Sep 2006 11:25:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GM4hf-0001yX-WA for emacs-devel@gnu.org; Sat, 09 Sep 2006 11:25:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GM4hf-0001yD-20 for emacs-devel@gnu.org; Sat, 09 Sep 2006 11:25:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GM4he-0001y8-QT for emacs-devel@gnu.org; Sat, 09 Sep 2006 11:25:06 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GM4iT-0004Om-DF; Sat, 09 Sep 2006 11:25:57 -0400 Original-Received: by cyd (Postfix, from userid 1000) id DADD44ECE6; Sat, 9 Sep 2006 11:26:51 -0400 (EDT) Original-To: David Kastrup In-Reply-To: <85pse5cbqw.fsf@lola.goethe.zz> (David Kastrup's message of "Sat\, 09 Sep 2006 17\:15\:19 +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:59596 Archived-At: David Kastrup writes: > The problem is that keymaps may be provided by text properties and > overlays, and by keymap properties on strings that display as the > display or before-string or after-string properties of text properties > or overlays. Why wouldn't this be caught by the call to Fget_char_property, called on the object (string or buffer) specified by the supplied event?