From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: show_help_echo truncates unconditionally Date: Fri, 01 Apr 2005 23:19:04 -0500 Message-ID: References: <20836.217.194.34.123.1112077505.squirrel@wwws.franken.de> <44846.217.194.34.123.1112174684.squirrel@wwws.franken.de> <57608.217.194.34.123.1112341162.squirrel@wwws.franken.de> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1112416505 24500 80.91.229.2 (2 Apr 2005 04:35:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Apr 2005 04:35:05 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 02 06:35:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DHaLX-0004x6-7h for ged-emacs-devel@m.gmane.org; Sat, 02 Apr 2005 06:34:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHaMw-0000xz-Bj for ged-emacs-devel@m.gmane.org; Fri, 01 Apr 2005 23:36:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DHaMB-0000ie-H2 for emacs-devel@gnu.org; Fri, 01 Apr 2005 23:35:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DHaM6-0000dx-5M for emacs-devel@gnu.org; Fri, 01 Apr 2005 23:35:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHaM5-0000Zc-A2 for emacs-devel@gnu.org; Fri, 01 Apr 2005 23:35:29 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DHa6d-0000mO-IW for emacs-devel@gnu.org; Fri, 01 Apr 2005 23:19:31 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DHa6C-00035j-Bx; Fri, 01 Apr 2005 23:19:04 -0500 Original-To: "Stephan Stahl" In-reply-to: <57608.217.194.34.123.1112341162.squirrel@wwws.franken.de> (stahl@eos.franken.de) 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:35489 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35489 ! /* Display help-echo property under the mouse pointer. Either show it ! in the echo area or when non-nil call show-help-function to display ! it by other means (maybe in tooltips). That is clear. I will install it, assuming that it is correct, and I hope someone else will fix it if it is wrong. Thanks. PS: Some lines down this comment it says: and POS is the position in the overlay's buffer under the mouse. Is "under the mouse" correct? There is no way to misunderstand it, no plausible but wrong other meaning, so I see no problem.