From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: [francois.bourgneuf@groupe-mma.fr: RE : case sensitive search using emacs info reader `s'] Date: Sat, 06 Dec 2003 11:16:39 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <2719-Sat06Dec2003111639+0200-eliz@elta.co.il> References: <2914-Fri05Dec2003175855+0200-eliz@elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1070702435 496 80.91.224.253 (6 Dec 2003 09:20:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Dec 2003 09:20:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Dec 06 10:20:32 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ASYc4-0006Bz-00 for ; Sat, 06 Dec 2003 10:20:32 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ASYc4-0006Kg-00 for ; Sat, 06 Dec 2003 10:20:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ASZXQ-00024N-DZ for emacs-devel@quimby.gnus.org; Sat, 06 Dec 2003 05:19:48 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ASZXJ-00024A-7K for emacs-devel@gnu.org; Sat, 06 Dec 2003 05:19:41 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ASZWn-0001zB-Ge for emacs-devel@gnu.org; Sat, 06 Dec 2003 05:19:40 -0500 Original-Received: from [192.114.186.22] (helo=gollum.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ASZWm-0001yP-P4 for emacs-devel@gnu.org; Sat, 06 Dec 2003 05:19:09 -0500 Original-Received: from zaretski (pns03-196-203.inter.net.il [80.230.196.203]) by gollum.inter.net.il (Mirapoint Messaging Server MOS 3.3.8-GR) with ESMTP id BZN32813; Sat, 6 Dec 2003 11:17:32 +0200 (IST) Original-To: Harry Putnam X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Harry Putnam on Fri, 05 Dec 2003 16:47:42 -0600) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18455 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18455 > From: Harry Putnam > Date: Fri, 05 Dec 2003 16:47:42 -0600 > > > Sounds like the Emacs Info reader needs to implement the `S' command > > that is already available in the stand-alone Info. > > But that is a string search. I guess you mean to add an `S' command > that makes the `s' regex search, case sensitive. `S' should do what `s' does, only case-sensitively. That is how it works in the stand-alone reader.