Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* deleting and moving to next article automatic
@ 2006-02-15 16:15 Marko Lerota
  2006-02-15 22:26 ` Adam Sjøgren
  0 siblings, 1 reply; 2+ messages in thread
From: Marko Lerota @ 2006-02-15 16:15 UTC (permalink / raw)


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 

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

* Re: deleting and moving to next article automatic
  2006-02-15 16:15 deleting and moving to next article automatic Marko Lerota
@ 2006-02-15 22:26 ` Adam Sjøgren
  0 siblings, 0 replies; 2+ messages in thread
From: Adam Sjøgren @ 2006-02-15 22:26 UTC (permalink / raw)


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
                                                         asjo@koldfront.dk

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

end of thread, other threads:[~2006-02-15 22:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-15 16:15 deleting and moving to next article automatic Marko Lerota
2006-02-15 22:26 ` Adam Sjøgren

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