From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: tooltip-mode shouldn't be enabled in the Linux console by default Date: Tue, 28 Apr 2009 09:45:54 -0400 Message-ID: <87tz48zyb1.fsf@cyd.mit.edu> References: <18932.16293.813561.158162@totara.tehura.co.nz> <83r5zedjdi.fsf@gnu.org> <874ow9ldwc.fsf@cyd.mit.edu> <18934.46814.112353.909939@totara.tehura.co.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1240926442 15805 80.91.229.12 (28 Apr 2009 13:47:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Apr 2009 13:47:22 +0000 (UTC) Cc: Eli Zaretskii , Stefan Monnier , emacs-devel@gnu.org To: nickrob@snap.net.nz (Nick Roberts) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 28 15:47:12 2009 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 1LyneS-0001GK-0W for ged-emacs-devel@m.gmane.org; Tue, 28 Apr 2009 15:47:12 +0200 Original-Received: from localhost ([127.0.0.1]:44701 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyneR-0003wO-EO for ged-emacs-devel@m.gmane.org; Tue, 28 Apr 2009 09:47:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LyndH-0003OG-V4 for emacs-devel@gnu.org; Tue, 28 Apr 2009 09:46:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyndD-0003MH-9M for emacs-devel@gnu.org; Tue, 28 Apr 2009 09:45:59 -0400 Original-Received: from [199.232.76.173] (port=33843 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyndD-0003MC-2K for emacs-devel@gnu.org; Tue, 28 Apr 2009 09:45:55 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:38156) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LyndA-00034y-5z; Tue, 28 Apr 2009 09:45:52 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 4C47657E251; Tue, 28 Apr 2009 09:45:54 -0400 (EDT) In-Reply-To: <18934.46814.112353.909939@totara.tehura.co.nz> (Nick Roberts's message of "Tue, 28 Apr 2009 19:57:18 +1200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:110512 Archived-At: nickrob@snap.net.nz (Nick Roberts) writes: > This looks to me like an ugly hack that subverts the purpose of > tooltip-show-help-non-mode. I tried the patch below (against 1.93, > the version before your checkin) but the help message seems to persist > after the mouse has moved away from the mouse-highlight region. Yes, and if you fix that bug, you end up with a function that looks like tooltip-show-help-non-mode, pretty much. So it's better to use tooltip-show-help-non-mode in the first place.