Gnus development mailing list
 help / color / mirror / Atom feed
From: Jan Vroonhof <vroonhof@math.ethz.ch (Jan Vroonhof)>
Cc: ding@ifi.uio.no
Subject: nnfolder reading problem in sgnus 0.61 "solved"
Date: 02 Apr 1996 13:16:43 +0200	[thread overview]
Message-ID: <bypw9qeuzo.fsf_-_@gauss.math.ethz.ch> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of (unknown date)


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


                 reply	other threads:[~1996-04-02 11:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=bypw9qeuzo.fsf_-_@gauss.math.ethz.ch \
    --to=vroonhof@math.ethz.ch \
    --cc=ding@ifi.uio.no \
    /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).