From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: csant Newsgroups: gmane.emacs.devel Subject: Re: clipboard-* Date: Sun, 24 Jun 2007 12:46:14 +0200 Organization: csant.info Message-ID: References: <467E4118.9010007@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1182681986 13598 80.91.229.12 (24 Jun 2007 10:46:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Jun 2007 10:46:26 +0000 (UTC) Cc: emacs-devel To: =?utf-8?Q?Jan_Dj=C3=A4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 24 12:46:25 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I2Pbs-00075p-4j for ged-emacs-devel@m.gmane.org; Sun, 24 Jun 2007 12:46:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2Pbr-0003N5-La for ged-emacs-devel@m.gmane.org; Sun, 24 Jun 2007 06:46:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I2Pbo-0003Ml-Eq for emacs-devel@gnu.org; Sun, 24 Jun 2007 06:46:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2Pbn-0003MQ-LF for emacs-devel@gnu.org; Sun, 24 Jun 2007 06:46:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2Pbn-0003MN-FI for emacs-devel@gnu.org; Sun, 24 Jun 2007 06:46:19 -0400 Original-Received: from csant.info ([69.36.171.12]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I2Pbm-0006g3-TJ for emacs-devel@gnu.org; Sun, 24 Jun 2007 06:46:19 -0400 Original-Received: from fiore.malebolge (csant.info [69.36.171.12]) (authenticated bits=0) by csant.info (8.12.11.20060308/8.12.11) with ESMTP id l5OAkGSR005732; Sun, 24 Jun 2007 04:46:17 -0600 User-Agent: Opera Mail/9.22 (Linux) X-MIME-Autoconverted: from 8bit to quoted-printable by csant.info id l5OAkGSR005732 X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:73747 Archived-At: On Sun, 24 Jun 2007 12:02:00 +0200, Jan Dj=C3=A4rv w= rote: > To use the clipboard, Emacs needs a connection to the X server. But -n= w =20 > is there to explicitly not connect to the X server. True, most unfortunate. Since it precludes to have an "intermediate" =20 stage when you run emacs in terminal, but still allow it to communicate =20 with X (there are other apps that run in terminal and communicate with =20 PRIMARY and CLIPBOARD). To some extent, this could be handled by the =20 terminal itself, but unfortunately a terminal has no notion of emacs =20 windows. /c