emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A proposal for a friendlier Emacs


From: Jean Louis
Subject: Re: A proposal for a friendlier Emacs
Date: Thu, 1 Oct 2020 17:13:53 +0300
User-agent: Mutt/1.14.0 (2020-05-02)

* Juri Linkov <juri@linkov.net> [2020-09-30 22:19]:
> >> I suggest that there shall be visible, exposed function to lookup
> >> words in dictionaries.
> >
> > We already have "M-s M-w".
> >
> > Adding a specialized command to query DICT servers will also be a
> > welcome addition.
> 
> Anyone can already enable this feature easily in own init file with:
> 
> (when (require 'dictem nil t)
>   ;; (setq dictem-server "dict.org")
>   ;; (setq dictem-server "mova.org")
>   (setq dictem-server "localhost")
>   (setq dictem-port   "2628")
>   (dictem-initialize)
>   (global-set-key "\M-s\M-d" 'dictem-run-search))

I cannot find dictem package, where is it?

Jean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]