Gnus development mailing list
 help / color / mirror / Atom feed
* Exiting a group without moving to the next unread group?
@ 2001-01-28 18:40 Hannu Koivisto
  2001-02-03 13:22 ` Hannu Koivisto
  0 siblings, 1 reply; 2+ messages in thread
From: Hannu Koivisto @ 2001-01-28 18:40 UTC (permalink / raw)


Greetings,

The subject pretty much says it all -- how can I exit a group so
that Gnus doesn't move to the next unread group in the group
buffer?

-- 
Hannu



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

* Re: Exiting a group without moving to the next unread group?
  2001-01-28 18:40 Exiting a group without moving to the next unread group? Hannu Koivisto
@ 2001-02-03 13:22 ` Hannu Koivisto
  0 siblings, 0 replies; 2+ messages in thread
From: Hannu Koivisto @ 2001-02-03 13:22 UTC (permalink / raw)


Hannu Koivisto <azure@iki.fi> writes:

| The subject pretty much says it all -- how can I exit a group so
| that Gnus doesn't move to the next unread group in the group
| buffer?

Since there didn't seem to be a way, I implemented one (yes, it is
a bit hackish):

(defun gnus-summary-exit-dont-move (&optional temporary)
  "Like `gnus-summary-exit' but does not move to the next unread group."
  (interactive)
  (flet ((gnus-group-next-unread-group (n &rest ignored)
           n))
    (gnus-summary-exit temporary)))

-- 
Hannu



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

end of thread, other threads:[~2001-02-03 13:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-28 18:40 Exiting a group without moving to the next unread group? Hannu Koivisto
2001-02-03 13:22 ` Hannu Koivisto

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