Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Robert J Goedman
Did a quick check and seems to work fine!!! Thanks a lot! Rob J. Goedman goed...@icloud.com On Feb 6, 2013, at 12:29 PM, Simon Urbanek wrote: > Patch committed. I'm away with limited possibilities, so please check > tonight's build if it works ... > > Thanks, > Simon > > > On Feb 6, 201

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Simon Urbanek
Patch committed. I'm away with limited possibilities, so please check tonight's build if it works ... Thanks, Simon On Feb 6, 2013, at 2:47 PM, Hans-Jörg Bibiko wrote: > Hi, > > Bryan has right, selecting lines causes the crash. Just fixing it. I'll send > a patch to Simon ASAP. > > Thanks

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Robert J Goedman
Hi Hans, Thanks for taking a look. Bryan has convinced me it not just inside a pair of {} by sending me below file he produced. That crashes R.app indeed as well. I continue to believe it happens when the file is parsed, at least that seems to be what happens in XCode. Rob J. Goedman goed...@

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Hans-Jörg Bibiko
... I've forgotten to mention selecting lines AND if these lines are inside of a {...} pair ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Hans-Jörg Bibiko
Hi, Bryan has right, selecting lines causes the crash. Just fixing it. I'll send a patch to Simon ASAP. Thanks for the reports! Best, --Hans ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Bryan Hanson
Thanks Rob and everyone working on this. I had made up a MWE last night to try to find some combos that cause the problem. I did not share that because in my testing it is much more general that what you report. The only commonality I could find is that more than one line is selected. The de

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Robert J Goedman
Thanks Holly & Brian, I've been able to reconstruct the problem and I think it happens (only?) inside a more complex setup, e.g.: If a new doc is opened and 2 lines are entered: a <- 1:3 print(a) no problems. But: for (i in 1:3) { a <- 1:3 print(a) } will crash R.app if both lines are inden

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Beale, Holly (NIH/NHGRI) [F]
The keyboard commands cause the errors for me. On Feb 6, 2013, at 11:37 AM, Bryan Hanson wrote: > Must be a clue. I was carrying out that action via the menu items, not the > key equivalents. Bryan > > On Feb 6, 2013, at 10:45 AM, Robert J Goedman wrote: > >> Hi Brian, >> >> On my system

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Bryan Hanson
Must be a clue. I was carrying out that action via the menu items, not the key equivalents. Bryan On Feb 6, 2013, at 10:45 AM, Robert J Goedman wrote: > Hi Brian, > > On my system ( similar to yours, see below sessionInfo() ), indent/un-indent > in the internal editor ( using Cmd/Apple-] an

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Serrano, Pablo
Rob, Should I upgrade my software to 10.8 / Mountain Lion? Pablo E Serrano Aybar HPB Fellow University of Toronto From: r-sig-mac-boun...@r-project.org [r-sig-mac-boun...@r-project.org] on behalf of Beale, Holly (NIH/NHGRI) [F] [holly.be...@nih.gov] Sent:

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Beale, Holly (NIH/NHGRI) [F]
I experience the problem intermittently. I can't reproduce it. OSX: 10.7.5 > sessionInfo() R version 2.15.2 (2012-10-26) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] graphics grDevices

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Robert J Goedman
Hi Brian, On my system ( similar to yours, see below sessionInfo() ), indent/un-indent in the internal editor ( using Cmd/Apple-] and Cmd/Apple-[ ) work fine. Rob J. Goedman goed...@icloud.com > sessionInfo() R Under development (unstable) (2013-02-05 r61843) Platform: x86_64-apple-darwin9.8.0

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Prof Brian Ripley
On 06/02/2013 01:22, Bryan Hanson wrote: Using the GUI indent/un-indent with more than one line of code selected crashes R for the version below. Modifying only one line does not. There is no '3.0 RC' (and never will be: the version will be 3.0.0. See the posting guide). Why do you think