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

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

Re: Re: convert strings to symbol


From: thomas . darmann
Subject: Re: Re: convert strings to symbol
Date: Mon, 16 Jun 2008 16:29:40 +0200
User-agent: freenetMail

Thanks a lot, it seams that intern is different from "make-symbol". In my case 
only "intern" works. Very thanks indeed.

----- original Nachricht --------

Betreff: Re: convert strings to symbol
Gesendet: Mo 16 Jun 2008 16:16:12 CEST
Von: "Andreas Röhler"<andreas.roehler@online.de>

> 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/in
> dex.html
> > 
> > 
> > 
> > 
> 
> make-symbol (?)
> 
> (setq a (make-symbol "eins"))
> a => eins
> 
> 
> 

--- original Nachricht Ende ----




Unbegrenzter Speicher, Top-Spamschutz, 120 SMS und eigene E-MailDomain inkl.
http://office.freenet.de/dienste/emailoffice/produktuebersicht/power/mail/index.html





reply via email to

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