From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: should cl.el have a version header? Date: Wed, 13 Jun 2012 21:23:49 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1339637047 32619 80.91.229.3 (14 Jun 2012 01:24:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 14 Jun 2012 01:24:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 14 03:24:05 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 1Seymz-00009a-0N for ged-emacs-devel@m.gmane.org; Thu, 14 Jun 2012 03:23:57 +0200 Original-Received: from localhost ([::1]:55633 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Seymy-0008EW-In for ged-emacs-devel@m.gmane.org; Wed, 13 Jun 2012 21:23:56 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Seymw-0008ER-01 for emacs-devel@gnu.org; Wed, 13 Jun 2012 21:23:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Seymu-0006ek-D2 for emacs-devel@gnu.org; Wed, 13 Jun 2012 21:23:53 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:56846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Seymu-0006ef-9T for emacs-devel@gnu.org; Wed, 13 Jun 2012 21:23:52 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu09MCqwm/2dsb2JhbABEtBGBCIIVAQEEAVYjBQsLNBIUGA2IQAW6CY0mgx4DozOBWIMF X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="191347768" Original-Received: from 76-10-172-38.dsl.teksavvy.com (HELO pastel.home) ([76.10.172.38]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 13 Jun 2012 21:23:49 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 6B12C58B20; Wed, 13 Jun 2012 21:23:49 -0400 (EDT) In-Reply-To: (joakim@verona.se's message of "Thu, 14 Jun 2012 00:48:25 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 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:150938 Archived-At: > I use znc.el from ELPA, which won't work with a recent emacs, since it > has this: > ;; Package-Requires: ((cl "2.2") (erc "5.3")) > but the recent cl.el doesn't have this: > ;; Version: 2.02 Feel free to move the Version: header from cl-lib.el to cl.el, yes. Tho I wonder on what detail of the CL library this package depends. After all, I don't think CL has seen much development in a long time (until my recent rampage, that is), Stefan