girzel / ebdb

An EIEIO port of BBDB, Emacs' contact-management package
67 stars 11 forks source link

require pyim, for chinese-pyim has been renamed to pyim #45

Closed tumashu closed 7 years ago

girzel commented 7 years ago

Is pyim available through other means than ELPA/MELPA? Are we 100% sure that no one's going to have an old copy of the library lying around? I'd almost rather do something like:

(eval-and-compile (unless (require 'chinese-pyim-dictools nil t) (require 'pyim)))

Do you think that's not necessary?

tumashu commented 7 years ago

pyim is in melpa, just use pyim,because ebdb not public elpa or melpa, no meed do this job

girzel commented 7 years ago

Okay!