From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: isearch in Dired Date: Thu, 24 Jul 2008 13:20:31 -0400 Message-ID: References: <874pjaiv45.fsf@gmail.com> <87lkclekep.fsf@jurta.org> <87r69k2vcw.fsf_-_@jurta.org> <004a01c8eda5$40cb6f40$0ab32382@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216920062 32577 80.91.229.12 (24 Jul 2008 17:21:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jul 2008 17:21:02 +0000 (UTC) Cc: 'Juri Linkov' , rob@giardina.us, emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 24 19:21:51 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 1KM4VY-0001JN-2h for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2008 19:21:40 +0200 Original-Received: from localhost ([127.0.0.1]:38842 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM4Ue-0008JY-Hu for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2008 13:20:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KM4Ua-0008J6-BW for emacs-devel@gnu.org; Thu, 24 Jul 2008 13:20:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KM4UY-0008IW-2J for emacs-devel@gnu.org; Thu, 24 Jul 2008 13:20:40 -0400 Original-Received: from [199.232.76.173] (port=34254 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM4UX-0008IR-R3 for emacs-devel@gnu.org; Thu, 24 Jul 2008 13:20:37 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:59707) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KM4UX-0004V6-JO for emacs-devel@gnu.org; Thu, 24 Jul 2008 13:20:37 -0400 Original-Received: from alfajor.home (vpn-132-204-232-118.acd.umontreal.ca [132.204.232.118]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id m6OHKWqi012191; Thu, 24 Jul 2008 13:20:32 -0400 Original-Received: by alfajor.home (Postfix, from userid 20848) id D94881C523; Thu, 24 Jul 2008 13:20:31 -0400 (EDT) In-Reply-To: <004a01c8eda5$40cb6f40$0ab32382@us.oracle.com> (Drew Adams's message of "Thu, 24 Jul 2008 08:52:18 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3067=0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:101408 Archived-At: > Sounds like a fair amount of specialization of Isearch, just for Dired... Obviously, this is not just for dired. This is to add a toggle for word-search, and also for other specialized search facilities, such as provided in hexl-mode maybe. Also by using a prefix key for M-c and M-r, this will free up a key binding. Stefan