From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: Describe key when gud-tooltip-mode is on Date: Tue, 23 May 2006 22:41:15 +1200 Message-ID: <17522.59083.10913.992757@kahikatea.snap.net.nz> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1148380935 31907 80.91.229.2 (23 May 2006 10:42:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 May 2006 10:42:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 23 12:42:12 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 1FiUKw-00006D-3N for ged-emacs-devel@m.gmane.org; Tue, 23 May 2006 12:42:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FiUKu-0004aD-Fg for ged-emacs-devel@m.gmane.org; Tue, 23 May 2006 06:42:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FiUKe-0004ZS-Iu for emacs-devel@gnu.org; Tue, 23 May 2006 06:41:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FiUKc-0004Z7-T4 for emacs-devel@gnu.org; Tue, 23 May 2006 06:41:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FiUKc-0004Z0-Ec for emacs-devel@gnu.org; Tue, 23 May 2006 06:41:42 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FiUOo-0008VY-Bj for emacs-devel@gnu.org; Tue, 23 May 2006 06:46:02 -0400 Original-Received: from kahikatea.snap.net.nz (p367-tnt1.snap.net.nz [202.124.111.113]) by viper.snap.net.nz (Postfix) with ESMTP id CC5ED7578BD; Tue, 23 May 2006 22:41:42 +1200 (NZST) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id D242D1D3550; Tue, 23 May 2006 22:41:16 +1200 (NZST) Original-To: Klaus Zeitler In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.50.13 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:55120 Archived-At: Klaus Zeitler writes: > Just noticed that if I try to use describe key for a menu entry when > gud-tooltip-mode is turned on, I get: > runs the command gud-tooltip-mouse-motion ... > This happens in all gud associated buffers. Thats because GUD tooltips use track-mouse which works at the lisp level, mouse-movement is then classed as input. It should only happen for modes which enable GUD tooltips, by default: gud-mode c-mode c++-mode fortran-mode i.e roughly the GUD and source buffers (see gud-tooltip-modes). -- Nick http://www.inet.net.nz/~nickrob