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: paste "kill ring" buffer to Windows via Exceed? Date: 21 May 2004 09:24:17 -0700 Organization: http://groups.google.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1085157585 23276 80.91.224.253 (21 May 2004 16:39:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 May 2004 16:39:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 21 18:39:32 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 1BRD3U-0004Vb-00 for ; Fri, 21 May 2004 18:39:32 +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 1BRCvZ-0006Og-TX for geh-help-gnu-emacs@m.gmane.org; Fri, 21 May 2004 12:31:21 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: 149.173.6.50 Original-X-Trace: posting.google.com 1085156657 5370 127.0.0.1 (21 May 2004 16:24:17 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 21 May 2004 16:24:17 +0000 (UTC) Original-Xref: shelby.stanford.edu gnu.emacs.help:123350 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:18649 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18649 Hi all: I think that this might be a FAQ but I have not been able to find an answer. So any help would be greatly appreciated. I am using Exceed 7.1.0.6 on Windows XP, emacs 19.34.1 on Unix, and I want to copy and paste things between two enviroment, e.g. emacs windows and word documents. My current setting is such that I have to highlight lines in emacs (it automatically copies the region) and Ctrl-V paste them into a windows application. Similarly, I highlight in windows, Ctrl-C, and use mouse to paste into emacs. I would like to do this without using the mouse, e.g. set mark in emacs, copy (Atl-W), and then go to the word document and use Ctrl-V to paste. As I think the problem I have now is that the "kill ring" buffer in emacs is not the same as clipboard buffer in the windows and I don't know how to set them to be the same. (I also tried clipboard-kill-region and clipboard-kill-ring-save in emacs, but that doesn't seem to do anything when it comes to pasting into windows applications). Thank you very much, FC