I have set up this, but after the 'delete' keypress I want cursor 
to move to the next article automatic. Not to use arrow keys or any 
other keys. Sometimes I get for 300 and more messages and It's pain 
to switch from delete to next key 300 times.

(define-key gnus-summary-mode-map [delete]
  '(lambda()
     (interactive)
     (let ((gnus-novice-user nil))
     (gnus-summary-delete-article))))

-- 
One cannot sell the earth upon which the people walk
                                                Tacunka Witco 
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to