From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Calling occur from within isearch Date: Mon, 03 Dec 2007 13:43:15 -0500 Message-ID: References: <47448DB2.60402@gmail.com> <87hcjf2wot.fsf@jurta.org> <871wairv6n.fsf@jurta.org> <871waf7ikx.fsf@jurta.org> <87myt2e4yi.fsf@jurta.org> <87r6i4k4at.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1196707591 10939 80.91.229.12 (3 Dec 2007 18:46:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Dec 2007 18:46:31 +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 Dec 03 19:46:40 2007 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 1IzGJS-0001fV-1T for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2007 19:46:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzGJB-0000Gu-Nr for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2007 13:46:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IzGGC-0006e0-Nh for emacs-devel@gnu.org; Mon, 03 Dec 2007 13:43:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzGGC-0006dd-3v for emacs-devel@gnu.org; Mon, 03 Dec 2007 13:43:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzGGB-0006dW-VT for emacs-devel@gnu.org; Mon, 03 Dec 2007 13:43:16 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IzGGB-0002nA-JR for emacs-devel@gnu.org; Mon, 03 Dec 2007 13:43:15 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IzGGB-0006Sl-5P; Mon, 03 Dec 2007 13:43:15 -0500 In-reply-to: <87r6i4k4at.fsf@jurta.org> (message from Juri Linkov on Mon, 03 Dec 2007 02:37:55 +0200) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:84583 Archived-At: I think `keep-lines', `flush-lines', `how-many' and `perform-replace' should respect the value of `search-upper-case' as well for exactly the same reasons: That sounds reasonable to me. Please update the doc string of `search-upper-case' to go with these changes.