From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: apropos links Date: Mon, 3 Jun 2002 14:28:29 +0300 (IDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <200206031159229.SM00219@BSI011.bsiag.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1023104011 25767 127.0.0.1 (3 Jun 2002 11:33:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 3 Jun 2002 11:33:31 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Eq5a-0006hU-00 for ; Mon, 03 Jun 2002 13:33:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17Eq5A-0006hU-00; Mon, 03 Jun 2002 07:33:04 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17Eq2a-0006QG-00; Mon, 03 Jun 2002 07:30:24 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id OAA22342; Mon, 3 Jun 2002 14:28:29 +0300 (IDT) X-Sender: eliz@is Original-To: alex@gnu.org In-Reply-To: <200206031159229.SM00219@BSI011.bsiag.com> Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:1767 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1767 On Mon, 3 Jun 2002 alex@gnu.org wrote: > When I use C-h k, I find the following: > > at that spot runs the command apropos-mouse-follow > > And indeed, in the Messages buffer, I find this: > > apropos-mouse-follow: There is nothing to follow here [2 times] Thank you for your report. However, I'm afraid I cannot reproduce this problem on my machine: mouse-2 on mouse-sensitive parts of the *Apropos* buffer works for me as advertised. So please try this in "emacs -q --no-site-file", and if the problem persists, please show the portion of the *Apropos* buffer you are looking at and the exact spot where you click mouse-2. Note that mouse-2 clicks will only work for portions of text that change their colors when you move the mouse pointer across them (you should also see a help echo, either in a tooltip or in the echo area, saying what mouse-2 does). If you click outside the highlighted area, nothing will happen.