From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: [elpa] master 616a10b: Add svg.el, a package for creating SVG images Date: Mon, 01 Dec 2014 17:43:07 -0600 Message-ID: <85tx1fkkc4.fsf@stephe-leake.org> References: <20141130222828.13967.53276@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1417477426 29534 80.91.229.3 (1 Dec 2014 23:43:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Dec 2014 23:43:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 02 00:43:39 2014 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 1Xvacy-0008DH-W8 for ged-emacs-devel@m.gmane.org; Tue, 02 Dec 2014 00:43:37 +0100 Original-Received: from localhost ([::1]:34461 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvacy-0007VU-KO for ged-emacs-devel@m.gmane.org; Mon, 01 Dec 2014 18:43:36 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvace-0007US-17 for emacs-devel@gnu.org; Mon, 01 Dec 2014 18:43:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XvacX-000869-Ld for emacs-devel@gnu.org; Mon, 01 Dec 2014 18:43:15 -0500 Original-Received: from dnvrco-outbound-snat.email.rr.com ([107.14.73.232]:51401 helo=dnvrco-oedge-vip.email.rr.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvacX-000865-G8 for emacs-devel@gnu.org; Mon, 01 Dec 2014 18:43:09 -0500 Original-Received: from [70.94.38.149] ([70.94.38.149:49789] helo=TAKVER) by dnvrco-oedge02 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 44/A6-26387-C0DFC745; Mon, 01 Dec 2014 23:43:08 +0000 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Mon, 01 Dec 2014 17:36:04 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.94 (windows-nt) X-RR-Connecting-IP: 107.14.64.130:25 X-Authority-Analysis: v=2.1 cv=BOs9rTgG c=1 sm=1 tr=0 a=AppmJ/7ZOOFWL/q6u6u93g==:117 a=AppmJ/7ZOOFWL/q6u6u93g==:17 a=ayC55rCoAAAA:8 a=fNEgcOh0sVsA:10 a=9i_RQKNPAAAA:8 a=OocQHUDgAAAA:8 a=WOokoDUzaoz9vAZMAQwA:9 X-Cloudmark-Score: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 107.14.73.232 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:178661 Archived-At: Lars Magne Ingebrigtsen writes: > Stefan Monnier writes: > >> Better move this to the "Commentary:" section (and remove the README file). > > Okidoke; done. > > It just occurred to me that svg.el won't work on older versions of Emacs > since it requires the new dom.el. Is there a way to express that in > ELPA? Like "for version 25.0.50 and up"? >From ada-mode.el: ;; package-requires: ((wisi "1.1.0") (cl-lib "0.4") (emacs "24.2")) -- -- Stephe