From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: header files in woman.el Date: Mon, 31 Mar 2003 03:37:12 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20030330.204554.59471538.jet@gyve.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1049100053 13833 80.91.224.249 (31 Mar 2003 08:40:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 31 Mar 2003 08:40:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 31 10:40:51 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18zuqL-0003aE-00 for ; Mon, 31 Mar 2003 10:40:37 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18zuu4-0001mT-00 for ; Mon, 31 Mar 2003 10:44:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18zupk-0001mC-05 for emacs-devel@quimby.gnus.org; Mon, 31 Mar 2003 03:40:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18zunk-0000hb-00 for emacs-devel@gnu.org; Mon, 31 Mar 2003 03:37:56 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18zunK-0000Xc-00 for emacs-devel@gnu.org; Mon, 31 Mar 2003 03:37:34 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10.13) id 18zunJ-0000Vt-00 for emacs-devel@gnu.org; Mon, 31 Mar 2003 03:37:29 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18zun2-0002Nc-00; Mon, 31 Mar 2003 03:37:12 -0500 Original-To: Masatake YAMATO In-reply-to: <20030330.204554.59471538.jet@gyve.org> (message from Masatake YAMATO on Sun, 30 Mar 2003 20:45:54 +0900 (JST)) Original-cc: F.J.Wright@qmul.ac.uk X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12757 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12757 woman.el uses Man mode in the buffer, once it has set up the buffer contents. So I think the right place to implement this feature is in man.el. If you implement this feature in man.el, it will work for woman.el too; it will work on all platforms. But if you implement it in woman.el, it will not work in systems that use the man program. Could you reimplememt this inside of Man-follow?