GNU bug report logs -
#24056
`DATA and 'DATA look the same in Guile INFO in emacs on tty & X11
Previous Next
Reported by: myglc2 <myglc2 <at> gmail.com>
Date: Fri, 22 Jul 2016 22:36:01 UTC
Severity: normal
Done: Andy Wingo <wingo <at> pobox.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 01 Mar 2017 09:43:03 +0100
with message-id <87k289jsko.fsf <at> pobox.com>
and subject line Re: bug#24056: `DATA and 'DATA look the same in Guile INFO in emacs on tty & X11
has caused the debbugs.gnu.org bug report #24056,
regarding `DATA and 'DATA look the same in Guile INFO in emacs on tty & X11
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
24056: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24056
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 `@var{data}
... and is correctly typeset in the HTML doc.
Anyway, maybe the 'DATA & `DATA examples could be marked up differently
to overcome this?
[Message part 3 (message/rfc822, inline)]
On Fri 22 Jul 2016 22:09, myglc2 <myglc2 <at> gmail.com> writes:
> 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.
I didn't know this! A tricky little thing to fix but I think I have
it. Thanks for the report :)
Andy
This bug report was last modified 8 years and 81 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.