help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: what is the easiest way to install a thesaurus feature in emacs?


From: Richard Riley
Subject: Re: what is the easiest way to install a thesaurus feature in emacs?
Date: Wed, 14 Jan 2009 13:26:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

"avilella@gmail.com" <avilella@gmail.com> writes:

> Hi,
>
> How can I install a thesaurus in emacs? I am using Ubuntu 8.10 and
> I've googled a bit about mthesaur.el, synonyms.el et al, but haven't
> found any packaged options to do an apt-get install.
>
> Anyone?
>
> Cheers,
>
>     Albert.

http://www.emacswiki.org/emacs/synonyms.el

Save the code into your .emacs directory or wherever you store your .el files.

My setup:

(setq synonyms-file "/home/rgr/.emacs.d/mthesaur.txt")
(setq synonyms-cache-file "/home/rgr/.emacs.d/syn.cache")
(setq synonyms-match-more-flag nil)

(require 'synonyms)
(define-key mode-specific-map [?S] 'synonyms)



-- 
 important and urgent problems of the technology of today are no longer the 
satisfactions of the primary needs or of archetypal wishes, but the reparation 
of the evils and damages by the technology of yesterday.  ~Dennis Gabor, 
Innovations:  Scientific, Technological and Social, 1970


reply via email to

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