Move to next message

Posted by demas on Stack Overflow See other posts from Stack Overflow or by demas
Published on 2010-04-29T09:53:26Z Indexed on 2010/04/29 9:57 UTC
Read the original article Hit count: 434

Filed under:
|

I have a messages line this:

message 1
  answer 1.1
     answer 1.1.1
  answer 1.2
  answer 1.3
massage 2
...

and I have the line in my .gnus.el:

(global-set-key [f9] (lambda () (interactive) (gnus-summary-lower-score-by-subj-substr-temp)))

When I select "message 1" and press F9 next lines:

  • message1
  • answer 1.1
  • answer 1.1.1
  • answer 1.2
  • answer 1.3

change the score.

But I need the selection move to next message (message 2) when I press F9. How can I get it?

© Stack Overflow or respective owner

Related posts about gnus

Related posts about emacs