define-word
define-word copied to clipboard
Display the definition of word at point in Emacs
Thanks for this awesome package! I implemented a service for the [French-French Larousse dictionary](https://larousse.fr/dictionnaires/francais/). It highlights the gender, semantic category, usage example and etymology of a French word. ## Screenshot...
I was looking to use define-word with an offline dictionary when I saw the `define-word-offline-dict-directory` variable in the source code. I searched online for the required file `en-en-withforms-enwiktionary.txt` but couldn't...
I'm on windows (official GNU windows built Emacs (24.*) and the latest Spacemacs, and while I'm trying to use either define-word or define-word-at-point I'm always getting: ``` error in process...
Seems like the `\` character causes some problems for`define-word--parse-wordnik`, such that calling `define-word` on the word "backslash" yields an error. With Emacs 29: 1. emacs -Q -l ~/.emacs.d/elpa/define-word-20220104.1848/define-word.el 2. M-x...