From xemacs-m  Thu Dec 26 14:08:31 1996
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id OAA27465 for <xemacs-beta@xemacs.org>; Thu, 26 Dec 1996 14:08:30 -0600 (CST)
Received: (from steve@localhost)
          by altair.xemacs.org (8.8.4/8.8.4)
	  id MAA20340; Thu, 26 Dec 1996 12:18:06 -0800
Sender: steve@xemacs.org
To: xemacs-beta@xemacs.org
Subject: Re: 20.0 beta 32 and jka-compr
References: <199612261740.JAA00837@sandman.cisco.com>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Dan Rich's message of Thu, 26 Dec 1996 09:40:34 -0800
Mime-Version: 1.0 (generated by tm-edit 7.99)
Content-Type: text/plain; charset=US-ASCII
Date: 26 Dec 1996 12:17:59 -0800
Message-ID: <m2n2v13vrc.fsf@altair.xemacs.org>
Lines: 30
X-Mailer: Red Gnus v0.72/XEmacs 19.15

>>>>> "Dan" == Dan Rich <drich@cisco.com> writes:

Dan> Is anyone else using jka-compr with 20.0?  I'm having all sorts
Dan> of trouble with it.  First it isn't loading on startup (which
Dan> could very well be a problem with my init file), but when I try
Dan> and save a message from VM into a compressed folder I am getting
Dan> the error: Wrong number of arguments: (lambda (start end file
Dan> &optional append visit) (let* ((filename (expand-file-name file))
Dan> (visit-file (if (stringp vi....

Dan> Which looks like it is coming from the call to jka-compr-write-region.

Dan> Did write-region change it's argument list (it looks the same as
Dan> the above)?

The parameters are different.  I see:
write-region: (start end filename &optional append visit lockname)
  -- an alias for ange-ftp-write-region, an interactive compiled Lisp function.
Write current region into specified file.

Dan> Any ideas?

I'm not sure what to suggest.  write-region is one of the functions
overridden by ange-ftp, and ange-ftp should be history in favor of efs
in the next betas.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
"That Bill Clinton.  He probably doesn't know how to log on to the
Internet."  -- Rush Limbaugh, noted Computer Expert

