all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: gideon.stupp@gmail.com
Cc: emacs-devel@gnu.org
Subject: Re: [PATCH] Conkeror like hints for incremental search
Date: Wed, 25 Jan 2012 13:29:12 +0200	[thread overview]
Message-ID: <87zkdcm2wb.fsf@mail.jurta.org> (raw)
In-Reply-To: <0015174be6c8d6fc6104b758379c@google.com> (gideon stupp's message of "Wed, 25 Jan 2012 11:03:48 +0000")

> Nice idea. Let me try and tweak the patch to work in this way. I want to
> test it and see how it feels.

BTW, there is another useful search feature missing in Isearch.

In Chromium, the Search prompt displays the current search position
and the total number of matches.  It would be useful to implement this
in Isearch.  It helps to orient oneself while searching - to see
how many matches are remaining to visit with C-s, etc.

This information could be displayed in the mode-line in the usual format
that can be seen in some Emacs packages, e.g. "7/24".

The main problem is in the performance impact to count the total
number of matches.  Perhaps to not affect the responsiveness
these computations should be placed in `isearch-lazy-highlight'.



  reply	other threads:[~2012-01-25 11:29 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-23 17:52 [PATCH] Conkeror like hints for incremental search Gideon Stupp
2012-01-24  7:55 ` Tassilo Horn
2012-01-24 10:09   ` gideon.stupp
2012-01-24 17:39     ` Stefan Monnier
2012-01-24 18:47       ` Gideon Stupp
2012-01-24 19:12         ` Stefan Monnier
2012-01-24 11:44 ` Juanma Barranquero
2012-01-24 13:31 ` bug#10595: " Gideon Stupp
2016-02-25  6:09   ` Lars Ingebrigtsen
2016-02-25 15:00     ` Gideon Stupp
2016-02-26  5:55       ` Lars Ingebrigtsen
2016-02-26  6:43         ` John Wiegley
2016-02-26  7:02           ` Lars Ingebrigtsen
2012-01-24 22:55 ` Juri Linkov
2012-01-25 11:03   ` gideon.stupp
2012-01-25 11:29     ` Juri Linkov [this message]
2012-01-25 11:59       ` gideon.stupp
2012-01-25 14:00         ` Stephen J. Turnbull

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zkdcm2wb.fsf@mail.jurta.org \
    --to=juri@jurta.org \
    --cc=emacs-devel@gnu.org \
    --cc=gideon.stupp@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.