GNU bug report logs - #10595
[PATCH] Conkeror like hints for incremental search

Previous Next

Package: emacs;

Reported by: Gideon Stupp <gideon.stupp <at> gmail.com>

Date: Tue, 24 Jan 2012 16:39:02 UTC

Severity: wishlist

Tags: patch, wontfix

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Forwarded to http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00756.html

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 10595 in the body.
You can then email your comments to 10595 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#10595; Package emacs. (Tue, 24 Jan 2012 16:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Gideon Stupp <gideon.stupp <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 24 Jan 2012 16:39:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Gideon Stupp <gideon.stupp <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] Conkeror like hints for incremental search
Date: Tue, 24 Jan 2012 15:31:26 +0200
[Message part 1 (text/plain, inline)]
Package: emacs
Tags: patch
Severity: wishlist

This patch adds Conkeror like hints to incremental-search's currently
matched strings.
This way it is possible to choose one of the highlighted possibilities
without completing the search string (useful when using incremental
search for navigation).
The hints can be toggled on or off at any point during the search with
isearch-toggle-hints (which is mapped to C-f by default). Note that to
save keystrokes characters are used as hints instead of just numbers.

Anyway, please review it and if there is any interest in it merge it.

Thanks, Gideon.
[Message part 2 (text/html, inline)]
[0001-Conkeror-like-hints-for-isearch-highlight.patch (text/x-patch, attachment)]

Set bug forwarded-to-address to 'http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00756.html'. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 24 Jan 2012 22:38:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10595; Package emacs. (Thu, 25 Feb 2016 06:11:01 GMT) Full text and rfc822 format available.

Message #10 received at 10595 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Gideon Stupp <gideon.stupp <at> gmail.com>
Cc: 10595 <at> debbugs.gnu.org
Subject: Re: bug#10595: [PATCH] Conkeror like hints for incremental search
Date: Thu, 25 Feb 2016 16:39:48 +1030
Gideon Stupp <gideon.stupp <at> gmail.com> writes:

> This patch adds Conkeror like hints to incremental-search's currently
> matched strings.
> This way it is possible to choose one of the highlighted possibilities
> without completing the search string (useful when using incremental
> search for navigation).
> The hints can be toggled on or off at any point during the search with
> isearch-toggle-hints (which is mapped to C-f by default). Note that to
> save keystrokes characters are used as hints instead of just numbers.
>
> Anyway, please review it and if there is any interest in it merge it.

So the idea is that if you hit `C-f' during the search, each match is
given a character as an identifier?  And if you then hit that character
then the isearch string changes to that ... word?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10595; Package emacs. (Thu, 25 Feb 2016 15:01:02 GMT) Full text and rfc822 format available.

Message #13 received at 10595 <at> debbugs.gnu.org (full text, mbox):

From: Gideon Stupp <gideon.stupp <at> gmail.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 10595 <at> debbugs.gnu.org
Subject: Re: bug#10595: [PATCH] Conkeror like hints for incremental search
Date: Thu, 25 Feb 2016 15:00:43 +0000 (UTC)
[Message part 1 (text/plain, inline)]
Hi Lars,Hitting the character identifier is just a shortcut for pressing C-s multiple times so the search string does not change at all, only the location. 

Thanks, Gideon

    _____________________________
From: Lars Ingebrigtsen <larsi <at> gnus.org>
Sent: יום חמישי, פברואר 25, 2016 8:10 לפ׳
Subject: Re: bug#10595: [PATCH] Conkeror like hints for incremental search
To: Gideon Stupp <gideon.stupp <at> gmail.com>
Cc:  <10595 <at> debbugs.gnu.org>


Gideon Stupp <gideon.stupp <at> gmail.com> writes:

> This patch adds Conkeror like hints to incremental-search's currently
> matched strings.
> This way it is possible to choose one of the highlighted possibilities
> without completing the search string (useful when using incremental
> search for navigation).
> The hints can be toggled on or off at any point during the search with
> isearch-toggle-hints (which is mapped to C-f by default). Note that to
> save keystrokes characters are used as hints instead of just numbers.
>
> Anyway, please review it and if there is any interest in it merge it.

So the idea is that if you hit `C-f' during the search, each match is
given a character as an identifier?  And if you then hit that character
then the isearch string changes to that ... word?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



  
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10595; Package emacs. (Fri, 26 Feb 2016 05:57:02 GMT) Full text and rfc822 format available.

Message #16 received at 10595 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Gideon Stupp <gideon.stupp <at> gmail.com>
Cc: 10595 <at> debbugs.gnu.org
Subject: Re: bug#10595: [PATCH] Conkeror like hints for incremental search
Date: Fri, 26 Feb 2016 16:25:51 +1030
Gideon Stupp <gideon.stupp <at> gmail.com> writes:

> Hitting the character identifier is just a shortcut for pressing C-s multiple
> times so the search string does not change at all, only the location. 

Oh, I see...  Hm...  That sounds like some might find it useful, but I
don't really see myself using something like that.  I'd just `C-s' a bit
more until I was where I wanted to be.

Anybody else have an opinion on this?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10595; Package emacs. (Fri, 26 Feb 2016 06:45:02 GMT) Full text and rfc822 format available.

Message #19 received at 10595 <at> debbugs.gnu.org (full text, mbox):

From: John Wiegley <jwiegley <at> gmail.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: Gideon Stupp <gideon.stupp <at> gmail.com>, 10595 <at> debbugs.gnu.org
Subject: Re: bug#10595: [PATCH] Conkeror like hints for incremental search
Date: Thu, 25 Feb 2016 22:43:17 -0800
>>>>> Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> Gideon Stupp <gideon.stupp <at> gmail.com> writes:
>> Hitting the character identifier is just a shortcut for pressing C-s
>> multiple times so the search string does not change at all, only the
>> location.

> Oh, I see... Hm... That sounds like some might find it useful, but I don't
> really see myself using something like that. I'd just `C-s' a bit more until
> I was where I wanted to be.

> Anybody else have an opinion on this?

First, C-f is a key I commonly used to exit from i-search, so we cannot rebind
common movement keys like this while in "searching mode".

Also, there are several community packages which do something similar (provide
Konqueror-like navigation for everything from characters to words to search
strings to windows, etc). I don't think we need to extend venerable I-search
into this territory. If I really have that many hits visible on my screen at
once, it often means I should be using a different tool for that job.

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10595; Package emacs. (Fri, 26 Feb 2016 07:04:01 GMT) Full text and rfc822 format available.

Message #22 received at 10595 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: John Wiegley <jwiegley <at> gmail.com>
Cc: Gideon Stupp <gideon.stupp <at> gmail.com>, John Wiegley <johnw <at> gnu.org>,
 10595 <at> debbugs.gnu.org
Subject: Re: bug#10595: [PATCH] Conkeror like hints for incremental search
Date: Fri, 26 Feb 2016 17:32:59 +1030
John Wiegley <jwiegley <at> gmail.com> writes:

> Also, there are several community packages which do something similar (provide
> Konqueror-like navigation for everything from characters to words to search
> strings to windows, etc). I don't think we need to extend venerable I-search
> into this territory. If I really have that many hits visible on my screen at
> once, it often means I should be using a different tool for that job.

Makes sense.  I'm closing this as "wontfix".

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) wontfix. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Fri, 26 Feb 2016 07:04:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 10595 <at> debbugs.gnu.org and Gideon Stupp <gideon.stupp <at> gmail.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Fri, 26 Feb 2016 07:04:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 25 Mar 2016 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 91 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.