From: Eli Zaretskii <eliz@gnu.org>
Subject: Re: using emacs under win2000
Date: Wed, 22 Mar 2006 20:46:26 +0200 [thread overview]
Message-ID: <uirq6z5a5.fsf@gnu.org> (raw)
In-Reply-To: <4420edd6$1_1@news.iprimus.com.au> (weselle_g@hotmain.com)
> From: "Gary Weselle" <weselle_g@hotmain.com>
> 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")
next prev parent reply other threads:[~2006-03-22 18:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-23 1:23 using emacs under win2000 Gary Weselle
2006-03-22 18:46 ` Eli Zaretskii [this message]
[not found] ` <mailman.8.1143053186.14015.help-gnu-emacs@gnu.org>
2006-03-23 17:33 ` Gary Weselle
2006-03-23 0:01 ` Kevin Rodgers
2006-03-23 17:45 ` Gary Weselle
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=uirq6z5a5.fsf@gnu.org \
--to=eliz@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.