all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Elena <egarrulo@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Windows: setting up dictionary and thesaurus?
Date: Tue, 8 Sep 2009 04:31:54 -0700 (PDT)	[thread overview]
Message-ID: <8858ec4a-5e68-4dc0-b852-046ff77a9947@e12g2000yqi.googlegroups.com> (raw)
In-Reply-To: 5fc1f277-5bb4-4f11-988a-177b4e2baba1@q7g2000yqi.googlegroups.com

On 7 Set, 18:09, Elena <egarr...@gmail.com> wrote:
> On 7 Set, 17:53, "Drew Adams" <drew.ad...@oracle.com> wrote:
>
> > Look here:http://www.emacswiki.org/emacs/CategoryWriting
>
> Thank you again, Drew.
>
> I should have been more specific. I did check the Wiki following your
> previous advice and I managed to setup the whole thing on Linux, but
> on Windows I've not been able to setup the 'dict' server. Since on
> Linux the package manager took care of installing 'dict' server and
> dictionaries, I don't know how to repeat steps on Windows.

After much wrestling with various 'dict' servers, without any success,
I've found an alternative solution which employs WordNet's dictionary.
Warning: it behaves weirdly with Icicles ('icy-mode').

Here we go:
- download WordNet dictionary setup from here:

http://wordnet.princeton.edu/wordnet/download/

- add binaries folder to exec-path and enviroment PATH (adjust paths
according to your own installation):

(setq exec-path (append exec-path "C:/Programmi/WordNet/2.1/bin"))
(setenv "PATH" (concat "C:\\Programmi\\WordNet\\2.1\\bin" path-
separator (getenv "PATH")))

- download http://www.emacswiki.org/emacs/wn-org.el:

(require 'wn-org)

- ready to go: M-x wn-org-search

Cheers





      reply	other threads:[~2009-09-08 11:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-05 14:43 Windows: setting up dictionary and thesaurus? Elena
2009-08-05 15:34 ` Elena
2009-08-05 15:44 ` Drew Adams
2009-09-07 14:24 ` Elena
2009-09-07 15:51   ` Lennart Borgman
2009-09-07 15:53   ` Drew Adams
     [not found]   ` <mailman.6171.1252338859.2239.help-gnu-emacs@gnu.org>
2009-09-07 18:09     ` Elena
2009-09-08 11:31       ` Elena [this message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8858ec4a-5e68-4dc0-b852-046ff77a9947@e12g2000yqi.googlegroups.com \
    --to=egarrulo@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.