From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel 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 Organization: JURTA Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <874qlcna6q.fsf@mail.jurta.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1096748548 14443 80.91.229.6 (2 Oct 2004 20:22:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Oct 2004 20:22:28 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 02 22:22:23 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CDqOc-0005jj-00 for ; Sat, 02 Oct 2004 22:22:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CDqV7-0003FQ-P4 for ged-emacs-devel@m.gmane.org; Sat, 02 Oct 2004 16:29:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CDqUz-0003Eo-80 for emacs-devel@gnu.org; Sat, 02 Oct 2004 16:28:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CDqUy-0003EO-A8 for emacs-devel@gnu.org; Sat, 02 Oct 2004 16:28:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CDqUy-0003EL-7q for emacs-devel@gnu.org; Sat, 02 Oct 2004 16:28:56 -0400 Original-Received: from [66.33.219.6] (helo=knife.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CDqOM-0000Wu-4q for emacs-devel@gnu.org; Sat, 02 Oct 2004 16:22:06 -0400 Original-Received: from mail.jurta.org (80-235-37-197-dsl.mus.estpak.ee [80.235.37.197]) by knife.dreamhost.com (Postfix) with ESMTP id 0C63AE58D3; Sat, 2 Oct 2004 13:22:04 -0700 (PDT) Original-To: "Drew Adams" In-Reply-To: (Drew Adams's message of "Sat, 2 Oct 2004 09:11:51 -0700") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27803 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27803 "Drew Adams" 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/