From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5135 invoked from network); 21 Mar 2006 03:38:43 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 21 Mar 2006 03:38:43 -0000 Received: (qmail 52680 invoked from network); 21 Mar 2006 03:38:35 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 Mar 2006 03:38:35 -0000 Received: (qmail 510 invoked by alias); 21 Mar 2006 03:38:32 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22374 Received: (qmail 499 invoked from network); 21 Mar 2006 03:38:32 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 21 Mar 2006 03:38:32 -0000 Received: (qmail 52391 invoked from network); 21 Mar 2006 03:38:32 -0000 Received: from dsl3-63-249-88-2.cruzio.com (HELO dot.blorf.net) (63.249.88.2) by a.mx.sunsite.dk with SMTP; 21 Mar 2006 03:38:31 -0000 Received: by dot.blorf.net (Postfix, from userid 1000) id 871EF2C74; Mon, 20 Mar 2006 19:38:29 -0800 (PST) Date: Mon, 20 Mar 2006 19:38:29 -0800 From: Wayne Davison To: Peter Stephenson Cc: Zsh hackers list Subject: Re: documentation update Message-ID: <20060321033829.GA2644@dot.blorf.net> References: <20060317060309.T16509@dynamite.narpes.com> <060317081120.ZM18164@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11+cvs20060126 One problem I noticed: the sect() macro is now outputting an erroneous "\e" in front of a hyphen. For instance: --- /var/tmp/zsh/Doc/zshtcpsys.1 2006-03-20 10:12:24.000000000 -0800 +++ ./zshtcpsys.1 2006-03-20 18:28:18.000000000 -0800 @@ -459,7 +459,7 @@ .RE .RE .PP -.SH "TCP USER\-DEFINED FUNCTIONS" +.SH "TCP USER\e\-DEFINED FUNCTIONS" .PP Certain functions, if defined by the user, will be called by the function system in certain contexts\&. This facility depends on the module I assume this is a bug in yodl itself and not in one of our macros. ..wayne..