GNU bug report logs -
#43866
26.3; italian postfix additions
Previous Next
Reported by: Francesco Potortì <pot <at> gnu.org>
Date: Thu, 8 Oct 2020 12:07:01 UTC
Severity: wishlist
Tags: moreinfo
Found in version 26.3
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #161 received at 43866 <at> debbugs.gnu.org (full text, mbox):
> The implementation seems to rely on a file in the /usr/include tree
> that might not be there. This is a significant disadvantage, IMO. It
> means that, unlike all other similar facilities in Emacs, this one is
> not self-contained.
>
> Is it possible to lift this limitation?
Yes, this is easy to do. But I have one problem:
/usr/share/X11/locale/en_US.UTF-8/Compose contains 83 lines
where a key sequence maps to 2 characters, not to 1 character, e.g.
<Multi_key> <acute> <Cyrillic_u> : "у́" # CYRILLIC SMALL LETTER U WITH COMBINING ACUTE ACCENT
where "у́" is 2 characters: CYRILLIC SMALL LETTER U and COMBINING ACUTE ACCENT.
iso-transl.el maps a key sequence to a single character only using
(define-key map (apply 'vector '(?' ?у)) (vector ?у))
I don't know how to map a key sequence to 2 characters.
When trying to map to 2 characters ?у and ?́ :
(define-key map (apply 'vector '(?' ?у)) (vector ?у ?́ ))
typing 'y inserts only the last character ?́ , not both ?у and ?́ .
This bug report was last modified 3 years and 56 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.