From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: [sven_joachim@web.de: Pressing RET in woman-mode calls man] Date: Thu, 13 Oct 2005 18:39:45 +0900 (JST) Message-ID: <20051013.183945.41934185.jet@gyve.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1129202390 20118 80.91.229.2 (13 Oct 2005 11:19:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2005 11:19:50 +0000 (UTC) Cc: emacs-devel@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 13 13:19:47 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EQ15T-0005Nn-9v for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2005 13:17:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQ15S-0003Bi-Og for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2005 07:17:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EQ0Sq-0004oi-6t for emacs-devel@gnu.org; Thu, 13 Oct 2005 06:37:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EQ0Sn-0004mR-0G for emacs-devel@gnu.org; Thu, 13 Oct 2005 06:37:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQ0Sk-0004lm-TH for emacs-devel@gnu.org; Thu, 13 Oct 2005 06:37:27 -0400 Original-Received: from [66.187.233.31] (helo=mx1.redhat.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EQ0Sh-0003IT-IH; Thu, 13 Oct 2005 06:37:23 -0400 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j9DAbFU5014131; Thu, 13 Oct 2005 06:37:21 -0400 Original-Received: from pobox.tokyo.redhat.com (pobox.tokyo.redhat.com [172.16.33.225]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j9DAb6V13048; Thu, 13 Oct 2005 06:37:14 -0400 Original-Received: from localhost (gls07.tokyo.redhat.com [172.16.32.104]) by pobox.tokyo.redhat.com (8.12.8/8.12.8) with ESMTP id j9DAb1dc029450; Thu, 13 Oct 2005 19:37:05 +0900 Original-To: rms@gnu.org In-Reply-To: X-Mailer: Mew version 4.2.53 on Emacs 22.0.50 / Mule 5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." 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: news.gmane.org gmane.emacs.devel:43978 Archived-At: > Pressing RET in woman-mode when point is on a "reference word" (e.g. in the > "SEE ALSO" section of the man page) invokes man, not woman, on the manpage. > The same applies to mouse-1 and mouse-2. Pressing C-h k in woman-mode gives > the following information: I'll take charge of this issue. I cannot remember the reason, but I did: 2003-04-02 Masatake YAMATO * woman.el (woman-xref): Removed. (woman-mode): Use `Man-highlight-references' instead of `WoMan-highlight-references'. (WoMan-highlight-references): Removed.