From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Schierl Newsgroups: gmane.emacs.help Subject: Re: Makeing edit function more like win style Date: Sat, 24 Apr 2004 13:45:23 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: schierlm@gmx.de NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1082925251 27115 80.91.224.253 (25 Apr 2004 20:34:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 25 Apr 2004 20:34:11 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 25 22:34:05 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 1BHqKD-0002LL-00 for ; Sun, 25 Apr 2004 22:34:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BHqHQ-0002Yt-S5 for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Apr 2004 16:31:12 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!d45-13.dsl.easysurfnet.DE!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: d45-13.dsl.easysurfnet.de (83.121.45.13) Original-X-Trace: news.uni-berlin.de 1082924292 12798896 I 83.121.45.13 ([39741]) User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:lpm+7yisjT6cvVrAcAgw7s0Yid0= Original-Xref: shelby.stanford.edu gnu.emacs.help:122700 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:17989 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17989 reader@newsguy.com writes: > That is, the same action that cuts and pasts from IE to notetab should > work from IE to emacs. Currently I see no way at all to do simple cut > and paste from browser to emacs. Where is the problem? When I mark some text in IE, press C-c, then click into Emacs and press C-y, I get the text there. However, it does *not* work if you want to replace a selection marked with the mouse. I. e. if you mark some text in IE, press C-c, then mark some text in Emacs, you won't be able to paste the IE text over it since Emacs already put the new text into the system clipboard. Michael