guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

elisp test case question


From: Dirk Herrmann
Subject: elisp test case question
Date: Sun, 3 Mar 2002 17:52:25 +0100 (MET)

Hi folks,

I wonder if the following test case in the elisp test suite is OK:

Tested expression:
(eval-elisp '(apply (lambda (x y &optional o &rest r) (list x y o r)) 1 2 3 
nil))
expected result in the test case (which it actually gives):
(1 2 3 #nil)
but shouldn't this rather be:
(1 2 3 (#nil))
?

If not, how could one distinguish the result from
(eval-elisp '(apply (lambda (x y &optional o &rest r) (list x y o r)) 1 2 3))
?

Best regards
Dirk Herrmann




reply via email to

[Prev in Thread] Current Thread [Next in Thread]