Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH 0/4] improve manual format
- X-seq: zsh-workers 35084
 
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
 
- To: Jun T <takimoto-j@xxxxxxxxxxxxxxxxx>
 
- Subject: Re: [PATCH 0/4] improve manual format
 
- Date: Tue, 12 May 2015 00:54:34 +0000
 
- Cc: zsh-workers@xxxxxxx
 
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=	daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to	:message-id:mime-version:references:subject:to:x-sasl-enc	:x-sasl-enc; s=mesmtp; bh=Qktq43EmvKlYfZ1//CmYnyrrpc8=; b=xfL8Q1	NSVPlc/OU1W67YPVpwmiMSjdVjexUm/Bf1xbH3LoIX0g5j+GbXfylFCos2D1sABR	XZC6O8P/EU3MkusXEvpUE52/mHKtd9UiArASC9wYIMtuBdG0+rjzGoMp12MeZuPq	+YdCSZ4v1/xX+MRSoI8JaemjLZmWnGbwUS6tM=
 
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=	messagingengine.com; h=cc:content-type:date:from:in-reply-to	:message-id:mime-version:references:subject:to:x-sasl-enc	:x-sasl-enc; s=smtpout; bh=Qktq43EmvKlYfZ1//CmYnyrrpc8=; b=chfjv	c1EkNZoGvgTvaY7067W1gFCwQmBv8DkJJP97hcO6utBso5DIfmUfUH1wYXl8bmD/	CadyMVxbQjB8BIITgdw/dXtkzLlZQjacrHagj23hXh8oIDxRuFsg26tNJiVUJxbH	7Dz7yN7r/kh2PeLC8nibIdVe6vLM0aZIWPHBiA=
 
- In-reply-to: <1431280130-26058-1-git-send-email-takimoto-j@kba.biglobe.ne.jp>
 
- List-help: <mailto:zsh-workers-help@zsh.org>
 
- List-id: Zsh Workers List <zsh-workers.zsh.org>
 
- List-post: <mailto:zsh-workers@zsh.org>
 
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
 
- References: <1431280130-26058-1-git-send-email-takimoto-j@kba.biglobe.ne.jp>
 
Jun T wrote on Mon, May 11, 2015 at 02:48:46 +0900:
> I've defined a yodl macro SPACES() for manually indenting the
> second (and third ..) lines of the synopsis of bulitin commands.
> (It must be redefined everytime I use it (quite ugly),
>  because I could not find a way to define SPACES(n) which expands
>  to n space characters.)
One workaround would be to define SPACES1(), SPACES2(), SPACES3(), etc
that expand to 1, 2, 3 spaces respectively.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author