From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim Johnson Newsgroups: gmane.emacs.help Subject: Re: cl - function `remove-if-not' - suppress warning Date: Sun, 22 Nov 2015 16:41:08 -0900 Organization: AkWebsoft Message-ID: <20151123014108.GK3316@mail.akwebsoft.com> References: <20151123011720.GJ3316@mail.akwebsoft.com> <56526A19.3080503@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1448242885 28725 80.91.229.3 (23 Nov 2015 01:41:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Nov 2015 01:41:25 +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 Nov 23 02:41:24 2015 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 1a0g89-00014z-V9 for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Nov 2015 02:41:22 +0100 Original-Received: from localhost ([::1]:58175 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0g89-0000BS-TG for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Nov 2015 20:41:21 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0g80-0000BN-DL for help-gnu-emacs@gnu.org; Sun, 22 Nov 2015 20:41:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0g7w-0004ou-AC for help-gnu-emacs@gnu.org; Sun, 22 Nov 2015 20:41:12 -0500 Original-Received: from tjohnson.mtaonline.net ([64.4.232.191]:45970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0g7w-0004ol-2l for help-gnu-emacs@gnu.org; Sun, 22 Nov 2015 20:41:08 -0500 Original-Received: by tj49.com (Postfix, from userid 1000) id 59B0120052; Sun, 22 Nov 2015 16:41:08 -0900 (AKST) Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <56526A19.3080503@yandex.ru> User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 64.4.232.191 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:108196 Archived-At: * Dmitry Gutov [151122 16:26]: > On 11/23/2015 03:17 AM, Tim Johnson wrote: > > >I've tried 'requiring 'cl-lib, 'cl-macs and 'cl. > > Require cl-lib, and then change the call to use cl-remove-if-not, > instead of remove-if-not. Understood. Done. And fixed... Thank you Dmitry -- Tim http://www.akwebsoft.com, http://www.tj49.com