all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: PierGianLuca <luca@magnaspesmeretrix.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Display of "narrow no-break space" character
Date: Sat, 17 Jun 2023 16:34:47 +0200	[thread overview]
Message-ID: <62322f87-7ef7-7c96-690d-eddfea2ae945@magnaspesmeretrix.org> (raw)
In-Reply-To: <83352qqiid.fsf@gnu.org>

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	other threads:[~2023-06-17 14:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-17  9:31 Display of "narrow no-break space" character PierGianLuca
2023-06-17 10:39 ` Eli Zaretskii
2023-06-17 12:09   ` PierGianLuca
2023-06-17 13:15     ` Eli Zaretskii
2023-06-17 14:04       ` PierGianLuca
2023-06-17 14:18         ` Eli Zaretskii
2023-06-17 14:34           ` PierGianLuca [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=62322f87-7ef7-7c96-690d-eddfea2ae945@magnaspesmeretrix.org \
    --to=luca@magnaspesmeretrix.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.