From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daimrod Subject: Re: [PATCH] Make `org-contacts-message-complete-function' work with byte compilation Date: Mon, 11 Mar 2013 00:24:08 +0100 Message-ID: <87ppz6on3b.fsf@tanger.home> References: <87sj449hcb.fsf@ft.bewatermyfriend.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEpaN-00009t-QT for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 19:23:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEpaL-0007PY-Vo for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 19:23:23 -0400 Received: from mail-wg0-f45.google.com ([74.125.82.45]:57449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEpaL-0007PJ-P1 for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 19:23:21 -0400 Received: by mail-wg0-f45.google.com with SMTP id dq12so4501677wgb.24 for ; Sun, 10 Mar 2013 16:23:20 -0700 (PDT) In-Reply-To: <87sj449hcb.fsf@ft.bewatermyfriend.org> (Frank Terbeck's message of "Sun, 10 Mar 2013 02:25:08 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Frank Terbeck Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Frank Terbeck 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=C2=A0emacs=C2=A0-batch=C2=A0-f= =C2=A0batch-byte-compile). > In org-contacts-db-need-update-p: > org-contacts.el:169:14:Warning: function `some' from cl package called at > runtime >=20 > In org-contacts-filter: > org-contacts.el:211:37:Warning: function `some' from cl package called at > runtime >=20 > In org-contacts-test-completion-prefix: > org-contacts.el:373:12:Warning: function `find-if' from cl package called= at > runtime >=20 > In org-contacts-complete-name: > org-contacts.el:445:71:Warning: function `remove-duplicates' from cl pack= age > 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? =2D-=20 Daimrod/Greg --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iQIcBAEBAgAGBQJRPRYfAAoJEBNzVHcrZRiUJDkP/RPx8jtx/tUwpU1vpipFauRj Vssk42WP3W4tLj8gOJ/Dj+TjvOa+hFWLc17V8JIVkWfqxOfsK1pbflwMvrycjY+D w/bh1ZCZZibfeAqgsJ0BUZS4KHGT3EVOD+1WqFbIfy/nZipUBzkE1xcHYtBT8dLI Wd1mOjymsc+FUdqIyWNE2Hf69QL9hyrkkQzkZNTSb1nJtkyCyvLymMzomu/KcLax /CMFTWnwh3FCL7BX5kiJJqPSmo7XqvT0P7oJtaq9i61Em0zcK1yXzTTa9ZQfyN6k 29fOsmDLfR9CzH7OvrOLnQAPJ6Y99A8wdhLkoIK2VOa8hcQJpezUzkcpOlwo2swL orysx14lO8oKeI4MhtxpFJvA+njlA+v+t0nP4FcJxRhNxEIjUEE/H5HTg1KSz5yH rOotijT/LJnVGJuUkdhiu8L5N9TKUZBhdK91fwUqIKDoUVaBm7aq3sfN8ciTeWfh AzEppjejMYCEfrMdh1S5iru4ksb16k0U/44TNgZObPHACyF9ui5Hm0cnehP1VFEZ HuueFHiQZgEs83BRchofGFSsti0+SRGecCuJ2hSvQOqTZv33Xsa0yTfunRp8cvsV a1bTUNrbX3kM0vVlEfNenqcM0dtcATbNpQ7bl24d727b9wlz173V+XllSQ9saWkT hMzuG1F/7vgVfxGu5YGW =ouy3 -----END PGP SIGNATURE----- --=-=-=--