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

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

RE: how to convert a string to a symbol?


From: Drew Adams
Subject: RE: how to convert a string to a symbol?
Date: Sat, 13 Sep 2008 22:54:26 -0700

> (setq str "(> 2 1)")
> I want something like: (eval (string-to-symbol str))

(intern str)





reply via email to

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