From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Dr Francis J. Wright" Newsgroups: gmane.emacs.devel Subject: Re: header files in woman.el Date: Mon, 31 Mar 2003 17:35:53 +0100 Organization: Mathematical Sciences, Queen Mary, University of London Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <010601c2f7a3$98d34df0$3a50258a@maths.qmul.ac.uk> References: <20030330.204554.59471538.jet@gyve.org> <20030401.004318.75810358.jet@gyve.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1049128771 11185 80.91.224.249 (31 Mar 2003 16:39:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 31 Mar 2003 16:39:31 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 31 18:39:29 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 1902JN-0002tQ-00 for ; Mon, 31 Mar 2003 18:39:05 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1902NG-0006OW-00 for ; Mon, 31 Mar 2003 18:43:06 +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 1902HJ-0005LQ-01 for emacs-devel@quimby.gnus.org; Mon, 31 Mar 2003 11:36:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 1902Gk-0005Al-00 for emacs-devel@gnu.org; Mon, 31 Mar 2003 11:36:22 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 1902Fw-0004qy-00 for emacs-devel@gnu.org; Mon, 31 Mar 2003 11:35:34 -0500 Original-Received: from mail2.qmul.ac.uk ([138.37.6.6]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 1902FB-00045H-00 for emacs-devel@gnu.org; Mon, 31 Mar 2003 11:34:45 -0500 Original-Received: from smtp.qmul.ac.uk ([138.37.6.40]) by mail2.qmul.ac.uk with esmtp (Exim 4.14) id 1902F5-0002qG-GS; Mon, 31 Mar 2003 17:34:39 +0100 Original-Received: from centaur.maths.qmw.ac.uk ([138.37.80.58] helo=centaur) by smtp.qmul.ac.uk with smtp (Exim 3.35 #5) id 1902F4-0005kW-00; Mon, 31 Mar 2003 17:34:38 +0100 Original-To: "Masatake YAMATO" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Sender-Host-Address: 138.37.80.58 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:12765 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12765 From: "Masatake YAMATO" To: Cc: ; Sent: Monday, March 31, 2003 4:43 PM Subject: Re: header files in woman.el > 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? > > I've tried. I've moved all woman.el's BUTTON related code to man.el; > and I've used man.el's code in woman.el. > > Masatake YAMATO Thanks. That's more or less what I was going to suggest doing. But until NT Emacs supports buttons, I can't easily test your code myself. Best wishes, Francis