From xemacs-m  Wed Jun 25 10:37:16 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id KAA14546
	for <xemacs-beta@xemacs.org>; Wed, 25 Jun 1997 10:37:14 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id RAA01382; Wed, 25 Jun 1997 17:37:14 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: [PATCH] `log-message-ignore-regexps': Message labeling
References: <kigiuz3wmww.fsf@jagor.srce.hr> <QQcvjv09752.199706250049@crystal.WonderWorks.COM>
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 25 Jun 1997 17:37:14 +0200
In-Reply-To: Kyle Jones's message of "Tue, 24 Jun 1997 20:49:03 -0400 (EDT)"
Message-ID: <kigbu4uofrp.fsf@jagor.srce.hr>
Lines: 20
X-Mailer: Gnus v5.4.59/XEmacs 20.3(beta8) - "Copenhagen"

Kyle Jones <kyle_jones@wonderworks.com> writes:

> Better to keep all the messages and defer the filtering until the
> user wants to look at the messages.

Two points you might have missed:

1) how many functions will you log?  currently, only the "good" ones
   are logged, which saves us from remembering a load of unnecessary
   cruft;

2) no matter what we do, it is generally cleaner that the issued
   message says which kind of message it is, than that we catch it
   with ugly regexps.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
"Beware of bugs in the above code; I have only proved it correct,
not tried it."                                    -- Donald Knuth

