Gnus development mailing list
 help / color / mirror / Atom feed
From: Sven Joachim <svenjoac@gmx.de>
To: ding@gnus.org
Subject: Re: gnus-summary-end-of-article displays beginning of article
Date: Thu, 06 Mar 2008 09:25:30 +0100	[thread overview]
Message-ID: <87zltc45tx.fsf@gmx.de> (raw)
In-Reply-To: <v9ableazow.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Tue, 04 Mar 2008 23:31:43 +0100")

On 2008-03-04 23:31 +0100, Reiner Steib wrote:

> On Mon, Mar 03 2008, Sven Joachim wrote:
>
>> With current No Gnus CVS I'm noticing the unwanted behavior that
>> gnus-summary-end-of-article goes to the beginning of the article, rather
>> than to the end.  Anyone else seeing this?
>>
>> I've tried to single-step that function, but failed to find anything
>> obviously wrong.  And it had not been changed for ages.
>
> `gnus-summary-end-of-article' has been modified in 5.10.3:

That's what I meant with "ages".  And it still works fine in current
Gnus 5.11 from EMACS_22_BASE.

> After reverting the following hunk, it works as expected for me.
>
> ,----
> | --- gnus-sum.el	19 Oct 2003 01:09:52 -0000	6.369
> | +++ gnus-sum.el	21 Oct 2003 14:28:32 -0000	6.370
> | [...]
> | @@ -8518,7 +8518,9 @@
> |      (widen)
> |      (goto-char (point-max))
> |      (recenter -3)
> | -    (when gnus-page-broken
> | +    (when gnus-break-pages
> | +      (when (re-search-backward page-delimiter nil t)
> | +	(narrow-to-region (match-end 0) (point-max)))
> |        (gnus-narrow-to-page))))
> |  
> |  (defun gnus-summary-print-truncate-and-quote (string &optional len)
> `----

Okay, for the moment I have set gnus-break-pages to nil, which works
around the problem.

Still puzzled,
Sven



  reply	other threads:[~2008-03-06  8:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-03 18:49 Sven Joachim
2008-03-04 22:31 ` Reiner Steib
2008-03-06  8:25   ` Sven Joachim [this message]
2008-03-06  8:45     ` Katsumi Yamaoka
2008-03-07  6:24       ` Katsumi Yamaoka

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=87zltc45tx.fsf@gmx.de \
    --to=svenjoac@gmx.de \
    --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).