[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Info enhancements
From: |
Kai Grossjohann |
Subject: |
Re: Info enhancements |
Date: |
Sun, 07 Dec 2003 16:42:23 +0000 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) |
"Eli Zaretskii" <address@hidden> writes:
> What I think you are missing is that the alignment of the text "A
> Sample Variable Description" is determined by the Texinfo source. So
> when makeinfo outputs the "(line 999)" thingy, it needs to somehow
> ``recall' the column number where that text begins (since it is not
> known apriori, so cannot be simply a constant in the code). This
> requires that makeinfo ``remembers'' that column when it outputs the
> line before the line number. As makeinfo is essentially a one-pass
> translator, I'm not sure it is easy to get it to remember such things.
The original post showed something like this:
* foo:: Short description (line 42)
* bar:: A very long description causing the line number to wrap
(line 999)
I suggested to produce this output:
* foo:: Short description (line 42)
* bar:: A very long description causing the line number to wrap
(line 999)
The "(line 999)" part can be positioned without knowing the column
where "A very long description..." starts. Instead, you can just go
to column fill-column minus 11 (the width of "(line XXXX)").
Right?
Kai
Re: Info enhancements, Karl Berry, 2003/12/04
- Re: Info enhancements, Robert J. Chassell, 2003/12/04
- Re: Info enhancements, Kai Grossjohann, 2003/12/06
- Re: Info enhancements, Eli Zaretskii, 2003/12/07
- Re: Info enhancements, Kai Grossjohann, 2003/12/07
- Re: Info enhancements, Eli Zaretskii, 2003/12/07
- Re: Info enhancements,
Kai Grossjohann <=
- Re: Info enhancements, Eli Zaretskii, 2003/12/07
- Re: Info enhancements, Richard Stallman, 2003/12/08
- Re: Info enhancements, Stefan Monnier, 2003/12/08
Re: Info enhancements, Juri Linkov, 2003/12/05
Re: Info enhancements, Karl Berry, 2003/12/04
Re: Info enhancements, Karl Berry, 2003/12/05