From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikos Apostolakis Newsgroups: gmane.emacs.help Subject: Re: query-replace Date: Fri, 05 May 2006 22:50:34 -0400 Message-ID: <87odyb3lz9.fsf@sdf.lonestar.org> References: <87bqudhsox.fsf@ulm.malte.spiess> <445BED08.4030603@mail.telepac.pt> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1146883869 6708 80.91.229.2 (6 May 2006 02:51:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 May 2006 02:51:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 06 04:51:07 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FcCss-0004Vd-HO for geh-help-gnu-emacs@m.gmane.org; Sat, 06 May 2006 04:51:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FcCss-0003r4-66 for geh-help-gnu-emacs@m.gmane.org; Fri, 05 May 2006 22:51:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FcCsg-0003qP-Gn for help-gnu-emacs@gnu.org; Fri, 05 May 2006 22:50:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FcCsf-0003pn-Cq for help-gnu-emacs@gnu.org; Fri, 05 May 2006 22:50:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FcCse-0003pi-SC for help-gnu-emacs@gnu.org; Fri, 05 May 2006 22:50:52 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FcCsw-0004eK-K5 for help-gnu-emacs@gnu.org; Fri, 05 May 2006 22:51:10 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FcCsZ-0004To-7x for help-gnu-emacs@gnu.org; Sat, 06 May 2006 04:50:47 +0200 Original-Received: from user-0cdf430.cable.mindspring.com ([24.215.144.96]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 May 2006 04:50:47 +0200 Original-Received: from absent by user-0cdf430.cable.mindspring.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 May 2006 04:50:47 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 10 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: user-0cdf430.cable.mindspring.com User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:gVHEEj5OzR8gawQXhZpjXLU83JE= 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:34867 Archived-At: Pedro Sa da Costa writes: > And in this example, how i replace case sensitive words? I want to > replace all "and" occurrences with "or", and not the "And" words. > M-x set-variable RET case-fold-search RET nil RET -- Nikos