From xemacs-m  Fri Aug  1 19:10:47 1997
Received: from postoffice.npac.syr.edu (postoffice.npac.syr.edu [128.230.7.230])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id TAA07017
	for <xemacs-beta@xemacs.org>; Fri, 1 Aug 1997 19:10:46 -0500 (CDT)
Received: from kopernik.npac.syr.edu (kopernik.npac.syr.edu [128.230.8.17]) by postoffice.npac.syr.edu (8.7.5/8.7.1) with SMTP id UAA07071 for <xemacs-beta@xemacs.org>; Fri, 1 Aug 1997 20:10:41 -0400 (EDT)
To: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: Hungarian problems: dired & eval.c
X-Attribution: RT
X-Face: +y3+xzgZ,4'l]@20C)#i*'~hA8jYx<!kS/Wx>Y_(BBZi6XfKcvVX2U>Ct]!`@M@d$/n[hvk
 k9;UL{0W`#NUW@Wmz0k$6vZF+Z}H(5c-MxoxIu|k![]6p*4Q_&Rus2,?r)OtakO(6l#\9Djem>r"FV
 qcRq|x0oKmTd2=M}46V+Y
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Remek Trzaska <remek@npac.syr.edu>
Date: 01 Aug 1997 20:10:41 -0400
Message-ID: <rwxg1stwike.fsf@kopernik.npac.syr.edu>
Lines: 24
X-Mailer: Gnus v5.4.64/XEmacs 20.3(beta15) - "Berlin"

Hi guys!

Whenever I press 'f'  in dired in Budapest I get an error:

Signaling: (wrong-type-argument stringp nil)
  expand-file-name(nil)
  find-file-noselect(nil)
  find-file(nil nil)
  dired-advertised-find-file(nil)
  call-interactively(dired-advertised-find-file)

Is something wrong with me or with Budapest?  (yes, I start XEmacs
with -q -no-site-file.)  The problem was not present in Berlin.

The other problem was "volatile" in call_with_suspended_errors header
declared in emacsfns.h, defined in eval.c, line 2127

call_with_suspended_errors (lisp_fn_t fun, /*volatile*/ Lisp_Object retval,
			    Lisp_Object class, Error_behavior errb,
			    int nargs, ...)

SGI's cc complained about incompatible declaration.

Remek

