From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Paul Wallington Newsgroups: gmane.emacs.devel Subject: Re: Item for TODO? Date: Fri, 21 Jan 2005 16:42:42 +0000 Message-ID: References: <16880.39426.162103.127059@farnswood.snap.net.nz> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1106326335 8941 80.91.229.6 (21 Jan 2005 16:52:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Jan 2005 16:52:15 +0000 (UTC) Cc: nickrob@snap.net.nz, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 21 17:52:09 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cs213-00034W-00 for ; Fri, 21 Jan 2005 17:52:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cs2D6-00053h-M4 for ged-emacs-devel@m.gmane.org; Fri, 21 Jan 2005 12:04:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cs2Ci-0004yM-1h for emacs-devel@gnu.org; Fri, 21 Jan 2005 12:04:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cs2Cd-0004w4-0M for emacs-devel@gnu.org; Fri, 21 Jan 2005 12:04:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cs2Cc-0004uS-MZ for emacs-devel@gnu.org; Fri, 21 Jan 2005 12:04:06 -0500 Original-Received: from [207.8.226.5] (helo=orb.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cs1sA-000392-PG for emacs-devel@gnu.org; Fri, 21 Jan 2005 11:42:58 -0500 Original-Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id 45B683DC; Fri, 21 Jan 2005 11:43:03 -0500 (EST) Original-Received: from filth.shootybangbang.com (host217-44-221-62.range217-44.btcentralplus.com [217.44.221.62]) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id 05DFF8B; Fri, 21 Jan 2005 11:42:59 -0500 (EST) Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Fri, 21 Jan 2005 10:55:27 -0500) X-Mailer: Norman X-Attribution: jpw X-Face: R(_z-rF:grdKO.*u`n); p.i$Eiz=h^CO5eDYv"4:K@#\HN09*Ykx}}B{kF/KH}%f_o^Wp 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: main.gmane.org gmane.emacs.devel:32458 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32458 > There's also been discussions to add support for tooltips, tho it's > not clear exactly what this should look like, but it could begin > with a command to "show tooltip at point" which could be added to > the C-h map. We have that: C-h . runs the command display-local-help which is an interactive compiled Lisp function in `help-at-pt'. [...] Display local help in the echo area. This displays a short help message, namely the string produced by the `kbd-help' property at point. If `kbd-help' does not produce a string, but the `help-echo' property does, then that string is printed instead.