Gnus development mailing list
 help / color / mirror / Atom feed
* scrolling to bottom of article upon selection?
@ 2010-10-12  9:05 Robert Pluim
  2010-10-12 12:49 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Pluim @ 2010-10-12  9:05 UTC (permalink / raw)
  To: ding

Hi,

I'm trying to achieve the equivalent of 'gnus-summary-end-of-article
when selecting an article.  I've looked through the various hooks, but
putting that command in gnus-select-article-hook doesn't seem to do the
trick.

Thanks

Robert




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

* Re: scrolling to bottom of article upon selection?
  2010-10-12  9:05 scrolling to bottom of article upon selection? Robert Pluim
@ 2010-10-12 12:49 ` Lars Magne Ingebrigtsen
  2010-10-12 13:30   ` Robert Pluim
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-10-12 12:49 UTC (permalink / raw)
  To: ding

Robert Pluim <rpluim@gmail.com> writes:

> I'm trying to achieve the equivalent of 'gnus-summary-end-of-article
> when selecting an article.  I've looked through the various hooks, but
> putting that command in gnus-select-article-hook doesn't seem to do the
> trick.

`gnus-article-set-window-start' is called at the end, and sets point at
the start, so you'd have to make your own version of that function and
alter it.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




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

* Re: scrolling to bottom of article upon selection?
  2010-10-12 12:49 ` Lars Magne Ingebrigtsen
@ 2010-10-12 13:30   ` Robert Pluim
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Pluim @ 2010-10-12 13:30 UTC (permalink / raw)
  To: ding

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Robert Pluim <rpluim@gmail.com> writes:
>
>> I'm trying to achieve the equivalent of 'gnus-summary-end-of-article
>> when selecting an article.  I've looked through the various hooks, but
>> putting that command in gnus-select-article-hook doesn't seem to do the
>> trick.
>
> `gnus-article-set-window-start' is called at the end, and sets point at
> the start, so you'd have to make your own version of that function and
> alter it.

That did the trick, thanks.

Robert




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

end of thread, other threads:[~2010-10-12 13:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-12  9:05 scrolling to bottom of article upon selection? Robert Pluim
2010-10-12 12:49 ` Lars Magne Ingebrigtsen
2010-10-12 13:30   ` Robert Pluim

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