From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: wrapper fn for message and minibuffer-message? Date: Sat, 15 Oct 2005 17:57:16 +0300 Organization: JURTA Message-ID: <87d5m6q14j.fsf@jurta.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129390029 22157 80.91.229.2 (15 Oct 2005 15:27:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Oct 2005 15:27:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 15 17:26:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EQnv9-0005vv-81 for ged-emacs-devel@m.gmane.org; Sat, 15 Oct 2005 17:26:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQnv8-00079s-MU for ged-emacs-devel@m.gmane.org; Sat, 15 Oct 2005 11:26:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EQnux-00079n-1z for emacs-devel@gnu.org; Sat, 15 Oct 2005 11:25:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EQnuv-00079a-Ju for emacs-devel@gnu.org; Sat, 15 Oct 2005 11:25:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQnuv-00079X-GD for emacs-devel@gnu.org; Sat, 15 Oct 2005 11:25:49 -0400 Original-Received: from [194.126.101.111] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EQnuv-0007h8-CS for emacs-devel@gnu.org; Sat, 15 Oct 2005 11:25:49 -0400 Original-Received: from mail.neti.ee (80-235-32-180-dsl.mus.estpak.ee [80.235.32.180]) by Relayhost1.neti.ee (Postfix) with ESMTP id 2BA83C96D; Sat, 15 Oct 2005 18:25:52 +0300 (EEST) Original-To: "Drew Adams" In-Reply-To: (Drew Adams's message of "Sat, 15 Oct 2005 07:39:41 -0700") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:44078 Archived-At: > Eval: (setq foo 'bar) > typing `C-s foo' will display: > Eval: (setq foo 'bar) [I-search backward: foo] > and `foo' will be highlighted in `isearch' face, as usual. > > Not bad (but don't you mean C-r for backward search)? Yes, C-r. > Anyway, this seems orthogonal to the discussion of merging message and > minibuffer-message. Couldn't this be done today, just by using > minibuffer-message instead of message? It seems neither minibuffer-message nor message will help here. When I tried to use minibuffer-message, its delay after typing C-r and before point moves to the next occurrence is too long. Sorry. -- Juri Linkov http://www.jurta.org/emacs/