Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <03d901c0e9b8$3688c080$0200a8c0@lifelesswks>
From: "Robert Collins" <robert.collins@itdomain.com.au>
To: <cygwin@cygwin.com>
Subject: clipboard enhancement request-for-discussion
Date: Thu, 31 May 2001 19:58:15 +1000
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
X-OriginalArrivalTime: 31 May 2001 09:49:42.0917 (UTC) FILETIME=[0470EB50:01C0E9B7]

I'm finding more and more often, that being able to redirect things to
/dev/clipboard isn't quite enough.

ie emailing patchs really needs a file attachment, not inline text.

I'm considering the following change therefore:

create a new device /dev/clipfile which when written to places a "file"
(specifically a CFSTR_FILEDESCRIPTOR format object) on the clipboard,
consisting of the contents written to /dev/clipfile.

The upshot of that is that
---
cvs diff -up foo > /dev/clipfile
[switch to some application that understands file copy and paste - ie
outlook]
shift-insert
---

would work.

/dev/clipfile would also be able to be used to read the contents of a
copied file from the clipboard (without the metadata for obvious
reasons).

Thoughts?

Rob



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

