Roland Winkler <wink...@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 via email to