projects
/
chise
/
ids.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dac03e
)
(ideographic-structure-compact): Convert components represented by
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Tue, 22 Feb 2022 14:15:57 +0000
(23:15 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 23 Feb 2022 05:56:35 +0000
(14:56 +0900)
char-specs to character-objects.
ids-find.el
patch
|
blob
|
history
diff --git
a/ids-find.el
b/ids-find.el
index
6dffafa
..
9684d89
100644
(file)
--- a/
ids-find.el
+++ b/
ids-find.el
@@
-772,6
+772,9
@@
COMPONENT can be a character or char-spec."
ret dest sub)
(while rest
(setq cell (pop rest))
+ (if (and (consp cell)
+ (setq ret (find-char cell)))
+ (setq cell ret))
(cond
((and (consp cell)
(cond ((setq ret (assq 'ideographic-structure cell))