From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Wu, Kejia" Newsgroups: gmane.emacs.help Subject: Re: How to replace string for a block? Date: Tue, 26 May 2009 14:56:13 -0700 Organization: University of Northern British Columbia Message-ID: <1243374973.18913.2.camel@qi.unbc.ca> References: <1243369356.13000.19.camel@qi.unbc.ca> Reply-To: w.kejia@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1243375020 23123 80.91.229.12 (26 May 2009 21:57:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 May 2009 21:57:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 26 23:56:57 2009 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 1M94dk-0003CF-Cb for geh-help-gnu-emacs@m.gmane.org; Tue, 26 May 2009 23:56:56 +0200 Original-Received: from localhost ([127.0.0.1]:60421 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M94dj-0000dJ-W5 for geh-help-gnu-emacs@m.gmane.org; Tue, 26 May 2009 17:56:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M94dL-0000ZM-EG for help-gnu-emacs@gnu.org; Tue, 26 May 2009 17:56:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M94dG-0000Pq-OL for help-gnu-emacs@gnu.org; Tue, 26 May 2009 17:56:30 -0400 Original-Received: from [199.232.76.173] (port=44240 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M94dG-0000Pd-LL for help-gnu-emacs@gnu.org; Tue, 26 May 2009 17:56:26 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.244]:36022) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M94dG-0007ZM-9s for help-gnu-emacs@gnu.org; Tue, 26 May 2009 17:56:26 -0400 Original-Received: by rv-out-0708.google.com with SMTP id l33so1318483rvb.6 for ; Tue, 26 May 2009 14:56:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to :in-reply-to:references:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=ShzrVaLz/9cXf/ipnRQkkoD1YGaLfVhOeLgXVCGwjqo=; b=cgEnfIafTlrA5I06+s+3o4kZ6koqamUaj0DCQJAcPMUTeo//8/uRN/7LXYqjaEDxOu uhOgDlrGdSO/8ez2oC4skGQEisgbFdR7mzgixapx3ScPTAeFLJ50TZMpZlLwAi44FlTQ rveh5hP/fZHBloCZYnMnrhnRW7Pn4PrbCE/dU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:in-reply-to:references:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=hD2DssyfliqRz/KbOuwirrsng253X7iEEGiXQhV7cyFXAr1dgHrE67HpR8HGh4bsl1 NVzCJpLLcFyZfS2Fye+b+tGJko6KPV6dyPdcGt6FiIEsYvOahAmcIVm4F9PfNKgnE+F5 E4nyPJbhkzoup/SxHaG2fRFbtPNQYL5iTq3+8= Original-Received: by 10.141.211.5 with SMTP id n5mr3608509rvq.279.1243374985262; Tue, 26 May 2009 14:56:25 -0700 (PDT) Original-Received: from ?142.207.224.150? (tl-stu-1-224-150.unbc.ca [142.207.224.150]) by mx.google.com with ESMTPS id g31sm1400671rvb.43.2009.05.26.14.56.23 (version=SSLv3 cipher=RC4-MD5); Tue, 26 May 2009 14:56:24 -0700 (PDT) In-Reply-To: <1243369356.13000.19.camel@qi.unbc.ca> X-Mailer: Evolution 2.26.1.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:64750 Archived-At: Hi guys, Thanks a lot. I prefer 'C-x n n'. Thank you again. On Tue, 2009-05-26 at 13:22 -0700, Wu, Kejia wrote: > Hi all, > > Is there a way to perform 'M-x replace-string' only for a block? > > Thanks! >