Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: An alternative nroff fix to 12724
- X-seq: zsh-workers 14651
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: PATCH: An alternative nroff fix to 12724
- Date: Fri, 01 Jun 2001 15:00:17 +0100
- In-reply-to: ""Bart Schaefer""'s message of "Thu, 31 May 2001 04:57:56 -0000." <1010531045756.ZM5405@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
"Bart Schaefer" wrote:
> Add a single space in a strategic spot, and you prevent yodl from running
> the PARAGRAPH() macro, which is where all the mess comes in.
This is needed in one extra place.
Index: Doc/Zsh/builtins.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/builtins.yo,v
retrieving revision 1.27
diff -u -r1.27 builtins.yo
--- Doc/Zsh/builtins.yo 2001/05/31 07:38:00 1.27
+++ Doc/Zsh/builtins.yo 2001/06/01 13:59:15
@@ -1472,7 +1472,7 @@
tt(KSH_AUTOLOAD) em(is) set. If neither of these options is given, the
function will be loaded as determined by the setting of the
tt(KSH_AUTOLOAD) option at the time the compiled file is read.
-
+ifzman( )
These options may also appear as many times as necessary between the listed
var(name)s to specify the loading style of all following functions, up to
the next tt(-k) or tt(-z).
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR Ltd., Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070
**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential
and/or privileged material.
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by
persons or entities other than the intended recipient is
prohibited.
If you received this in error, please contact the sender and
delete the material from any computer.
**********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author