From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.devel Subject: Re: Conflict about M-s Date: Sat, 20 Dec 2008 13:03:40 -0500 Message-ID: References: <877i5vu84j.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 1229796302 27612 80.91.229.12 (20 Dec 2008 18:05:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Dec 2008 18:05:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 20 19:06:08 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 1LE6DA-0007hL-DY for ged-emacs-devel@m.gmane.org; Sat, 20 Dec 2008 19:06:00 +0100 Original-Received: from localhost ([127.0.0.1]:38575 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LE6By-0005jO-5u for ged-emacs-devel@m.gmane.org; Sat, 20 Dec 2008 13:04:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LE6Bk-0005fn-HW for emacs-devel@gnu.org; Sat, 20 Dec 2008 13:04:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LE6Bi-0005f1-Qn for emacs-devel@gnu.org; Sat, 20 Dec 2008 13:04:32 -0500 Original-Received: from [199.232.76.173] (port=60589 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LE6Bi-0005ev-Lf for emacs-devel@gnu.org; Sat, 20 Dec 2008 13:04:30 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:57265) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LE6Bi-0001UT-7A for emacs-devel@gnu.org; Sat, 20 Dec 2008 13:04:30 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LE6Au-0004ak-MH; Sat, 20 Dec 2008 13:03:40 -0500 In-reply-to: <877i5vu84j.fsf@jurta.org> (message from Juri Linkov on Sat, 20 Dec 2008 00:12:44 +0200) X-detected-operating-system: by monty-python.gnu.org: GNU/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:107132 Archived-At: It should be easy to write an isearch wrapper around `rmail-search' (exactly as is already implemented in `Info-isearch-search' that wraps `Info-search'). This will allow incremental searching with `C-s', `C-M-s', `C-r', `C-M-r' in Rmail messages. Hold on -- I am not sure that is a good idea. It is useful that M-s foo RET will only find another message and will not find matches in the current message. It is useful that repeating it with M-s RET finds a different message each time. Perhaps the thing to do is to move it onto the sequence M-s M-s. By the way, I think there are other modes which bind M-s. Did someone check for them?