From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Better default values for tooltip padding and `tooltip-hide-delay'? Date: Thu, 13 Oct 2005 16:10:44 -0400 Message-ID: References: <87fyr77paq.fsf@stupidchicken.com> <200510112320.j9BNKDn09363@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1129234433 19494 80.91.229.2 (13 Oct 2005 20:13:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2005 20:13:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 13 22:13:50 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EQ9QT-0004Id-C8 for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2005 22:11:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQ9QS-0004R8-U2 for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2005 16:11:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EQ9Pa-0004AF-CH for emacs-devel@gnu.org; Thu, 13 Oct 2005 16:10:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EQ9PZ-00049x-QN for emacs-devel@gnu.org; Thu, 13 Oct 2005 16:10:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQ9PZ-00049t-JA for emacs-devel@gnu.org; Thu, 13 Oct 2005 16:10:45 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EQ9PZ-0000GJ-Dr for emacs-devel@gnu.org; Thu, 13 Oct 2005 16:10:45 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EQ9PY-0007HI-MD; Thu, 13 Oct 2005 16:10:44 -0400 Original-To: cs-usenet@arcor.de In-reply-to: (message from Christian Schlauer on Wed, 12 Oct 2005 23:33:22 +0200) 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:43999 Archived-At: I don't agree. Only in Ediff-mode they are annoying, otherwise I find them just too big ;-) If a substantial number of people find them annoying on the text in Ediff mode, we could do a number of things: 1. Eliminate the help-echo properties on parts of diff hunks in Ediff mode. 2. Set it up so that they only appear for the first 4 times that the mouse is above such text in any given Ediff mode buffer. (That way, they would be helpful, but once the user has seen them a few times, they will get out of the way.) #2 would require some C code, but it won't be very hard C code, so that is not a major reason not to do this.