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

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

Re: Display of "narrow no-break space" character


From: PierGianLuca
Subject: Re: Display of "narrow no-break space" character
Date: Sat, 17 Jun 2023 16:34:47 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

Fantastic, thank you so much, Eli! Also for the additional suggestion about 
faces; that will come in very handy indeed.

Cheers,
Luca

On 230617 16:18, Eli Zaretskii wrote:

standard-display-table is not guaranteed to be set, so you need to
make sure it is first.  Like this:

   (or standard-display-table
       (setq standard-display-table (make-display-table)))
   (aset standard-display-table 8239 [729])

Note that you can also specify a face for the glyphs in the display
table, which could come in handy if you want them to stand out on
display.




reply via email to

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