On Fri Jul 14, 2023 at 11:06 AM CDT, Nilesh Patra wrote:
> On Fri, Jul 14, 2023 at 05:49:41PM +0200, Robin Jarry wrote:
> > I cannot reproduce this but maybe Tim can have a look.
>
> This is an upstream bug, and I can repro it by building aerc via make,
> i.e. there are no debian go packages at play here.
>
> Interestingly, this bug does not get triggered when I use micro as my
> editor (a golang based text editor).
>
> Here's the way I could reproduce:
>
> $ for in in {0..100}; do echo 'hello world' >> /tmp/hwl; done
> $ cat /tmp/hwl | xclip -sel clipboard
> $ EDITOR=vim ./aerc
>
> :compose
>
> Goto the body and try paste using ctrl+shift+v or shift+Ins (whatever
> bindings are default for your terminal). You'll see it hanging --
> sometimes with half-pasted text.
>
> I get the same result when I try with EDITOR=nano.
>
> Best,
> Nilesh

I also can't repro. I tried pasting "hello world\n"x100, and "hello world"x100
(all on the same line), both in vim and nvim, and in foot and wezterm - all of
those combinations work.

Robin and I are both on wayland...I'm guessing with xclip you are on X? I wonder
if that comes into play at all?

-- 
Tim

Reply via email to