all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
Cc: drew.adams@oracle.com, emacs-devel@gnu.org
Subject: Re: Searching in the minibuffer
Date: Fri, 21 Oct 2005 18:38:04 +0300	[thread overview]
Message-ID: <87vezrvstv.fsf@jurta.org> (raw)
In-Reply-To: <E1ESSRi-0006JH-PH@fencepost.gnu.org> (Richard M. Stallman's message of "Thu, 20 Oct 2005 00:54:30 -0400")

>     Having a delay in the minibuffer between typing C-s and seeing
>     the search string highlighted, or requiring to type another key
>     to exit the delay, would be a nuisance.
>
> I agree.  If we display the search prompt at the end, clearly that
> should be done after highlighting the string that was
> found, so that it imposes no delay on seeing the highlighting.

Displaying the search prompt at the end of the minibuffer could be
placed in `isearch-update' after highlighting the search string.
But there is another problem - with lazy-highlighting.  `minibuffer-message'
doesn't allow lazy-highlighting timers to start.  This causes other
occurrences of the search string to be highlighted only after 2 sec delay,
and not 0.25 sec initial delay as specified by the default value of
`lazy-highlight-initial-delay'.

However, `isearch-update' can be changed to start the first
lazy-highlighting loop in the minibuffer immediately without timers.

-- 
Juri Linkov
http://www.jurta.org/emacs/

  reply	other threads:[~2005-10-21 15:38 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-04 21:58 wrapper fn for message and minibuffer-message? Drew Adams
2005-10-05 15:53 ` Stefan Monnier
2005-10-05 16:23   ` Drew Adams
2005-10-06  5:28   ` Richard M. Stallman
2005-10-06 15:52     ` Drew Adams
2005-10-07  3:04       ` Richard M. Stallman
2005-10-07 22:29         ` Drew Adams
2005-10-09 18:16           ` Richard M. Stallman
2005-10-09 21:25             ` Drew Adams
2005-10-10 18:06               ` Richard M. Stallman
2005-10-10 19:52               ` Drew Adams
2005-10-15 13:08                 ` Juri Linkov
2005-10-15 14:39                   ` Drew Adams
2005-10-15 14:57                     ` Juri Linkov
2005-10-16 14:40                   ` Richard M. Stallman
2005-10-17  8:04                     ` Searching in the minibuffer (was: wrapper fn for message and minibuffer-message?) Juri Linkov
2005-10-17 21:57                       ` Richard M. Stallman
2005-10-18  8:05                         ` Searching in the minibuffer Juri Linkov
2005-10-19  2:43                           ` Richard M. Stallman
2005-10-19 15:55                             ` Juri Linkov
2005-10-20  4:54                               ` Richard M. Stallman
2005-10-21 15:38                                 ` Juri Linkov [this message]
2005-10-21 22:19                                   ` Richard M. Stallman
2005-10-21 22:30                                     ` Drew Adams

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=87vezrvstv.fsf@jurta.org \
    --to=juri@jurta.org \
    --cc=drew.adams@oracle.com \
    --cc=emacs-devel@gnu.org \
    /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.