GNU bug report logs - #32599
25.2; Feature request: input PUA characters by name

Previous Next

Package: emacs;

Reported by: jsbien <at> mimuw.edu.pl

Date: Fri, 31 Aug 2018 06:53:02 UTC

Severity: wishlist

Tags: moreinfo

Found in version 25.2

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #32 received at 32599 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: jsbien <at> mimuw.edu.pl
Cc: 32599 <at> debbugs.gnu.org
Subject: Re: bug#32599: 25.2; Feature request: input PUA characters by name
Date: Sun, 26 May 2019 19:51:00 +0300
> From: jsbien <at> mimuw.edu.pl (Janusz S. Bień)
> Cc: 32599 <at> debbugs.gnu.org
> Date: Sun, 26 May 2019 17:48:43 +0200
> 
> >> The UnicodeData.txt file is compiled into Emacs,
> >
> > I know and I'm curious whether it is really needed.
> 
> It was a bad wording as I can guess it is done for efficiency.

Indeed.  Both processing efficiency and (perhaps more importantly)
memory efficiency.  Some of the resulting data is accessed by core
features that must be very efficient: the display engine, the regexp
search functions, etc.

> How the character data are stored and accessed?

The data is stored in char-tables of special kind.  See the files
uni-*.el which are produced as part of the Emacs build process.

> > Why it cannot be loaded at the startup?
> 
> Or, better, partially overriden or supplemented? Is is prohibited by the
> way the character data are stored?

You can override the char-tables at run time, of course, but first you
need to generate the new ones.

And there's the other problem I mentioned: with general treatment of
PUA codepoints.




This bug report was last modified 3 years and 108 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.