Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!uunet!brunix!doorknob!kgk From: kgk@cs.brown.edu Newsgroups: comp.emacs Subject: Re: GNU Emacs string-to-symbol function ? Message-ID: Date: 30 Apr 89 18:01:29 GMT References: <1256@novavax.UUCP> Sender: news@brunix.UUCP Reply-To: kgk@cs.brown.edu (Keiji Kanazawa) Organization: Brown University Department of Computer Science Lines: 16 In-reply-to: weiner@novavax.UUCP's message of 30 Apr 89 04:34:08 GMT In article <1256@novavax.UUCP> weiner@novavax.UUCP (Bob Weiner) writes: Anyone know if there is a way to convert a string to a symbol-name in GNU Emacs Lisp? What is the distinction between a string and a symbol-name? I don't think that it is easy or a good idea to access to the name cell of symbols; if you mean a function that given a string creates a symbol whose symbol-name is equal to the string, then (intern "foo") -> symbol named foo Keiji Kanazawa kgk@cs.brown.edu