help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Using Emacs Lisp for script writing


From: Cecil Westerhof
Subject: Re: Using Emacs Lisp for script writing
Date: Thu, 17 Dec 2009 12:29:57 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

Cecil Westerhof <Cecil@decebal.nl> writes:

> By the way. I have been looking into Common Lisp and I understood that
> the following is correct:
>     (list a: 1)
> But I get:
>     *** - READ uit #<INPUT CONCATENATED-STREAM #<INPUT STRING-INPUT-STREAM> 
> #<IO TERMINAL-STREAM>>: er is geen package met naam "A"
>     Mogelijkheden om opnieuw te beginnen:
>     ABORT          :R1      ABORT
>     ABORT          :R2      ABORT
>     ABORT          :R3      ABORT
> What is going wrong here?

I should have been using:
  (list :a 1)

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof


reply via email to

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