Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org
Subject: Re: [bug] Mark limit score
Date: Fri, 19 Oct 2001 13:37:48 +0200	[thread overview]
Message-ID: <vaflmi7zwqb.fsf@INBOX.auto.gnus.tok.lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <g08go9yj.fsf@hschmi22.userfqdn.rz-online.de> (Frank Schmitt's message of "Fri, 19 Oct 2001 00:32:52 +0200")

Frank Schmitt <usereplyto@Frank-Schmitt.net> writes:

> What do you think about this:
> 
> 
> --- lisp/gnus-sum.el	Thu Oct 18 20:03:02 2001
> +++ /cygdrive/c/Programme/XEmacs/xemacs-packages/lisp/gnus/gnus-sum.el	Thu Oct 18 22:26:50 2001
> @@ -6958,9 +6958,12 @@
>  (defun gnus-summary-limit-to-score (&optional score)
>    "Limit to articles with score at or above SCORE."
>    (interactive "P")
> -  (setq score (if score
> -		  (prefix-numeric-value score)
> -		(or gnus-summary-default-score 0)))
> +  (if (not score)
> +      (setq score 
> +	    (string-to-number (read-from-minibuffer 
> +			       "Limit to articles with a score bigger or equal than: " 
> +			       (number-to-string (or gnus-summary-default-score 0)))))
> +    (setq score (prefix-numeric-value score)))
>    (let ((data gnus-newsgroup-data)
>  	articles)
>      (while data

If I understand correctly, this means that calling
gnus-summary-limit-to-score without specifying a score via the prefix
arg means that the user is prompted.

It's not clear to me that this is a good idea: C-d does not prompt you
how many characters to delete, either, it just deletes 1 character
unless you specify otherwise.

Opinions?

kai
-- 
GNU/Linux provides a nice `poweroff' command, but where is `poweron'?



  reply	other threads:[~2001-10-19 11:37 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-18  9:47 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 [this message]
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=vaflmi7zwqb.fsf@INBOX.auto.gnus.tok.lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=ding@gnus.org \
    /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).