Updated: XFree86-xserv-4.3.0-18

2003-10-06 Thread Harold L Hunt II
Announcement The XFree86-xserv-4.3.0-18 package has been updated in the Cygwin distribution. Links = Server source, direct link: http://www.msu.edu/~huntharo/xwin/server/xwin-20031006-2120.tar.bz2 (129 KiB) xc/programs/Xserver/hw/xwin (all files) diff against 4.3.0-17 source code

Re: -clipboard crash with large amount of text

2003-10-06 Thread Harold L Hunt II
Kensuke, Thanks. I was about half-way done with the same sort of patch, but I didn't have time to finish it just now :) Do you want to write the INCR support? Harold Kensuke Matsuzaki wrote: Harold, I misunderstod Xutf8TextPropertyToTextList return value and meaning of iCount. This attache

Re: -clipboard crash with large amount of text

2003-10-06 Thread Kensuke Matsuzaki
Harold, I misunderstod Xutf8TextPropertyToTextList return value and meaning of iCount. This attached patch will prevent crash. To transfer large amount of text they use incrementally way called INCR, so we need to support it to copy/paste large amount of text. Kensuke Matsuzaki clipboard.diff

Re: -clipboard crash with large amount of text

2003-10-06 Thread Harold L Hunt II
Turns out that the function is returning XConverterNotFound. iCount is somewhere around 32 million in this case, so its value is not valid. Upon further investigation, I found out that xtpText.format was 32 instead of 8 (anything other than 8 causes Xutf8TextPropertyToTextList to return XConve

-clipboard crash with large amount of text

2003-10-06 Thread Harold L Hunt II
The crash is in xc/programs/Xserver/hw/xwin/winclipboardxevents.c at line 565. The offending code is after a call to: /* Convert the text property to a text list */ Xutf8TextPropertyToTextList (pDisplay, &xtpText,

xwinclip and openoffice

2003-10-06 Thread Øyvind Harboe
Q: How can I copy from an openoffice spreadsheet to Evolution HTML e-mail? Background: Recently I've had a lot of success in using CygWin x server to access my Evolution e-mail client running on my Linux box. However, when I try to copy a range of cells from openoffice calc, xwinclip.exe immedi

Re: Weird keyboard behavior with "Caps Lock" key

2003-10-06 Thread Kensuke Matsuzaki
Takuma and European who have AltGr problem, Open "Regional and Language Option" in Control Panel. Add English as input language. After XFree86/Cygwin start, change language to English using Shift+Alt key. Doesn't this help you? It seems that we no longer receive fale CtrlL if I set default Input

Re: focus / windows update problems

2003-10-06 Thread Jochen Küpper
Hi Harold, On Sat, 04 Oct 2003 13:15:36 -0400 Harold L Hunt wrote: Harold> The XFree86-xserv-4.3.0-15 release should fix your problems. Yep, seems to work. There is some flashing, but updates are done correctly for my first checks. Thanks for the quick fix. Harold> Jochen Küpper wrote: >> I do

Re: Weird keyboard behavior with "Caps Lock" key

2003-10-06 Thread Takuma Murakami
> Check out the Test104/4.3.0-17 release. I disabled processing of the > Win32 repeat count for VK_CAPITAL messages. This may or may not help. > In fact, I suspect that it won't help. However, it will at least give > me some incentive to fix it the right way when I find out that it isn't > c