From xemacs-m  Thu Sep 18 03:00:55 1997
Received: from kurims.kurims.kyoto-u.ac.jp (kurims.kurims.kyoto-u.ac.jp [130.54.16.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id CAA19606
	for <xemacs-beta@xemacs.org>; Thu, 18 Sep 1997 02:59:13 -0500 (CDT)
Received: from orion.kurims.kyoto-u.ac.jp (orion.kurims.kyoto-u.ac.jp [130.54.16.5]) by kurims.kurims.kyoto-u.ac.jp (8.8.5/3.4W2) with SMTP id QAA16287 for <xemacs-beta@xemacs.org>; Thu, 18 Sep 1997 16:57:01 +0900 (JST)
Received: (from petersen@localhost) by orion.kurims.kyoto-u.ac.jp (SMI-8.6/3.5Wbeta) id QAA10246; Thu, 18 Sep 1997 16:57:02 +0900
To: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: [patch] isearch-mode.el (b20)
X-Face: fOOYdM>Ct-+jZ!MfKWRl?5e=(j4]xHE~<%D)$=FuN"@nP]"fi8stnK9>1fW>1HR[fj\=i%q0'l2G]0[H'R*m(fm^Og;iG>lBmr{anp!LG[)PD}g^XbG.(@oIi8;y)8+C"HV5}8NQ`HR7~P{+$AEEPo,N>,IwIbd:Dq6\"Bi#Aq\^lJ~dmwnUkc-Xb{k3\dZnF7j,$enH=Ybr<9v,Kzi-T|urefU:c{$pC)T5yvnRO0T+D&Z9{B8ulAd5X#c?Z|}vv^qhBjEj
X-Emacs: 20.3 "Tirana" XEmacs  Lucid (beta20) with mule
Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.86 "Naka-Tsurugi")
Content-Type: text/plain; charset=US-ASCII
From: Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
Date: 18 Sep 1997 16:57:02 +0900
Message-ID: <lbafhbnjg1.fsf@orion.kurims.kyoto-u.ac.jp>
Lines: 26

1997-09-18  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>

	* prim/isearch-mode.el (isearch-message): Display-message as
	progress (this way isearch message won't appear in the message 
	log).

diff -u lisp/prim/isearch-mode.el~ lisp/prim/isearch-mode.el
--- lisp/prim/isearch-mode.el~	Thu Sep 18 16:49:30 1997
+++ lisp/prim/isearch-mode.el	Thu Sep 18 16:49:30 1997
@@ -1184,7 +1184,7 @@
 	    isearch-message
 	    (isearch-message-suffix c-q-hack)
 	    )))
-    (if c-q-hack m (message "%s" m))))
+    (if c-q-hack m (display-message 'progress (format "%s" m)))))
 
 (defun isearch-message-prefix (&optional c-q-hack nonincremental)
   ;; If about to search, and previous search regexp was invalid,

-- 
Jens
---
Nothing is faster than the speed of light ...

To prove this to yourself, try opening the refrigerator door before the
light comes on.

