From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: [lennart.borgman@gmail.com: C-h k does not catch text properies keymaps] Date: Tue, 06 Mar 2007 23:48:50 +0100 Message-ID: <45EDEFD2.300@gmail.com> References: <87r6s3zp63.fsf@stupidchicken.com> <85r6s3jsib.fsf@lola.goethe.zz> <45EC8CB5.60307@gmail.com> <87zm6rmjc1.fsf@stupidchicken.com> <45EC9B1B.6050006@gmail.com> <87ps7nxqmu.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1173221365 3703 80.91.229.12 (6 Mar 2007 22:49:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Mar 2007 22:49:25 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 06 23:49:18 2007 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 1HOiT6-000511-NG for ged-emacs-devel@m.gmane.org; Tue, 06 Mar 2007 23:49:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOiT7-00025H-VF for ged-emacs-devel@m.gmane.org; Tue, 06 Mar 2007 17:49:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HOiSw-000259-G9 for emacs-devel@gnu.org; Tue, 06 Mar 2007 17:49:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HOiSu-00024v-VY for emacs-devel@gnu.org; Tue, 06 Mar 2007 17:49:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOiSu-00024s-QU for emacs-devel@gnu.org; Tue, 06 Mar 2007 17:49:04 -0500 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HOiSl-0007wq-8z; Tue, 06 Mar 2007 17:48:55 -0500 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:60567 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1HOiSj-00084k-74; Tue, 06 Mar 2007 23:48:53 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.5.666 In-Reply-To: X-Antivirus: avast! (VPS 000722-0, 2007-03-06), Outbound message X-Antivirus-Status: Clean X-Scan-Result: No virus found in message 1HOiSj-00084k-74. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1HOiSj-00084k-74 c5a1cb12c8ed938315b53efa90683aac X-detected-kernel: Linux 2.6? (barebone, rare!) 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:67453 Archived-At: Richard Stallman wrote: > >> ----------------- up-event ---------------- > >> > >> at that spot runs the command (lambda nil "This is the lambda for mouse-1" (interactive) (message "lambda for mouse-1 here")) > >> which is an interactive Lisp function. > >> It is bound to . > >> (anonymous) > >> > >> This is the lambda for mouse-1 > > > > I do not see the up-event part on CVS Emacs from 2007-03-04 on w32. > > Works for me on GNU/Linux with latest CVS. I guess it's a Windows > bug. > > Lennart, can you see the code that shows the up-event, and find > out why it does not work when you try it? up-event is nil.