public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Baruch Even <baruch@ev-en.org>
To: Michal Schmidt <xschmi00@stud.feec.vutbr.cz>
Cc: Lee Revell <rlrevell@joe-job.com>,
	"Randy.Dunlap" <rddunlap@osdl.org>,
	Alessandro Amici <alexamici@fastwebnet.it>,
	Miguel Angel Flores <maf@sombragris.com>,
	linux-kernel@vger.kernel.org
Subject: Re: kernel development environment
Date: Sun, 05 Dec 2004 21:29:05 +0000	[thread overview]
Message-ID: <41B37DA1.2010607@ev-en.org> (raw)
In-Reply-To: <41B25798.3080600@stud.feec.vutbr.cz>

Michal Schmidt wrote:
> Lee Revell wrote:
> 
>> diff foo bar | xclip works perfectly with my mailer and does not
>> require a temporary file.
> 
> 
> Pasting from xclip to Mozilla Thunderbird works for me IFF the selection 
> is 4096 bytes or less. But it looks like a bug in xclip, not Mozilla. 
> Try this:
> 
> $ (for i in `seq 1 4096`; do echo -n 'a'; done) | xclip
> $ xclip -o
> aaaaaaaaaaaa......aaa
> 
> $ (for i in `seq 1 4097`; do echo -n 'a'; done) | xclip
> $ xclip -o
> [hangs]
> 
> This is with SuSE 8.2 and xclip from a Debian package 
> xclip_0.08-4_i386.deb .

I've done some work on xclip in Debian so I thought to test it. It 
doesn't happen to me on my Debian testing with xclip 0.08-4

After 4k of transfers the clipboard protocol means sending multiple 
messages, I've did some fixes in that area a while ago and didn't hear 
of any problems in that area.

I'd be happy to hear of such problems, directly or in the Debian BTS.

Baruch

  parent reply	other threads:[~2004-12-05 21:29 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-04 17:52 kernel development environment Miguel Angel Flores
2004-12-04 17:56 ` Jan-Benedict Glaw
2004-12-04 20:21 ` Alessandro Amici
2004-12-04 20:52   ` Miguel Angel Flores
2004-12-04 21:37     ` Alessandro Amici
2004-12-04 21:47       ` Lee Revell
2004-12-04 21:40         ` Michal Schmidt
2004-12-04 22:45           ` Lee Revell
2004-12-04 23:37             ` Randy.Dunlap
2004-12-04 23:55               ` Lee Revell
2004-12-05  0:34                 ` Michal Schmidt
2004-12-05  0:39                   ` Lee Revell
2004-12-05 21:29                   ` Baruch Even [this message]
2004-12-05  0:05               ` Jim Nelson
2004-12-16  1:35             ` Bill Davidsen
2004-12-04 21:58 ` Roger Luethi
2004-12-05 17:41 ` Alan Cox
2004-12-05 20:16   ` Herbert Poetzl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41B37DA1.2010607@ev-en.org \
    --to=baruch@ev-en.org \
    --cc=alexamici@fastwebnet.it \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maf@sombragris.com \
    --cc=rddunlap@osdl.org \
    --cc=rlrevell@joe-job.com \
    --cc=xschmi00@stud.feec.vutbr.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox