Gnus development mailing list
 help / color / mirror / Atom feed
From: Jason L Tibbitts III <tibbs@sina.hpc.uh.edu>
Subject: Re: SCORING pb in 0.26
Date: Tue, 16 Jan 1996 15:38:15 -0600	[thread overview]
Message-ID: <9601162138.AA16873@hpc.uh.edu> (raw)
In-Reply-To: boubaker@cenatls.cena.dgac.fr's message of Tue, 16 Jan 1996 16:08:30 +0100

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


      reply	other threads:[~1996-01-16 21:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-01-16 15:08 boubaker
1996-01-16 21:38 ` Jason L Tibbitts III [this message]

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=9601162138.AA16873@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).