From: Juri Linkov <juri@jurta.org>
Cc: emacs-devel@gnu.org
Subject: Re: isearch transient msgs (e.g. case insensitive) - users to be able to adjust the sit-for time
Date: Sat, 02 Oct 2004 23:19:09 +0300 [thread overview]
Message-ID: <874qlcna6q.fsf@mail.jurta.org> (raw)
In-Reply-To: <MEEKKIABFKKDFJMPIOEBCEIECGAA.drew.adams@oracle.com> (Drew Adams's message of "Sat, 2 Oct 2004 09:11:51 -0700")
"Drew Adams" <drew.adams@oracle.com> writes:
> Any chance users could be able to adjust (via an option) the sit-for time
> for the transient display of isearch messages like "case insensitive"?
>
> In Emacs 20, such messages persisted slightly longer - long enough to see
> them :-). How about either increasing the sit-for delay or letting users
> adjust it themselves? Such messages go away when you type anyway, so why be
> so stingy on the time to see them?
I don't see too much places where `sit-for' is used with a constant
value in isearch.el. Actually, there are only two such places:
`isearch-toggle-case-fold' and `isearch-complete'. I think that
`minibuffer-message-timeout' is an appropriate user option for them:
(sit-for (or isearch-original-minibuffer-message-timeout
minibuffer-message-timeout
0))
--
Juri Linkov
http://www.jurta.org/emacs/
next prev parent reply other threads:[~2004-10-02 20:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-02 16:11 isearch transient msgs (e.g. case insensitive) - users to be able to adjust the sit-for time Drew Adams
2004-10-02 20:19 ` Juri Linkov [this message]
2004-10-03 0:16 ` Miles Bader
2004-10-03 14:34 ` Richard Stallman
2004-10-03 17:45 ` isearch transient msgs (e.g. case insensitive) - users to be ableto " 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=874qlcna6q.fsf@mail.jurta.org \
--to=juri@jurta.org \
--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.