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: How to replace string for a block? Date: Tue, 26 May 2009 13:22:36 -0700 Organization: University of Northern British Columbia Message-ID: <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 1243369407 5679 80.91.229.12 (26 May 2009 20:23:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 May 2009 20:23:27 +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 22:23:24 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 1M93BD-0008KM-4T for geh-help-gnu-emacs@m.gmane.org; Tue, 26 May 2009 22:23:23 +0200 Original-Received: from localhost ([127.0.0.1]:51779 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M93BC-0001PM-B3 for geh-help-gnu-emacs@m.gmane.org; Tue, 26 May 2009 16:23:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M93Ao-0001P1-OP for help-gnu-emacs@gnu.org; Tue, 26 May 2009 16:22:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M93Aj-0001Ls-Po for help-gnu-emacs@gnu.org; Tue, 26 May 2009 16:22:57 -0400 Original-Received: from [199.232.76.173] (port=52927 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M93Aj-0001Lp-IM for help-gnu-emacs@gnu.org; Tue, 26 May 2009 16:22:53 -0400 Original-Received: from mail-px0-f111.google.com ([209.85.216.111]:38827) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M93Aj-0004bv-8i for help-gnu-emacs@gnu.org; Tue, 26 May 2009 16:22:53 -0400 Original-Received: by pxi9 with SMTP id 9so4321786pxi.14 for ; Tue, 26 May 2009 13:22:51 -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 :content-type:organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=Q2Wbx4dDl3yOizQhw3zTJOWWCPbJ5WsuwYaz53X5JSE=; b=YOSbOo6NzheKK8v2VRRl1rm/XTkh/lFlLWspYJmzGCQjhgetB0+tYOx9WN7iIvdXRV rJ9Ua/07icePvXSqFEhqiDlOq5B1/3ZSobzjAt9HMs+bONZcmW4ZdhdJgWBUN1rZePcd 3fEBVlnrhshlrJd0Y2Oqw/TCylaZFZmWb9SuA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=tZuGCGeVj3K4791YHW+xL6LQl3Ld+QHtiGVK1h4FOwspFkgVd3J8rGmSmRWGlpON20 bLwW2O3Jl598fUwCwhI9YRN3NYdyvzeV8jMWjEoT3JqkkeRaxhRU62bXUu9G1tbkx6dU 6a0SGE9aDGeyQYXfYUQ8WySS9J7Ij08H3dEEQ= Original-Received: by 10.114.67.2 with SMTP id p2mr18013887waa.208.1243369371468; Tue, 26 May 2009 13:22:51 -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 b39sm750402rvf.1.2009.05.26.13.22.46 (version=SSLv3 cipher=RC4-MD5); Tue, 26 May 2009 13:22:47 -0700 (PDT) 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:64742 Archived-At: Hi all, Is there a way to perform 'M-x replace-string' only for a block? Thanks!