Gnus development mailing list
 help / color / mirror / Atom feed
From: Jason L Tibbitts III <tibbs@sina.hpc.uh.edu>
Subject: Re: [sgnus 0.25] gnus-summary-scroll-up doesn't.
Date: Wed, 20 Dec 1995 15:46:19 -0600	[thread overview]
Message-ID: <9512202146.AA21377@hpc.uh.edu> (raw)
In-Reply-To: Sten Drescher's message of 20 Dec 1995 11:44:10 -0600

>>>>> "SD" == Sten Drescher <stend@cris.com> writes:

SD> I'd say that that about sums it up ;(.  At least gnus-summary-next
SD> page still works.

I sent this to Lars earlier.  It fixes the scroll-up bug and the adaptive
scoring bug (where fuzzy matches don't work).  Use only the last hunk if
you only want the scroll-up bug fixed.

 - J<

*** gnus.el.orig	Tue Dec 19 13:16:47 1995
--- gnus.el	Tue Dec 19 21:19:53 1995
***************
*** 2856,2861 ****
--- 2856,2863 ----
  ;; Written by Stainless Steel Rat <ratinox@ccs.neu.edu>.
  (defun gnus-simplify-buffer-fuzzy ()
    (goto-char (point-min))
+   (re-search-forward "^[ \t]*\\(re\\|fwd\\)[[{(^0-9]*[])}]?[:;][ \t]*" nil t)
+   (goto-char (match-beginning 0))
    (while (or
  	  (looking-at "^[ \t]*\\(re\\|fwd\\)[[{(^0-9]*[])}]?[:;][ \t]*")
  	  (looking-at "^[[].*:[ \t].*[]]$"))
***************
*** 9588,9594 ****
  		(setq did article))
  	    (if (or all-headers gnus-show-all-headers) 
  		(gnus-article-show-all-headers))
! 	    t))
        (if did 
  	  (gnus-article-set-window-start 
  	   (cdr (assq article gnus-newsgroup-bookmarks)))))))
--- 9590,9596 ----
  		(setq did article))
  	    (if (or all-headers gnus-show-all-headers) 
  		(gnus-article-show-all-headers))
! 	    nil))
        (if did 
  	  (gnus-article-set-window-start 
  	   (cdr (assq article gnus-newsgroup-bookmarks)))))))


SD> -- #include <disclaimer.h> /* Sten Drescher */ To get my PGP public
SD> key, send me email with your public key and Subject: PGP key exchange
SD> Key fingerprint = 90 5F 1D FD A6 7C 84 5E A9 D3 90 16 B2 44 C4 F3


  reply	other threads:[~1995-12-20 21:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-12-20 17:44 Sten Drescher
1995-12-20 21:46 ` Jason L Tibbitts III [this message]
1995-12-21 18:38   ` Jack Vinson

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=9512202146.AA21377@hpc.uh.edu \
    --to=tibbs@sina.hpc.uh.edu \
    --cc=tibbs@UH.EDU \
    /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).