emacs-devel
[Top][All Lists]
Advanced

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

Re: Unicode confusables and reordering characters considered harmful, a


From: Gregory Heytings
Subject: Re: Unicode confusables and reordering characters considered harmful, a simple solution
Date: Wed, 03 Nov 2021 20:45:14 +0000



Then what we have in glyphless-char-display-control is better, and doesn't need any changes, just customization of format-control to display as acronyms.


I must really be missing something, but using buffer-display-table (or standard-display-table) does not need any changes whatsoever either.

But now I get what you mean, I thought you were talking about the glyphless-char-display table, but you were talking about the glyphless-char-display-control variable, which would be set by:

(custom-set-variables '(glyphless-char-display-control '((format-control . 
hex-code) (no-font . hex-code))))

or:

(custom-set-variables '(glyphless-char-display-control '((format-control . 
acronym) (no-font . hex-code))))

.



reply via email to

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