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: Richard Stallman
Subject: Re: Display of undisplayable characters: \U01F3A8 instead of diamond
Date: Wed, 07 Sep 2022 22:56:39 -0400

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

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.

Perhaps with the current sources standard-display-table is never nil.
But once I added this generated code to my .emacs file, it ran also on
April's build, and got an error here.

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.


-- 
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





reply via email to

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