[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: terminal escapes in Info files?
From: |
Oliver Scholz |
Subject: |
Re: terminal escapes in Info files? |
Date: |
Tue, 28 Oct 2003 14:48:32 +0100 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (windows-nt) |
Alper Ersoy <address@hidden> writes:
[...]
> (2) is using a specialized markup. The benefit is of course Info
> files will take advantage of the medium they are presented in to its
> maximum, provided that the browser is aware of this markup.
Most notably the markup could be syntactical rather than specifying
the colours to use. I *hate* it, if a document tells me the best
colour for me to read a certain syntactic element. Let the document
specify the syntactical element and let me customize the colour.
However, I would be nice at least, if the info format and the Emacs
info reader would distinguish `example' and `code' and the like from
the rest of the text. So that I can use a fixed width font for those
parts and a proportional font for the rest.
Another old wish of mine is that the info format could specify the
type of code, for example (I am using an XML-like notation here,
because I am not familiar with the info file format):
<code type="lisp">
(defun bar (a &optional b &rest c)
(list a b c))
</code>
Then the info reader in Emacs could even fontify the code.
[There's probably a better choice than XML-like markup, but you get
the idea. I guess it should be done in a way that a tty reader may
simply strip the markup.]
Oliver
--
Oliver Scholz 7 Brumaire an 212 de la Révolution
Taunusstr. 25 Liberté, Egalité, Fraternité!
60329 Frankfurt a. M. http://www.jungdemokratenhessen.de
Tel. (069) 97 40 99 42 http://www.jdjl.org
- terminal escapes in Info files?, Karl Berry, 2003/10/26
- Re: terminal escapes in Info files?, Karl Berry, 2003/10/27
- Re: terminal escapes in Info files?, Alper Ersoy, 2003/10/28
- Re: terminal escapes in Info files?, Stefan Monnier, 2003/10/28
- Re: terminal escapes in Info files?, Richard Stallman, 2003/10/29
- Re: terminal escapes in Info files?, David Kastrup, 2003/10/29
- Re: terminal escapes in Info files?, Eli Zaretskii, 2003/10/29
- Re: terminal escapes in Info files?, David Kastrup, 2003/10/29
- Re: terminal escapes in Info files?, Eli Zaretskii, 2003/10/30
- Re: terminal escapes in Info files?, Richard Stallman, 2003/10/30
- Re: terminal escapes in Info files?, Richard Stallman, 2003/10/29
- Re: terminal escapes in Info files?, Alper Ersoy, 2003/10/29