From: Michal Schmidt <xschmi00@stud.feec.vutbr.cz>
To: Lee Revell <rlrevell@joe-job.com>
Cc: "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 01:34:32 +0100 [thread overview]
Message-ID: <41B25798.3080600@stud.feec.vutbr.cz> (raw)
In-Reply-To: <1102204514.28776.79.camel@krustophenia.net>
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
next prev parent reply other threads:[~2004-12-05 0:34 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 [this message]
2004-12-05 0:39 ` Lee Revell
2004-12-05 21:29 ` Baruch Even
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=41B25798.3080600@stud.feec.vutbr.cz \
--to=xschmi00@stud.feec.vutbr.cz \
--cc=alexamici@fastwebnet.it \
--cc=linux-kernel@vger.kernel.org \
--cc=maf@sombragris.com \
--cc=rddunlap@osdl.org \
--cc=rlrevell@joe-job.com \
/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