From xemacs-m  Wed Sep 24 01:09:21 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 BAA26102
	for <xemacs-beta@xemacs.org>; Wed, 24 Sep 1997 01:09:16 -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 PAA09131 for <xemacs-beta@xemacs.org>; Wed, 24 Sep 1997 15:08:37 +0900 (JST)
Received: (from petersen@localhost) by orion.kurims.kyoto-u.ac.jp (SMI-8.6/3.5Wbeta) id PAA01977; Wed, 24 Sep 1997 15:08:36 +0900
To: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: [patch] lazy-shot messaging
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 "Sarajevo" XEmacs  Lucid (beta23) 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: 24 Sep 1997 15:08:36 +0900
Message-ID: <lb3emvz1jv.fsf@orion.kurims.kyoto-u.ac.jp>
Lines: 28

A small patch to stop "lazy-shot" from filling the message buffer. ;-)


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

	* modes/lazy-shot.el (lazy-shot-shot-function): make the message
	be displayed as progress.


--- lisp/modes/lazy-shot.el~	Wed Sep 24 15:05:19 1997
+++ lisp/modes/lazy-shot.el	Wed Sep 24 15:05:19 1997
@@ -90,7 +90,9 @@
 	 (unless (bolp)
 	   (forward-line)
 	   (setq end (point)))
-	 (message "Lazy-shot fontifying from %s to %s in %s" start end buffer)
+	 (display-message 'progress
+			  (format "Lazy-shot fontifying from %s to %s in %s"
+				  start end buffer))
 	 (save-match-data
 	   (font-lock-fontify-region start end))))))

-- 
Jens
---
A fanatic is one who can't change his mind and won't change the
subject.
		-- Winston Churchill

