From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.help Subject: Re: Adapting code to cl-lib Date: Mon, 30 Dec 2013 08:15:10 +0100 Organization: Emacs Helm Message-ID: <87wqimzu69.fsf@gmail.com> References: <87a9fjl007.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1388387749 30442 80.91.229.3 (30 Dec 2013 07:15:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Dec 2013 07:15:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 30 08:15:55 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1VxX4r-0001K1-A6 for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Dec 2013 08:15:53 +0100 Original-Received: from localhost ([::1]:57390 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxX4q-0008Lt-OX for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Dec 2013 02:15:52 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxX4Z-0008Lc-GA for help-gnu-emacs@gnu.org; Mon, 30 Dec 2013 02:15:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxX4S-0000Aq-6L for help-gnu-emacs@gnu.org; Mon, 30 Dec 2013 02:15:35 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:47163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxX4R-0000Ai-R7 for help-gnu-emacs@gnu.org; Mon, 30 Dec 2013 02:15:28 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VxX4Q-0000to-Nk for help-gnu-emacs@gnu.org; Mon, 30 Dec 2013 08:15:26 +0100 Original-Received: from 37.163.174.119 ([37.163.174.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Dec 2013 08:15:26 +0100 Original-Received: from thierry.volpiatto by 37.163.174.119 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Dec 2013 08:15:26 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 37.163.174.119 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:+ehgIWvJPqH0xsgeAioKGy755EI= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95190 Archived-At: joaotavora@gmail.com (João Távora) writes: > Does anyone know of a package or something that gets rid of these > warnings: > > foo.el:2266:57:Warning: function `find' from cl package called at runtime > foo.el:2370:63:Warning: function `remove*' from cl package called at runtime > foo.el:2370:63:Warning: function `gensym' from cl package called at runtime > > by replacing them with their cl- counterpairs from cl-lib? Yes, or adding this at end of file if you want to keep using 'cl' package: ,---- | ;; Local Variables: | ;; byte-compile-warnings: (not cl-functions obsolete) | ;; End: `---- -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997