[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: info faces for strings and quotations
From: |
Juri Linkov |
Subject: |
Re: info faces for strings and quotations |
Date: |
Thu, 07 Oct 2004 08:53:18 +0300 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) |
Apart from being a very useful feature, this also helps to find errors
visually in Info manuals. For example, I noticed
1. one backquote missing in emacs-lisp-intro.texi:
day alternative for the decision `if it is warm and sunny, then go to
the beach, else read a book!''.
which should be:
day alternative for the decision ``if it is warm and sunny, then go to
the beach, else read a book!''.
2. closing paren missing in calc.texi:
-to a function are somehow of the wrong type (@address@hidden([2,3,4])},
+to a function are somehow of the wrong type (@address@hidden([2,3,4])}),
3. extra backslash in gnus.texi:
- (any "mypackage@@somewhere\" - "bugs-mypackage" "mypkg.list")
+ (any "mypackage@@somewhere" - "bugs-mypackage" "mypkg.list")
But OTOH, there are some places where it fails on legitimate constructs.
Most serious cases I found where this feature completely fails are
1. (info "(eintr)else") with
`"It's a tiger!"'; but when you evaluate `(type-of-animal 'zebra)',
you will see `"It's not fierce!"'.
2. (info "(gnus)Group Parameters") where after the first quote
on the line
if address \"sender\" \"address@hidden" {
the rest of the node is fontified in string face.
While I think this feature is useful enough to be ON by default,
expect a lot of bug reports unless these problems are fixed.
--
Juri Linkov
http://www.jurta.org/emacs/
- RE: info faces for strings and quotations, (continued)
- RE: info faces for strings and quotations, Drew Adams, 2004/10/05
- Re: info faces for strings and quotations, Luc Teirlinck, 2004/10/05
- RE: info faces for strings and quotations, Drew Adams, 2004/10/06
- Re: info faces for strings and quotations, Miles Bader, 2004/10/06
- RE: info faces for strings and quotations, Drew Adams, 2004/10/06
- RE: info faces for strings and quotations, Drew Adams, 2004/10/06
- Re: info faces for strings and quotations, Stefan Monnier, 2004/10/06
- RE: info faces for strings and quotations, Drew Adams, 2004/10/06
- Re: info faces for strings and quotations, Robert J. Chassell, 2004/10/06
- RE: info faces for strings and quotations, Drew Adams, 2004/10/06
- Re: info faces for strings and quotations,
Juri Linkov <=
- RE: info faces for strings and quotations, Drew Adams, 2004/10/07
- Re: info faces for strings and quotations, Stefan Monnier, 2004/10/07
- Re: info faces for strings and quotations, Kim F. Storm, 2004/10/07
- Re: info faces for strings and quotations, David Kastrup, 2004/10/07
- Re: info faces for strings and quotations, David Kastrup, 2004/10/07
- Re: info faces for strings and quotations, Stefan Monnier, 2004/10/07
- RE: info faces for strings and quotations, Drew Adams, 2004/10/08
- Re: info faces for strings and quotations, Luc Teirlinck, 2004/10/07
- Re: info faces for strings and quotations, Richard Stallman, 2004/10/08
- Re: info faces for strings and quotations, Luc Teirlinck, 2004/10/08