From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tamas Papp Newsgroups: gmane.emacs.help Subject: elisp from CL transition guide Date: Thu, 16 Aug 2007 11:14:02 +0200 Message-ID: <87bqd7g7tx.fsf@pu100877.student.princeton.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187257413 11465 80.91.229.12 (16 Aug 2007 09:43:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Aug 2007 09:43:33 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 16 11:43:31 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ILbt4-0006CN-Lv for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Aug 2007 11:43:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ILbt3-00054e-Uf for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Aug 2007 05:43:30 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-X-Trace: individual.net 6MGfJGB3P/4I385kuGKQEw38ITdS2nXS/dWya3W41wiqop4Z5M Cancel-Lock: sha1:6DVuqWHFH+Cw8Z2AaOS91MTGDk8= sha1:bnFXg6V9o/mvb2CrAkwu3kG7cKw= User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.0 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:151028 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:46602 Archived-At: Hi, I have some Common Lisp programming experience, and would like to use Emacs Lisp for simple tasks. I found introductions to Elisp, but what I am looking for is some guide that would tell me the differences from CL, to get started quicker. I already found that there is no defparameter or format etc. Is there some page where these differences are listed? Thanks, Tamas