Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-summary-next-page default behaviour
@ 2009-12-09 12:41 Francis Moreau
  2010-08-29 17:28 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Francis Moreau @ 2009-12-09 12:41 UTC (permalink / raw)
  To: ding

[ This was previously sent on gnus.user group but it hasn't got any
answers so far and it might be a bug so... ]

Hello,

I'm trying to customize gnus-summary-next-page which is called when
<SPACE> is used in the summary buffer.

By default when reaching the end of the current article, pressing
<SPACE> moves to the next article. This is what I'd like to change: I
don't want to move to the next article in taht case.

So, I took a look to the documentation but haven't found so far a magic
variable to customize.

I finally wrote my own dumb function which is going to replace
gnus-summary-next-page:

	(defun my-gnus-summary-next-page ()
	  (interactive)
	  (gnus-summary-next-page nil nil t))

It does the job as expected but introduce a regression:
gnus-article-skip-boring is now ignored, I can now scroll again into the
boring details of an article ...

Could anybody tell me why ?

Thanks
-- 
Francis



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

end of thread, other threads:[~2010-08-29 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-09 12:41 gnus-summary-next-page default behaviour Francis Moreau
2010-08-29 17:28 ` Lars Magne Ingebrigtsen

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