From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: Emacs manual nodes about text replacement Date: Sun, 16 Nov 2008 17:36:58 -0800 Message-ID: <001b01c94854$fb91f830$0200a8c0@us.oracle.com> References: <005801c94752$053e9e50$0200a8c0@us.oracle.com> <873ahrnte2.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1226885834 17626 80.91.229.12 (17 Nov 2008 01:37:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2008 01:37:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: "'Juri Linkov'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 17 02:38:15 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L1t4B-0007Cl-Je for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2008 02:38:15 +0100 Original-Received: from localhost ([127.0.0.1]:34797 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L1t32-0005QX-W9 for ged-emacs-devel@m.gmane.org; Sun, 16 Nov 2008 20:37:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L1t2y-0005Ph-Go for emacs-devel@gnu.org; Sun, 16 Nov 2008 20:37:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L1t2y-0005P4-1A for emacs-devel@gnu.org; Sun, 16 Nov 2008 20:37:00 -0500 Original-Received: from [199.232.76.173] (port=33119 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L1t2x-0005Oi-Ns for emacs-devel@gnu.org; Sun, 16 Nov 2008 20:36:59 -0500 Original-Received: from rcsinet11.oracle.com ([148.87.113.123]:47356 helo=rgminet11.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L1t2x-0003VE-I5 for emacs-devel@gnu.org; Sun, 16 Nov 2008 20:36:59 -0500 Original-Received: from acsinet13.oracle.com (acsinet13.oracle.com [141.146.126.235]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mAH1bViB009118 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 17 Nov 2008 01:37:32 GMT Original-Received: from acsmt702.oracle.com (acsmt702.oracle.com [141.146.40.80]) by acsinet13.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mAH1b7kJ011875; Mon, 17 Nov 2008 01:37:08 GMT Original-Received: from dradamslap1 (/24.23.165.218) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 17 Nov 2008 01:36:40 +0000 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <873ahrnte2.fsf@jurta.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 Thread-Index: AclIQ4ZNRUuzmGGdTAWCWCaTpECS+wAEHsiw X-Source-IP: acsmt702.oracle.com [141.146.40.80] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090201.4920CAB6.00C7:SCFSTAT928724,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:105737 Archived-At: > I can't find none of the text that you are referring to. > What version do you use? GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2008-11-08 on LENNART-69DE564 Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include -fno-crossjumping' > Recently Yidong rewrote many parts of the documentation, so > please refer to a newer version. Looking at the CVS version today, it seems to reflect the same structure. Here is the Replace node's menu: * Unconditional Replace:: Replacing all matches for a string. * Regexp Replace:: Replacing all matches for a regexp. * Replacement and Case:: How replacements preserve case of letters. * Query Replace:: How to use querying. IOW, it starts out with unconditional replace etc., as I said. What part of what I wrote is unclear to you?