Gnus development mailing list
 help / color / mirror / Atom feed
* [bug] Mark limit score
@ 2001-10-18  9:47 Frank Schmitt
  2001-10-18 10:00 ` Björn Torkelsson
  2001-10-18 19:51 ` Simon Josefsson
  0 siblings, 2 replies; 16+ messages in thread
From: Frank Schmitt @ 2001-10-18  9:47 UTC (permalink / 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


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2001-10-21  8:36 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-18  9:47 [bug] Mark limit score Frank Schmitt
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

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).