From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#22986: 24.5; (elisp) `Overlay Properties' has incorrect link `Text help-echo' Date: Sun, 01 May 2016 00:59:52 +0200 Message-ID: <877ffe66tz.fsf@gnus.org> References: <44599d24-39e3-4b7c-bf14-4337684f992f@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1462057248 13052 80.91.229.3 (30 Apr 2016 23:00:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Apr 2016 23:00:48 +0000 (UTC) Cc: 22986@debbugs.gnu.org To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun May 01 01:00:36 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1awdsJ-0007RI-2Z for geb-bug-gnu-emacs@m.gmane.org; Sun, 01 May 2016 01:00:35 +0200 Original-Received: from localhost ([::1]:60022 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awdsC-0001dT-49 for geb-bug-gnu-emacs@m.gmane.org; Sat, 30 Apr 2016 19:00:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awds2-0001Og-9p for bug-gnu-emacs@gnu.org; Sat, 30 Apr 2016 19:00:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awdrq-0000zs-Hz for bug-gnu-emacs@gnu.org; Sat, 30 Apr 2016 19:00:12 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:46461) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awdrq-0000xh-Fl for bug-gnu-emacs@gnu.org; Sat, 30 Apr 2016 19:00:06 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1awdrn-0004Y3-0R for bug-gnu-emacs@gnu.org; Sat, 30 Apr 2016 19:00:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 30 Apr 2016 23:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 22986 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 22986-submit@debbugs.gnu.org id=B22986.146205719617433 (code B ref 22986); Sat, 30 Apr 2016 23:00:02 +0000 Original-Received: (at 22986) by debbugs.gnu.org; 30 Apr 2016 22:59:56 +0000 Original-Received: from localhost ([127.0.0.1]:58795 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awdrg-0004X7-DT for submit@debbugs.gnu.org; Sat, 30 Apr 2016 18:59:56 -0400 Original-Received: from hermes.netfonds.no ([80.91.224.195]:33297) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awdrf-0004Wy-3q for 22986@debbugs.gnu.org; Sat, 30 Apr 2016 18:59:55 -0400 Original-Received: from cm-84.215.1.64.getinternet.no ([84.215.1.64] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1awdrc-00081S-BY; Sun, 01 May 2016 00:59:54 +0200 In-Reply-To: <44599d24-39e3-4b7c-bf14-4337684f992f@default> (Drew Adams's message of "Fri, 11 Mar 2016 07:43:58 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:117472 Archived-At: Drew Adams writes: > Under the `help-echo' entry there is this cross-reference: "For details > see Text help-echo". That link takes you to the `prepare-change-group' > entry of node `Atomic Changes', which does not seem to have anything to > do with `help-echo' or displaying a help string in the echo area. I'm unable to reproduce this bug. And the anchor looks like it's in the right place when I look at the source code: @item help-echo @kindex help-echo @r{(text property)} @cindex tooltip for help strings @anchor{Text help-echo} If text has a string as its @code{help-echo} property, then when you move the mouse onto that text, Emacs displays that string in the echo area, or in the tooltip window (@pxref{Tooltips}). Perhaps something wrong with whatever formatted your info pages? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no