From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87809 Path: news.gmane.org!.POSTED!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.gnus.general Subject: tricky explicit interactive verbosity Date: Sun, 12 Nov 2017 18:42:48 +0100 Message-ID: <86inef4cmf.fsf@zoho.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1510508645 5846 195.159.176.226 (12 Nov 2017 17:44:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 12 Nov 2017 17:44:05 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+m36023@lists.math.uh.edu Sun Nov 12 18:44:00 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048034.atla03.us.yomura.com ([107.189.48.34]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eDwIZ-0001B7-4a for ding-account@gmane.org; Sun, 12 Nov 2017 18:43:59 +0100 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048034.atla03.us.yomura.com (Halon) with ESMTPS id 127c9493-c7d1-11e7-a8eb-b499baa2b07a; Sun, 12 Nov 2017 17:44:03 +0000 (UTC) Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.89) (envelope-from ) id 1eDwHi-0004N0-2Z; Sun, 12 Nov 2017 11:43:06 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from ) id 1eDwHe-0004ML-I9 for ding@lists.math.uh.edu; Sun, 12 Nov 2017 11:43:02 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.89) (envelope-from ) id 1eDwHc-0001LV-V0 for ding@lists.math.uh.edu; Sun, 12 Nov 2017 11:43:02 -0600 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1eDwHb-0007pU-JF for ding@gnus.org; Sun, 12 Nov 2017 18:42:59 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eDwHR-00067r-Lr for ding@gnus.org; Sun, 12 Nov 2017 18:42:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 41 Original-X-Complaints-To: usenet@blaine.gmane.org Mail-Copies-To: never Cancel-Lock: sha1:gDDpCb+9Tz2XCtjmRcDUOSqoPJQ= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87809 Archived-At: >From `gnus-message': Guideline for numbers: 1 - error messages, 3 - non-serious error messages, 5 - messages for things that take a long time, 7 - not very important messages on stuff, 9 - messages inside loops. On the other hand `gnus-summary-current-score', being an interactive function even with a binding (`V S' in summary), it is a bit confusing that with `gnus-verbose' at 0, which you might not think of at the moment, nothing is outputted even when the user explicitely calls for the score output! Perhaps gnus-summary-current-score should always echo the score when used interactively? And only when used programmatically refer to the verbosity level? (Yes, I get it there will be an inconsistency at one side or the other no matter how it is done.) Source for gnus-summary-current-score (defun gnus-summary-current-score (arg) "Return the score of the current article. With prefix ARG, return the total score of the current (sub)thread." (interactive "P") (gnus-message 1 "%s" (if arg (gnus-thread-total-score (gnus-id-to-thread (mail-header-id (gnus-summary-article-header)))) (gnus-summary-article-score)))) -- underground experts united http://user.it.uu.se/~embe8573