[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [PATCH] Make `org-contacts-message-complete-function' work with
From: |
Frank Terbeck |
Subject: |
Re: [O] [PATCH] Make `org-contacts-message-complete-function' work with byte compilation |
Date: |
Mon, 11 Mar 2013 14:48:04 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Daimrod wrote:
> Achim Gratz <address@hidden> writes:
>> 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.
>
> I've done this, thanks for the advice.
I've just given the latest git HEAD version a spin and it seems to work
as expected. Thanks for taking an interesting and fixing this so
promptly. ;)
Regards, Frank