GNU bug report logs -
#27270
display-raw-bytes-as-hex generates ambiguous output for Emacs strings
Previous Next
Reported by: Paul Eggert <eggert <at> cs.ucla.edu>
Date: Wed, 7 Jun 2017 03:59:01 UTC
Severity: wishlist
Tags: moreinfo
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Cc: npostavs <at> users.sourceforge.net, 27270 <at> debbugs.gnu.org,
> v.schneidermann <at> gmail.com
> From: Paul Eggert <eggert <at> cs.ucla.edu>
> Date: Fri, 9 Jun 2017 16:44:46 -0700
>
> The idea is to add a new \X escape for character constants and strings. This
> escape would allow at most two hexadecimal digits, rather than the unlimited
> number of digits that \x does. For example, the Lisp string "\XABC" would be
> equivalent to the Lisp string "\xAB\ C", that is, it would be a two-character
> string containing the character U+00AB LEFT POINTING GUILLEMET followed by the
> character U+0043 LATIN CAPITAL LETTER C.
So your proposal would mean a change to the Lisp reader to support
such escapes, right? If so, isn't such a change
backward-incompatible?
> Also, display-raw-bytes-as-hex would cause raw bytes to be displayed with this
> new X escape, rather than with with the x escape.
It could only do that for codepoints below 256 decimal, so that
limitation should be taken into account when deciding on the proposal.
This bug report was last modified 3 years and 109 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.