[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Differences in `ne` and `bp` line-breaking behavior
From: |
onf |
Subject: |
Re: Differences in `ne` and `bp` line-breaking behavior |
Date: |
Wed, 04 Dec 2024 00:08:23 +0100 |
On Tue Dec 3, 2024 at 11:56 PM CET, Tadziu Hoffmann wrote:
> I was thinking of something similar to
>
> .ne d Advance drawing position to the next vertical
> position trap and spring the trap, if it is
> nearer than distance d (default scaling unit v).
>
> but I'm not sure whether the use of a comma is grammatically
> correct here. The intent is to bind the two phrases joined
> by "and" tighter than the two parts separated by the comma.
> (Without the comma the "if" seems to bind tighter than the
> "and".) In an ideal world we could use parentheses for
> grouping, like this:
>
> (advance position; spring trap) if distance < value
Reversing their order might make the intended meaning more obvious:
.ne d If the next vertical position trap is nearer than
distance d (default scaling unit v), advance drawing
position to it and spring it.
- Re: Differences in `ne` and `bp` line-breaking behavior, (continued)
- Re: Differences in `ne` and `bp` line-breaking behavior, Douglas McIlroy, 2024/12/02
- Re: Differences in `ne` and `bp` line-breaking behavior, Tadziu Hoffmann, 2024/12/02
- Re: Differences in `ne` and `bp` line-breaking behavior, G. Branden Robinson, 2024/12/02
- Re: Differences in `ne` and `bp` line-breaking behavior, onf, 2024/12/02
- Re: Differences in `ne` and `bp` line-breaking behavior, Tadziu Hoffmann, 2024/12/02
- Re: Differences in `ne` and `bp` line-breaking behavior, G. Branden Robinson, 2024/12/02
- Re: Differences in `ne` and `bp` line-breaking behavior, Tadziu Hoffmann, 2024/12/03
- Re: Differences in `ne` and `bp` line-breaking behavior,
onf <=
- Re: Differences in `ne` and `bp` line-breaking behavior, G. Branden Robinson, 2024/12/03
- Re: Differences in `ne` and `bp` line-breaking behavior, Tadziu Hoffmann, 2024/12/06
Re: Differences in `ne` and `bp` line-breaking behavior, onf, 2024/12/02
Re: Differences in `ne` and `bp` line-breaking behavior, Douglas McIlroy, 2024/12/03
Re: Differences in `ne` and `bp` line-breaking behavior, Douglas McIlroy, 2024/12/04