From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 09 13:14:48 2019 Received: (at submit) by debbugs.gnu.org; 9 Jun 2019 17:14:48 +0000 Received: from localhost ([127.0.0.1]:55311 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ha1P0-0006HB-GI for submit@debbugs.gnu.org; Sun, 09 Jun 2019 13:14:48 -0400 Received: from lists.gnu.org ([209.51.188.17]:51015) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ha1Oz-0006H4-6S for submit@debbugs.gnu.org; Sun, 09 Jun 2019 13:14:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33498) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1ha1Ox-0005Sp-R0 for guix-patches@gnu.org; Sun, 09 Jun 2019 13:14:41 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=ALL_TRUSTED,BAYES_05, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ha1Ou-0007Po-R0; Sun, 09 Jun 2019 13:14:38 -0400 Received: from [2001:980:1b4f:1:42d2:832d:bb59:862] (port=45412 helo=dundal.peder.onsbrabantnet.nl) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ha1Ou-0003Ac-C8; Sun, 09 Jun 2019 13:14:36 -0400 From: Jan Nieuwenhuizen To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacsy. Date: Sun, 09 Jun 2019 19:14:28 +0200 Message-ID: <87wohuu1e3.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi! It's not a pure guile package...should it still be named guile-emacsy, WDYT? Greetings, janneke >From fea1be20d655096fbf31872650daca3ac28f0e41 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 9 Jun 2019 18:17:08 +0200 Subject: [PATCH] gnu: Add emacsy. * gnu/packages/guile-xyz.scm (emacsy): New variable. --- gnu/packages/guile-xyz.scm | 75 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index aee908a6f5..e66aa93f95 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -68,6 +68,7 @@ #:use-module (gnu packages multiprecision) #:use-module (gnu packages ncurses) #:use-module (gnu packages networking) + #:use-module (gnu packages noweb) #:use-module (gnu packages perl) #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) @@ -2305,3 +2306,77 @@ formatting combinators specified by @uref{https://srfi.schemers.org/srfi-159/srfi-159.html, SRFI-159}. These = are more expressive and flexible than the traditional @code{format} procedure.= ") (license license:bsd-3)))) + +(define-public emacsy + (let ((commit "29148e2a0d803bd74a83a3576f667108b374c6b3") + (revision "3")) + (package + (name "emacsy") + (version (string-append "0.1.2-" revision "." (string-take commit 7)= )) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/janneke/emacsy.git") + (commit commit))) + (file-name (string-append name "-" version)) + (sha256 + (base32 + "1s6n1b8h2wzvpkdnl7y2hby846cglznysbq4xqd6yys57vmzgczs"))= )) + (build-system gnu-build-system) + (native-inputs + `(("emacsy-webkit-gtk" + ,(origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/janneke/emacsy-webkit-gtk.git") + (commit "35ded1b3e997fd779a17e0c4a2c73741718562d9"))) + (file-name (string-append "emacsy-webkit-gtk" "-" version)) + (sha256 + (base32 + "1gp0li2rbp6in926r3hrww6cnh864pp46v1din2pgmd7vzzl7kg0")))) + ("hello-emacsy" + ,(origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/janneke/hello-emacsy.git") + (commit "bb17461d766c26992426f2c7d094cf9476a42dcc"))) + (file-name (string-append "hello-emacsy" "-" version)) + (sha256 + (base32 + "1lag248jb7xs5iw8qb6q12wc65awmr2sa2qhrjvrkvsrilxbpnj4")))) + ("autoconf" ,autoconf) + ("automake" ,automake) + ("bzip2" ,bzip2) + ("guile" ,guile-2.2) + ("gettext" ,gnu-gettext) + ("libtool" ,libtool) + ("noweb" ,noweb) + ("perl" ,perl) + ("pkg-config" ,pkg-config) + ("texinfo" ,texinfo))) + (propagated-inputs + `(("guile-lib" ,guile-lib) + ("guile-readline" ,guile-readline) + ("freeglut" ,freeglut) + ("gssettings-desktop-schemas" ,gsettings-desktop-schemas) + ("webkitgtk" ,webkitgtk))) + (inputs `(("guile" ,guile-2.2))) + (arguments + `(#:tests? #f ; several tests fail + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'unpack-examples + (lambda _ + (copy-recursively (assoc-ref %build-inputs "emacsy-webkit-g= tk") + "example/emacsy-webkit-gtk") + (copy-recursively (assoc-ref %build-inputs "hello-emacsy") + "example/hello-emacsy"))) + (add-before 'configure 'setenv + (lambda _ + (setenv "GUILE_AUTO_COMPILE" "0")))))) + (home-page "https://github.com/shanecelis/emacsy/") + (synopsis "Embeddable GNU Emacs-like library for Guile") + (description + "Emacsy is an embeddable GNU Emacs-like library for GNU Guile. It +comes with a simple counter example using GLUT and WebKit browser examples= .") + (license license:gpl3+)))) --=20 2.21.0 --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 09 13:52:00 2019 Received: (at 36151) by debbugs.gnu.org; 9 Jun 2019 17:52:01 +0000 Received: from localhost ([127.0.0.1]:55343 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ha1z6-0007BH-M2 for submit@debbugs.gnu.org; Sun, 09 Jun 2019 13:52:00 -0400 Received: from tobias.gr ([80.241.217.52]:48638) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ha1z3-0007B6-OW for 36151@debbugs.gnu.org; Sun, 09 Jun 2019 13:51:58 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id 7f366c2d; Sun, 9 Jun 2019 17:51:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to:cc :subject:references:in-reply-to:date:message-id:mime-version :content-type; s=2018; i=me@tobias.gr; bh=lh1oHtr7FjuEQIReqyF3jr 3OhUQJxbzdFKz3iRQ6SnM=; b=ovXEWwWf5xmAXcti+rfViYZf1Khcz+UpWAKKXb tj42iLVLsbyYLvR084N0oQ0KBs7aL5/iJ0uwf/1TCDBMVhNPsQxd4cJKLHEG1Dw6 I6MDvd1ug9QY5NG4A7JVA5uPOw6FtKtGdvEPjmwJpYf3jfPmk8ykwvau/Kt7b/q1 0Rb4dHDR38tKZ6WBdZhAE0xLAuA2qHXi3GtW7Ctq1px67aqNVrwm0tmeL1bBDC8l s+/IUveNEsxCDbpoYMe/4h1Ba3Gj8Ia5QQo03sUimiwovX1UEstgwrsRqmsz8THD MUn7eKKMJRKkHwEj4iYCj3x9o0FO0J4Dl96P2//gKCBs/UJA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id cffae0fd (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sun, 9 Jun 2019 17:51:53 +0000 (UTC) From: Tobias Geerinckx-Rice To: Jan Nieuwenhuizen Subject: Re: [bug#36151] [PATCH] gnu: Add emacsy. References: <87wohuu1e3.fsf@gnu.org> In-reply-to: <87wohuu1e3.fsf@gnu.org> Date: Sun, 09 Jun 2019 19:51:52 +0200 Message-ID: <87h88y6407.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36151 Cc: 36151@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Janneke, Jan Nieuwenhuizen wrote: > Hi! > > It's not a pure guile package...should it still be named=20 > guile-emacsy, Yes. > WDYT? Personally: that the language(s) the package is *written* in don't=20 actually matter much. What matters is whether it's a library *for* that language. + "Emacsy is an embeddable GNU Emacs-like library for GNU=20 Guile. =E2=80=A6and it is :-) Which is just, like, my opinion, of course, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXP1HOAAKCRANsP+IT1Vt eXh4AQDPzeVueV7K/tD+2FjbXU+iRQY7uxNSas9KThp8p+mB4gD/W4ihIjRhBkxd BNOwlYKH/De7KSRGVfssmmGAAECMIgQ= =Z+Bw -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 09 14:23:33 2019 Received: (at 36151) by debbugs.gnu.org; 9 Jun 2019 18:23:33 +0000 Received: from localhost ([127.0.0.1]:55360 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ha2TZ-0007vW-H4 for submit@debbugs.gnu.org; Sun, 09 Jun 2019 14:23:32 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37920) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ha2TX-0007vG-9J for 36151@debbugs.gnu.org; Sun, 09 Jun 2019 14:23:27 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ha2TQ-0007PZ-8N; Sun, 09 Jun 2019 14:23:20 -0400 Received: from [2001:980:1b4f:1:42d2:832d:bb59:862] (port=45420 helo=dundal.peder.onsbrabantnet.nl) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ha2TP-00078s-Mj; Sun, 09 Jun 2019 14:23:19 -0400 From: Jan Nieuwenhuizen To: Tobias Geerinckx-Rice Subject: Re: [bug#36151] [PATCH] gnu: Add emacsy. Organization: AvatarAcademy.nl References: <87wohuu1e3.fsf@gnu.org> <87h88y6407.fsf@nckx> X-Url: http://AvatarAcademy.nl Date: Sun, 09 Jun 2019 20:23:13 +0200 In-Reply-To: <87h88y6407.fsf@nckx> (Tobias Geerinckx-Rice's message of "Sun, 09 Jun 2019 19:51:52 +0200") Message-ID: <87sgsity7i.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36151 Cc: 36151@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Tobias Geerinckx-Rice writes: Hi Tobias, >> It's not a pure guile package...should it still be named >> guile-emacsy, > > Yes. > >> WDYT? > > Personally: that the language(s) the package is *written* in don't > actually matter much. > > What matters is whether it's a library *for* that language. > > + "Emacsy is an embeddable GNU Emacs-like library for GNU Guile. > > =E2=80=A6and it is :-) Well, that's the thing. It's a Guile library as well as an *embeddable* Guile library in C; it comes with libemacsy.so. So I guess the description is off. What about "Emacsy is an embeddable GNU Emacs-like library written in GNU Guile. It can be used as a pure Guile library, or embedded from a C program using libemacsy. It comes with a simple counter example using GLUT and browser examples in C using gtk+-3 and webkitgtk." > Which is just, like, my opinion, of course, Sure, just checking; still guile-emacsy? janneke --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 10 04:03:58 2019 Received: (at 36151) by debbugs.gnu.org; 10 Jun 2019 08:03:58 +0000 Received: from localhost ([127.0.0.1]:55932 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1haFHT-0004pd-FS for submit@debbugs.gnu.org; Mon, 10 Jun 2019 04:03:58 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41657) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1haFHS-0004pQ-89 for 36151@debbugs.gnu.org; Mon, 10 Jun 2019 04:03:50 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45451) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1haFHI-0006zV-GG; Mon, 10 Jun 2019 04:03:41 -0400 Received: from [2001:980:1b4f:1:42d2:832d:bb59:862] (port=47510 helo=dundal.peder.onsbrabantnet.nl) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1haFHE-0007Gz-Ea; Mon, 10 Jun 2019 04:03:40 -0400 From: Jan Nieuwenhuizen To: Tobias Geerinckx-Rice Subject: Re: [bug#36151] [PATCH] gnu: Add emacsy. Organization: AvatarAcademy.nl References: <87wohuu1e3.fsf@gnu.org> <87h88y6407.fsf@nckx> <87sgsity7i.fsf@gnu.org> X-Url: http://AvatarAcademy.nl Date: Mon, 10 Jun 2019 10:03:33 +0200 In-Reply-To: <87sgsity7i.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Sun, 09 Jun 2019 20:23:13 +0200") Message-ID: <87d0jln9yi.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36151 Cc: Ricardo Wurmus , 36151@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Jan Nieuwenhuizen writes: Hi! I have incorporated Ricardo's (thanks!) emacsy WIP patch so that we can now run all tests. I also resurrected the PDF doc builds and added them to the automake install. New patch attached. >>> It's not a pure guile package...should it still be named >>> guile-emacsy, >> >> Yes. >> >>> WDYT? >> >> Personally: that the language(s) the package is *written* in don't >> actually matter much. >> >> What matters is whether it's a library *for* that language. >> >> + "Emacsy is an embeddable GNU Emacs-like library for GNU Guile. >> >> =E2=80=A6and it is :-) > > Well, that's the thing. It's a Guile library as well as an *embeddable* > Guile library in C; it comes with libemacsy.so. So I guess the > description is off. What about I have changed it to (synopsis "Embeddable GNU Emacs-like library using Guile") (description "Emacsy is an embeddable GNU Emacs-like library that uses GNU Guile as extension language. Emacsy can give a C program an Emacsy feel with keymaps, minibuffer, recordable macros, history, tab completion, major and minor modes, etc., and can also be used as a pure Guile library. It comes with a simple counter example using GLUT and browser examples in C using gtk+-3 and webkitgtk.") janneke --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-emacsy.patch >From f8950419cb6b2414344266c76325f8c47bf95bf8 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 9 Jun 2019 18:17:08 +0200 Subject: [PATCH] gnu: Add emacsy. * gnu/packages/guile-xyz.scm (emacsy): New variable. --- gnu/packages/guile-xyz.scm | 80 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index aee908a6f5..191f32c321 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -68,6 +68,7 @@ #:use-module (gnu packages multiprecision) #:use-module (gnu packages ncurses) #:use-module (gnu packages networking) + #:use-module (gnu packages noweb) #:use-module (gnu packages perl) #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) @@ -75,6 +76,7 @@ #:use-module (gnu packages sdl) #:use-module (gnu packages slang) #:use-module (gnu packages sqlite) + #:use-module (gnu packages tex) #:use-module (gnu packages texinfo) #:use-module (gnu packages tls) #:use-module (gnu packages version-control) @@ -2305,3 +2307,81 @@ formatting combinators specified by @uref{https://srfi.schemers.org/srfi-159/srfi-159.html, SRFI-159}. These are more expressive and flexible than the traditional @code{format} procedure.") (license license:bsd-3)))) + +(define-public emacsy + (let ((commit "7d49cc1425d5d209bdb82cac0d8ea0694b8b3784") + (revision "4")) + (package + (name "emacsy") + (version (string-append "0.1.2-" revision "." (string-take commit 7))) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/janneke/emacsy.git") + (commit commit))) + (file-name (string-append name "-" version)) + (sha256 + (base32 + "0k9yns1v8zn135w60sx96nqs2bm2p2dvcvlm987hkw4lbff9ii6i")))) + (build-system gnu-build-system) + (native-inputs + `(("emacsy-webkit-gtk" + ,(origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/janneke/emacsy-webkit-gtk.git") + (commit "35ded1b3e997fd779a17e0c4a2c73741718562d9"))) + (file-name (string-append "emacsy-webkit-gtk" "-" version)) + (sha256 + (base32 + "1gp0li2rbp6in926r3hrww6cnh864pp46v1din2pgmd7vzzl7kg0")))) + ("hello-emacsy" + ,(origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/janneke/hello-emacsy.git") + (commit "2c117e5286a261be4ff24938f3ae1d348396c538"))) + (file-name (string-append "hello-emacsy" "-" version)) + (sha256 + (base32 + "15ykd7s8axcy8ym4v71fgal4x28fxnim0pv0jmpi3dnhizr63zqn")))) + ("autoconf" ,autoconf) + ("automake" ,automake) + ("bzip2" ,bzip2) + ("guile" ,guile-2.2) + ("gettext" ,gnu-gettext) + ("libtool" ,libtool) + ("noweb" ,noweb) + ("perl" ,perl) + ("pkg-config" ,pkg-config) + ("texinfo" ,texinfo) + ("texlive" ,texlive))) + (propagated-inputs + `(("guile-lib" ,guile-lib) + ("guile-readline" ,guile-readline) + ("freeglut" ,freeglut) + ("gssettings-desktop-schemas" ,gsettings-desktop-schemas) + ("webkitgtk" ,webkitgtk))) + (inputs `(("guile" ,guile-2.2))) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'unpack-examples + (lambda _ + (copy-recursively (assoc-ref %build-inputs "emacsy-webkit-gtk") + "example/emacsy-webkit-gtk") + (copy-recursively (assoc-ref %build-inputs "hello-emacsy") + "example/hello-emacsy"))) + (add-before 'configure 'setenv + (lambda _ + (setenv "GUILE_AUTO_COMPILE" "0")))))) + (home-page "https://github.com/shanecelis/emacsy/") + (synopsis "Embeddable GNU Emacs-like library using Guile") + (description + "Emacsy is an embeddable GNU Emacs-like library that uses GNU Guile +as extension language. Emacsy can give a C program an Emacsy feel with +keymaps, minibuffer, recordable macros, history, tab completion, major +and minor modes, etc., and can also be used as a pure Guile library. It +comes with a simple counter example using GLUT and browser examples in C +using gtk+-3 and webkitgtk.") + (license license:gpl3+)))) -- 2.21.0 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 12 09:53:49 2019 Received: (at 36151) by debbugs.gnu.org; 12 Jun 2019 13:53:49 +0000 Received: from localhost ([127.0.0.1]:60921 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hb3hF-0001o5-2F for submit@debbugs.gnu.org; Wed, 12 Jun 2019 09:53:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33361) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hb3hD-0001nr-Bm for 36151@debbugs.gnu.org; Wed, 12 Jun 2019 09:53:47 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hb3h2-0000cI-VO; Wed, 12 Jun 2019 09:53:39 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=51514 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hb3gy-0002F0-IP; Wed, 12 Jun 2019 09:53:35 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Jan Nieuwenhuizen Subject: Re: [bug#36151] [PATCH] gnu: Add emacsy. References: <87wohuu1e3.fsf@gnu.org> <87h88y6407.fsf@nckx> <87sgsity7i.fsf@gnu.org> <87d0jln9yi.fsf@gnu.org> Date: Wed, 12 Jun 2019 15:53:30 +0200 In-Reply-To: <87d0jln9yi.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Mon, 10 Jun 2019 10:03:33 +0200") Message-ID: <87ef3yvrj9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36151 Cc: Ricardo Wurmus , Tobias Geerinckx-Rice , 36151@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, Jan Nieuwenhuizen skribis: >>>From f8950419cb6b2414344266c76325f8c47bf95bf8 Mon Sep 17 00:00:00 2001 > From: Jan Nieuwenhuizen > Date: Sun, 9 Jun 2019 18:17:08 +0200 > Subject: [PATCH] gnu: Add emacsy. > > * gnu/packages/guile-xyz.scm (emacsy): New variable. Nice, LGTM! Good to see Emacsy coming back to life! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 12 17:45:36 2019 Received: (at 36151-done) by debbugs.gnu.org; 12 Jun 2019 21:45:36 +0000 Received: from localhost ([127.0.0.1]:34226 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hbB3n-0002ot-3O for submit@debbugs.gnu.org; Wed, 12 Jun 2019 17:45:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58794) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hbB3l-0002of-JN for 36151-done@debbugs.gnu.org; Wed, 12 Jun 2019 17:45:34 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hbB3e-0001mv-5o; Wed, 12 Jun 2019 17:45:26 -0400 Received: from [2001:980:1b4f:1:42d2:832d:bb59:862] (port=55670 helo=dundal.peder.onsbrabantnet.nl) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hbB3Z-0002Ig-MM; Wed, 12 Jun 2019 17:45:25 -0400 From: Jan Nieuwenhuizen To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#36151] [PATCH] gnu: Add emacsy. Organization: AvatarAcademy.nl References: <87wohuu1e3.fsf@gnu.org> <87h88y6407.fsf@nckx> <87sgsity7i.fsf@gnu.org> <87d0jln9yi.fsf@gnu.org> <87ef3yvrj9.fsf@gnu.org> X-Url: http://AvatarAcademy.nl Date: Wed, 12 Jun 2019 23:45:14 +0200 In-Reply-To: <87ef3yvrj9.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 12 Jun 2019 15:53:30 +0200") Message-ID: <87tvcua36d.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36151-done Cc: Ricardo Wurmus , Tobias Geerinckx-Rice , 36151-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Ludovic Court=C3=A8s writes: > Nice, LGTM! Pushed to master as f0de9544a3f19b65e80a7cbfafd0dbe268d92ee2 > Good to see Emacsy coming back to life! Thanks, yeah I'm pondering on a way forward for Emacsy. I'm starting by using it and it looks pretty nice. =20=20 janneke --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com From unknown Wed Jun 18 00:24:59 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 11 Jul 2019 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator