Package: edict-el
Version: 1.06-6

Using edict-el, when I search for certain words, like "果てる" using the
function "edict-search-kanji", duplicate results are returned.

example:

果てる [はてる] /(v1,vi) (1) to end/to be finished/to be exhausted/to die/to 
perish/(suf) (2) indicates an extreme has been reached./(P)/
果てる [はてる] /(v1,vi) (1) to end/to be finished/to be exhausted/to die/to 
perish/(suf) (2) indicates an extreme has been reached./(P)/

I suggest that in the function "edict-search-and-display", the duplicate
entries be removed before displaying, for example using the function
remove-duplicates (since edict-el already use common lisp functions).

(remove-duplicates matchlist :test #'equal)

Best regards,

Evan Monroig


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to