On Wed, 15 Feb 2006 17:15:57 +0100, Marko wrote:

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

Is is stupid to suggest adding a (forward-line) to the end of that
function?


  Best regards,

-- 
 "Who ees thees Kählveen?"                                    Adam Sjøgren
                                                         [EMAIL PROTECTED]
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to