emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [PATCH] Make `org-contacts-message-complete-function' work with


From: Achim Gratz
Subject: Re: [O] [PATCH] Make `org-contacts-message-complete-function' work with byte compilation
Date: Mon, 11 Mar 2013 07:48:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.93 (gnu/linux)

Daimrod writes:
> @All: Can I use (require 'cl) and ignore the warning or is there better
> solution?

You could if this would never go into mainline, where it is not allowed
due to the namespace pollution that cl causes.  You could use cl-lib
instead, but then this would be an Emacs-24 only solution.  In general,
the stanza ((eval-when-compile (require 'cl)) only works as intended
when you are only using cl macros, but you seem to use defuns.  You
could check how hard it is to replace these with plain elisp, aside from
syntactical inconveniences this is usually not a big problem.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf Blofeld V1.15B11:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada




reply via email to

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