not sure how long ago i made some of these changes... the sleep
[ess.git] / doc / README.elsewhere
blobe953598ddc4166da2b7cf9c65cfbe556ce98f0b0
1 -*- text -*-
3 ($Revision: 1.1 $)
5 ESS: Running an ESS Subprocess which is ELSEWHERE.
6 ==================================================
8         M-x ESS-elsewhere
10 will prompt you for the language you'd like to run.  You need to
11 provide it _EXPLICITLY_ (at least until we figure out a good
12 completion mechanism, sigh...).
14 No extraneous spaces, no extraneous whatever.  Type it exactly.
16 Now, since the prompt is "wrong", you need to switch to the correct
17 buffer; there might be a "time-out" by the process waiting for a
18 correct prompt.  The correct prompt will never appear.  I promise.
19 Unless you've got a weird setup.  Now, you need to switch to the
20 correct buffer.  This would be *R...*, or *S...*, or *Stata...*, etc,
21 depending on the language.  Use:
23           C-x C-b
25 to switch.
27 Now you should see a Bourne (or Bash) shell prompt (...$).  Log in to
28 the machine you want, and start up the corresponding process, i.e.
30     telnet my-machine-with-R.com
32 (log in).
34     R
36 and then you are off and running.
38 It'll be cleaned up.
40 I promise.