From: Richard Riley <rileyrgdev@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: what is the easiest way to install a thesaurus feature in emacs?
Date: Wed, 14 Jan 2009 13:26:38 +0100 [thread overview]
Message-ID: <gkkllv$2tk$1@news.motzarella.org> (raw)
In-Reply-To: d9cf60b7-1ea5-4b76-bfe7-664edee9815e@s1g2000prg.googlegroups.com
"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
next prev parent reply other threads:[~2009-01-14 12:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-14 11:15 what is the easiest way to install a thesaurus feature in emacs? avilella
2009-01-14 12:26 ` Richard Riley [this message]
2009-01-14 19:38 ` Xah Lee
2009-01-15 14:33 ` Richard Riley
2009-01-15 15:08 ` Xah Lee
2009-01-15 15:15 ` Richard Riley
2009-01-15 15:29 ` avilella
2009-01-15 15:36 ` Xah Lee
2009-01-15 16:41 ` Richard Riley
2009-01-15 17:00 ` Richard Riley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='gkkllv$2tk$1@news.motzarella.org' \
--to=rileyrgdev@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).