Re: problem with paste-from-clipboard

2019-09-08 Thread Bosmon
Dear Steven - thanks for the response. It appears that the issue that the OP and I are suffering from is unrelated to the one in the linked fix. For reference, the original post was as follows: https://cygwin.com/ml/cygwin/2017-05/msg00183.html One suggestion, from Eric Blake and others, was >

Re: problem with paste-from-clipboard

2018-08-13 Thread Steven Penny
On Mon, 13 Aug 2018 12:02:53, Bosmon wrote: Your posting was in the thread "[ANNOUNCEMENT] Updated: libreadline7-7.0.1-1, libreadline-devel-7.0.1-1, bash-4.4.5-1" and is linked here: https://www.mail-archive.com/cygwin@cygwin.com/msg151042.html the proper link is here:

Re: problem with paste-from-clipboard

2018-08-13 Thread Bosmon
Your posting was in the thread "[ANNOUNCEMENT] Updated: libreadline7-7.0.1-1, libreadline-devel-7.0.1-1, bash-4.4.5-1" and is linked here: https://www.mail-archive.com/cygwin@cygwin.com/msg151042.html The problem you reported, of broken interactive non-ASCII input, is likely unrelated but is

Re: problem with paste-from-clipboard

2018-08-11 Thread Steven Penny
On Sat, 11 Aug 2018 18:34:02, Bosmon wrote: It seems that you yourself reported another issue with readline 7.0.1-1 on Jan 13th, 2017, which as far as I can see is still not resolved. as mentioned in my previous email - it is helpful is you give full infomation when posting this includes

Re: problem with paste-from-clipboard

2018-08-11 Thread Bosmon
> If you are certain, perhaps you could name the last working version - similar to > git bisect - this would aid greatly in debugging this. Yes, I am certain. readline 6.3.8-1 is working, and 7.0.1-1 is broken. To be clear, the issue is nothing to do with the particular keybinding. Whatever I

Re: problem with paste-from-clipboard

2018-08-07 Thread Steven Penny
On Tue, 7 Aug 2018 12:31:16, Bosmon wrote: I have the same problem as the OP. I am on libreadline 7.0.3-3 - as far as I can see, the paste-from-clipboard command has become a no-op. I can verify that the data I want is in /dev/clipboard but nothing happens in response to the

Re: problem with paste-from-clipboard

