emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: isearch-lazy-highlight-initial-delay


From: Miles Bader
Subject: Re: isearch-lazy-highlight-initial-delay
Date: Thu, 12 Oct 2000 22:35:54 +0900 (JST)

"Eric M. Ludlam" <address@hidden> writes:
>   I'd like to recommend (if possible) a longer delay determined by
> checking if the user is using a tty.  I found 5 seconds a little long,
> but to my personal liking.

This is not reasonable, many people use emacs on local ttys (e.g., on
the linux console or in an xterm).  The important variable is where
you're logged in from, not that you're using emacs in tty mode, and is
highly user-dependent.

If you only use a tty when logged in over a modem, then you could always
put something like

    (when (null window-system)
      (setq-default isearch-lazy-highlight-initial-delay 5))

in your .emacs file.

-Miles



reply via email to

[Prev in Thread] Current Thread [Next in Thread]