emacs-pretest-bug
[Top][All Lists]
Advanced

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

Should let symbols be interned?


From: Lennart Borgman (gmail)
Subject: Should let symbols be interned?
Date: Sat, 20 Jan 2007 03:49:55 +0100
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

I do not know if this is a bug, but it could be. I am a bit surprised that let symbols get interned. Try this:

  (intern-soft "this-was-no-symbol")

It returns nil. Now evaluate this

  (let (this-was-no-symbol))

Then evaluate the intern-soft line again. Now the variable is interned.

Should let symbols be interned this way?



In GNU Emacs 22.0.92.1 (i386-mingw-nt5.1.2600)
 of 2007-01-18




reply via email to

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