From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: local keymap patch for key-binding Date: Wed, 13 Sep 2006 15:45:44 +0200 Message-ID: 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> <85hczdbdv2.fsf@lola.goethe.zz> <85mz959kkw.fsf@lola.goethe.zz> <85irjs4tda.fsf@lola.goethe.zz> <85ejug4pl4.fsf@lola.goethe.zz> <85k648kwy7.fsf@lola.goethe.zz> <85irjsj8s7.fsf@lola.goethe.zz> <853bawj6ar.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 1158155253 11794 80.91.229.2 (13 Sep 2006 13:47:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Sep 2006 13:47:33 +0000 (UTC) Cc: cyd@stupidchicken.com, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 13 15:47:31 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 1GNV5B-0000BF-R4 for ged-emacs-devel@m.gmane.org; Wed, 13 Sep 2006 15:47:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNV5B-0005Q4-F2 for ged-emacs-devel@m.gmane.org; Wed, 13 Sep 2006 09:47:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GNV4z-0005PV-B3 for emacs-devel@gnu.org; Wed, 13 Sep 2006 09:47:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GNV4x-0005P3-Ez for emacs-devel@gnu.org; Wed, 13 Sep 2006 09:47:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNV4x-0005P0-Am for emacs-devel@gnu.org; Wed, 13 Sep 2006 09:47:03 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GNV6b-0002vM-Ge; Wed, 13 Sep 2006 09:48:45 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepb.post.tele.dk (Postfix) with SMTP id 4A5DCA50071; Wed, 13 Sep 2006 15:46:46 +0200 (CEST) Original-To: David Kastrup In-Reply-To: <853bawj6ar.fsf@lola.goethe.zz> (David Kastrup's message of "Wed\, 13 Sep 2006 14\:32\:28 +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:59769 Archived-At: David Kastrup writes: >>> So it would likely make more sense to rework the location argument >>> type to just be a mouse position. >> >> in pixels or chars? > > In the form returned by `event-start' or `posn-at-x-y'. One does not > want to look up the object relations in the display matrix again, > since those may have changed since the event. Ok. I tought you meant the format returned by `mouse-position' or `mouse-pixel-position'. > I wanted to use a `location' argument as returned by `event-start'. Ok with me. -- Kim F. Storm http://www.cua.dk