From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: apropos links Date: Thu, 6 Jun 2002 18:46:18 -0600 (MDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200206070046.g570kIk25865@aztec.santafe.edu> References: <87ptz8nibu.fsf@emacswiki.org> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1023410926 13489 127.0.0.1 (7 Jun 2002 00:48:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 7 Jun 2002 00:48:46 +0000 (UTC) Cc: eliz@is.elta.co.il, 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 17G7vq-0003VN-00 for ; Fri, 07 Jun 2002 02:48:46 +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 17G7vX-0006e7-00; Thu, 06 Jun 2002 20:48:27 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17G7tT-0006Xt-00; Thu, 06 Jun 2002 20:46:20 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g570kIl25823; Thu, 6 Jun 2002 18:46:18 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g570kIk25865; Thu, 6 Jun 2002 18:46:18 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: alex@emacswiki.org In-Reply-To: <87ptz8nibu.fsf@emacswiki.org> (message from Alex Schroeder on Mon, 03 Jun 2002 23:49:41 +0200) 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:1848 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1848 apropos-follow takes the `item' property at bol into account, apropos-mouse-follow only takes `mouse-face' into account. Why the difference? Would someone like to try changing this and see if there are any drawbacks? Off hand I don't remember any, but it is a long time since I looked at that code, so I can't be sure.