From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71869 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Better error reporting and stuff on startup Date: Sun, 26 Sep 2010 19:22:25 +0200 Message-ID: <87ocbkbesu.fsf@thinkpad.tsdh.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285521763 8270 80.91.229.12 (26 Sep 2010 17:22:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Sep 2010 17:22:43 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20242@lists.math.uh.edu Sun Sep 26 19:22:42 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ozuvy-0005Qs-7g for ding-account@gmane.org; Sun, 26 Sep 2010 19:22:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Ozuvs-0008OU-9U; Sun, 26 Sep 2010 12:22:36 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Ozuvq-0008OD-Cd for ding@lists.math.uh.edu; Sun, 26 Sep 2010 12:22:34 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Ozuvl-0001EH-Jm for ding@lists.math.uh.edu; Sun, 26 Sep 2010 12:22:33 -0500 Original-Received: from out5.smtp.messagingengine.com ([66.111.4.29]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1Ozuvk-0001yq-00 for ; Sun, 26 Sep 2010 19:22:28 +0200 Original-Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id 14E276BCF for ; Sun, 26 Sep 2010 13:22:28 -0400 (EDT) Original-Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Sun, 26 Sep 2010 13:22:28 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=from:to:subject:references:date:in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=RCi7dquUv3wjhLIApY9ftyg3Yy0=; b=E9FQ03vHx2jj+JbltPRhu+WXUk1nXI3PQS5inoTX+9LwbEuaXZU75ikUwDISpUwZ92VVvLsnSaqxW+e/5Gr6emefxd37dnZin725j2pc1/ddsxJvKzxCCJ2ie/tep7EMNbGxFQjg8ILLHi9Q+rwQe5vwCnhhIu5pvCN4i5nCPh4= X-Sasl-enc: Mrf3CAMzrD08yfsdQ/zjVI+mncuIFoLgoCs7XVKktwSI 1285521747 Original-Received: from thinkpad.tsdh.de (p54AF0DEF.dip0.t-ipconnect.de [84.175.13.239]) by mail.messagingengine.com (Postfix) with ESMTPA id 43E3D403F01 for ; Sun, 26 Sep 2010 13:22:26 -0400 (EDT) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 26 Sep 2010 16:30:19 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71869 Archived-At: Lars Magne Ingebrigtsen writes: Hi Lars, > Would it make sense for Gnus to (kind of) collect all the "important" > messages (to be determined somehow), and then display them at the end? > Somehow? That makes sense for any package, but not every package should need to implement something like it. So it would be cool to extend the `message' mechanism in emacs, so that it allows for different severities (debug, info, warning?) and assign messages to packages, so that I could restrict *Messages* to show only warning messages from Gnus... Bye, Tassilo