From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: taashlo@sandia.gov Newsgroups: gmane.emacs.help Subject: Re: Elisp: Search a File Without Visiting? Date: 16 Jun 2003 13:48:43 -0600 Organization: Sandia National Laboratories, Albuquerque, NM USA Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <20030616201328.144a69d6.devnull@example.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1055793477 6378 80.91.224.249 (16 Jun 2003 19:57:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 16 Jun 2003 19:57:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 16 21:57:55 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19S06c-0001d8-00 for ; Mon, 16 Jun 2003 21:57:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19S05I-0000w1-Km for gnu-help-gnu-emacs@m.gmane.org; Mon, 16 Jun 2003 15:56:08 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!enews.sgi.com!news.sandia.gov!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: sadl10553.sandia.gov Original-X-Trace: sass2141.sandia.gov 1055792907 10857 134.253.225.126 (16 Jun 2003 19:48:27 GMT) Original-X-Complaints-To: usenet@sass2141.sandia.gov Original-NNTP-Posting-Date: Mon, 16 Jun 2003 19:48:27 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: shelby.stanford.edu gnu.emacs.help:114493 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:10985 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10985 Sam Halliday writes: > taashlo AT sandia DOT gov wrote: > > I've written some elisp so that when I hit a key > > sequence (C-ct) a thesaurus lookup of the word > > > [1] ftp://ibiblio.org/pub/docs/books/gutenberg/etext02/mthes10.zip > > this is not a direct answer to your question; but are you aware of the > aiksaurus project? [http://aiksaurus.sourceforge.net] which is a GPL'ed > command line and GUI frontend to the gutenberg thesaurus which you have > referenced (they distribute a much smaller binary data file with their > package). if you did not know of aiksaurus' existence, then maybe its > funtionality can aid your elisp. > > i am not aware of any elisp wrapper to that program, but if you intent > to write one, i would most certainly be interrested in using it!! :-D Sam, I will probably look in to this in the future, but for now I'm going to try using Kai's idea of using grep to do the search. Thanks, Tad