From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Welsh Duggan Newsgroups: gmane.emacs.devel Subject: Re: policy, recommendations regarding `cl-*' Date: Sat, 29 Sep 2012 00:15:54 -0400 Message-ID: <87r4plzcp1.fsf@maru.md5i.com> References: <83pq59hl5w.fsf@gnu.org> <78C072FCB2534C21835E7E6788B10624@us.oracle.com> <5B02507A2A7040EE81A33348E6AAB04D@us.oracle.com> <87pq59cln3.fsf@bzg.ath.cx> <87k3vh2aiz.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348892161 13119 80.91.229.3 (29 Sep 2012 04:16:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Sep 2012 04:16:01 +0000 (UTC) Cc: Michael Welsh Duggan , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 29 06:16:06 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 1THoTG-00029P-36 for ged-emacs-devel@m.gmane.org; Sat, 29 Sep 2012 06:16:06 +0200 Original-Received: from localhost ([::1]:34460 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THoTA-0007gX-Qp for ged-emacs-devel@m.gmane.org; Sat, 29 Sep 2012 00:16:00 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THoT8-0007gS-Mb for emacs-devel@gnu.org; Sat, 29 Sep 2012 00:15:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THoT7-0007AX-P1 for emacs-devel@gnu.org; Sat, 29 Sep 2012 00:15:58 -0400 Original-Received: from md5i.com ([75.151.244.229]:48229 helo=maru.md5i.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THoT7-0007A1-L4 for emacs-devel@gnu.org; Sat, 29 Sep 2012 00:15:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=md5i.com; s=dkim; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References:Subject:Cc:To:From; bh=r5Gi9P5KVVgY5jg/ymv4loQxVhJE8XwKF/N1jW5j3Rw=; b=gyl7yIXicYS+BAsAC0uxnVPXd9zDVYmKve/+aIUcuXBvmDcJajvEW4tLa+6o9BIg00rJyO3zYV0QTyusi7brTW1JWFTh6CWm5DJewjn7XPBkIYDAVIiwodQxvtfpSejY; Original-Received: from md5i by maru.md5i.com with local (Exim 4.80) (envelope-from ) id 1THoT5-00077x-MJ; Sat, 29 Sep 2012 00:15:55 -0400 In-Reply-To: (Stefan Monnier's message of "Thu, 27 Sep 2012 18:10:42 -0400") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 75.151.244.229 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:153700 Archived-At: Stefan Monnier writes: >> I use cl-delete-if in my .emacs.el file. I have (require 'cl-lib) near >> the top. However, when I compile this, I still get warnings: > [...] >> In add-unique: >> .emacs.el:31:63:Warning: function `cl-delete-if' from cl package called at >> runtime > [...] >> I thought that when using the renamed functions there weren't supposed >> to be any warnings generated? > > And you thought right, that's a bug. Could you re-report it to > bug-gnu-emacs so it gets a bug-number in the mean time (I can't fix it > just now)? Done. This is now bug #12539. -- Michael Welsh Duggan (md5i@md5i.com)