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

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

Re: Run a program


From: Le Wang
Subject: Re: Run a program
Date: Wed, 28 Sep 2011 09:43:31 +0800

On Tue, Sep 27, 2011 at 1:28 PM, Roland Thiers <roland.thiers@canl.nc> wrote:
> Hi all,
> I am a novice programming in Emacs Lisp.
> My question :

This is a quoting issue.  It got me a short while ago.  Read the whole
thread, especially when I reach enlightenment later on.
http://lists.gnu.org/archive/html/bug-gnu-emacs/2011-09/msg00457.html

TLDR; instead of using [x y z] use (vector x y z).  Never modify
things you quote or you will be confused.  Only quote constants.

-- 
Le



reply via email to

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