Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CHISE
CHISE-JSON
Commits
5710904d
Commit
5710904d
authored
Feb 22, 2022
by
MORIOKA Tomohiko
Browse files
(chise-json-normalized-feature<): Prefer nil domain.
(chise-json-char-get-info): Sort parents-spec.
parent
a36d3935
Changes
1
Hide whitespace changes
Inline
Side-by-side
v1/chise-json-api.el
View file @
5710904d
...
@@ -1318,7 +1318,11 @@
...
@@ -1318,7 +1318,11 @@
((
string<
(
caar
a
)
(
caar
b
))
((
string<
(
caar
a
)
(
caar
b
))
)
)
((
eq
(
caar
a
)
(
caar
b
))
((
eq
(
caar
a
)
(
caar
b
))
(
string<
(
cdar
a
)
(
cdar
b
)))))
(
if
(
cdar
a
)
(
if
(
cdar
b
)
(
string<
(
cdar
a
)
(
cdar
b
))
nil
)
t
))))
(
defun
chise-json-other-spec-get-radical-strokes
(
other-spec
)
(
defun
chise-json-other-spec-get-radical-strokes
(
other-spec
)
(
let
(
domain-rs-alist
(
let
(
domain-rs-alist
...
@@ -2413,7 +2417,9 @@
...
@@ -2413,7 +2417,9 @@
(
cons
domain
cell
))
(
cons
domain
cell
))
radical-strokes-spec
))
radical-strokes-spec
))
dest
)))
dest
)))
(
dolist
(
cell
parents-spec
)
(
dolist
(
cell
(
sort
parents-spec
(
lambda
(
a
b
)
(
chise-json-normalized-feature<
b
a
))))
(
setq
dest
(
setq
dest
(
cons
(
cons
(
cond
(
cons
(
cons
(
cond
((
equal
(
car
cell
)
'
(
<-denotational
))
((
equal
(
car
cell
)
'
(
<-denotational
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment