projects
/
chise
/
est.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
606b2f6
)
(est-eval-unit): Fix bug about `name-url'; modify for
author
MORIOKA Tomohiko
<tomo@kanji.zinbun.kyoto-u.ac.jp>
Thu, 9 Dec 2010 05:23:15 +0000
(14:23 +0900)
committer
MORIOKA Tomohiko
<tomo@kanji.zinbun.kyoto-u.ac.jp>
Thu, 9 Dec 2010 05:23:15 +0000
(14:23 +0900)
`www-uri-make-feature-name-url'.
est-eval.el
patch
|
blob
|
history
diff --git
a/est-eval.el
b/est-eval.el
index
65ce97f
..
91b91f2
100644
(file)
--- a/
est-eval.el
+++ b/
est-eval.el
@@
-349,6
+349,7
@@
)
((eq (car exp) 'name-url)
(let ((fn (plist-get (nth 1 exp) :feature))
+ (object (plist-get (nth 1 exp) :object))
domain domain-fn)
(when fn
(setq domain (char-feature-name-domain feature-name))
@@
-358,6
+359,7
@@
(setq feature-name domain-fn)))
(list 'name-url (list :feature feature-name)
(www-uri-make-feature-name-url
+ (est-object-genre object)
(www-uri-encode-feature-name feature-name)
uri-object))
)