From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Newsgroups: gmane.emacs.help Subject: Re: Toggling query-replace(-regexp) case-sensitivity Date: 26 May 2007 09:57:06 -0700 Organization: http://groups.google.com Message-ID: <1180198626.307385.320700@p77g2000hsh.googlegroups.com> References: <1180103509.269412.169020@o5g2000hsb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1180204888 4249 80.91.229.12 (26 May 2007 18:41:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 26 May 2007 18:41:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 26 20:41:22 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from pat.uio.no ([129.240.10.15]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hs16E-0002zI-4L for geh-help-gnu-emacs@m.gmane.org; Sat, 26 May 2007 20:34:46 +0200 Original-Received: from mail-mx8.uio.no ([129.240.10.38]) by pat.uio.no with esmtp (Exim 4.66) (envelope-from ) id 1Hs0iz-0007HQ-RP for geh-help-gnu-emacs@m.gmane.org; Sat, 26 May 2007 20:10:45 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by mail-mx8.uio.no with esmtps (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1Hs0iy-0006CG-Vo for geh-help-gnu-emacs@m.gmane.org; Sat, 26 May 2007 20:10:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hs0im-0000e0-UR for geh-help-gnu-emacs@m.gmane.org; Sat, 26 May 2007 14:10:32 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!p77g2000hsh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: 75.57.91.224 Original-X-Trace: posting.google.com 1180198626 1126 127.0.0.1 (26 May 2007 16:57:06 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 26 May 2007 16:57:06 +0000 (UTC) In-Reply-To: <1180103509.269412.169020@o5g2000hsb.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461; SV1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: p77g2000hsh.googlegroups.com; posting-host=75.57.91.224; posting-account=8RTZjA0AAACId2j4njwZ5WLZTFURKXyi Original-Xref: shelby.stanford.edu gnu.emacs.help:148877 X-Mailman-Approved-At: Sat, 26 May 2007 14:10:18 -0400 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 X-UiO-SPF-Received: Received-SPF: pass (mail-mx8.uio.no: domain of gnu.org designates 199.232.76.165 as permitted sender) client-ip=199.232.76.165; envelope-from=help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org; helo=lists.gnu.org; X-UiO-Spam-info: not spam, SpamAssassin (score=0.0, required=12.0, autolearn=disabled, none) X-UiO-Scanned: 8353D7B60FDF2EB9B8C6B65B1C109614D6C81C36 X-UiO-SPAM-Test: remote_host: 199.232.76.165 spam_score: 0 maxlevel 200 minaction 2 bait 0 mail/h: 4 total 8109 max/h 41 blacklist 0 greylist 0 ratelimit 0 Xref: news.gmane.org gmane.emacs.help:44467 Archived-At: (describe-variable 'case-fold-search) will produce something like the following: `case-fold-search' is a built-in buffer-local variable. Value: t This value is specific to the current buffer. Documentation: *Non-nil if searches should ignore case. Automatically becomes buffer-local when set in any fashion. On May 25, 9:31 am, Nordl=F6w wrote: > Hey again, hackers! > > How do I change case-sensitivity during query-replace or query-replace- > regexp? > > If such a function exists how do I use it? If not how do I create it? > > I rellay expected M-c to do this job, but it didn't. How can I have it > bound to M-c like in isearch-forward/backward(). > > /Nordl=F6w