Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-09-03 Thread Fred Kiefer
Fred Kiefer wrote: I did my orignal copying from the UTF8 page with konqueror, which does not have this problem, doing it with Mozilla showed that we still need to support more of the X selection interface. The error I do get here is a bit clearer than the one you list: Unsupported data type

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-09-03 Thread Pete French
First the good news: GNUstep now supports the INCR transfer for the X selection (and a lot more smaller ICCCM stuff was added in the same go). Excellent stuff. But there is of course also a bit of bad news, which is that this specific page still cannot be transfered, which is according to

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-19 Thread Pete French
would you two mind to retest large cutpaste again? I did fix this Still doesnt work for me here. Interestingly I am seeing an error on the temrinal now: 2003-08-19 10:56:57.078 gpbs[35842] Unsupported data type from X selection. 2003-08-19 10:56:57.078 gpbs[35842] Unsupported data type from X

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-19 Thread Yen-Ju Chen
From: Pete French [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [bug #4658] Broken gpbs when doing pb operations between GS andX Date: Tue, 19 Aug 2003 11:02:38 +0100 would you two mind to retest large cutpaste again? I did fix this Still

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-18 Thread Pete French
thank you for this test. Could you please also test the latest CVS version and report on this? Just tried this usingmy standard tests. It seems to work fine - I can cut and paste text in full Unicode between Mozilla and GNUstep apps happily, and the charcaters are the same on the round trip

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-18 Thread Stefan Urbanek
Hi, Thanks you all. It seems to work well here. I have tried with nedit, mozilla and openoffice. No problems with latin-2 characters, only first paste from X to GNUstep was like pasting latin-1 characters. GNUstep seems to be consistent with X apps in using both kinds of selections. For other

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-18 Thread Fred Kiefer
Hi Peter, Hi Stefan, would you two mind to retest large cutpaste again? I did fix this today. There is still a lot more that should be done in xpbs.m, but for the moment I hope we have now reached a rather stable version. So if this works it will be the last change until the next release.

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-16 Thread Pete French
does this mean it works for him as well? It is so easy to give negative feedback, but people tend to forget about the positive one. Some positive feedback here - I'm still using the first version of Kazu's patch and it works extremely well. Copying of general unicode seems to work for me

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-14 Thread Stefan Urbanek
On 2003-08-08 13:22:35 +0200 Pete French [EMAIL PROTECTED] wrote: 3. GNUstep apps used to freeze for a while (waiting for X selection) when pasting from X apps. Actually I see this. What seems to be happening is that the gpbs dies and then gets restarted. btw. i have tried it with running gpbs

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-14 Thread Kazunobu Kuriyama
Richard Frith-Macdonald wrote: On Friday, August 8, 2003, at 10:58 AM, Kazunobu Kuriyama wrote: 2. It is not possible to copy from X and paste in GNUstep strings longer than 1024 characters. It seems that this is due not to gpbs, but to the implementation of NSSerializer. In the method +

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-14 Thread Pete French
3. GNUstep apps used to freeze for a while (waiting for X selection) when pasting from X apps. Actually I see this. What seems to be happening is that the gpbs dies and then gets restarted. I am also sseeing an odd effect that the first cut and paaste doesnt work. I needx to do acust and

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-14 Thread Stefan Urbanek
On 2003-08-08 17:22:05 +0200 Kazunobu Kuriyama [EMAIL PROTECTED] wrote: O.K. Because I'm not sure why gpbs doesn't work for you, could you please give us more detailed information on the bug and the environment you use so that we can reproduce the bug? ok, so: 1. delete /usr/GNUstep/System 2.

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-14 Thread Kazunobu Kuriyama
[EMAIL PROTECTED] wrote: Summary: Broken gpbs when doing pb operations between GS and X Original Submission: 1. It is not possible to copy from GNUstep and paste in X app strings which contain non latin-1 characters. Did you really copy a region you selected with a GNUstep app before trying to

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-14 Thread Fred Kiefer
Stefan Urbanek wrote: On 2003-08-10 19:24:12 +0200 Fred Kiefer [EMAIL PROTECTED] wrote: would you mind to retest with the GNUstep CVS from yesterday. Right about the time when you were complaining about this problem I already did try to fix it. If it still doesn't work keep on complaining so

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-14 Thread Stefan Urbanek
Hi Fred, On 2003-08-10 19:24:12 +0200 Fred Kiefer [EMAIL PROTECTED] wrote: Hi Stefan, would you mind to retest with the GNUstep CVS from yesterday. Right about the time when you were complaining about this problem I already did try to fix it. If it still doesn't work keep on complaining so that

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-14 Thread Fred Kiefer
Hi Stefan, would you mind to retest with the GNUstep CVS from yesterday. Right about the time when you were complaining about this problem I already did try to fix it. If it still doesn't work keep on complaining so that somebody has another go on it. You may need to switch on GSOldClipboard,

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-14 Thread Stefan Urbanek
On 2003-08-08 11:58:45 +0200 Kazunobu Kuriyama [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Summary: Broken gpbs when doing pb operations between GS and X Original Submission: 1. It is not possible to copy from GNUstep and paste in X app strings which contain non latin-1 characters. Did

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-14 Thread Richard Frith-Macdonald
On Friday, August 8, 2003, at 10:58 AM, Kazunobu Kuriyama wrote: 2. It is not possible to copy from X and paste in GNUstep strings longer than 1024 characters. It seems that this is due not to gpbs, but to the implementation of NSSerializer. In the method + (NSData*) serializePropertyList:

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-12 Thread Kazunobu Kuriyama
O.K. Because I'm not sure why gpbs doesn't work for you, could you please give us more detailed information on the bug and the environment you use so that we can reproduce the bug? Stefan Urbanek wrote: On 2003-08-08 11:58:45 +0200 Kazunobu Kuriyama [EMAIL PROTECTED] wrote: [EMAIL

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-12 Thread Adam Fedor
On Monday, August 11, 2003, at 01:48 AM, Kazunobu Kuriyama wrote: Stefan Urbanek wrote: Hi Fred, On 2003-08-10 19:24:12 +0200 Fred Kiefer [EMAIL PROTECTED] wrote: Hi Stefan, would you mind to retest with the GNUstep CVS from yesterday. Right about the time when you were complaining about

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-08-11 Thread Kazunobu Kuriyama
Stefan Urbanek wrote: Hi Fred, On 2003-08-10 19:24:12 +0200 Fred Kiefer [EMAIL PROTECTED] wrote: Hi Stefan, would you mind to retest with the GNUstep CVS from yesterday. Right about the time when you were complaining about this problem I already did try to fix it. If it still doesn't work