Hi,
I am writing an elisp program to use electronic dictionaries within
Emacs. I would like to distribute it as a binary package for XEmacs.
What should I do for that?
I am writing this program to use various dictionaries in the same way.
It can currently handle several kinds of dictionaries, such as EPWING
(a dictionary format used in Japan), DICT protocol (RFC 2229), and
some free dictionaries (e.g., Jargon File, FOLDOC, VERA) directly.
Although I have been writing this program mainly for Japanese, I suppose
this is useful for everyone who loves Emacs :) The current version of
my program, Lookup, is available from the following site:
http://openlab.ring.gr.jp/lookup/
Note that most of the documents are written in Japanse. I am now
working on translating them into English, and I hope the next release
of this program will be helpful to you. (By the way, I rarely hear
about this kind of software except in Japan. Don't you use electronic
dictionaries?)
Anyway, is there any documents explaining how I can make a binary
package of Lookup for XEmacs? I am a newbie in this mailing list, and
I could not find enough information on the page
http://cvs.xemacs.org.
thanks,
-- kei