bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lifting size limitation on X-to-GS copy & paste (was Re: [bug #4658]


From: Kazunobu Kuriyama
Subject: Re: Lifting size limitation on X-to-GS copy & paste (was Re: [bug #4658] Broken gpbs when doing pb operations between GS and X)
Date: Sun, 10 Aug 2003 02:41:42 +0900
User-agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.4) Gecko/20030624 Netscape/7.1

Hi Fred,

I'm afraid I have to withdraw all my words in the quoted email
below.  The gpbs in the current CVS doesn't do copy and paste
from an X application (e.g., emacs, xedit) to a GNUstep one
(even for Latin-1 characters), though the reverse is seemingly ok.
The X's property sticks to text which has been selected with a
GNUstep application.

So, if the observation above is right, I don't think I need to
modify the submitted patch in accordance with the modification
you did.

Cheers,
- Kazu
------

Kazunobu Kuriyama wrote:

Hi Fred,

Fred Kiefer wrote:

Hi Kazu,

your proposed change overlapps with the changes I did do yesterday to get copy and paste to GNUstep working with my Emacs (21.2.1) again. So your patch needs a bit of rewritting to work in this changed environment (and not to break my Emacs again). I would also suggest not to read bigger and bigger junks of data, but to append each read junk to an NSMutableData object and read the next junk while supplying an offset.

<snip>


OK, it's easy. So I need to make another patch against the file in the current CVS, right?

BTW. the long wainting on conversion failers has laos be removed through my patch (this was not part of the original plan, but it did anoy me as well).


Great. Was the patch already committed?

For the ignorance of the existing selection I have a strong feeling that this is caused by the method [XPbOwner initialize] not being called when gpbs is started. This could be changed by using different code in [PasteboardServer init].


Ja, I also feel we need to establish a server-client connection as soon as a client begin to run.
Your idea sounds promising.  I'll take a look at the code.

Cheers,
- Kazu



_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-gnustep






reply via email to

[Prev in Thread] Current Thread [Next in Thread]