From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: void variable problem Date: Wed, 23 Mar 2011 19:59:08 +0200 Message-ID: <8339mdvhub.fsf@gnu.org> References: <87aagl92xk.fsf@engels.HistoricalMaterialism.info> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1300903244 3724 80.91.229.12 (23 Mar 2011 18:00:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Mar 2011 18:00:44 +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 Mar 23 19:00:40 2011 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.69) (envelope-from ) id 1Q2SMJ-0001OH-7q for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Mar 2011 19:00:39 +0100 Original-Received: from localhost ([127.0.0.1]:42974 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2SMI-0002yf-L3 for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Mar 2011 14:00:38 -0400 Original-Received: from [140.186.70.92] (port=50775 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2SLe-0002tP-LF for help-gnu-emacs@gnu.org; Wed, 23 Mar 2011 14:00:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2SLd-0008O0-G8 for help-gnu-emacs@gnu.org; Wed, 23 Mar 2011 13:59:58 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:48641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2SLd-0008NM-9r for help-gnu-emacs@gnu.org; Wed, 23 Mar 2011 13:59:57 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LII00200V790W00@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Wed, 23 Mar 2011 19:59:07 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.83.148]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LII0011NVAIHW60@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Wed, 23 Mar 2011 19:59:07 +0200 (IST) In-reply-to: <87aagl92xk.fsf@engels.HistoricalMaterialism.info> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 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:80350 Archived-At: > From: Haines Brown > Date: Wed, 23 Mar 2011 13:12:07 -0400 > > I installed synonyms.el, and it depends on access to mthesar.txt. So I > created: /home/haines/mthesaur/mthesaur.txt and in .emacs access it with > the line (setq synonyms-file /home/haines/mthesaur/mthesaur.txt) This should be "/home/haines/mthesaur/mthesaur.txt", in quotes.