Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Michael Heerdegen <michael_heerdegen@web.de>
To: info-gnus-english@gnu.org
Subject: Re: Highlight process-marked files in Gnus summary?
Date: Tue, 27 Jul 2021 02:47:53 +0200	[thread overview]
Message-ID: <87h7ggzio6.fsf@web.de> (raw)
In-Reply-To: <87y29tu7xf.fsf@gnu.org>

Roland Winkler <winkler@gnu.org> writes:

> Hopefully, it will be not too difficult to teach Gnus to limit the
> Summary buffer based on the process-mark.

Should be as easy as

#+begin_src emacs-lisp
(defun my-gnus-limit-to-process-marked ()
  (interactive)
  (gnus-summary-limit gnus-newsgroup-processable))
#+end_src

i think.  / w for `gnus-summary-pop-limit'.  AFAIU limiting is stack
based: each limiting pushes to the stack, and / w pops the most upper
limit and thus reverses one limiting operation.


Michael.



  reply	other threads:[~2021-07-27  0:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-18  2:42 Michael Heerdegen
2020-05-18 15:38 ` Eric Abrahamsen
2020-05-19 13:47   ` Lars Ingebrigtsen
2020-05-19 23:13     ` Michael Heerdegen
2020-05-22 13:00       ` Lars Ingebrigtsen
2021-07-25 20:08     ` Roland Winkler
2021-07-25 22:16       ` Michael Heerdegen
2021-07-26  2:26         ` Roland Winkler
2021-07-27  0:47           ` Michael Heerdegen [this message]
2021-07-25 22:20       ` Eric Abrahamsen

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=87h7ggzio6.fsf@web.de \
    --to=michael_heerdegen@web.de \
    --cc=info-gnus-english@gnu.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).