>> However, I've tried to fix it in commit bdb7f23072 (texinfo.tex
>> version 2023-01-11.18).
>
> It works, thanks!
Mhmm, more tests show that for `@code{foo--bar}` there is no
`@discretionary` after the two hyphens. Is this intentional?
Additionally, I wonder whether the same logic should be
> However, I've tried to fix it in commit bdb7f23072 (texinfo.tex
> version 2023-01-11.18).
It works, thanks!
Werner
Hi,
Gavin Smith writes:
> People complain that they can't read through an Info manual by
> pressing the up and down arrow keys like they can with Less, but at
> least holding the down key will eventually bring them to a new node,
> even though this is a suboptimal way to load the next node. How
On Wed, Jan 11, 2023 at 06:35:01PM +0100, Torbjorn SVENSSON wrote:
>
>
> On 2023-01-11 08:48, Patrice Dumas wrote:
> > Hello,
> >
> > Here is a commit which should bring in explicit error messages about
> > conflicts among redirection pages and with other output files:
> > https://git.savannah.g
On Wed, Jan 11, 2023 at 05:18:46PM +, Werner LEMBERG wrote:
> In other words, `texinfo.tex` doesn't insert a `@discretionary` after
> the first `-` character. This is clearly a bug.
The issue appears to be to do with the \codedashprev variable.
This code has been in place since 2013-06-21. T
On 2023-01-11 08:48, Patrice Dumas wrote:
Hello,
Here is a commit which should bring in explicit error messages about
conflicts among redirection pages and with other output files:
https://git.savannah.gnu.org/cgit/texinfo.git/commit/?id=2d279f1d39bf026eeb243beb9f00aecb0b0bf2d2
Still need to
[texinfo.tex 2023-01-08.15]
Consider the following input.
```
\input texinfo
@tracingall
@tracingonline0
@code{foo-bar}
@code{foo-bar-baz}
@bye
```
For the first `@code` I get the following.
```
...@texttt f
...@texttt o
...@texttt o
...@texttt -
...@texttt b
...@texttt a
...@texttt r
``