Gnus development mailing list
 help / color / mirror / Atom feed
* [sgnus 0.25] gnus-summary-scroll-up doesn't.
@ 1995-12-20 17:44 Sten Drescher
  1995-12-20 21:46 ` Jason L Tibbitts III
  0 siblings, 1 reply; 3+ messages in thread
From: Sten Drescher @ 1995-12-20 17:44 UTC (permalink / raw)



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

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


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

* Re: [sgnus 0.25] gnus-summary-scroll-up doesn't.
  1995-12-20 17:44 [sgnus 0.25] gnus-summary-scroll-up doesn't Sten Drescher
@ 1995-12-20 21:46 ` Jason L Tibbitts III
  1995-12-21 18:38   ` Jack Vinson
  0 siblings, 1 reply; 3+ messages in thread
From: Jason L Tibbitts III @ 1995-12-20 21:46 UTC (permalink / raw)


>>>>> "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


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

* Re: [sgnus 0.25] gnus-summary-scroll-up doesn't.
  1995-12-20 21:46 ` Jason L Tibbitts III
@ 1995-12-21 18:38   ` Jack Vinson
  0 siblings, 0 replies; 3+ messages in thread
From: Jack Vinson @ 1995-12-21 18:38 UTC (permalink / raw)



Thank you, thank you, thank you!  Adaptive scoring works again!  Woo hoo!

The patch Jason sent in was not applied to 0.26, so you'll need to do it
there as well.  It fixes gnus-summary-scroll-up AND adaptive scoring.
(Adaptive scoring wasn't working for fuzzy matches on subjects.)

-- 
Jack Vinson                       jvinson@cheux.ecs.umass.edu
Sunderland, MA                    <http://www.cis.upenn.edu/~vinson/home.html>
Q. "Is a cat's urinary tract health important?"  A. "Yes, very."
     - Purina Cat Chow Special Formula Commercial



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

end of thread, other threads:[~1995-12-21 18:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-12-20 17:44 [sgnus 0.25] gnus-summary-scroll-up doesn't Sten Drescher
1995-12-20 21:46 ` Jason L Tibbitts III
1995-12-21 18:38   ` Jack Vinson

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