Gnus development mailing list
 help / color / mirror / Atom feed
From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
Subject: [bug] Mark limit score
Date: Thu, 18 Oct 2001 11:47:25 +0200	[thread overview]
Message-ID: <7ktt2sb6.fsf@hschmi22.userfqdn.rz-online.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 343 bytes --]

There are currently two entries in the menu Gnus->Mark Limit which are
called Score. That's already not very nice, but I think that one or both
of them are broken.

Try to hit /p in the summary buffer. This results for me in an error message
saying "There is no diplay group parameter" (sic!).
First of all we've got to get rid of this typo:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Fix typo in gnus-sum.el --]
[-- Type: text/x-patch, Size: 457 bytes --]

--- gnus-sum.el	Wed Oct 17 22:14:16 2001
+++ gnus-sum2.el	Thu Oct 18 09:23:32 2001
@@ -6894,7 +6894,7 @@
   "Limit the summary buffer to the predicated in the `display' group parameter."
   (interactive)
   (unless gnus-newsgroup-display
-    (error "There is no `diplay' group parameter"))
+    (error "There is no `display' group parameter"))
   (let (articles)
     (dolist (number gnus-newsgroup-articles)
       (when (funcall gnus-newsgroup-display)


[-- Attachment #3: Type: text/plain, Size: 439 bytes --]

Then: /v calls gnus-summary-limit-to-score. This function is the one I
want, but it doesn't ask for the score I wish to limit the summary
to. It limits the summary to articles with a score bigger or equal than
gnus-summary-default-score which is quite senseless.

-- 
One Ring to rule them all, One Ring to find them,
One Ring to bring them all and in the darkness bind them
In the Land of Mordor where the Shadows lie.
19. Dezember 2001


             reply	other threads:[~2001-10-18  9:47 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-18  9:47 Frank Schmitt [this message]
2001-10-18 10:00 ` Björn Torkelsson
2001-10-18 19:51 ` Simon Josefsson
2001-10-18 22:32   ` Frank Schmitt
2001-10-19 11:37     ` Kai Großjohann
2001-10-19 12:42       ` Frank Schmitt
2001-10-20  5:57       ` Daniel Pittman
2001-10-20 11:26     ` Kai Großjohann
2001-10-20 11:51       ` Frank Schmitt
2001-10-20 13:15         ` Frank Schmitt
2001-10-20 18:18         ` Kai Großjohann
2001-10-20 18:40           ` Frank Schmitt
2001-10-20 22:01             ` Kai Großjohann
2001-10-20 22:26               ` Frank Schmitt
2001-10-20 22:20           ` Frank Schmitt
2001-10-21  8:36             ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7ktt2sb6.fsf@hschmi22.userfqdn.rz-online.de \
    --to=usereplyto@frank-schmitt.net \
    --cc=usenet@Frank-Schmitt.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).