bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1727: 23.0.60; char syntax for non-breaking space


From: Richard M Stallman
Subject: bug#1727: 23.0.60; char syntax for non-breaking space
Date: Tue, 30 Dec 2008 17:26:50 -0500

    > When I type C-x = at a non-breaking space, it tells me that it
    > has code 160, hex a0.  But when I execute (insert "\xa0"),
    > it inserts something that displays as `\240'

    (insert #xa0) works for me.

Also:

    (insert ?\u00a0)

Could you document this in the Lisp Manual?
And the general principles so one can understand
why this is so?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]