From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5256 Path: main.gmane.org!not-for-mail From: Steve Baumgarten Newsgroups: gmane.emacs.gnus.general Subject: find-file-noselect in 19.29 vs. nnfolder.el in sgnus-0.41 Date: Fri, 23 Feb 1996 18:30:09 -0500 (EST) Message-ID: <199602232330.SAA10315@panix3.panix.com> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035145887 32267 80.91.224.250 (20 Oct 2002 20:31:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:31:27 +0000 (UTC) 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.3/8.6.9) with SMTP id QAA11887 for ; Fri, 23 Feb 1996 16:08:59 -0800 Original-Received: from panix3.panix.com (panix3.panix.com [198.7.0.4]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sat, 24 Feb 1996 00:30:11 +0100 Original-Received: (from sbb@localhost) by panix3.panix.com (8.7/8.7/PanixU1.3) id SAA10315; Fri, 23 Feb 1996 18:30:09 -0500 (EST) Original-To: ding@ifi.uio.no Xref: main.gmane.org gmane.emacs.gnus.general:5256 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5256 It seems that nnfolder.el calls find-file-noselect with an additional argument that doesn't exist in emacs 19.29: (defun nnfolder-read-folder (file) (save-excursion (nnfolder-possibly-activate-groups nil) ;; We should be paranoid here and make sure the group is in the alist, ;; and add it if it isn't. ;;(if (not (assoc nnfoler-current-group nnfolder-group-alist) (set-buffer (setq nnfolder-current-buffer (nnheader-find-file-noselect file nil 'raw))) ^^^^ This causes nnfolder processing to barf in general. I assume the extra argument was added in 19.30 or 19.31; for the sake of those of us who can't always get our sysadmins to upgrade us to the latest and greatest emacs as quickly as we'd like, it'd be nice if some sort of check of emacs-version was added. Steve Baumgarten sbb@panix.com