From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Yuri Shtil Newsgroups: gmane.emacs.help Subject: Calling different man Date: Thu, 11 Dec 2003 10:11:25 -0800 Organization: Cisco Systems Inc. Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3FD8B34D.5000802@cisco.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1071166624 23672 80.91.224.253 (11 Dec 2003 18:17:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2003 18:17:04 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 11 19:17:00 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AUVMx-00044j-00 for ; Thu, 11 Dec 2003 19:16:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AUWIX-00040k-Ct for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Dec 2003 14:16:29 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!sn-xit-02!sn-xit-06!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 X-Accept-Language: en-us, en Cache-Post-Path: sj-nntpcache-3!unknown@10.32.9.61 X-Cache: nntpcache 2.4.0b2 (see http://www.nntpcache.org/) Original-X-Complaints-To: abuse@supernews.com Original-Lines: 21 Original-Xref: shelby.stanford.edu gnu.emacs.help:119223 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:15162 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15162 Hi It's been a while since I wrote lisp ... What I need to do is to use the existing man.el but a different man program. The situation is complicated since the program I want to use has a man subcommand: acme man ... What I want to do is to create a variation of the man command that would invoke acme with the first argument man and the rest provided by the user as in the original man command. I want to use all the stuff provided in the man.el. I could copy man.el and edit it, but I will wait for a few days hoping someone will point to a more elegant solution. Yuri.