[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#24056: `DATA and 'DATA look the same in Guile INFO in emacs on tty &
From: |
myglc2 |
Subject: |
bug#24056: `DATA and 'DATA look the same in Guile INFO in emacs on tty & X11 |
Date: |
Fri, 22 Jul 2016 16:09:37 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Hello Guile,
You probably already know this, but, when viewing the Guile INFO on
emacs in tty or X11, the "Expression Syntax" part of the manual reads:
[...]
(quote DATA)
’DATA
[...]
(quasiquote DATA)
‘DATA
[...]
That is, the 'DATA and `DATA examples are both typeset with single
quote.
Upshot: One looks at things that are identical when one first reads how
they differ and wonders if one is going blind ;-)
I guess this is a problem with how @itemx handles backquote on these
platforms because the ./ref/api-evaluation.texi has a backquote ...
@itemx address@hidden
... and is correctly typeset in the HTML doc.
Anyway, maybe the 'DATA & `DATA examples could be marked up differently
to overcome this?
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#24056: `DATA and 'DATA look the same in Guile INFO in emacs on tty & X11,
myglc2 <=