From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by speech.braille.uwo.ca (Postfix) with ESMTP id C31A410D2B for ; Sat, 24 Oct 2009 10:51:18 -0400 (EDT) Received: by qw-out-2122.google.com with SMTP id 9so1412586qwb.23 for ; Sat, 24 Oct 2009 07:51:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:subject :in-reply-to:references:comments:date; bh=WyCMMexrVI91x1M4ecRguWLeJik4hKmBkiFmw88q08E=; b=NEFLh3dHhPHTrM+4X6U7NTeLH6S3SMcCeCe9X2f+DuWfURfDNJfZi3rnjd3wEWFOcY 2L8A2ABi5umRmxDjt+BCvUuIlZJ+M+ZllAkbyZbtyv3FpjVE1Ud7ckAoESLS+0a2EEoH ry1VtfiubMTZ2PnJn1wucFClDiJ8yC+NY8oBs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:subject:in-reply-to:references:comments:date; b=YzJVa/GxSIsJsprAQ0GXMAl/KrsD4xFil8bcHITAYbdokd/nD4GblCXdcaRx+HNnL1 AgBaYT/xggA2yKt9bmT8aS7L+WVhN1iO7a7lQzRF6o5nmDu1GQuO6p5mPzIMdsMEBiLc 6uTn/7ioICprMmHHbYCHxEKRgnSbHW0eyiL9Y= Received: by 10.224.111.198 with SMTP id t6mr6179937qap.324.1256395878311; Sat, 24 Oct 2009 07:51:18 -0700 (PDT) Received: from localhost (ip24-253-221-18.ok.ok.cox.net [24.253.221.18]) by mx.google.com with ESMTPS id 21sm2989698qyk.8.2009.10.24.07.51.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 24 Oct 2009 07:51:17 -0700 (PDT) Message-ID: <4ae31465.9553f10a.0aa0.1bec@mx.google.com> From: Chris Brannon To: "Speakup is a screen review system for Linux." Subject: Re: clipboard integration -- possible security implications In-reply-to: <4AE2A9D0.3040603@baechler.net> References: <20091020210034.GB32242@linux1> <4ADEC8D4.2040709@baechler.net> <20091021160241.GA16006@linux1> <4AE01077.7010607@baechler.net> <20091022153810.GA17686@linux1> <4AE1570D.8040105@baechler.net> <4ae199b3.6202be0a.6021.0c25@mx.google.com> <4AE2A9D0.3040603@baechler.net> Comments: In-reply-to Tony Baechler message dated "Sat, 24 Oct 2009 00:16:32 -0700." Date: Sat, 24 Oct 2009 09:51:20 -0500 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.12 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2009 14:51:19 -0000 Tony Baechler wrote: > but I can think of cases where one would want a permanent > copy in a file for use later. Just one example might be in cases where > the machine needs to be rebooted (like a kernel upgrade) and a command > needs to be run after the reboot which was copied into the clipboard. Here's one way to do that. * Make a selection. * Cut. * execute cat > stuff.txt * Paste. * Hit ctrl-d to indicate end-of-file. * Voila! -- Chris