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

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

Re: convert strings to symbol


From: Andreas Röhler
Subject: Re: convert strings to symbol
Date: Mon, 16 Jun 2008 16:16:19 +0200
User-agent: KMail/1.9.6 (enterprise 20070904.708012)

Am Montag, 16. Juni 2008 schrieb alruccaba@justmail.de:
> Does someone have an idea how to convert a string object to a symbol?
> One purpose would be some kind of variable substitution :
> 
> (setq y "z")
> (setq x "y")
> (print  ..? x ....) -> "z"
> 
> Thanks in advance.
> 
> 
> 
> Unbegrenzter Speicher, Top-Spamschutz, 120 SMS und eigene E-MailDomain inkl.
> 
http://office.freenet.de/dienste/emailoffice/produktuebersicht/power/mail/index.html
> 
> 
> 
> 

make-symbol (?)

(setq a (make-symbol "eins"))
a => eins




reply via email to

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