On 2007-07-28, Madhu <[EMAIL PROTECTED]> wrote: > | How about setting the `gnus-summary-goto-unread' variable to nil? > > Thanks, this helps some but really I'd like to be able to invoke both > behaviours at any point. Some times I want to jump to the next or > previous unread article. Other times I just want to operate on the > current article and stay where I am [like saving to mbox or RMAIL does > not automatically move to the next article --- where I `user-expect' it > to `move to next' :)] I found the structure of the browsing code makes > the desired behaviour surprisingly hard to achieve.
I've got this in my .gnus: --8<---------------cut here---------------start------------->8--- ;; A keybinding for marking messages as read in the summary buffer ;; without moving (define-key gnus-summary-mode-map [(meta d)] (lambda () (interactive) (gnus-summary-mark-as-read))) --8<---------------cut here---------------end--------------->8--- Is that what you're looking for? Greetings -- Michael Piotrowski, M.A. <[EMAIL PROTECTED]> Public key at <http://www.dynalabs.de/mxp/pubkey.txt> (ID 0x1614A044) _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
