From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: wrapper fn for message and minibuffer-message? Date: Sun, 16 Oct 2005 10:40:52 -0400 Message-ID: References: <87slv2rjtl.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1129474637 11169 80.91.229.2 (16 Oct 2005 14:57:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Oct 2005 14:57:17 +0000 (UTC) Cc: drew.adams@oracle.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 16 16:57:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ER9vZ-00030M-R3 for ged-emacs-devel@m.gmane.org; Sun, 16 Oct 2005 16:55:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ER9vY-000709-Rk for ged-emacs-devel@m.gmane.org; Sun, 16 Oct 2005 10:55:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ER9hF-0000oF-9m for emacs-devel@gnu.org; Sun, 16 Oct 2005 10:41:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ER9hE-0000nv-Cm for emacs-devel@gnu.org; Sun, 16 Oct 2005 10:41:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ER9hE-0000ns-6I for emacs-devel@gnu.org; Sun, 16 Oct 2005 10:41:08 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ER9hE-0002g7-FP for emacs-devel@gnu.org; Sun, 16 Oct 2005 10:41:08 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ER9gy-0006iq-2I; Sun, 16 Oct 2005 10:40:52 -0400 Original-To: Juri Linkov In-reply-to: <87slv2rjtl.fsf@jurta.org> (message from Juri Linkov on Sat, 15 Oct 2005 16:08:08 +0300) 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:44123 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. I suggest that those who find this interesting try it out.