From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: moving more cl seq/mapping support into core Date: Sun, 10 Oct 2010 01:09:46 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: dough.gmane.org 1286687396 24240 80.91.229.12 (10 Oct 2010 05:09:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Oct 2010 05:09:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: MON KEY Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 10 07:09:55 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P4oAV-00053s-9O for ged-emacs-devel@m.gmane.org; Sun, 10 Oct 2010 07:09:55 +0200 Original-Received: from localhost ([127.0.0.1]:51964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4oAU-0003P5-MZ for ged-emacs-devel@m.gmane.org; Sun, 10 Oct 2010 01:09:54 -0400 Original-Received: from [140.186.70.92] (port=36000 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4oAN-0003Oz-O8 for emacs-devel@gnu.org; Sun, 10 Oct 2010 01:09:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4oAM-0005b7-O2 for emacs-devel@gnu.org; Sun, 10 Oct 2010 01:09:47 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:36110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4oAM-0005b3-LQ for emacs-devel@gnu.org; Sun, 10 Oct 2010 01:09:46 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P4oAM-0006Mh-80; Sun, 10 Oct 2010 01:09:46 -0400 In-reply-to: (message from MON KEY on Fri, 8 Oct 2010 20:29:54 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131554 Archived-At: > The occurrence of the message in this case seems like a bug. > I don't have the impression that this is a bug per se. Its fairly clear looking at the sources of emacs-lisp/bytecomp.el that this is an intended (albeit unfortunate) outcome of `byte-compile-cl-warn', That sounds like a bug to me.