From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] isearch: lazy-highlighting of sub-exps of regexps Date: Tue, 23 Nov 2010 00:59:27 +0000 Organization: JURTA Message-ID: <87oc9g7t08.fsf@mail.jurta.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1290474472 12133 80.91.229.12 (23 Nov 2010 01:07:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 23 Nov 2010 01:07:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andrew Helsley Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 23 02:07:47 2010 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.69) (envelope-from ) id 1PKhMI-0003P0-W9 for ged-emacs-devel@m.gmane.org; Tue, 23 Nov 2010 02:07:47 +0100 Original-Received: from localhost ([127.0.0.1]:59380 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKhMI-0002m4-EX for ged-emacs-devel@m.gmane.org; Mon, 22 Nov 2010 20:07:46 -0500 Original-Received: from [140.186.70.92] (port=36538 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKhMB-0002lH-7u for emacs-devel@gnu.org; Mon, 22 Nov 2010 20:07:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKhM8-0005Rq-I6 for emacs-devel@gnu.org; Mon, 22 Nov 2010 20:07:39 -0500 Original-Received: from smarty.dreamhost.com ([208.113.175.8]:45205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKhM8-0005Rk-BS for emacs-devel@gnu.org; Mon, 22 Nov 2010 20:07:36 -0500 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id 0EF136E804C; Mon, 22 Nov 2010 17:07:36 -0800 (PST) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id AD335451C139; Mon, 22 Nov 2010 17:07:34 -0800 (PST) In-Reply-To: (Andrew Helsley's message of "Mon, 22 Nov 2010 02:38:28 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/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:133034 Archived-At: > Attached is a patch for `isearch-mode'. With this enhancement, the user > can easily see examples of what the groups in their regular expressions > capture as they type them. Using this feedback should make it easier for > the user to accurately build a replacement string when they invoke > query-replace-regexp' directly from `isearch-mode'. Thanks, but we already have a request in the bug database with a set of different patches to implement it: http://debbugs.gnu.org/6227 There is no decision yet what is the best of them.