From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Heiko Gerdau Newsgroups: gmane.emacs.help Subject: Re: Clipboard support in console Date: Fri, 15 Aug 2003 00:41:57 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200308150041.58216.hg@technosis.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1060901338 5532 80.91.224.253 (14 Aug 2003 22:48:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Aug 2003 22:48:58 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 15 00:48:56 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19nQts-0007aF-00 for ; Fri, 15 Aug 2003 00:48:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19nQrq-0006sI-S8 for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Aug 2003 18:46:50 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19nQrP-0006pp-Cg for help-gnu-emacs@gnu.org; Thu, 14 Aug 2003 18:46:23 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19nQqr-0006QA-4G for help-gnu-emacs@gnu.org; Thu, 14 Aug 2003 18:46:20 -0400 Original-Received: from [80.237.130.29] (helo=server021.webpack.hosteurope.de) by monty-python.gnu.org with esmtp (Exim 4.20) id 19nQqp-0006PL-LI for help-gnu-emacs@gnu.org; Thu, 14 Aug 2003 18:45:47 -0400 Original-Received: from p5081977D.dip.t-dialin.net (p5081977D.dip.t-dialin.net [80.129.151.125]) (authenticated bits=0) by server021.webpack.hosteurope.de (8.12.8/8.12.8) with ESMTP id h7EMjj8x015535 for ; Fri, 15 Aug 2003 00:45:45 +0200 Original-To: help-gnu-emacs@gnu.org User-Agent: KMail/1.5.1 In-Reply-To: Content-Disposition: inline X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11817 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11817 On Thursday 14 August 2003 19:30, Reiner Steib wrote: > On Thu, Aug 14 2003, Heiko Gerdau wrote: > > starting emacs with -nw in a console on linux: Is there a way to copy > > a region to the x-clipboard without using the mouse? > > If there is genuine Emacs-only solution, you may mark the region as > usual and pipe[1] it to "xsel -c"[2]. > > Bye, Reiner. > > [1] `M-|' runs the command shell-command-on-region > > [2] Very interesting, I've never heard from xsel before. Thanks Reiner. Heiko