emacs-devel
[Top][All Lists]
Advanced

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

Re: Display of undisplayable characters: \U01F3A8 instead of diamond


From: Eli Zaretskii
Subject: Re: Display of undisplayable characters: \U01F3A8 instead of diamond
Date: Thu, 08 Sep 2022 10:16:24 +0300

> From: Richard Stallman <rms@gnu.org>
> Cc: incal@dataswamp.org, emacs-devel@gnu.org
> Date: Wed, 07 Sep 2022 22:56:39 -0400
> 
> I recommend making the output of standard-display-by-replacement-char
> use 
> 
>   (let ((tbl (or standard-display-table
>                (setq standard-display-table (make-display-table)))))
> 
> to avoid an error.

I was under impression that disp-table.el is always loaded in TTY
session.  But it doesn't do any harm to add that, so done.

> I recommend generating a comment at the start of the output:
> 
>   ;; This code was output by standard-display-by-replacement-char.
> 
> or perhaps showing a sexp to call it with the specific args that were
> used to generate this output.

I added just the one line stating the command name.  People who are
interested can read the command's doc string.

Thanks.



reply via email to

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