Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] FAQ update for aliasing
- X-seq: zsh-workers 47900
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] FAQ update for aliasing
- Date: Wed, 3 Feb 2021 11:15:51 +0000
- Archived-at: <https://zsh.org/workers/47900>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2021-02/20210203111551.GA12261%40tarpaulin.shahaf.local2>
- In-reply-to: <CAH+w=7Y8FJd9DufgPjLq+X4Rq918Z7FacQKUZZbdLTcNnWvMFQ@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAH+w=7bhYMMe7p4ueOGH+NWWsUM5H-qs2fK7ABP5iQYzdh+rnA@mail.gmail.com> <20210201161356.GB24303@tarpaulin.shahaf.local2> <CAH+w=7Y8FJd9DufgPjLq+X4Rq918Z7FacQKUZZbdLTcNnWvMFQ@mail.gmail.com>
Bart Schaefer wrote on Mon, Feb 01, 2021 at 12:11:10 -0800:
> On Mon, Feb 1, 2021 at 8:14 AM Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> >
> > > That is, most paragraphs get a hanging left indent (outdent?), but not
> > > all do. This happens in other sections, not just the one touched in
> > > the patch. I'm not sure the hanging leader is even intentional. Do
> > > others see this?
> >
> > You mean the additional indentation of the "1."?
>
> No, I mean the LACK OF indentation on "2." and "3." and in fact on the
> first line of ALMOST every paragraph in the document (that isn't a
> section header).
That seems to be yodl2txt(1)'s default behaviour:
% print -rC1 ' hello' ' world' '' ' lorem' > 1.yo
% yodl2txt 1.yo
Yodl2html 4.02.00
No post-processing required for this txt conversion
% nl -ba < 1.txt
1 hello
2 world
3
4 lorem
The spaces in ' hello' were elided by something-or-other, while those in
' world' were preserved literally.
Cheers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author