From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: cmr.Pent@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Erase Region and paste in once? Date: 4 Apr 2007 03:28:56 -0700 Organization: http://groups.google.com Message-ID: <1175682535.960896.56420@w1g2000hsg.googlegroups.com> References: <1175650427.745405.43310@e65g2000hsc.googlegroups.com> <1175661443.271220.310370@n76g2000hsh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1175683106 14823 80.91.229.12 (4 Apr 2007 10:38:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Apr 2007 10:38:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 04 12:38:24 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HZ2sg-0008US-2T for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Apr 2007 12:38:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZ2vv-0004Xm-3l for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Apr 2007 06:41:43 -0400 Original-Path: shelby.stanford.edu!newshub.stanford.edu!postnews.google.com!w1g2000hsg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 195.208.219.249 Original-X-Trace: posting.google.com 1175682545 17412 127.0.0.1 (4 Apr 2007 10:29:05 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 4 Apr 2007 10:29:05 +0000 (UTC) In-Reply-To: <1175661443.271220.310370@n76g2000hsh.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.0 router.cmm.msu.su:8080 (squid/2.6.STABLE5) Complaints-To: groups-abuse@google.com Injection-Info: w1g2000hsg.googlegroups.com; posting-host=195.208.219.249; posting-account=OUbbXw0AAADs1NYyXuDd-yGYsBpwSzOe Original-Xref: shelby.stanford.edu gnu.emacs.help:146806 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42410 Archived-At: Daniel: > On Apr 3, 8:08 pm, Eli Zaretskii wrote: > > > From: "Daniel" > > > Date: 3 Apr 2007 18:33:47 -0700 > > > > > In general editors, I do copy (ctrl-c) some text in firefox and make a > > > region in a editor where I want to replace and paste(ctrl-v) it. > > > > > I tried to do in emacs, but I can't find a way to overwrite a certain > > > region by doing yank at one time. > > > > Did you try to turn on the CUA mode? > > > > M-x cua-mode RET > > The problem of cua-mode is override C-c and C-v. I am using C-v for > moving pages. Is there any way to use only to overwrite the region not > touching C-c or C-v? Try M-x cua-mode 'emacs RET