From: Tamas Papp <tkpapp@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: elisp from CL transition guide
Date: Thu, 16 Aug 2007 14:18:37 +0200 [thread overview]
Message-ID: <873ayjfzaa.fsf@pu100877.student.princeton.edu> (raw)
In-Reply-To: 87lkcbyccy.fsf@orme.bigwalter.net
daniel@bigwalter.net (Daniel Jensen) writes:
> 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 don't think that many of the differences between Emacs Lisp and Common
> Lisp will come up while you're getting started. My advice is to take on
> those simple tasks right now and learn by doing. The Emacs Lisp
> Introduction is an excellent tutorial. It will teach you how to think
> about writing Emacs commands. I think that's what you should focus on.
> There is also plenty of source code to read and learn from.
One thing I don't understand yet is namespaces in Elisp: if I set fill-column in
a buffer (setq fill-column 80), that doesn't seem to affect fill-column in other
buffers. But if I set some other variable eg (setq foo 12), foo will evaluate
to 12 in other buffers. What would be a correct mental model for this?
Thanks
Tamas
next prev parent reply other threads:[~2007-08-16 12:18 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
2007-08-16 10:58 ` Daniel Jensen
2007-08-16 12:18 ` Tamas Papp [this message]
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=873ayjfzaa.fsf@pu100877.student.princeton.edu \
--to=tkpapp@gmail.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.