From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: alex@gnu.org Newsgroups: gmane.emacs.bugs Subject: apropos links Date: Mon, 3 Jun 2002 11:59:12 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <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 1023098792 18628 127.0.0.1 (3 Jun 2002 10:06:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 3 Jun 2002 10:06:32 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17EojQ-0004qL-00 for ; Mon, 03 Jun 2002 12:06:32 +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 17Eoj1-00044y-00; Mon, 03 Jun 2002 06:06:07 -0400 Original-Received: from dmz1.bsiag.com ([62.2.236.162]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 17Eoii-0003xS-00 for ; Mon, 03 Jun 2002 06:05:48 -0400 Original-Received: from fs_bsi1.bsiag.com by [62.2.236.162] via smtpd (for fencepost.gnu.org [199.232.76.164]) with SMTP; 3 Jun 2002 10:21:44 UT Original-Received: from BSI011.bsiag.com [100.0.0.111] by bsiag.com with ESMTP (SMTPD32-6.06) id ADE5660244; Mon, 03 Jun 2002 11:59:01 +0200 Original-To: bug-gnu-emacs@gnu.org Original-Lines: 90 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:1764 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1764 This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English, because the Emacs maintainers do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. In GNU Emacs 21.2.1 (i386-msvc-nt5.0.2195) of 2002-03-19 on buffy configured using `configure --with-msvc (12.00)' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: DES locale-coding-system: iso-latin-1 default-enable-multibyte-characters: t Please describe exactly what actions triggered the bug and the precise symptoms of the bug: The result of the apropos buffer looks great. The symbols are hilighted, and RET runs the command apropos-follow. Using mouse-2, however, does not work! 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] Thus the function gets called, but it fails somehow. Here is the code: (or (and (not (eobp)) (get-text-property (point) 'mouse-face)) (and (not (bobp)) (get-text-property (1- (point)) 'mouse-face)) (error "There is nothing to follow here")) Now for the text properties in the Apropos buffer, using M-x list-text-properties-at: Text properties at 235: face info-xref item get-buffer-process Thus, the mouse-face property is not there. The info-xref is there because apropos-symbol-face's value is info-xref Perhaps this is related to another variable? apropos-label-face's value is (face italic mouse-face highlight) Alex. Recent input: r p p r o c e s s C-h f C-h f u b u f f e r - r p p - p C-g x a p r o p o s b u f f e r - . * p r o c e s s x r e p o r t - e Recent messages: Auto-saving...done Wrote c:/ORANT/NETWORK/ADMIN/tnsnames.ora Type M-x switch-to-buffer-other-window RET to restore the other window. C-M-v to scroll the help. [2 times] You didn't specify a function Making completion list... setq: Quit Loading apropos...done apropos-mouse-follow: There is nothing to follow here [2 times] Type M-x switch-to-buffer-other-window RET to restore the other window. C-M-v to scroll the help. Loading emacsbug...done