From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Conflict about M-s Date: Fri, 19 Dec 2008 20:45:55 -0500 Message-ID: <87skojpqjw.fsf@cyd.mit.edu> References: <877i5vu84j.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229737571 20189 80.91.229.12 (20 Dec 2008 01:46:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Dec 2008 01:46:11 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 20 02:47:16 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 1LDqvz-0005tQ-1U for ged-emacs-devel@m.gmane.org; Sat, 20 Dec 2008 02:47:15 +0100 Original-Received: from localhost ([127.0.0.1]:57120 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDqum-0006g0-KC for ged-emacs-devel@m.gmane.org; Fri, 19 Dec 2008 20:46:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDqui-0006fv-0M for emacs-devel@gnu.org; Fri, 19 Dec 2008 20:45:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDqug-0006fj-Ik for emacs-devel@gnu.org; Fri, 19 Dec 2008 20:45:54 -0500 Original-Received: from [199.232.76.173] (port=45034 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDqug-0006fg-EK for emacs-devel@gnu.org; Fri, 19 Dec 2008 20:45:54 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:34922) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDque-0005aB-UE; Fri, 19 Dec 2008 20:45:53 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 5B9BD57E204; Fri, 19 Dec 2008 20:45:55 -0500 (EST) In-Reply-To: <877i5vu84j.fsf@jurta.org> (Juri Linkov's message of "Sat, 20 Dec 2008 00:12:44 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:107084 Archived-At: Juri Linkov writes: >> M-s has been made into a prefix character for searching, but Rmail >> still defines M-s as a search command in a different way. > > 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. > > I will take care of that. Please remember to add the same changes to the pmail*.el files, which will eventually replace rmail (possibly after the 23.1 release).