Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: pws-20: info formatting
- X-seq: zsh-workers 6432
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: PATCH: pws-20: info formatting
- Date: Wed, 02 Jun 1999 09:26:21 +0200
- In-reply-to: ""Bart Schaefer""'s message of "Tue, 01 Jun 1999 18:50:45 DFT." <990601185045.ZM11271@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
"Bart Schaefer" wrote:
> On Jun 1, 5:03pm, Peter Stephenson wrote:
> } Subject: PATCH: pws-20: info formatting
> }
> } In an aside in a message which hasn't got back to me yet, I queried the
> } excess use of quoting in zsh.info*: it's not too surprising you get this
> } sort of clash in a documentation system written in half a dozen
> } incompatible languages at once.
>
> See zsh-workers/4053 and associated thread for more on this, particularly
> Zefram's remarks on the matter.
>
> Personally, I prefer the appearance after Peter's patch, but ...
Actually, I think my patch is consistent with Zefram's remarks. He's
saying tt() is for the font, `...' is for quotation --- that's exactly how
it is after my change. Before, tt() was *also* introducing quotes (but
only in info, so perhaps it didn't get noticed); after, the quotes are just
the way we put them.
However, I've been negligent about putting quotes around some of my stuff,
including rewrites for parameter expansion, so I'll have a look at this
again now it's more obvious in info. I never bothered reading
Util/zsh-development-guide until now.
> (Aside: Are there some LPAR() and RPAR() needed in the new text from
> 6416? And correspondingly different placements of tt()? I'm never
> sure what ought to be happening with LPAR() and RPAR().)
Thinks like `tt((f))' work OK as long as the parentheses are balanced. If
you have unbalanced parentheses you have to resort to
e.g. `tt(LPAR())var(flags)tt(RPAR())'.
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author