[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: why does `variable-at-point' return 0?
From: |
Juanma Barranquero |
Subject: |
Re: why does `variable-at-point' return 0? |
Date: |
Sat, 21 Apr 2012 00:57:58 +0200 |
On Fri, Apr 20, 2012 at 20:14, Štěpán Němec <address@hidden> wrote:
> AFAIK, in "nil-lisps" like Elisp or Common Lisp that is not unlikely,
> but impossible. Could you explain what you had in mind?
C:\> emacs -Q --batch --eval "(unintern 'nil)" --eval "(message \"nil
= %%S\" (let ((nil t)) nil))"
nil = t
Juanma