From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7004 Path: news.gmane.org!not-for-mail From: Albert Reiner Newsgroups: gmane.emacs.gnus.user Subject: Re: Slime and Emacs Lisp Date: 06 Apr 2006 23:30:10 +0200 Organization: Norwegian university of science and technology Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1144359631 20414 80.91.229.2 (6 Apr 2006 21:40:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Apr 2006 21:40:31 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Apr 06 23:40:30 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FRcDC-0004oO-To for gegu-info-gnus-english@m.gmane.org; Thu, 06 Apr 2006 23:40:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FRcDC-0003RO-GW for gegu-info-gnus-english@m.gmane.org; Thu, 06 Apr 2006 17:40:18 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.ision.net!newsfeed2.easynews.net!ision!newsfeed.freenet.de!news.tiscali.de!uio.no!ntnu.no!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 17 Original-NNTP-Posting-Host: eivind.phys.ntnu.no Original-X-Trace: orkan.itea.ntnu.no 1144359010 25187 129.241.48.123 (6 Apr 2006 21:30:10 GMT) Original-X-Complaints-To: usenet@itea.ntnu.no Original-NNTP-Posting-Date: Thu, 6 Apr 2006 21:30:10 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77186 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7004 Archived-At: [Sébastien Vauban , Thu, 06 Apr 2006 19:23:16 GMT]: > I've just installed Slime and CLisp. Very good choice, I think. Indeed, but for Common Lisp: Clisp is one of many implementations of Common Lisp, which is a completely different kind of Lisp than Emacs Lisp. And Slime is only designed to help with Common Lisp. > And, *not* being an expert at all in both languages, I don't > know if their differences are so big it's purely impossible to > do what I want, or if it's still possible to debug Emacs Lisp > code with Slime/CLisp? I suspect so. Albert.