Re: [R] interrupt in Linux

2004-06-14 Thread Armin Roehrl
Does anyone know how to interrupt R in RedHat? Neither control-c nor Esc is working. What I don't want to do is close the window or kill the entire R process. Thanks, David Try Ctrl-Z and then to relunch it with %R from the shell-prompt. Ciao, -A.

RE: [R] interrupt in Linux

2004-06-14 Thread Bickel, David
: Patrick Burns [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 3:02 PM To: Bickel, David Subject: Re: [R] interrupt in Linux Are you sure that R won't interrupt? Perhaps you are in some C code that doesn't pay attention to the interrupt. I have SuSe and control-C works on all of the versions

Re: [R] interrupt in Linux

2004-06-14 Thread Roger D. Peng
to interrupt that? control-D does not interrupt R, but kills the entire R process. Thanks, David -Original Message- From: Patrick Burns [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 3:02 PM To: Bickel, David Subject: Re: [R] interrupt in Linux Are you sure that R won't interrupt? Perhaps you

RE: [R] interrupt in Linux

2004-06-14 Thread Bickel, David
language R -Original Message- From: Roger D. Peng [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 3:41 PM To: Bickel, David Cc: Patrick Burns; [EMAIL PROTECTED] Subject: Re: [R] interrupt in Linux What version of R are you using? This was a problem in 1.8.0 but I

RE: [R] interrupt in Linux

2004-06-14 Thread Ted Harding
On 14-Jun-04 Bickel, David wrote: Does anyone know how to interrupt R in RedHat? Neither control-c nor Esc is working. What I don't want to do is close the window or kill the entire R process. Thanks, David Ctrl-C should interrupt what R is doing and return you to the R command prompt. ESC