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

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

strange char in whitespace-display-mappings


From: Xah Lee
Subject: strange char in whitespace-display-mappings
Date: Sat, 21 Jul 2012 15:34:15 -0700 (PDT)
User-agent: G2/1.0

in whitespace-mode, there's this default value for whitespace-display-mappings :

((space-mark 32 [183] [46])
 (space-mark 160 [164] [95])
 (space-mark 2208 [2212] [95])
 (space-mark 2336 [2340] [95])
 (space-mark 3616 [3620] [95])
 (space-mark 3872 [3876] [95])
 (newline-mark 10 [36 10])
 (tab-mark 9 [187 9] [92 9])
)

many of the code points are chars from Thai, Tibetan, Devanagari, and including 
invalid unicode code points. But they are not whitespaces. (i deciphered them 
here with glyph display http://ergoemacs.org/emacs/whitespace-mode.html )

anyone know what these are?

 Xah


reply via email to

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