Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!IFI.UIO.NO!hallvard From: hallvard@IFI.UIO.NO (Hallvard B Furuseth) Newsgroups: gnu.emacs.bug Subject: Segmenation fault Message-ID: <9001191306.AA04547@nikar.uio.no> Date: 19 Jan 90 13:06:38 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 14 Here is a segmentation fault for emacs-18.55.1: (funcall '(autoload "existing-file" nil nil nil)) do_autoload() should check that FUNNAME is a lisp-symbol. BTW, I discovered this when I found that ((lambda (x) body) args) worked, and decided to have some fun. Great! Even ((macro ...) args) works! One detail is missing, however. When these things work, I think (macroexpand '((macro ...) ...)) should work, too. Hallvard Furuseth hallvard@ifi.uio.no