From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5831 Path: main.gmane.org!not-for-mail From: Jan Vroonhof Newsgroups: gmane.emacs.gnus.general Subject: nnfolder reading problem in sgnus 0.61 "solved" Date: 02 Apr 1996 13:16:43 +0200 Sender: vroonhof@math.ethz.ch Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035146376 1506 80.91.224.250 (20 Oct 2002 20:39:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:39:36 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id DAA06335 for ; Tue, 2 Apr 1996 03:55:41 -0800 Original-Received: from frege.math.ethz.ch (root@frege-math-bb.math.ethz.ch [129.132.148.14]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id ; Tue, 2 Apr 1996 13:16:52 +0200 Original-Received: from gauss.math.ethz.ch (vroonhof@gauss.math.ethz.ch [129.132.144.200]) by frege.math.ethz.ch (8.6.4/Main-mathdept-mailer) with ESMTP id NAA03917; Tue, 2 Apr 1996 13:16:50 +0200 Original-Received: (vroonhof@localhost) by gauss.math.ethz.ch (8.6.12/D-MATH-client) id NAA03552; Tue, 2 Apr 1996 13:16:45 +0200 Original-To: Lars Magne Ingebrigtsen In-Reply-To: Lars Magne Ingebrigtsen's message of (unknown date) Original-Lines: 44 X-Mailer: September Gnus v0.61/XEmacs 19.13 Xref: main.gmane.org gmane.emacs.gnus.general:5831 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5831 Below is a patch which allows me to read subscribed nnfolder groups again. Before I only could read the by going to the server buffer and read them as killed groups in the browse server list. I think the problem is the fact nnfolder-server-close now always kills the buffer (I think the comment should also relect that fact) combined with some optimization? in nnfolder-read-articles introduced in september as opposed to 5.0.15. *** nnfolder.el.orig Fri Mar 29 10:40:15 1996 --- nnfolder.el Tue Apr 2 12:55:58 1996 *************** *** 110,116 **** (erase-buffer) (let ((delim-string (concat "^" rmail-unix-mail-delimiter)) article art-string start stop) ! (when nnfolder-current-buffer (nnfolder-possibly-change-group newsgroup server) (set-buffer nnfolder-current-buffer) (goto-char (point-min)) --- 110,120 ---- (erase-buffer) (let ((delim-string (concat "^" rmail-unix-mail-delimiter)) article art-string start stop) ! ;; ! ;; why is this check here? nnfolder-current-buffer is 'nil' for me ! ;; when trying to read messages in a group ! ;; removed it for the moment (vroonhof@math.ethz.ch) ! (when t ;; nnfolder-current-buffer (nnfolder-possibly-change-group newsgroup server) (set-buffer nnfolder-current-buffer) (goto-char (point-min)) That should make sgnus rise up to its true glory again. Jan -- Jan Vroonhof http://www.math.ethz.ch/~vroonhof/ Mathematik, vroonhof@math.ethz.ch HG E16, ETH-Zentrum, Tel: +41-1-6325456/25154 Raemistrasse 101, CH-8092 Zuerich. Fax: +41-1-6321085