Re: [Rd] Bracketed paste issues on Linux

2021-06-13 Thread Tomas Kalibera
Thanks, Cesko, for more debugging. As you are already compiling the code, could you please try increasing CONSOLE_BUFFER_SIZE in ./include/Defn.h from 4096 to some very large value (e.g. 1024 times), rebuild R and check if the problems (not all bytes received correctly, visual corruption) go aw

Re: [Rd] Bracketed paste issues on Linux

2021-06-13 Thread Voeten, C.C.
Thanks for looking into this! I've just compiled today's R-devel snapshot, and it shows the same issue. extSoftVersion() from that build: zlib "1.2.11" bzlib

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,

Re: [Rd] Small typo in ?NumericConstants

2021-06-13 Thread Tomas Kalibera
Thanks, fixed now. Tomas On 6/12/21 11:32 PM, Vincent Goulet via R-devel wrote: Hi, I stumbled upon this small typo in ?base::NumericConstants: Index: library/base/man/NumericConstants.Rd === --- library/base/man/NumericConstants.

Re: [Rd] small typo in internet.c

2021-06-13 Thread Tomas Kalibera
Thanks, fixed now. Tomas On 6/13/21 1:39 AM, Kevin Ushey wrote: Hello, I spotted a small typo recently in R-devel: $ rg "htto://" src/modules/internet/internet.c 95: warning(_("the 'wininet' method of url() is deprecated for htto:// and https:// URLs")); I suspect 'htto://' should read 'h