lkml.org 
[lkml]   [2004]   [Dec]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: kernel development environment
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 .

> There is no good reason for this not to work in mozilla.
> Therefore it's a bug.

Not a Mozilla bug.

Michal
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:08    [W:0.056 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site