manateelazycat / sdcv

Emacs interface for sdcv (Stardict console version)
73 stars 14 forks source link

Reimplement sdcv-pick-word using subword #32

Closed xFA25E closed 2 years ago

xFA25E commented 2 years ago

A proposal to reimplement sdcv-pick-word using subword package.

Maybe it is better to put subword selection directly to sdcv-region-or-word? This would reduce sdcv-search-with-dictionary responsibilities to only searching, without trying to get another input (subword from buffer in this case).

Other idea would be to make sdcv-search-with-dictionary accept a list of possible words to try.

manateelazycat commented 2 years ago

Thanks