From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.sources,gmane.lisp.guile.user Subject: RPX 1.3 available Date: Sun, 08 Nov 2020 01:19:16 -0500 Message-ID: <877dqwid5n.fsf@gnuvola.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40388"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user@gnu.org To: guile-sources@gnu.org Original-X-From: guile-sources-bounces+guile-sources=m.gmane-mx.org@gnu.org Sun Nov 08 07:22:40 2020 Return-path: Envelope-to: guile-sources@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 1kbe64-000AN8-7J for guile-sources@m.gmane-mx.org; Sun, 08 Nov 2020 07:22:40 +0100 Original-Received: from localhost ([::1]:45398 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kbe62-0007WD-MY for guile-sources@m.gmane-mx.org; Sun, 08 Nov 2020 01:22:38 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50164) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kbe5y-0007VC-9x; Sun, 08 Nov 2020 01:22:34 -0500 Original-Received: from 050-089-166-226.res.spectrum.com ([50.89.166.226]:46316 helo=miasma.gnuvola.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kbe5w-0007a6-FM; Sun, 08 Nov 2020 01:22:33 -0500 Original-Received: from ttn by miasma.gnuvola.org with local (Exim 4.94) (envelope-from ) id 1kbe2n-0000g7-1x; Sun, 08 Nov 2020 01:19:17 -0500 Received-SPF: softfail client-ip=50.89.166.226; envelope-from=ttn@gnuvola.org; helo=miasma.gnuvola.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/08 01:22:29 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: 0 X-Spam_score: 0.0 X-Spam_bar: / X-Spam_report: (0.0 / 5.0 requ) BAYES_00=-1.9, KHOP_HELO_FCRDNS=0.276, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665, TVD_RCVD_IP=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guile-sources@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Guile source code postings and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-sources-bounces+guile-sources=m.gmane-mx.org@gnu.org Original-Sender: "guile-sources" Xref: news.gmane.io gmane.lisp.guile.sources:558 gmane.lisp.guile.user:17008 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable release notes: First usable release under Guile 2.x. Very slow, though, probably because we are still =E2=80=98GUILE_AUTO_COMPILE=3D0=E2=80=99. README excerpt: This is rpx, a port of ratpoison to Guile Scheme. Although initially intended as a proof-of-concept exercise to plumb ttn's ignorance of X11, Scheme, and good taste, the result has proven to be useful as well. Despite rpx veneration of ratpoison look, feel, and internal design, there have been some unavoidable concessions to some of the more hairy parts of Xlib (the reimplementation of which is shared somewhat uneasily by rpx and ttn-do). These are listed in the manual. NEWS for 1.3 (2020-11-08): - distribution now .tar.lz If you have GNU tar, you can use "tar xf" and it will DTRT. If not, you can use "lzip -dc TARBALL | tar xf -" to unpack the .tar.lz. - configure no longer requires 32-bit system It was easier than expected. Convenient abstractions FTW! - bugfixes Some syntax errors, even. Lucky Guile 2.x catches that stuff. - bootstrap/maintenance tools upgraded: Guile-BAUX 20201107.2326.90cbc77 GNU gnulib 2020-11-04 23:13:40 GNU Autoconf 2.69d as before: GNU Automake 1.16.2 GNU texinfo 6.7 tarball, etc, in dir: https://www.gnuvola.org/software/rpx/ tip jar: https://www.gnuvola.org/patronage/ =2D-=20 Thien-Thi Nguyen ----------------------------------------------- (defun responsep (query) ; (2020) Software Libero (pcase (context query) ; =3D Dissenso Etico (`(technical ,ml) (correctp ml)) ...)) 748E A0E8 1CB8 A748 9BFA =2D-------------------------------------- 6CE4 6703 2224 4C80 7502 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iG4EARECAC4WIQR0jqDoHLinSJv6bORnAyIkTIB1AgUCX6eN5BAcdHRuQGdudXZv bGEub3JnAAoJEGcDIiRMgHUCg+cAoMeLij77RMdu/Et4Ry/b2VLyeUzDAJ9naDGV IG2a4NSovbCePJTDBmeSoQ== =S00U -----END PGP SIGNATURE----- --=-=-=--