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: Daimrod
Subject: Re: [O] [PATCH] Make `org-contacts-message-complete-function' work with byte compilation
Date: Mon, 11 Mar 2013 00:24:08 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Frank Terbeck <address@hidden> writes:

Hi Frank,

Thank you for the report; however, I'm unsure about the right solution.

There is a problem with the current (eval-when-compile ...) but there
are still warnings when I compile it (with emacs -batch -f batch-byte-compile).

> In org-contacts-db-need-update-p:
> org-contacts.el:169:14:Warning: function `some' from cl package called at
>     runtime
> 
> In org-contacts-filter:
> org-contacts.el:211:37:Warning: function `some' from cl package called at
>     runtime
> 
> In org-contacts-test-completion-prefix:
> org-contacts.el:373:12:Warning: function `find-if' from cl package called at
>     runtime
> 
> In org-contacts-complete-name:
> org-contacts.el:445:71:Warning: function `remove-duplicates' from cl package
>     called at runtime

Those warnings disapear if I simply (require 'cl) at toplevel but it
triggers this warning:

> org-contacts.el:40:1:Warning: cl package required at runtime

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

-- 
Daimrod/Greg

Attachment: pgpgvynjufQZo.pgp
Description: PGP signature


reply via email to

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