From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: reader@newsguy.com Newsgroups: gmane.emacs.help Subject: Re: Makeing edit function more like win style Date: Thu, 29 Apr 2004 17:51:29 -0500 Organization: Still searching... Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87n0512ibk.fsf@emptyhost.emptydomain.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1083281993 8985 80.91.224.253 (29 Apr 2004 23:39:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 29 Apr 2004 23:39:53 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 30 01:39:43 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 1BJL82-0001ZD-00 for ; Fri, 30 Apr 2004 01:39:42 +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 1BJL2h-0004MR-0J for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Apr 2004 19:34:11 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!pln-w!spln!dex!extra.newsguy.com!newsp.newsguy.com!news1 Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: p-308.newsdawg.com User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (windows-nt) Original-Xref: shelby.stanford.edu gnu.emacs.help:122849 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:18138 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18138 Kai Grossjohann writes: > 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. Apologies to Kai and other posters. It was all user error. I'd originally tried to unload the clipboard from a C-c in Browser by hitting right mouse in emacs then when that failed I tried C-y and finally edit/paste. None of those worked: I see now it was the sequence that made it fail. I needed to resupply the clipboard by C-c again in the Browser. C-c in Browser and C-y works but if you stick a right mouse click inside emacs before C-y, it will fail. Strangely though, trying a C-v (windows key combo for yanking) before C-y and the c-y still works. But right mouse click unloads the clipboard somehow. Anyway all is well now C-c C-y or Edit/paste work as expected.