From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.help Subject: Re: cl - function `remove-if-not' - suppress warning Date: Mon, 23 Nov 2015 03:21:29 +0200 Message-ID: <56526A19.3080503@yandex.ru> References: <20151123011720.GJ3316@mail.akwebsoft.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1448241711 10199 80.91.229.3 (23 Nov 2015 01:21:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Nov 2015 01:21:51 +0000 (UTC) To: Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 23 02:21:50 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 1a0fpD-00009Y-Cy for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Nov 2015 02:21:47 +0100 Original-Received: from localhost ([::1]:58133 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0fpD-0005Zc-O2 for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Nov 2015 20:21:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0fp3-0005ZW-Tc for Help-gnu-emacs@gnu.org; Sun, 22 Nov 2015 20:21:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0foy-0000c1-VE for Help-gnu-emacs@gnu.org; Sun, 22 Nov 2015 20:21:37 -0500 Original-Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]:38330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0foy-0000bs-Om for Help-gnu-emacs@gnu.org; Sun, 22 Nov 2015 20:21:32 -0500 Original-Received: by wmec201 with SMTP id c201so86013709wme.1 for ; Sun, 22 Nov 2015 17:21:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=vbDOZu1qWqIq8lmxcdDwiaOR+4OqsGn3j35vOo9kG/4=; b=bj1MzfjkjEaJif8NLsTpYJZjLTfsNqTE3eKhw7ZRlKu5Md9BMmrxoCxNmvyx/SgdjE 7oBaiYZsywm+EVFozH/upN+cArf1eRA11/iq9Oplx5VaRr2CZwpx6S52R4VUg9u3yu5u T3pXnMRdY02ph291bIaYsYkyc9yqOGe5hEXieaAAErf4a945o1MdG9Rpn1nPX2RPmD/7 D/n9qwshwUtFGOyeGfyngwGJTUT+dZAH3CzaQ1+YOJHTAuuo0yjaX7UTX1obbyE13HtS X4+YvvfKwqjPbo7tJYzgDj9AgBX/G0dO4Abq1iEoSgd2Di0tYVVsDvdH9F/9D1izBsMU TJ6A== X-Received: by 10.194.187.179 with SMTP id ft19mr27800788wjc.176.1448241691755; Sun, 22 Nov 2015 17:21:31 -0800 (PST) Original-Received: from [192.168.1.2] ([185.105.175.24]) by smtp.googlemail.com with ESMTPSA id a76sm9885555wma.19.2015.11.22.17.21.30 for (version=TLSv1/SSLv3 cipher=OTHER); Sun, 22 Nov 2015 17:21:31 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Thunderbird/42.0 In-Reply-To: <20151123011720.GJ3316@mail.akwebsoft.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c09::236 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:108195 Archived-At: 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.