rdict

Homepage: http://lgarc.narod.ru/xemacs

Author: Zajcev Evgeny

Updated:

Summary

Interface to rus<->eng online dictionary

Commentary

rdict is is Emacs interface to the online Rissian<-->English
dictionary lingvo located at http://lingvo.yandex.ru.

It requires w3 (the Emacs web browser) package to be installed.

To install rdict add following to your .emacs:

  (autoload 'rdict "rdict"
            "Lookup words in the online rus<->eng dictionary" t)

Also you may need to customize some rdict variables to make it work
properly:

`rdict-history-length' - (int) maximum length of rdict history.

`rdict-mode-hook' - you may add your own hooks, it will runs after
rdict processing.

Dependencies