Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!sdd.hp.com!think.com!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!acevedo From: acevedo@athena.mit.edu (Gabriel) Newsgroups: comp.emacs Subject: Re: Common Lisp -> Emacs Lisp Message-ID: Date: 1 May 91 16:57:41 GMT References: <1991Mar26.043446.14068@runx.oz.au> Sender: news@athena.mit.edu (News system) Organization: Massachusetts Institute of Technology Lines: 23 In-Reply-To: miken@runx.oz.au's message of 26 Mar 91 04:34:46 GMT a. Is there some code somewhere out there to convert Common Lisp to Emacs Lisp? Perhaps; but a full Commons lisp to elisp converter would be hard. cl.el has at least `defstruct' and `setf' stuff defined, so that's a good start. b. If not, what does #'... do, and how do I make Emacs Lisp do the same thing? #' means "function". Where clisp has #'foo, use 'foo in elisp; where clisp has #'(lambda (x) blah), use (function (lambda (x) blah)) in elisp. -- Raul Acevedo acevedo@athena.mit.edu "Remember, Information is not knowledge; Knowledge is not Wisdom; Wisdom is not truth; Truth is not beauty; Beauty is not love; Love is not music; Music is the best." - Frank Zappa