From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Elena Newsgroups: gmane.emacs.help Subject: Re: Windows: setting up dictionary and thesaurus? Date: Wed, 5 Aug 2009 08:34:11 -0700 (PDT) Organization: http://groups.google.com Message-ID: <23496a19-522d-423b-b0eb-f2e38d95103d@g31g2000yqc.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249486897 889 80.91.229.12 (5 Aug 2009 15:41:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Aug 2009 15:41:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 05 17:41:30 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MYicL-0002aB-EX for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Aug 2009 17:41:29 +0200 Original-Received: from localhost ([127.0.0.1]:33969 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYicK-0003Bl-TT for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Aug 2009 11:41:28 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g31g2000yqc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 81.208.92.182 Original-X-Trace: posting.google.com 1249486451 16162 127.0.0.1 (5 Aug 2009 15:34:11 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 5 Aug 2009 15:34:11 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g31g2000yqc.googlegroups.com; posting-host=81.208.92.182; posting-account=AFCLjAoAAABJAOf_HjgEEEi3ty-lG5m2 User-Agent: G2/1.0 X-HTTP-Via: 1.1 sic.int.lisit.it:8080 (squid/2.5.STABLE3) X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:171617 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66791 Archived-At: On 5 Ago, 14:43, Elena wrote: > Hello, > > has anyone been able to set up dictionary and thesaurus on Windows, > along with required tools? Would you share your configuration? > > Thanks. Well, I've found this very useful page: http://xahlee.org/emacs/emacs_lookup_ref.html Thanks, Xah! Client written in Emacs Lisp: http://www.myrkr.in-berlin.de/dictionary/index.html Thanks Torsten! As server, this one works out of the box (Java is required): http://www.informatik.uni-leipzig.de/~duc/Java/JDictd/ Thanks Ho!