Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: RE: PATCH: "User Contributions" manual, & misc.
- X-seq: zsh-workers 12761
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: <zsh-workers@xxxxxxxxxxxxxx>
- Subject: PATCH: RE: PATCH: "User Contributions" manual, & misc.
- Date: Wed, 6 Sep 2000 18:38:03 +0400
- Importance: Normal
- In-reply-to: <200009061315.PAA01023@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> - My super-brand-new yodl 1.31 turns the ``interesting'' into
> "interesting'' in the info file. Looks kinda weird (and is used in
> other places, too).
>
For all I can tell it always was so (just look in makeinfo source). This makes
it in line with Bart's patch in 7414; this also looks better in printed DVI
than before.
-andrej
Index: Doc/ztexi.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/ztexi.yo,v
retrieving revision 1.2
diff -u -r1.2 ztexi.yo
--- Doc/ztexi.yo 2000/04/01 20:43:44 1.2
+++ Doc/ztexi.yo 2000/09/06 14:35:54
@@ -25,6 +25,7 @@
)
USECHARTABLE(standard)
SUBST('')(NOTRANS(@value{dsq}))
+SUBST(``)(NOTRANS(@value{dsbq}))
def(STDPAR)(0)(redef(PARAGRAPH)(0)(NL()NL()NOTRANS(@noindent)NL()))
@@ -56,9 +57,11 @@
NL()\
NOTRANS(@ifinfo)NL()\
NOTRANS(@set dsq '@:')NL()\
+ NOTRANS(@set dsbq `@:`)NL()\
NOTRANS(@end ifinfo)NL()\
NOTRANS(@iftex)NL()\
NOTRANS(@set dsq '{}')NL()\
+ NOTRANS(@set dsbq `{}`)NL()\
NOTRANS(@end iftex)NL()\
NOTRANS(@ifinfo)NL()\
NOTRANS(@dircategory Utilities)NL()\
Messages sorted by:
Reverse Date,
Date,
Thread,
Author