bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#23325: 25.0.92; insert-char: cannot find all chars if input is unico


From: Tino Calancha
Subject: bug#23325: 25.0.92; insert-char: cannot find all chars if input is unicode name
Date: Thu, 21 Apr 2016 13:40:01 +0900 (JST)
User-agent: Alpine 2.20 (LRH 67 2015-01-07)


Hello,

Interactive calls to `insert-char' cannot find all
characters when CHARACTER is the unicode character name.

IOW, it finds all characters when CHARACTER is the
code point.


emacs -Q:
M-x insert-char RET cjk SPC TAB
;; Buffer "*Completions*" just shows entries starting
;; with 'CJK RADICAL' or 'CJK STROKE'.

M-x insert-char RET 2eea RET
;; ok
M-x insert-char RET cjk SPC radical SPC c-simplified SPC frog RET
;; ok
M-x insert-char RET 79c1 RET
;; ok
M-x insert-char RET cjk SPC ideograph-79c1 RET
;; Signal error 'Invalid character'


In GNU Emacs 25.0.92.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.30)
 of 2016-04-21 built on calancha-pc
Repository revision: a77cf24ada2f89194c0ac64aae27bcdf7021e697





reply via email to

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