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: Is it possible to use tooltips only for some modes Date: Tue, 09 Aug 2005 19:18:15 -0400 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1123630131 12567 80.91.229.2 (9 Aug 2005 23:28:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Aug 2005 23:28:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 10 01:28:49 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E2dW7-00063R-3W for ged-emacs-devel@m.gmane.org; Wed, 10 Aug 2005 01:28:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E2dZC-0002af-3Q for ged-emacs-devel@m.gmane.org; Tue, 09 Aug 2005 19:31:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E2dWn-0001pU-VJ for emacs-devel@gnu.org; Tue, 09 Aug 2005 19:29:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E2dWe-0001iL-3d for emacs-devel@gnu.org; Tue, 09 Aug 2005 19:28:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E2dWb-0001au-1x for emacs-devel@gnu.org; Tue, 09 Aug 2005 19:28:49 -0400 Original-Received: from [195.186.19.66] (helo=mail22.bluewin.ch) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E2daO-00052u-Dy for emacs-devel@gnu.org; Tue, 09 Aug 2005 19:32:44 -0400 Original-Received: from empanada.local (83.76.14.40) by mail22.bluewin.ch (Bluewin 7.2.063) id 42E684E0001FCB51; Tue, 9 Aug 2005 23:18:13 +0000 Original-Received: by empanada.local (Postfix, from userid 502) id ADED25FBD5D; Tue, 9 Aug 2005 19:18:16 -0400 (EDT) Original-To: Klaus Zeitler In-Reply-To: (Klaus Zeitler's message of "Fri, 05 Aug 2005 11:57:47 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) 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:41821 > modeline, I find them sometimes annoying, especially in occur buffer. > e.g. when I move the cursor in the occur buffer emacs keeps hiding lines > behind the tooltip "mouse-2: go to this occurence". > Showing the tooltip once when one enters the buffer would be ok. I've changed my tooltips to appear in the echo area (by turning off tooltip-mode) and have lived happily ever since. Stefan