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: [elpa] externals/xelb ad879fb: Backport cl-defgeneric to Emacs 24 Date: Wed, 23 Sep 2015 11:59:25 -0400 Message-ID: References: <20150920005618.18308.62122@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1443023988 14691 80.91.229.3 (23 Sep 2015 15:59:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Sep 2015 15:59:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chris Feng Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 23 17:59:35 2015 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 1ZemSE-0007TD-IZ for ged-emacs-devel@m.gmane.org; Wed, 23 Sep 2015 17:59:34 +0200 Original-Received: from localhost ([::1]:48790 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZemSE-0002jk-3l for ged-emacs-devel@m.gmane.org; Wed, 23 Sep 2015 11:59:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZemSA-0002jb-E1 for emacs-devel@gnu.org; Wed, 23 Sep 2015 11:59:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZemS6-000803-BH for emacs-devel@gnu.org; Wed, 23 Sep 2015 11:59:30 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:37679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZemS6-0007zr-74 for emacs-devel@gnu.org; Wed, 23 Sep 2015 11:59:26 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0A3EwA731xV/2yixEVcgxBUXoJQhVW7NwmBUoV5BAICgTw5FAEBAQEBAQGBCkEFg10BAQMBViMFCws0EhQYDSQuiAkIzyMBAQEHAQEBAR6LOoUFB4QtBZchiDSTaoFFI4QUIjGBAySBIAEBAQ X-IPAS-Result: A0A3EwA731xV/2yixEVcgxBUXoJQhVW7NwmBUoV5BAICgTw5FAEBAQEBAQGBCkEFg10BAQMBViMFCws0EhQYDSQuiAkIzyMBAQEHAQEBAR6LOoUFB4QtBZchiDSTaoFFI4QUIjGBAySBIAEBAQ X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="165647469" Original-Received: from 69-196-162-108.dsl.teksavvy.com (HELO pastel.home) ([69.196.162.108]) by ironport2-out.teksavvy.com with ESMTP; 23 Sep 2015 11:59:26 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 405DE627AF; Wed, 23 Sep 2015 11:59:25 -0400 (EDT) In-Reply-To: (Chris Feng's message of "Wed, 23 Sep 2015 21:56:19 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:190296 Archived-At: > I meant in the following snippet (from eieio-defclass in eieio-core.el > of emacs-24 branch) `vl' would be nil if the class has more than 101 > slots, and the subsequent `make-vector` would fail: Duh! I see. Sadly, it's too late to fix it, since there's no plan to make a new Emacs-24 release. > Yes, I mentioned this solution. But I guess the exclusion of README.md > is merely a temporary measure? I don't think it's temporary. More specifically it'll be with us at least until there's some mechanism to tell GNU ELPA whether to use README.md or not. BTW, an alternative might be to move the Commentary text to a new README file. Stefan