Gnus development mailing list
 help / color / mirror / Atom feed
* Key for lower score of thread now and onwards
@ 2005-06-05 12:58 Brian Elmegaard
  2005-10-10  6:42 ` Brian Elmegaard
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Elmegaard @ 2005-06-05 12:58 UTC (permalink / raw)


Hi,

I like LR to lower any current and future references to the current
message. However, I would like it to act like k and both not query for
the string as well as select the next thread.

Is there already such a function/key in gnus?
-- 
Brian (remove the sport for mail)
http://www.et.dtu.dk/staff/be/be.html




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

* Re: Key for lower score of thread now and onwards
  2005-06-05 12:58 Key for lower score of thread now and onwards Brian Elmegaard
@ 2005-10-10  6:42 ` Brian Elmegaard
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Elmegaard @ 2005-10-10  6:42 UTC (permalink / raw)


Brian Elmegaard <be@mek.dtu.dk> writes:

> Is there already such a function/key in gnus?

Found the solution. I didn't know about keyboard macros, but they are
really nice. And the i key was available for a binding. 

(fset 'gnus-score-down-subject-and-references
   [?L ?R return ?L ?S return ?n])

(add-hook 'gnus-summary-mode-hook
	  '(lambda ()
	     (define-key gnus-summary-mode-map "i"
	       'gnus-score-down-subject-and-references)))


-- 
Brian (remove the sport for mail)
http://www.et.web.mek.dtu.dk/Staff/be/be.html
http://www.rugbyklubben-speed.dk




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

end of thread, other threads:[~2005-10-10  6:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-05 12:58 Key for lower score of thread now and onwards Brian Elmegaard
2005-10-10  6:42 ` Brian Elmegaard

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