From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: should cl.el have a version header? Date: Thu, 14 Jun 2012 00:48:25 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1339627749 6807 80.91.229.3 (13 Jun 2012 22:49:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2012 22:49:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 14 00:49: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 1SewMu-0003W6-1h for ged-emacs-devel@m.gmane.org; Thu, 14 Jun 2012 00:48:52 +0200 Original-Received: from localhost ([::1]:39216 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SewMt-0002Ae-S9 for ged-emacs-devel@m.gmane.org; Wed, 13 Jun 2012 18:48:51 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SewMr-0002AN-36 for emacs-devel@gnu.org; Wed, 13 Jun 2012 18:48:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SewMp-0000qI-Iu for emacs-devel@gnu.org; Wed, 13 Jun 2012 18:48:48 -0400 Original-Received: from mx2.bahnhof.se ([213.80.101.12]:57044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SewMp-0000qA-Ce for emacs-devel@gnu.org; Wed, 13 Jun 2012 18:48:47 -0400 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx2-reinject (Postfix) with ESMTP id 8C675D51BA for ; Thu, 14 Jun 2012 00:48:40 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF2) Original-Received: from mf2.bahnhof.se ([127.0.0.1]) by localhost (mf2.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FIGvrn+9-WJU for ; Thu, 14 Jun 2012 00:48:37 +0200 (CEST) Original-Received: from exodia.verona.se (h-235-102.a149.priv.bahnhof.se [85.24.235.102]) by mf2.bahnhof.se (Postfix) with ESMTP id 8130A45006A for ; Thu, 14 Jun 2012 00:48:35 +0200 (CEST) Original-Received: from chopper.vpn.verona.se (DIR-655.verona.se [192.168.200.86]) by exodia.verona.se (Postfix) with ESMTP id 48B314E009A for ; Thu, 14 Jun 2012 00:48:25 +0200 (CEST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: FreeBSD 6.x (1) X-Received-From: 213.80.101.12 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:150934 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 so, does znc do the wrong thing, or cl? (IMHO cl should have the version header) -- Joakim Verona