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: Sat, 24 Nov 2007 22:42:52 -0500 Message-ID: References: <47448DB2.60402@gmail.com> <87y7cqp0vp.fsf@jurta.org> <878x4n4p0j.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 1195962263 10410 80.91.229.12 (25 Nov 2007 03:44:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Nov 2007 03:44:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 25 04:44:30 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 1Iw8Q1-00038T-5v for ged-emacs-devel@m.gmane.org; Sun, 25 Nov 2007 04:44:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iw8Pm-0001eK-EQ for ged-emacs-devel@m.gmane.org; Sat, 24 Nov 2007 22:44:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iw8OU-0000RB-8A for emacs-devel@gnu.org; Sat, 24 Nov 2007 22:42:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iw8OT-0000QB-9e for emacs-devel@gnu.org; Sat, 24 Nov 2007 22:42:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iw8OS-0000Q2-Rl for emacs-devel@gnu.org; Sat, 24 Nov 2007 22:42:52 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iw8OS-0004O0-G9 for emacs-devel@gnu.org; Sat, 24 Nov 2007 22:42:52 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Iw8OS-0000UF-3d; Sat, 24 Nov 2007 22:42:52 -0500 In-reply-to: <878x4n4p0j.fsf@jurta.org> (message from Juri Linkov on Sat, 24 Nov 2007 19:45:48 +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:84101 Archived-At: It is even possible to reduce them with the suggestion I already made a few times - to use a new conflict-free key prefix M-s. That might be a good idea, especially if we can eliminate a few of the existing special isearch chars by moving them to M-s subcommands. I would very much like to get rid of the special isearch meaning of M-TAB, M-c, M-r and M-e. How about moving them to M-s TAB, M-s c, M-s r and M-s e?