emacs-wiki-discuss
[Top][All Lists]
Advanced

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

Re: [emacs-wiki-discuss] Re: Emacs-wiki version 2.62 released


From: fouvry+emacs-wiki
Subject: Re: [emacs-wiki-discuss] Re: Emacs-wiki version 2.62 released
Date: Mon, 8 Nov 2004 12:12:14 +0100 (CET)

,-- On Sat, 06 Nov 2004 22:50:18 -0500, Michael Olson wrote:
[...]

| Here's a test case.
| 
| (defun cons-test-case-1 ()
|   (interactive)
|   (let ((str1 "str1-contents")
|         (str2 "str2-contents"))
|     (cons str1 str2)))
| 
| (defun cons-test-case-2 ()
|   (interactive)
|   (cons "gen-str-1" "gen-str-2"))
| 
| (defun cons-test-case-3 ()
|   (interactive)
|   (cons 'symbol1 'symbol2))
| 
| Do a C-u M-C-x on each one and then M-x cons-test-case-n (for n in
| {1-3}), and step through the functions.  For me, cases 1 and 2 fail
| with a "Wrong type argument: listp, name-of-string".  Case 3 still
| works fine though.

As just reported, no problems at all here.

Frederik




reply via email to

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