Re: getclip and cygutils and cygcheck

2013-06-19 Thread Corinna Vinschen
On Jun 19 13:31, Jeremy Hetzler wrote: > On Wed, Jun 19, 2013 at 1:21 PM, Corinna Vinschen <...> wrote: > >> FYI, I'm just uploading a new developer snapshot 2013-06-17 to > >> http://cygwin.com/snapshots/, as well as a new 64 bit Cygwin test > >> release 1.7.21-4. Please give one of them a try. >

Re: getclip and cygutils and cygcheck

2013-06-19 Thread Jeremy Hetzler
On Wed, Jun 19, 2013 at 1:21 PM, Corinna Vinschen <...> wrote: >> FYI, I'm just uploading a new developer snapshot 2013-06-17 to >> http://cygwin.com/snapshots/, as well as a new 64 bit Cygwin test >> release 1.7.21-4. Please give one of them a try. > > Guys? Ping? Any testers? > > > Corinna >

Re: getclip and cygutils and cygcheck

2013-06-19 Thread Corinna Vinschen
On Jun 17 14:54, Corinna Vinschen wrote: > On Jun 17 12:16, Corinna Vinschen wrote: > > On Jun 14 23:15, Jeremy Hetzler wrote: > > > After some testing, the limit seems to be 64k. It only happens when > > > reading data that was copied to the clipboard by a Windows program (in > > > this case Excel

Re: getclip and cygutils and cygcheck

2013-06-19 Thread Ken Jackson
I got so dependent on getclip and putclip on Cygwin, that I added these aliases to my universal .bashrc file so I have them on Linux: if [ -n "$(type -P xclip)" ]; then test -z "$(type -P putclip)" && \ alias putclip="$(type -P xclip) -sel clip -i" test -z "$(type -P getc

Re: getclip and cygutils and cygcheck

2013-06-17 Thread Corinna Vinschen
On Jun 17 12:16, Corinna Vinschen wrote: > On Jun 14 23:15, Jeremy Hetzler wrote: > > After some testing, the limit seems to be 64k. It only happens when > > reading data that was copied to the clipboard by a Windows program (in > > this case Excel). > > [...] > > 583 $ cat /dev/clipboard >out.cat

Re: getclip and cygutils and cygcheck

2013-06-17 Thread Corinna Vinschen
On Jun 14 23:15, Jeremy Hetzler wrote: > On Fri, Jun 14, 2013 at 5:15 AM, Corinna Vinschen wrote: > > > What's that size? I'm not aware of any size restriction in the current > > /dev/clipboard code. Well, there's an allocation when writing to the > > clipboard, but it's only restricted by the s

Re: getclip and cygutils and cygcheck

2013-06-15 Thread Thomas Wolff
Am 15.06.2013 05:15, schrieb Jeremy Hetzler: On Fri, Jun 14, 2013 at 5:15 AM, Corinna Vinschen wrote: What's that size? I'm not aware of any size restriction in the current /dev/clipboard code. Well, there's an allocation when writing to the clipboard, but it's only restricted by the size of

Re: getclip and cygutils and cygcheck

2013-06-15 Thread Arthur Tu
I can confirm this clipboard bug, though not sure about the size limit. On 6/15/2013 11:35 AM, Jeremy Hetzler wrote: On Fri, Jun 14, 2013 at 11:15 PM, Jeremy Hetzler wrote: After some testing, the limit seems to be 64k. It only happens when reading data that was copied to the clipboard by a Win

Re: getclip and cygutils and cygcheck

2013-06-14 Thread Corinna Vinschen
On Jun 13 14:13, Jeremy Hetzler wrote: > On Thu, Jun 13, 2013 at 5:55 AM, Corinna Vinschen > < ... > wrote: > > On Jun 12 21:52, Thomas Wolff wrote: > >> Am 12.06.2013 17:21, schrieb Nellis, Kenneth: > >> >... > >> >where is getclip? > >> Whereever it actually is, shouldn't it be deprecated or remo

Re: getclip and cygutils and cygcheck

2013-06-13 Thread Jeremy Hetzler
On Thu, Jun 13, 2013 at 5:55 AM, Corinna Vinschen < ... > wrote: > On Jun 12 21:52, Thomas Wolff wrote: >> Am 12.06.2013 17:21, schrieb Nellis, Kenneth: >> >... >> >where is getclip? >> Whereever it actually is, shouldn't it be deprecated or removed >> since it does not handle non-ASCII characters?

Re: getclip and cygutils and cygcheck

2013-06-13 Thread Corinna Vinschen
On Jun 12 21:52, Thomas Wolff wrote: > Am 12.06.2013 17:21, schrieb Nellis, Kenneth: > >... > >where is getclip? > Whereever it actually is, shouldn't it be deprecated or removed > since it does not handle non-ASCII characters? > I think I already suggested a replacement once before which was a > s

Re: getclip and cygutils and cygcheck

2013-06-12 Thread Thomas Wolff
Am 12.06.2013 17:21, schrieb Nellis, Kenneth: ... where is getclip? Whereever it actually is, shouldn't it be deprecated or removed since it does not handle non-ASCII characters? I think I already suggested a replacement once before which was a simple shell script wrapper to /dev/clipboard. --

Re: getclip and cygutils and cygcheck

2013-06-12 Thread Christopher Faylor
On Wed, Jun 12, 2013 at 03:21:09PM +, Nellis, Kenneth wrote: >(Several attempts here. Got my address blocked somehow. You were not blocked. You were using raw email addresses in the body of your message and not reading the bounce message which apprised you of that fact. -- Problem reports:

Re: getclip and cygutils and cygcheck

2013-06-12 Thread Corinna Vinschen
On Jun 12 15:21, Nellis, Kenneth wrote: > (Several attempts here. Got my address blocked somehow. > Sorry if duplicates appear. Not my day.) > > Sorry for the noise...getclip is in cygutils-extra (duh!), > but the cygcheck error is still interesting maybe. Nothing to worry about. Cygcheck print

RE: getclip and cygutils and cygcheck

2013-06-12 Thread Nellis, Kenneth
(Several attempts here. Got my address blocked somehow. Sorry if duplicates appear. Not my day.) Sorry for the noise...getclip is in cygutils-extra (duh!), but the cygcheck error is still interesting maybe. --KN -Original Message- The Cygwin Search page... http://cygwin.com/cgi-bin2/pa

getclip and cygutils and cygcheck

2013-06-12 Thread Nellis, Kenneth
The Cygwin Search page... http://cygwin.com/cgi-bin2/package-grep.cgi?grep=getclip.exe ...indicates that getclip is in cygutils-1.4.12-1 but I've updated ... $ cygcheck -c cygutils Cygwin Package Information Package VersionStatus cygutils 1.4.12-2 OK $ Th