[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Makeing edit function more like win style
From: |
Barry Margolin |
Subject: |
Re: Makeing edit function more like win style |
Date: |
Tue, 27 Apr 2004 16:24:03 -0400 |
User-agent: |
MT-NewsWatcher/3.4 (PPC Mac OS X) |
In article <483d7bac.0404271158.6e40d16f@posting.google.com>,
ad90993@yahoo.com (AD90993) wrote:
> Michael Schierl <schierlm-usenet@gmx.de> wrote in message
> news:<wkllklioq4.fsf@smsoft.ixy.de>...
> > 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
>
> OK, so why would Emacs overwrite the system clipboard on text selection??
> This did not happen in 19.x!! Is there anyway to disable this?
Because Emacs adopted the style of cutting used by most X toolkits,
where simply marking a region automatically copies it to the clipboard,
rather than requiring separate mark and copy actions.
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***