From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Burton Samograd Newsgroups: gmane.emacs.devel Subject: CL functions called at runtime Date: Mon, 03 Dec 2012 11:55:15 -0700 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1354561304 25254 80.91.229.3 (3 Dec 2012 19:01:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Dec 2012 19:01:44 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 03 20:01:57 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 1TfbHA-0005la-TQ for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2012 20:01:57 +0100 Original-Received: from localhost ([::1]:34263 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfbGz-00049F-91 for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2012 14:01:45 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:60387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfbGq-00048l-3C for emacs-devel@gnu.org; Mon, 03 Dec 2012 14:01:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TfbGk-0008H5-BJ for emacs-devel@gnu.org; Mon, 03 Dec 2012 14:01:35 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:43070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfbGk-0008Gz-4d for emacs-devel@gnu.org; Mon, 03 Dec 2012 14:01:30 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TfbGt-0005Hz-NT for emacs-devel@gnu.org; Mon, 03 Dec 2012 20:01:39 +0100 Original-Received: from samograd.ca ([69.90.114.176]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Dec 2012 20:01:39 +0100 Original-Received: from burton by samograd.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Dec 2012 20:01:39 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: samograd.ca User-Agent: Gnus/5.1299999999999999 (Gnus v5.13) Emacs/24.2.90 (cygwin) Cancel-Lock: sha1:oW97CxyiQrXxGeUPuKPMBBVpovg= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:155204 Archived-At: Hi, I seemed to have missed the dicussion about the warnings being generated 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. Could someone explain why these warnings are being generated? -- Burton Samograd