Last edit
Tillagd:
> w3-forms is not in latest emacs package. a workaround, just change the line
> ; (url-request-data (dictweb-form-encode pairs))
> (url-request-data (concat "Form=Dict1&Query=" word "&Strategy=*&Database=*"))
Here is code by EricMarsden allows you to query a dict server from within Emacs.
This uses the UrlPackage (which, for older versions, is part of w3). See DictMode for a version that uses the dict protocol directly.
CategoryInterface w3-forms is not in latest emacs package. a workaround, just change the line ; (url-request-data (dictweb-form-encode pairs)) (url-request-data (concat “Form=Dict1&Query=” word “&Strategy=*&Database=*”))