Gnus development mailing list
 help / color / mirror / Atom feed
From: Francis Moreau <francis.moro@gmail.com>
To: ding@gnus.org
Subject: gnus-summary-next-page default behaviour
Date: Wed, 9 Dec 2009 13:41:23 +0100	[thread overview]
Message-ID: <38b2ab8a0912090441o5cf65108v365c7cb8cd22bc2@mail.gmail.com> (raw)

[ 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



             reply	other threads:[~2009-12-09 12:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-09 12:41 Francis Moreau [this message]
2010-08-29 17:28 ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=38b2ab8a0912090441o5cf65108v365c7cb8cd22bc2@mail.gmail.com \
    --to=francis.moro@gmail.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).