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: using emacs under win2000 Date: Wed, 22 Mar 2006 20:46:26 +0200 Message-ID: References: <4420edd6$1_1@news.iprimus.com.au> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1143483529 3184 80.91.229.2 (27 Mar 2006 18:18:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Mar 2006 18:18:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 27 20:18:46 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FNwIV-0001Kw-AM for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Mar 2006 20:18:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNwIU-0006Vq-A0 for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Mar 2006 13:18:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FM8Lh-0003UR-Hx for help-gnu-emacs@gnu.org; Wed, 22 Mar 2006 13:46:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FM8Lf-0003U7-Vr for help-gnu-emacs@gnu.org; Wed, 22 Mar 2006 13:46:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FM8Lf-0003U4-Qo for help-gnu-emacs@gnu.org; Wed, 22 Mar 2006 13:46:23 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FM8M5-0005GX-NZ for help-gnu-emacs@gnu.org; Wed, 22 Mar 2006 13:46:49 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-7-138.inter.net.il [80.230.7.138]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DUS88950 (AUTH halo1); Wed, 22 Mar 2006 20:46:21 +0200 (IST) Original-To: help-gnu-emacs@gnu.org In-reply-to: <4420edd6$1_1@news.iprimus.com.au> (weselle_g@hotmain.com) 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:34015 Archived-At: > From: "Gary Weselle" > Date: Wed, 22 Mar 2006 17:23:57 -0800 > > My emacs looks like this: > > (load "C:/emacs-21.3/ess-5.2.12/lisp/ess-site") > > (setq R "C:/Progra~1/R/R-2.2.1/bin/Rterm.exe") The last one is the culprit, I think: you need to set the _environment_ variable R, not an Emacs variable R. Try this instead: (setenv "R" "C:/Progra~1/R/R-2.2.1/bin/Rterm.exe")