From ... From: Erik Naggum Subject: Re: How to get symbol-value from symbol-name Date: 2000/08/21 Message-ID: <3175845640611549@naggum.net>#1/1 X-Deja-AN: 660678244 References: <39A0A5A4.69ACD4AB@math.ntu.edu.tw> mail-copies-to: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsmaster@eunet.no X-Trace: oslo-nntp.eunet.no 966856960 9053 195.0.192.66 (21 Aug 2000 11:22:40 GMT) Organization: Naggum Software; vox: +47 800 35477; gsm: +47 93 256 360; fax: +47 93 270 868; http://naggum.no; http://naggum.net User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 Mime-Version: 1.0 NNTP-Posting-Date: 21 Aug 2000 11:22:40 GMT Newsgroups: comp.lang.lisp * "Yang, Hon-Jang" | 1. I need a function with | input st : where st is a symbol-name of some symbol | output: symbol-value of the symbol with symbol-name st The symbol with a given name is returned by find-symbol. (Remember to get the package and case conversions right.) | 2. Suppose f is an lisp function written by lisp scouce, how to get the | lisp source code of f? You cannot easily go from function to function name. If you have the name, use the source code system in your Lisp system to direct the editor to locate the source code for that function. #:Erik -- If this is not what you expected, please alter your expectations.