Lars Magne Ingebrigtsen <[email protected]> writes: > Sean McAfee <[email protected]> writes: > >> Idea #2: Add a command that highlights successive links on repeated >> invocation, and another command that activates the currently highlighted >> link. > > Sounds nice. Perhaps TAB in the summary buffer should highlight the > links successively? And then RET could "click the link".
Isn't that essentially what TAB already does? (But not just for links; it includes any widget; which I think is the right thing to do.) | <tab> runs the command gnus-summary-widget-forward, which is an | interactive compiled Lisp function in `gnus-sum.el'. | | It is bound to <tab>, A <tab>. | | (gnus-summary-widget-forward arg) | | Move point to the next field or button in the article. | With optional arg, move across that many fields. Dan _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
