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: Fwd: [ELPA] New package: pspp-mode.el for PSPP/SPSS syntax highlighting Date: Sat, 4 Jul 2020 11:20:25 +0200 Message-ID: <20200704092025.GA24488@jocasta.intra> References: <4836167B-33A9-46A3-B586-20768E333E1D@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10979"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.10.1 (2018-07-13) Cc: PSPP Development Mailing List , emacs-devel@gnu.org, Stefan Monnier , mail@vasilij.de To: Friedrich Beckmann Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jul 04 14:17:26 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 1jrh6j-0002jC-Vj for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Jul 2020 14:17:25 +0200 Original-Received: from localhost ([::1]:59926 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jrh6j-00030A-0V for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Jul 2020 08:17:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33966) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jreLi-0007Mo-E3; Sat, 04 Jul 2020 05:20:42 -0400 Original-Received: from de.cellform.com ([88.217.224.109]:48410 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 1jreLg-00035f-2W; Sat, 04 Jul 2020 05:20:42 -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 0649KQu5024569 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Sat, 4 Jul 2020 11:20:26 +0200 Original-Received: (from john@localhost) by jocasta.intra (8.15.2/8.15.2/Submit) id 0649KPxs024566; Sat, 4 Jul 2020 11:20:25 +0200 Content-Disposition: inline In-Reply-To: <4836167B-33A9-46A3-B586-20768E333E1D@gmx.de> 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/04 05:20:29 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-Mailman-Approved-At: Sat, 04 Jul 2020 08:16:44 -0400 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:252662 gmane.comp.statistics.pspp.devel:7569 Archived-At: I've updated pspp-mode.el in the pspp repository so that it has the format that lisp hackers like. I've also added a long overdue change to make the keywords case insenstive. J' On Tue, Jun 30, 2020 at 11:55:46PM +0200, Friedrich Beckmann wrote: Hi Stefan, hi Vasilij, thanks for your response regarding PSPP mode for emacs in GNU Elpa. I think we can simply copy pspp-mode.el to elpa.git and do the necessary modifications there. The keyword list comes from the SPSS command syntax which is also described here: https://www.gnu.org/software/pspp/manual/html_node/Command-Index.html#Command-Index SPSS is a commercial statistics software from IBM and PSPP is a GNU free software replacement for SPSS. Regards Friedrich > Anfang der weitergeleiteten Nachricht: > > Von: Stefan Monnier > Betreff: Aw: [ELPA] New package: pspp-mode.el for PSPP/SPSS syntax highlighting > Datum: 30. Juni 2020 um 16:16:21 MESZ > An: Friedrich Beckmann > > Sorry for not answering earlier, your mail sneaked through my net. > > IIUC the package's copyright is already assigned to the FSF, so we can > add it to GNU ELPA, indeed. > > Would you be interested in moving it to live in elpa.git instead of > pspp.git (that would make things a bit easier, avoiding the need to > merge pspp-mode.el changes from pspp.git to elpa.git every once in > a while). > > Also, do you happen to know where the long list of identifiers in > `pspp-font-lock-keywords` come from? It would be good to add a comment > describing how they were generated and from which dataset, so as to know > how/when to update them. > > > Stefan > > > Friedrich Beckmann [2020-06-20 21:53:25] wrote: > >> Hi, >> >> I contribute to the GNU PSPP software and maintain the pspp debian >> package. The package contains a pspp-mode.el file which provides >> the pspp-mode for syntax highlighting spss syntax files. Currently >> the file is installed via dh-elpa in the debian package but I think >> it should be in the normal gnu elpa distribution. >> >> The file is available here: >> >> http://git.savannah.gnu.org/cgit/pspp.git/tree/pspp-mode.el >> >> Can you integrate that in gnu elpa? >> >> Regards >> >> Friedrich >