To load the package, add this to your .emacs
file:
(require 'wiktionary)
To look up a word, invoke wiktionary-search-word
.
To navigate to the link under the cursor, hit RET
.
To go back and forward in the Wiktionary browser, hit l
and r
, respectively.
To search for a new word, hit s
.
These variables are available via Customize:
-
wiktionary-language-order
: list of strings for languages whose results will be ordered first. For example,'("German" "English" "French" "Spanish")
will cause German results to appear first, English second, French third, Spanish fourth, and then all other languages in alphabetical order following those (assumingwiktionary-show-unordered-languages
is set). -
wiktionary-show-unordered-languages
: Whether to show additional languages that don't appear inwiktionary-language-order
. True by default.