From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: fangc@hotmail.com (F. Chen) Newsgroups: gmane.emacs.help Subject: Re: paste "kill ring" buffer to Windows via Exceed? Date: 28 May 2004 13:42:40 -0700 Organization: http://groups.google.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1085798753 16220 80.91.224.253 (29 May 2004 02:45:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 May 2004 02:45:53 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 29 04:45:44 2004 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 1BTtqy-0001nq-00 for ; Sat, 29 May 2004 04:45:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BToFy-0004pg-Sq for geh-help-gnu-emacs@m.gmane.org; Fri, 28 May 2004 16:47:11 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: 149.173.6.50 Original-X-Trace: posting.google.com 1085776960 4992 127.0.0.1 (28 May 2004 20:42:40 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 28 May 2004 20:42:40 +0000 (UTC) Original-Xref: shelby.stanford.edu gnu.emacs.help:123548 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 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:18847 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18847 Thanks Chris, but this doesn't seem to help. What I copy in emacs (using Alt-W) is still not passed onto the clipboard... FC Chris Green wrote in message news:... > fangc@hotmail.com (F. Chen) writes: > > > I would like to do this without using the mouse, e.g. set mark in > > emacs, copy (Atl-W) > > This will probably work for you. > > (setq x-select-enable-clipboard t) ;; consult clipboard on yanking. > > It will atleast allow interaction between emacs and other X11 apps. > If Exceed integrates the clipboard buffer for you, it should work.