Gnus development mailing list
 help / color / mirror / Atom feed
* SCORING pb in 0.26
@ 1996-01-16 15:08 boubaker
  1996-01-16 21:38 ` Jason L Tibbitts III
  0 siblings, 1 reply; 2+ messages in thread
From: boubaker @ 1996-01-16 15:08 UTC (permalink / raw)



 hi dingers
 
 I just switched to 0.26 from 0.12 (yes that's a big step): And have now
strange scoring problems:

 In summary tracing a score (V T) give me the correct informations but getting
the current score (V S) allways give me 0. 

 any ideas anyone?
 
 - heddy -


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

* Re: SCORING pb in 0.26
  1996-01-16 15:08 SCORING pb in 0.26 boubaker
@ 1996-01-16 21:38 ` Jason L Tibbitts III
  0 siblings, 0 replies; 2+ messages in thread
From: Jason L Tibbitts III @ 1996-01-16 21:38 UTC (permalink / raw)


>>>>> "heddy" == boubaker  <boubaker@cenatls.cena.dgac.fr> writes:

heddy>  In summary tracing a score (V T) give me the correct informations
heddy> but getting the current score (V S) allways give me 0.

I think I've posted a patch for this twice now; it looks like it's still
needed in 0.27 so I'll post it again.  (I think this will apply cleanly to
0.27; if not, it's only three lines.)

This fixes the simplify-buffer-fuzzy bug and the bug with scrolling a
window with RET.

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


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

end of thread, other threads:[~1996-01-16 21:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-01-16 15:08 SCORING pb in 0.26 boubaker
1996-01-16 21:38 ` Jason L Tibbitts III

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