From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: John Darrington Newsgroups: gmane.emacs.devel,gmane.comp.statistics.pspp.devel Subject: Re: [ELPA] New package: pspp-mode.el for PSPP/SPSS syntax highlighting Date: Sun, 5 Jul 2020 20:35:02 +0200 Message-ID: <20200705183502.GA31173@jocasta.intra> References: <4836167B-33A9-46A3-B586-20768E333E1D@gmx.de> <20200704151535.GA31917@jocasta.intra> <22A164F2-0003-4454-B301-3696DB7A1281@gmx.de> <87mu4dhpmn.fsf@iris.silentflame.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22897"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.10.1 (2018-07-13) Cc: Friedrich Beckmann , John Darrington , emacs-devel@gnu.org, Stefan Monnier , PSPP Development Mailing List , mail@vasilij.de To: Sean Whitton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jul 05 20:35:50 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1js9UT-0005rd-TT for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Jul 2020 20:35:49 +0200 Original-Received: from localhost ([::1]:51710 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1js9US-0001Yp-Ud for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Jul 2020 14:35:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49480) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1js9Tu-00016q-P6; Sun, 05 Jul 2020 14:35:14 -0400 Original-Received: from de.cellform.com ([88.217.224.109]:48706 helo=jocasta.intra) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1js9Tr-0007EC-Ed; Sun, 05 Jul 2020 14:35:14 -0400 Original-Received: from jocasta.intra (localhost [127.0.0.1]) by jocasta.intra (8.15.2/8.15.2/Debian-14~deb10u1) with ESMTPS id 065IZ44M031252 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Sun, 5 Jul 2020 20:35:04 +0200 Original-Received: (from john@localhost) by jocasta.intra (8.15.2/8.15.2/Submit) id 065IZ2aK031249; Sun, 5 Jul 2020 20:35:02 +0200 Content-Disposition: inline In-Reply-To: <87mu4dhpmn.fsf@iris.silentflame.com> Received-SPF: pass client-ip=88.217.224.109; envelope-from=john@darrington.wattle.id.au; helo=jocasta.intra X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/05 14:35:07 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:252712 gmane.comp.statistics.pspp.devel:7581 Archived-At: On Sun, Jul 05, 2020 at 09:51:12AM -0700, Sean Whitton wrote: Hello, =20 There could easily be a separate package in Debian containing just pspp-mode.el and tracking GNU ELPA as upstream. =20 Docs are here: https://manpages.debian.org/buster/dh-make-elpa/dh-make-elpa.1.en.html =20 Sure. But from a user's perspective I don't see the advantage in that. I mean what is the difference between typing "apt-get install pspp-mode" and "M-x package-install 'pspp-mode" ? J'