Re: Treatment of LRE,RLE,LRO,RLO,PDF,LRM,RLM
Eli Zaretskii <[email protected]> Mon, 01 Nov 2010 05:57:17 -0400
| Newsgroups | gmane.emacs.bidi,gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
> From: Kenichi Handa <[email protected]> > Date: Mon, 01 Nov 2010 17:15:13 +0900 > Cc: [email protected], [email protected] > > I've just committed a basic infrastructure for displaying > non-graphic and no-font characters. Thanks! > Char-table to control displaying of glyphless characters. > Each element, if non-nil, is an ASCII acronym string (displayed in a box) > or one of these symbols: > hexa-code: display with hexadecimal character code in a box ^^^^^^^^^ Suggest to name this "hex-code" instead. > empty-box: display with an empty box > thin-space: display with 1-pixel width space > zero-width: don't display > > It has one extra slot to control the display of a character for which > no font is found. The value of the slot is `hexa-code' or `empty-box'. > The default is `empty-box'. What will happen on a TTY? > glyphless-char-control is a variable defined in `characters.el'. ^^^^^^^^^^^^^^^^^^^^^^ Suggest to name this "glyphless-char-display-control".