From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Colascione Newsgroups: gmane.emacs.devel Subject: Re: CL functions called at runtime Date: Mon, 03 Dec 2012 11:59:10 -0800 Message-ID: <50BD048E.4000509@dancol.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig003742429DC137FC5A72CB9F" X-Trace: ger.gmane.org 1354564821 24916 80.91.229.3 (3 Dec 2012 20:00:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Dec 2012 20:00:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Burton Samograd Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 03 21:00:34 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TfcBs-00082r-4U for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2012 21:00:32 +0100 Original-Received: from localhost ([::1]:58190 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfcBg-0005Wv-H3 for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2012 15:00:20 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:60343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfcBd-0005WX-4Z for emacs-devel@gnu.org; Mon, 03 Dec 2012 15:00:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TfcBV-00025M-7E for emacs-devel@gnu.org; Mon, 03 Dec 2012 15:00:17 -0500 Original-Received: from dancol.org ([2600:3c01::f03c:91ff:fedf:adf3]:43032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfcBV-000228-0M for emacs-devel@gnu.org; Mon, 03 Dec 2012 15:00:09 -0500 Original-Received: from c-76-22-66-162.hsd1.wa.comcast.net ([76.22.66.162] helo=[192.168.1.2]) by dancol.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1TfcBQ-0000jd-IC; Mon, 03 Dec 2012 12:00:04 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/17.0 Thunderbird/17.0 In-Reply-To: X-Enigmail-Version: 1.4.6 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2600:3c01::f03c:91ff:fedf:adf3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:155212 Archived-At: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig003742429DC137FC5A72CB9F Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 12/3/12 10:55 AM, Burton Samograd wrote: > Hi, >=20 > I seemed to have missed the dicussion about the warnings being generate= d > by the byte compiler about CL functions being called at runtime. Now > I'm seeing them in my code for useful functions like remove-if. (defadvice byte-compile-warn (around shut-up-about-cl activate compile) (let* ((fmt (ad-get-arg 0))) (unless (string-match "cl package" fmt) ad-do-it))) --------------enig003742429DC137FC5A72CB9F Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (Darwin) Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAlC9BI8ACgkQ17c2LVA10VvtDwCdG3LmvEzBEjYmCbzp7W5NQ1Fz 4noAoMO5e6rl/yxonM8OH95+z3xp5aHm =hj6N -----END PGP SIGNATURE----- --------------enig003742429DC137FC5A72CB9F--