From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56065 Path: main.gmane.org!not-for-mail From: Nevin Kapur Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] Quieter gnus-registry Date: Sat, 17 Jan 2004 15:40:57 -0800 Organization: Computer Science, Caltech Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074383136 21697 80.91.224.253 (17 Jan 2004 23:45:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Jan 2004 23:45:36 +0000 (UTC) Original-X-From: ding-owner+M4605@lists.math.uh.edu Sun Jan 18 00:44:23 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ai06q-0003hR-00 for ; Sun, 18 Jan 2004 00:44:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Ai05e-0001Ll-00; Sat, 17 Jan 2004 17:42:54 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Ai05V-0001Ld-00 for ding@lists.math.uh.edu; Sat, 17 Jan 2004 17:42:45 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id DC7CB3A0035 for ; Sat, 17 Jan 2004 17:42:44 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Ai05E-00010x-00 for ; Sun, 18 Jan 2004 00:42:28 +0100 Mail-Followup-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ai04t-00010o-00 for ; Sun, 18 Jan 2004 00:42:07 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Ai04P-0005YZ-00 for ; Sun, 18 Jan 2004 00:41:37 +0100 Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org Mail-Copies-To: never User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (darwin) Cancel-Lock: sha1:hp7CgvCsLVv/RTSR3VL6pdJgEP8= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56065 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56065 Xavier Maillard writes: > I am personally against this patch since using gnus-verbose to > something low can make gnus-registry be quiet. I am happy with gnus normal verbosity. I would like to control gnus-registry's verbosity. > Normally you need to put gnus-verbose to something high to see "debug" > informations so this patch seems useless to me. I don't follow. With gnus-verbose set to the default, one shouldn't see messages that don't convey any information at all. ("gnus-registry-split-fancy traced nil to nil.") I think a variable to control is overkill. The developers should decide if a message such as above has any value. If so, keep the current behavior; if not, apply the patch. -Nevin