The R Project SVN R

Rev

Rev 10255 | Rev 25246 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10255 Rev 10988
Line 8... Line 8...
8
3) As a slave process for ESS mode in NTEmacs with flag --ess.
8
3) As a slave process for ESS mode in NTEmacs with flag --ess.
9
 
9
 
10
Its purpose is to provide something similar to the main Unix interface
10
Its purpose is to provide something similar to the main Unix interface
11
for R, including a batch capability.
11
for R, including a batch capability.
12
 
12
 
13
[We have had reports that modes 1 and 3 do not work under Windows 2000.]
-
 
14
 
-
 
15
In interactive use the interpreter can be interrupted by Ctrl-C or
13
In interactive use the interpreter can be interrupted by Ctrl-C or
16
Ctrl-Break.  Input is interpreted as-is except for the keys
14
Ctrl-Break.  Input is interpreted as-is except for the keys
17
interpreted by getline (see below) and that special characters
15
interpreted by getline (see below) and that special characters
18
can be entered by Alt+numerical-key-pad sequences of up to 3 characters,
16
can be entered by Alt+numerical-key-pad sequences of up to 3 characters,
19
so Alt+123 and Alt+72 give {H, for example.
17
so Alt+123 and Alt+72 give {H, for example.