emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Elisp programming style


From: Tassilo Horn
Subject: Re: [O] Elisp programming style
Date: Sat, 29 Oct 2011 09:43:51 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux)

Thorsten <address@hidden> writes:

> I start do discover that the cl package does have some nice functions
> (like flet).

For code that's included in emacs (or wants to be), you should not
require the cl package at runtime.  But it's ok to require it at compile
time for using its macros [dolist, flet, ...].

Bye,
Tassilo
-- 
(What the world needs (I think) is not
      (a Lisp (with fewer parentheses))
      but (an English (with more.)))
Brian Hayes, http://tinyurl.com/3y9l2kf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]