From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: A bug, I think, in key-binding Date: Thu, 17 Aug 2006 10:48:11 -0400 Message-ID: References: <858xly975r.fsf@lola.goethe.zz> <87y7tysd7e.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1155826138 9404 80.91.229.2 (17 Aug 2006 14:48:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 Aug 2006 14:48:58 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 17 16:48:55 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 1GDjAg-0002Mb-2B for ged-emacs-devel@m.gmane.org; Thu, 17 Aug 2006 16:48:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GDjAf-0002Y5-Fk for ged-emacs-devel@m.gmane.org; Thu, 17 Aug 2006 10:48:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GDjAS-0002Wc-Du for emacs-devel@gnu.org; Thu, 17 Aug 2006 10:48:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GDjAQ-0002UD-7h for emacs-devel@gnu.org; Thu, 17 Aug 2006 10:48:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GDjAP-0002U1-SH for emacs-devel@gnu.org; Thu, 17 Aug 2006 10:48:17 -0400 Original-Received: from [209.226.175.54] (helo=tomts10-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GDjGq-0002sP-Fv; Thu, 17 Aug 2006 10:54:56 -0400 Original-Received: from localhost ([70.55.146.213]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060817144812.JYMF13241.tomts10-srv.bellnexxia.net@localhost>; Thu, 17 Aug 2006 10:48:12 -0400 Original-Received: by localhost (Postfix, from userid 20848) id F2E2A826A; Thu, 17 Aug 2006 10:48:11 -0400 (EDT) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Thu, 17 Aug 2006 02:02:44 -0400") 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:58466 Archived-At: > Moving point is not sufficient if the click is on an image-map, or on > before-string. I'd rather reuse the C code if at all possible rather than > try to mimick it in elisp (unless we can completely replace the C version > with the elisp version). > That is a valid point; this needs to be implemented at C level. > Perhaps an optional argument to key-binding is the way to do it. > Would you like to implement that? Not now at least, no, Stefan