Re: [Rd] Bracketed paste issues on Linux

2021-06-15 Thread Voeten, C.C.
milyar.summaryintercept = drop.intercept)) > >>>> control$scalePenalty,") but if I press return and type the closing > >>>> "}" the code has actually arrived just fine. The text up to and > >>>> including that line is 4023 bytes i

Re: [Rd] Bracketed paste issues on Linux

2021-06-15 Thread Tomas Kalibera
---------------- *Van:* Tomas Kalibera *Verzonden:* zondag 13 juni 2021 10:00:27 *Aan:*

Re: [Rd] Bracketed paste issues on Linux

2021-06-15 Thread Prof Brian Ripley
--------------------

Re: [Rd] Bracketed paste issues on Linux

2021-06-14 Thread Cesko Voeten
--------------------- *Van:* Tomas Kalibera *Verzonden:* zondag 13 juni 2021 10:00:27 *Aan:* Voeten, C.C.; r-devel@r-project.org *Onderwerp:* Re: [Rd] Bracketed paste issues on Linux Thanks for the report. Coul

Re: [Rd] Bracketed paste issues on Linux

2021-06-13 Thread Tomas Kalibera
<- > familyar.summaryintercept = drop.intercept)) control$scalePenalty,") > but if I press return and type the closing "}" the code has actually > arrived just fine. The text up to and including that line is 4023 > bytes in size; when trying to add in more, it fails again. &

Re: [Rd] Bracketed paste issues on Linux

2021-06-13 Thread Voeten, C.C.
pt = drop.intercept)) control$scalePenalty,") but if I press return and type the closing "}" the code has actually arrived just fine. The text up to and including that line is 4023 bytes in size; when trying to add in more, it fails again. Cesko ____ Van

Re: [Rd] Bracketed paste issues on Linux

2021-06-13 Thread Tomas Kalibera
Thanks for the report. Could you please also post output from extSoftVersion() ? What happens if you paste just a smaller part of the code before the long line? Is the output still corrupted? If so, is it corrupted the same way, at the same places? (It seems to be working on my Ubuntu 20.04,

[Rd] Bracketed paste issues on Linux

2021-06-12 Thread Cesko Voeten
I am on an up-to-date Arch Linux system, using the GNOME desktop environment. By default, this turns on bracketed paste in terminal emulators; for those not familiar with this concept: it makes it so that if you paste in multiple lines of code, they are received in a single chunk. This works jus