Gnus development mailing list
 help / color / mirror / Atom feed
* find-file-noselect in 19.29 vs. nnfolder.el in sgnus-0.41
@ 1996-02-23 23:30 Steve Baumgarten
  1996-02-23 23:37 ` Steve Baumgarten
  1996-02-24  0:03 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 3+ messages in thread
From: Steve Baumgarten @ 1996-02-23 23:30 UTC (permalink / raw)


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: find-file-noselect in 19.29 vs. nnfolder.el in sgnus-0.41
  1996-02-23 23:30 find-file-noselect in 19.29 vs. nnfolder.el in sgnus-0.41 Steve Baumgarten
@ 1996-02-23 23:37 ` Steve Baumgarten
  1996-02-24  0:03 ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Steve Baumgarten @ 1996-02-23 23:37 UTC (permalink / raw)


Looks like insert-file-contents-literally causes a similar problem.

Also, the find-file-noselect problem crops up in a number of files,
not just nnfolder.el (it's just that that's where it first bit me).

Steve Baumgarten
sbb@panix.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: find-file-noselect in 19.29 vs. nnfolder.el in sgnus-0.41
  1996-02-23 23:30 find-file-noselect in 19.29 vs. nnfolder.el in sgnus-0.41 Steve Baumgarten
  1996-02-23 23:37 ` Steve Baumgarten
@ 1996-02-24  0:03 ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-02-24  0:03 UTC (permalink / raw)


Steve Baumgarten <sbb@panix.com> writes:

>  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.

September Gnus only works on Emacs 19.30/XEmacs 19.13 and up.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1996-02-24  0:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-02-23 23:30 find-file-noselect in 19.29 vs. nnfolder.el in sgnus-0.41 Steve Baumgarten
1996-02-23 23:37 ` Steve Baumgarten
1996-02-24  0:03 ` Lars Magne Ingebrigtsen

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