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: [PATCH] Conkeror like hints for incremental search Date: Tue, 24 Jan 2012 12:39:39 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1327426799 27409 80.91.229.12 (24 Jan 2012 17:39:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 Jan 2012 17:39:59 +0000 (UTC) Cc: Tassilo Horn , emacs-devel@gnu.org To: gideon.stupp@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 24 18:39:55 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RpkLb-0001KJ-KQ for ged-emacs-devel@m.gmane.org; Tue, 24 Jan 2012 18:39:55 +0100 Original-Received: from localhost ([::1]:50428 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpkLa-0004eE-VV for ged-emacs-devel@m.gmane.org; Tue, 24 Jan 2012 12:39:54 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:56656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpkLT-0004e7-Pg for emacs-devel@gnu.org; Tue, 24 Jan 2012 12:39:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpkLO-0004Bz-7z for emacs-devel@gnu.org; Tue, 24 Jan 2012 12:39:47 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:60676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpkLO-0004Be-3P for emacs-devel@gnu.org; Tue, 24 Jan 2012 12:39:42 -0500 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id q0OHddwo020250; Tue, 24 Jan 2012 12:39:39 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id C8058B4431; Tue, 24 Jan 2012 12:39:39 -0500 (EST) In-Reply-To: (gideon stupp's message of "Tue, 24 Jan 2012 10:09:45 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV4111=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4111> : streams <722642> : uri <1052926> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147885 Archived-At: This looks like an interesting addition. Could you try and refactor it as a separate package? I guess you'd still need a few changes to isearch, so please try and refactor it so as to modify isearch.el as little as possible and only by adding one (or maybe two) hooks. Hopefully those hooks can be "generic" rather than specific to your particular extension. Stefan