2018-08-07 Thread Bosmon
> On 05/12/2017 01:50 PM, Ladislav DANKO wrote: > > I have problem with "paste-from-clipboard" in cygwin. In ~/.inputrc file I have just this line: > > "\e[2~": paste-from-clipboard > > > > I start cygwin terminal (as C:\cyg64\bin\bash.exe --l

Re: problem with paste-from-clipboard

2017-09-01 Thread Brian Inglis
On 2017-09-01 16:19, Steven Penny wrote: > On Fri, 1 Sep 2017 09:42:12, Eric Blake wrote: >> > I have problem with "paste-from-clipboard" in cygwin. In ~/.inputrc >> file I have just this line: >> > "\e[2~": paste-from-clipboard >> > >&g

Re: problem with paste-from-clipboard

2017-09-01 Thread Steven Penny
On Fri, 1 Sep 2017 09:42:12, Eric Blake wrote: > I have problem with "paste-from-clipboard" in cygwin. In ~/.inputrc file I have just this line: > "\e[2~": paste-from-clipboard > > I start cygwin terminal (as C:\cyg64\bin\bash.exe --login -i), from another (sa

Re: problem with paste-from-clipboard

2017-09-01 Thread Ladislav DANKO
On 01.09.2017 17:24, Thomas Wolff wrote: > ... >> On 05/12/2017 01:50 PM, Ladislav DANKO wrote: >>> ... >>> I start cygwin terminal (as C:\cyg64\bin\bash.exe --login -i), from another >>> (say, GUI) place I copy > That's not quite the "Cygwin Terminal", it's (implicitly) the Cygwin Console. >>>

Re: problem with paste-from-clipboard

2017-09-01 Thread Thomas Wolff
... On 05/12/2017 01:50 PM, Ladislav DANKO wrote: ... I start cygwin terminal (as C:\cyg64\bin\bash.exe --login -i), from another (say, GUI) place I copy That's not quite the "Cygwin Terminal", it's (implicitly) the Cygwin Console. some text into clipboard and I try to include it with Insert

Re: problem with paste-from-clipboard

2017-09-01 Thread Ladislav DANKO
On 01.09.2017 16:42, Eric Blake wrote: > Does 'cat /dev/clipboard' output the data you are expecting to see? > yes -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: problem with paste-from-clipboard

2017-09-01 Thread Eric Blake
chunk of time; but the trick is still getting that nice chunk of time. and then quoting text that describes discussion of the problem, but not the problem itself, is not helpful. Going back to your original email: On 05/12/2017 01:50 PM, Ladislav DANKO wrote: > Hi folks, > > I have problem w

Re: problem with paste-from-clipboard

2017-09-01 Thread Ladislav DANKO
is there any update on this please? On 15.05.2017 20:21, Eric Blake wrote: > On 05/15/2017 12:09 PM, Steven Penny wrote: >> On Sat, 13 May 2017 15:11:00, Eric Blake wrote: >>> You're making it sound like I'm actively trying to hurt you. Rather, it's a >>> case where it is a problem that doesn't

Re: problem with paste-from-clipboard

2017-05-29 Thread Ladislav DANKO
So what is actual solution, downgrade? To which version? On 15.05.2017 20:21, Eric Blake wrote: > On 05/15/2017 12:09 PM, Steven Penny wrote: >> On Sat, 13 May 2017 15:11:00, Eric Blake wrote: >>> You're making it sound like I'm actively trying to hurt you. Rather, it's a >>> case where it is a

Re: problem with paste-from-clipboard

2017-05-15 Thread Eric Blake
On 05/15/2017 12:09 PM, Steven Penny wrote: > On Sat, 13 May 2017 15:11:00, Eric Blake wrote: >> You're making it sound like I'm actively trying to hurt you. Rather, >> it's a case where it is a problem that doesn't affect me personally, and >> I have limited enough spare time as it is, so I

Re: problem with paste-from-clipboard

2017-05-15 Thread Steven Penny
On Sat, 13 May 2017 15:11:00, Eric Blake wrote: You're making it sound like I'm actively trying to hurt you. Rather, it's a case where it is a problem that doesn't affect me personally, and I have limited enough spare time as it is, so I haven't yet tried to reproduce things to see if I can

Re: problem with paste-from-clipboard

2017-05-15 Thread Eric Blake
On 05/12/2017 05:37 PM, Steven Penny wrote: > On Fri, 12 May 2017 20:50:26, Ladislav DANKO wrote: >> I have problem with "paste-from-clipboard" in cygwin. In ~/.inputrc >> file I >> have just this line: "\e[2~": paste-from-clipboard > > You have lef

Re: problem with paste-from-clipboard

2017-05-13 Thread Ladislav DANKO
:26, Ladislav DANKO wrote: >> I have problem with "paste-from-clipboard" in cygwin. In ~/.inputrc file I >> have just this line: "\e[2~": paste-from-clipboard > > You have left out a critical piece of information here, you have not mentioned > *what* you are

Re: problem with paste-from-clipboard

2017-05-12 Thread Steven Penny
On Fri, 12 May 2017 20:50:26, Ladislav DANKO wrote: I have problem with "paste-from-clipboard" in cygwin. In ~/.inputrc file I have just this line: "\e[2~": paste-from-clipboard You have left out a critical piece of information here, you have not mentioned *what* you are t

problem with paste-from-clipboard

2017-05-12 Thread Ladislav DANKO
Hi folks, I have problem with "paste-from-clipboard" in cygwin. In ~/.inputrc file I have just this line: "\e[2~": paste-from-clipboard I start cygwin terminal (as C:\cyg64\bin\bash.exe --login -i), from another (say, GUI) place I copy some text into clipboard