all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Petter Gustad <newsmail6@gustad.com>
To: help-gnu-emacs@gnu.org
Subject: Re: elisp from CL transition guide
Date: 16 Aug 2007 12:05:56 +0200	[thread overview]
Message-ID: <7dtzqz23qz.fsf@www.gratismegler.no> (raw)
In-Reply-To: 87bqd7g7tx.fsf@pu100877.student.princeton.edu

Tamas Papp <tkpapp@gmail.com> writes:

> 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?

I don't know where such a list of differences can be found, but 

(require 'cl)

will make the list somewhat smaller. format is there but very limited
and C-centric (it should probably have been called printf): 

(format "%x" 44252)
"acdc"


Petter
-- 
________________________________________________________________________
Petter Gustad         8'h2B | ~8'h2B        http://www.gustad.com/petter

  parent reply	other threads:[~2007-08-16 10:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-16  9:14 elisp from CL transition guide Tamas Papp
2007-08-16  9:47 ` Tassilo Horn
2007-08-16 10:05 ` Petter Gustad [this message]
2007-08-16 10:58 ` Daniel Jensen
2007-08-16 12:18   ` Tamas Papp
2007-08-16 12:43     ` Daniel Jensen
2007-08-16 12:58     ` Tassilo Horn
2007-08-16 13:30     ` How to indent sql lu
2007-08-18  6:39     ` elisp from CL transition guide Tim Cross
2007-08-16 15:24 ` Pascal Bourguignon
2007-08-18  6:21 ` Tim Cross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7dtzqz23qz.fsf@www.gratismegler.no \
    --to=newsmail6@gustad.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.