From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4546 Path: main.gmane.org!not-for-mail From: Jason L Tibbitts III Newsgroups: gmane.emacs.gnus.general Subject: Re: [sgnus 0.25] gnus-summary-scroll-up doesn't. Date: Wed, 20 Dec 1995 15:46:19 -0600 Message-ID: <9512202146.AA21377@hpc.uh.edu> References: <55g2efsk9h.fsf@galil.austnsc.tandem.com> Reply-To: Jason L Tibbitts III NNTP-Posting-Host: coloc-standby.netfonds.no Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1035145278 30019 80.91.224.250 (20 Oct 2002 20:21:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:21:18 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id OAA15900 for ; Wed, 20 Dec 1995 14:36:51 -0800 Original-Received: from Post-Office.UH.EDU (Post-Office.UH.EDU [129.7.1.20]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 20 Dec 1995 22:55:52 +0100 Original-Received: from hpc.uh.edu (Sina.HPC.UH.EDU) by Post-Office.UH.EDU (PMDF V5.0-5 #8380) id <01HZ1AOLWZR4000BZ2@Post-Office.UH.EDU> for ding@ifi.uio.no; Wed, 20 Dec 1995 15:46:21 -0600 (CST) Original-Received: from sina.hpc.uh.edu (localhost) by hpc.uh.edu (5.x/SMI-SVR4) id AA21377; Wed, 20 Dec 1995 15:46:19 -0600 In-reply-to: Sten Drescher's message of 20 Dec 1995 11:44:10 -0600 Original-To: ding@ifi.uio.no Xref: main.gmane.org gmane.emacs.gnus.general:4546 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4546 >>>>> "SD" == Sten Drescher 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 . (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 /* 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