[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: On being web-friendly and why info must die
From: |
Stefan Monnier |
Subject: |
Re: On being web-friendly and why info must die |
Date: |
Fri, 05 Dec 2014 13:12:01 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> Also, the above made me curious of what exact features of the
> HTML presentation are felt missing in Info? (In relation to GNU
> documentation, anyway.)
The main issue with the Info format is that it's not designed to be
parsed. Even the tiny bit of parsing that's expected (i.e. find menu
entries and hyperlinks) is not very well designed (e.g. restrictions on
the kind of characters that appear in a menu entry).
So we can present it "as is" in plain-text as was done back in Emacs-19,
but it's difficult to prettify the various elements in a reliable way.
We do try to do it (e.g. hide some of the verbosity of the hyperlink's
syntax, use different fonts for different elements), but this is
inevitably very limited because it's all done heuristically: e.g. the
Info format does not tell us which part of the text is "text" and which
part of the text is "quoted code", so we can't refill (which would
sometimes be needed after hiding the hyperlink syntax) and we can't use
proportional fonts for the text part since that would mess up the code
example parts.
Stefan
- Re: On being web-friendly and why info must die, (continued)
Re: On being web-friendly and why info must die, Alan Mackenzie, 2014/12/05
Re: On being web-friendly and why info must die, Ivan Shmakov, 2014/12/05
- Re: On being web-friendly and why info must die,
Stefan Monnier <=
- Re: On being web-friendly and why info must die, Ivan Shmakov, 2014/12/05
- Re: On being web-friendly and why info must die, Eli Zaretskii, 2014/12/05
- Re: On being web-friendly and why info must die, Lars Magne Ingebrigtsen, 2014/12/05
- Re: On being web-friendly and why info must die, Lennart Borgman, 2014/12/05
- Re: On being web-friendly and why info must die, Eli Zaretskii, 2014/12/06
Re: On being web-friendly and why info must die, David Kastrup, 2014/12/05
Re: On being web-friendly and why info must die, Stefan Monnier, 2014/12/05