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: Eli Zaretskii
Subject: Re: Display of "narrow no-break space" character
Date: Sat, 17 Jun 2023 16:15:30 +0300

> Date: Sat, 17 Jun 2023 14:09:24 +0200
> From: PierGianLuca <luca@magnaspesmeretrix.org>
> 
> Thank you for the reference, Eli.
> 
> I've read the whole "Character Display" section, but it's really above my 
> head; at least the parts that are probably relevant.
> 
> I tried to follow the example that starts with
> 
> (setq disptab (make-display-table))
> ...
> [incidentally, there are spurious parentheses at the end of that code]

Thanks, fixed.

> modifying the "(aset disptab ...)", but no success.

Crystal ball says you didn't assign the display table you created to
the buffer display table or standard-display-table.  Without that, all
you have is a display table that nothing in Emacs uses.

If the above is not what you tried, how about showing what you tried?



reply via email to

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