Re: [R] How to disable using "enter" key to exit the browser in debugging mode

2011-01-15 Thread Gene Leynes
Regarding the issue of "inserting a newline during debugging": If I remember correctly, this issue didn't happen in older versions of R. and it seems connected to some other issues. There generally seems to be something different with how the R Console is being rendered, and it doesn't seem to be

Re: [R] How to disable using "enter" key to exit the browser in debugging mode

2011-01-13 Thread Feng Li
Thanks for Prof. Ripley explaining this to me. I totally agree with you that I can avoid this problem if I am debugging carefully enough. But it would be very convenient to have this feature for the newbies like me. I will submit this as a feature request. Feng On Thu, Jan 13, 2011 at 12:20 PM,

Re: [R] How to disable using "enter" key to exit the browser in debugging mode

2011-01-13 Thread Prof Brian Ripley
You do not mean the "enter" key: it is not that which exits the browser but rather a newline (which can be entered via 'return', and in other ways). This is part of the parser, and there is no way to turn it off. Somehow other experienced R users have never encountered this. But if you wish

Re: [R] How to disable using "enter" key to exit the browser in debugging mode

2011-01-13 Thread Feng Li
Thanks for this. I am an Emacs user but still having this problem with ESS. Curious to know how other editors manage this. Feng On Thu, Jan 13, 2011 at 1:29 AM, Gene Leynes > wrote: > That also drives me crazy! > > I don't have that problem when I use the StatEt plug-in for Eclipse. > > Of co

Re: [R] How to disable using "enter" key to exit the browser in debugging mode

2011-01-12 Thread Gene Leynes
That also drives me crazy! I don't have that problem when I use the StatEt plug-in for Eclipse. Of course, using a new IDE is a big undertaking, but I can assure you: it's worth it! This is just one small benefit. On Wed, Jan 12, 2011 at 4:00 PM, Feng Li wrote: > Dear R, > > How can I disable

[R] How to disable using "enter" key to exit the browser in debugging mode

2011-01-12 Thread Feng Li
Dear R, How can I disable using "enter" key to exit the browser() in debug mode? I would love to have this option because it is so annoying to jump out of the debugging mode unexpectedly when I don't want to. I guess some of us have encouraged at least one of these situations, 1, Accidentally pre