From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joaotavora@gmail.com (=?utf-8?B?Sm/Do28gVMOhdm9yYQ==?=) Newsgroups: gmane.emacs.help Subject: Adapting code to cl-lib Date: Sun, 29 Dec 2013 23:18:16 +0000 Message-ID: <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 1388359243 2747 80.91.229.3 (29 Dec 2013 23:20:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Dec 2013 23:20:43 +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 00:20:49 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 1VxPf4-000158-4H for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Dec 2013 00:20:46 +0100 Original-Received: from localhost ([::1]:56528 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxPf3-0005w3-K5 for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Dec 2013 18:20:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxPem-0005vx-99 for help-gnu-emacs@gnu.org; Sun, 29 Dec 2013 18:20:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxPee-0006ca-Nr for help-gnu-emacs@gnu.org; Sun, 29 Dec 2013 18:20:28 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:34887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxPee-0006bY-Fr for help-gnu-emacs@gnu.org; Sun, 29 Dec 2013 18:20:20 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VxPeb-0000i4-Rc for help-gnu-emacs@gnu.org; Mon, 30 Dec 2013 00:20:17 +0100 Original-Received: from 66.207.108.93.rev.vodafone.pt ([93.108.207.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Dec 2013 00:20:17 +0100 Original-Received: from joaotavora by 66.207.108.93.rev.vodafone.pt with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Dec 2013 00:20:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 66.207.108.93.rev.vodafone.pt User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:T0vFEK/gaioU3ddAnOqu1bufA2E= 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:95186 Archived-At: 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? João