zsh-workers
 help / color / mirror / code / Atom feed
From: Daniel Shahaf <d.s@daniel.shahaf.name>
To: zsh-workers@zsh.org
Subject: Re: [PATCH] FAQ update for aliasing
Date: Wed, 3 Feb 2021 11:15:51 +0000	[thread overview]
Message-ID: <20210203111551.GA12261@tarpaulin.shahaf.local2> (raw)
In-Reply-To: <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@daniel.shahaf.name> 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


  reply	other threads:[~2021-02-03 11:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-29 19:35 Bart Schaefer
2021-02-01 16:13 ` Daniel Shahaf
2021-02-01 20:11   ` Bart Schaefer
2021-02-03 11:15     ` Daniel Shahaf [this message]
2022-06-12 13:10 ` Jun. T
2022-06-12 16:26   ` Bart Schaefer
2022-06-13 14:58     ` Jun. T
2022-06-13 15:04       ` Peter Stephenson
2022-06-13 17:13         ` Jun. T
2022-06-14  8:38         ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210203111551.GA12261@tarpaulin.shahaf.local2 \
    --to=d.s@daniel.shahaf.name \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).