From unknown Fri Aug 15 20:28:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59930] [PATCH] gnu: Add emacs-islisp-mode Resent-From: Joeke de Graaf Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 09 Dec 2022 21:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 59930 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59930@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167061971521546 (code B ref -1); Fri, 09 Dec 2022 21:02:02 +0000 Received: (at submit) by debbugs.gnu.org; 9 Dec 2022 21:01:55 +0000 Received: from localhost ([127.0.0.1]:38479 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3kVH-0005bS-C6 for submit@debbugs.gnu.org; Fri, 09 Dec 2022 16:01:55 -0500 Received: from lists.gnu.org ([209.51.188.17]:49470) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3kVG-0005bM-2A for submit@debbugs.gnu.org; Fri, 09 Dec 2022 16:01:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3kVF-0007zi-Ki for guix-patches@gnu.org; Fri, 09 Dec 2022 16:01:53 -0500 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3kVD-00011Q-9q for guix-patches@gnu.org; Fri, 09 Dec 2022 16:01:53 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 43F86240027 for ; Fri, 9 Dec 2022 22:01:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1670619708; bh=Zy2QMNWKPLQRT8nlfym1hKnGqKK/cDX0ClRQ4lkjWYo=; h=From:To:Subject:Date:From; b=LQ16bff1O+K6luq0r83ZQ8CM/mw85SOIMZEsd99EWjNS0O58ov7d8gY+39nDLtsbq 0XXGxowui9OHNd08DXu9Wwhj/2O7Xs740geUl40PlojxwzJD2TJutD7UxWWG9Imk6v uSt8jgKIejRf9kCyItSqyHFHe9xX73uYRbLDbSmKs07H3KMbjb9dh0/KEcOSH0vj13 mDaGsQzb+ITPEZWzRrdVE0o8yL4UFk3bMvIJMjj6NWWYVk6cRxnAJNPaHCV42oFGqo 6g2WTraBBwNOCL6wgNfli93g7i0Mpfk0yeerWidsBHbVTu0BYby0pyFxOtlMVNM8EG LdnSudlJu+kSA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NTNk36R8Zz6tm6 for ; Fri, 9 Dec 2022 22:01:47 +0100 (CET) From: Joeke de Graaf Date: Fri, 09 Dec 2022 21:01:47 +0000 Message-ID: <87pmcse1fo.fsf@kleptop.mail-host-address-is-not-set> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.65; envelope-from=joeke@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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: -2.3 (--) --=-=-= Content-Type: text/plain This patch adds emacs-islisp-mode to emacs-xyz.scm Best regards, Joeke de Graaf --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-emacs-islisp-mode.patch Content-Transfer-Encoding: quoted-printable >From fc661dcc856de74034964fd0734cabce5cef4eaa Mon Sep 17 00:00:00 2001 From: Joeke Date: Fri, 9 Dec 2022 21:52:40 +0100 Subject: [PATCH] gnu: Add emacs-islisp-mode --- gnu/packages/emacs-xyz.scm | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0d11c59b48..4170787ca1 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -118,6 +118,7 @@ ;;; Copyright =C2=A9 2022 Hilton Chain ;;; Copyright =C2=A9 2022 Nicolas Graves ;;; Copyright =C2=A9 2022 Thiago Jung Bauermann +;;; Copyright =C2=A9 2022 Joeke de Graaf ;;; ;;; This file is part of GNU Guix. ;;; @@ -13125,6 +13126,46 @@ (define-public emacs-helm-make target will call @code{compile} on it.") (license license:gpl3+)))) =20 +(define-public emacs-islisp-mode + (package + (name "emacs-islisp-mode") + (version "0.3.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/sasanidas/islisp-mode") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s6alrv1hfi1plj5lh826j0h71xvm2v092kglj3yvy34g73dgrna")))) + (build-system emacs-build-system) + (arguments + (list #:phases #~(modify-phases %standard-phases + ;; Install Emacs Lisp files from the "advance" + ;; and "implementations" directories + (add-after 'install 'install-additional-directories + (lambda _ + (let ((site-lisp-dir (string-append #$output + "/share/emacs/site-lisp/= islisp-mode-" + #$version))) + (map (lambda (dir) + (with-directory-excursion dir + (for-each (lambda (file) + (install-file file + site-lisp-dir)) + (find-files "." "\\.el$")= ))) + '("advance" "implementations")))))))) + (home-page "https://gitlab.com/sasanidas/islisp-mode") + (synopsis "ISLisp support for Emacs") + (description + "This package provides support for programming with ISLisp in +Emacs. It features a major mode with syntax highlighting, symbol autocomp= letion +and documentation search, among other features. It also includes an infer= ior +mode with REPL integration. Currently it only supports the Easy ISLisp (e= isl) +implementation.") + (license license:gpl3+))) + (define-public emacs-cider (package (name "emacs-cider") --=20 2.37.2 --=-=-=-- From unknown Fri Aug 15 20:28:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59930] [PATCH] gnu: Add emacs-islisp-mode Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 14 Dec 2022 16:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59930 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Joeke de Graaf Cc: 59930@debbugs.gnu.org Received: via spool by 59930-submit@debbugs.gnu.org id=B59930.167103580919254 (code B ref 59930); Wed, 14 Dec 2022 16:37:02 +0000 Received: (at 59930) by debbugs.gnu.org; 14 Dec 2022 16:36:49 +0000 Received: from localhost ([127.0.0.1]:40258 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p5UkT-00050U-1V for submit@debbugs.gnu.org; Wed, 14 Dec 2022 11:36:49 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:41915) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p5UkQ-000503-NG for 59930@debbugs.gnu.org; Wed, 14 Dec 2022 11:36:47 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id E7C1940007; Wed, 14 Dec 2022 16:36:38 +0000 (UTC) From: Nicolas Goaziou References: <87pmcse1fo.fsf@kleptop.mail-host-address-is-not-set> Date: Wed, 14 Dec 2022 17:36:33 +0100 In-Reply-To: <87pmcse1fo.fsf@kleptop.mail-host-address-is-not-set> (Joeke de Graaf's message of "Fri, 09 Dec 2022 21:01:47 +0000") Message-ID: <875yeegcxa.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) 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.7 (-) Hello, Joeke de Graaf writes: > This patch adds emacs-islisp-mode to emacs-xyz.scm Thank you. Some comments follow. > + (build-system emacs-build-system) > + (arguments > + (list #:phases #~(modify-phases %standard-phases > + ;; Install Emacs Lisp files from the "advance" > + ;; and "implementations" directories > + (add-after 'install 'install-additional-directories > + (lambda _ > + (let ((site-lisp-dir (string-append #$output > + "/share/emacs/site-lisp/islisp-mode-" > + #$version))) You can use (elpa-directory #$output) instead of (string-append ...) > + (map (lambda (dir) > + (with-directory-excursion dir > + (for-each (lambda (file) > + (install-file file > + site-lisp-dir)) > + (find-files "." "\\.el$")))) > + '("advance" "implementations")))))))) You can use for-each instead of map since you don't need the return value. Moreover, `copy-recursively' is probably shorter. However, this will catch neither the ".el" file nor the ".lsp" file in "implementations/easy-islisp" directory. What should we do about the latter ? You also need to add `eisl' as an input, and patch "easy-islisp.el" accordingly (see `easy-islisp-executable'). Could you send an updated patch? Regards, -- Nicolas Goaziou From unknown Fri Aug 15 20:28:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59930] [PATCH] gnu: Add emacs-islisp-mode References: <87pmcse1fo.fsf@kleptop.mail-host-address-is-not-set> In-Reply-To: <87pmcse1fo.fsf@kleptop.mail-host-address-is-not-set> Resent-From: Joeke de Graaf Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 16 Dec 2022 13:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59930 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59930@debbugs.gnu.org Received: via spool by 59930-submit@debbugs.gnu.org id=B59930.167119650111061 (code B ref 59930); Fri, 16 Dec 2022 13:15:02 +0000 Received: (at 59930) by debbugs.gnu.org; 16 Dec 2022 13:15:01 +0000 Received: from localhost ([127.0.0.1]:49207 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p6AYG-0002sL-RX for submit@debbugs.gnu.org; Fri, 16 Dec 2022 08:15:01 -0500 Received: from mout02.posteo.de ([185.67.36.66]:58961) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p6AYD-0002sF-9Y for 59930@debbugs.gnu.org; Fri, 16 Dec 2022 08:14:58 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id E7F19240109 for <59930@debbugs.gnu.org>; Fri, 16 Dec 2022 14:14:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1671196490; bh=mJVgnAswOplqfLzN33c7eMuZkRM9aAL2JRTI+Ua1Yr0=; h=Date:From:To:Subject:From; b=lEXuDSDcTw7HWZykLwurn2ePLG1DXqRhs4xeQGq8u0ZhKd4yTW0NlbilgDmwhSi5Z dfIfEFuVTVXmfMAbKYKMx+e7I0evYPOhOdWY9qQS1ZWP4XPXXHUrRhAr/453YJYjO5 ElpJ7Eg2tLkc64HF0AxGnCG9I97Amyje2gzBwjOliROXKxBFpOWhYznkXZgGgIk9md ESZfB+DWLYJppeO7A1gu8PjTs/jVMg5PDXOGEp+aYikLkDov5iIFmS/POJDcR9ekko FpLT7Y0imv8M2Iry1ydVh/6gnieF2cAN3XhOPmGbAsSBCv+MesWvo+IOUzk/2aKqHB vmR+Ev8nz8dLA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NYV200V3Jz6tn5 for <59930@debbugs.gnu.org>; Fri, 16 Dec 2022 14:14:47 +0100 (CET) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_6cf731c62014c9a73b121620cf6ef5e4" Date: Fri, 16 Dec 2022 13:14:47 +0000 From: Joeke de Graaf Message-ID: X-Spam-Score: -2.3 (--) 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 (---) --=_6cf731c62014c9a73b121620cf6ef5e4 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8; format=flowed > You can use (elpa-directory #$output) instead of (string-append ...) Thanks, I did not know about elpa-directory. > You can use for-each instead of map since you don't need the return > value. Moreover, `copy-recursively' is probably shorter. > > However, this will catch neither the ".el" file nor the ".lsp" file=20 in > "implementations/easy-islisp" directory. What should we do about the > latter ? It seems Emacs has a hard time finding easy-islisp.el when using copy-recursively, since it's put inside a directory. The easy solution would be to 'expand' the regex in find-files like this: (lambda _ (let ((site-lisp-dir (elpa-directory #$output))) (for-each (lambda (dir) (copy-recursively dir elpa-directory) (with-directory-excursion dir (for-each (lambda (file) (install-file file site-lisp-dir)) (find-files "." "\\.(lsp|el)$")))) '("advance" "implementations")))) Are there any objections to doing it this way? (Other than it being a lot less pretty than a call to copy-recursively =F0=9F=98=84) > You also need to add `eisl' as an input, > and patch "easy-islisp.el" > accordingly (see `easy-islisp-executable'). I incorporated this in the new patch. I have attached an updated version below. Thanks for reviewing! --=_6cf731c62014c9a73b121620cf6ef5e4 Content-Transfer-Encoding: base64 Content-Type: text/x-patch; name=0001-gnu-Add-emacs-islisp-mode.patch Content-Disposition: attachment; filename=0001-gnu-Add-emacs-islisp-mode.patch; size=3869 RnJvbSAxOTQzN2FmMzk5NjU4NTcwMTE2ZTQwM2VjODUxNjIzNjlmN2RiNmIwIE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBKb2VrZSA8am9la2VAcG9zdGVvLm5ldD4KRGF0ZTogRnJpLCAx NiBEZWMgMjAyMiAxNDowNTo0MyArMDEwMApTdWJqZWN0OiBbUEFUQ0hdIGdudTogQWRkIGVtYWNz LWlzbGlzcC1tb2RlCgotLS0KIGdudS9wYWNrYWdlcy9lbWFjcy14eXouc2NtIHwgNTIgKysrKysr KysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysKIDEgZmlsZSBjaGFuZ2VkLCA1MiBpbnNl cnRpb25zKCspCgpkaWZmIC0tZ2l0IGEvZ251L3BhY2thZ2VzL2VtYWNzLXh5ei5zY20gYi9nbnUv cGFja2FnZXMvZW1hY3MteHl6LnNjbQppbmRleCAwZDExYzU5YjQ4Li4yMzIyMTk0ZDZmIDEwMDY0 NAotLS0gYS9nbnUvcGFja2FnZXMvZW1hY3MteHl6LnNjbQorKysgYi9nbnUvcGFja2FnZXMvZW1h Y3MteHl6LnNjbQpAQCAtMTE4LDYgKzExOCw3IEBACiA7OzsgQ29weXJpZ2h0IMKpIDIwMjIgSGls dG9uIENoYWluIDxoYWtvQHVsdHJhcmFyZS5zcGFjZT4KIDs7OyBDb3B5cmlnaHQgwqkgMjAyMiBO aWNvbGFzIEdyYXZlcyA8bmdyYXZlc0BuZ3JhdmVzLmZyPgogOzs7IENvcHlyaWdodCDCqSAyMDIy IFRoaWFnbyBKdW5nIEJhdWVybWFubiA8YmF1ZXJtYW5uQGtvbGFibm93LmNvbT4KKzs7OyBDb3B5 cmlnaHQgwqkgMjAyMiBKb2VrZSBkZSBHcmFhZiA8am9la2VAcG9zdGVvLm5ldD4KIDs7OwogOzs7 IFRoaXMgZmlsZSBpcyBwYXJ0IG9mIEdOVSBHdWl4LgogOzs7CkBAIC0xMzEyNSw2ICsxMzEyNiw1 NyBAQCAoZGVmaW5lLXB1YmxpYyBlbWFjcy1oZWxtLW1ha2UKIHRhcmdldCB3aWxsIGNhbGwgQGNv ZGV7Y29tcGlsZX0gb24gaXQuIikKICAgICAgIChsaWNlbnNlIGxpY2Vuc2U6Z3BsMyspKSkpCiAK KyhkZWZpbmUtcHVibGljIGVtYWNzLWlzbGlzcC1tb2RlCisgIChwYWNrYWdlCisgICAgKG5hbWUg ImVtYWNzLWlzbGlzcC1tb2RlIikKKyAgICAodmVyc2lvbiAiMC4zLjEiKQorICAgIChzb3VyY2Ug KG9yaWdpbgorICAgICAgICAgICAgICAobWV0aG9kIGdpdC1mZXRjaCkKKyAgICAgICAgICAgICAg KHVyaSAoZ2l0LXJlZmVyZW5jZQorICAgICAgICAgICAgICAgICAgICAodXJsICJodHRwczovL2dp dGxhYi5jb20vc2FzYW5pZGFzL2lzbGlzcC1tb2RlIikKKyAgICAgICAgICAgICAgICAgICAgKGNv bW1pdCB2ZXJzaW9uKSkpCisgICAgICAgICAgICAgIChmaWxlLW5hbWUgKGdpdC1maWxlLW5hbWUg bmFtZSB2ZXJzaW9uKSkKKyAgICAgICAgICAgICAgKHNoYTI1NgorICAgICAgICAgICAgICAgKGJh c2UzMgorICAgICAgICAgICAgICAgICIxczZhbHJ2MWhmaTFwbGo1bGg4MjZqMGg3MXh2bTJ2MDky a2dsajN5dnkzNGc3M2Rncm5hIikpKSkKKyAgICAoYnVpbGQtc3lzdGVtIGVtYWNzLWJ1aWxkLXN5 c3RlbSkKKyAgICAoaW5wdXRzIChsaXN0IGVpc2wpKQorICAgIChhcmd1bWVudHMKKyAgICAgKGxp c3QgIzpwaGFzZXMgI34obW9kaWZ5LXBoYXNlcyAlc3RhbmRhcmQtcGhhc2VzCisgICAgICAgICAg ICAgICAgICAgICAgICAoYWRkLWFmdGVyICd1bnBhY2sgJ3BhdGNoLWVpc2wtdmFyaWFibGVzCisg ICAgICAgICAgICAgICAgICAgICAgICAgIChsYW1iZGEqICgjOmtleSBpbnB1dHMgb3V0cHV0cyAj OmFsbG93LW90aGVyLWtleXMpCisgICAgICAgICAgICAgICAgICAgICAgICAgICAgKGVtYWNzLXN1 YnN0aXR1dGUtdmFyaWFibGVzCisgICAgICAgICAgICAgICAgICAgICAgICAgICAgICJpbXBsZW1l bnRhdGlvbnMvZWFzeS1pc2xpc3AvZWFzeS1pc2xpc3AuZWwiCisgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICgiZWFzeS1pc2xpc3AtZXhlY3V0YWJsZSIgKHNlYXJjaC1pbnB1dC1maWxlCisg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlu cHV0cyAiL2Jpbi9laXNsIikpCisgICAgICAgICAgICAgICAgICAgICAgICAgICAgICgiZWFzeS1p c2xpc3AtbGlicmFyeS1kaXJlY3RvcnkiIGAoaWYgKGdldGVudgorICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAiRUFTWV9J U0xJU1AiKQorICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgIChnZXRlbnYKKyAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIkVBU1lfSVNMSVNQIikKKyAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAsKHNlYXJjaC1pbnB1dC1kaXJlY3RvcnkKKyAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlucHV0cworICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgInNoYXJlL2Vpc2wvbGlicmFyeSIpKSkpKSkKKyAgICAgICAgICAgICAgICAgICAg ICAgIChhZGQtYWZ0ZXIgJ2luc3RhbGwgJ2luc3RhbGwtYWRkaXRpb25hbC1kaXJlY3Rvcmllcwor ICAgICAgICAgICAgICAgICAgICAgICAgICAobGFtYmRhIF8KKyAgICAgICAgICAgICAgICAgICAg ICAgICAgICAobGV0ICgoc2l0ZS1saXNwLWRpciAoZWxwYS1kaXJlY3RvcnkgIyRvdXRwdXQpKSkK KyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChmb3ItZWFjaCAobGFtYmRhIChkaXIpCisg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAod2l0aC1kaXJlY3Rvcnkt ZXhjdXJzaW9uIGRpcgorICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAoZm9yLWVhY2ggKGxhbWJkYSAoZmlsZSkKKyAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgKGluc3RhbGwtZmlsZSBmaWxlCisgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzaXRlLWxpc3At ZGlyKSkKKyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgIChmaW5kLWZpbGVzICIuIgorICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICJcXC4obHNwfGVsKSQiKSkpKQorICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICcoImFkdmFuY2UiICJpbXBsZW1lbnRhdGlvbnMiKSkpKSkp KSkKKyAgICAoaG9tZS1wYWdlICJodHRwczovL2dpdGxhYi5jb20vc2FzYW5pZGFzL2lzbGlzcC1t b2RlIikKKyAgICAoc3lub3BzaXMgIklTTGlzcCBzdXBwb3J0IGZvciBFbWFjcyIpCisgICAgKGRl c2NyaXB0aW9uCisgICAgICJUaGlzIHBhY2thZ2UgcHJvdmlkZXMgc3VwcG9ydCBmb3IgcHJvZ3Jh bW1pbmcgd2l0aCBJU0xpc3AgaW4KK0VtYWNzLiAgSXQgZmVhdHVyZXMgYSBtYWpvciBtb2RlIHdp dGggc3ludGF4IGhpZ2hsaWdodGluZywgc3ltYm9sIGF1dG9jb21wbGV0aW9uCithbmQgZG9jdW1l bnRhdGlvbiBzZWFyY2gsIGFtb25nIG90aGVyIGZlYXR1cmVzLiAgSXQgYWxzbyBpbmNsdWRlcyBh biBpbmZlcmlvcgorbW9kZSB3aXRoIFJFUEwgaW50ZWdyYXRpb24uICBDdXJyZW50bHkgaXQgb25s eSBzdXBwb3J0cyB0aGUgRWFzeSBJU0xpc3AgKGVpc2wpCitpbXBsZW1lbnRhdGlvbi4iKQorICAg IChsaWNlbnNlIGxpY2Vuc2U6Z3BsMyspKSkKKwogKGRlZmluZS1wdWJsaWMgZW1hY3MtY2lkZXIK ICAgKHBhY2thZ2UKICAgICAobmFtZSAiZW1hY3MtY2lkZXIiKQotLSAKMi4zNy4yCgo= --=_6cf731c62014c9a73b121620cf6ef5e4-- From unknown Fri Aug 15 20:28:39 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Joeke de Graaf Subject: bug#59930: closed (Re: [bug#59930] [PATCH] gnu: Add emacs-islisp-mode) Message-ID: References: <874jtvdyk4.fsf@nicolasgoaziou.fr> <87pmcse1fo.fsf@kleptop.mail-host-address-is-not-set> X-Gnu-PR-Message: they-closed 59930 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 59930@debbugs.gnu.org Date: Fri, 16 Dec 2022 17:55:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1671213302-18191-1" This is a multi-part message in MIME format... ------------=_1671213302-18191-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #59930: [PATCH] gnu: Add emacs-islisp-mode which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 59930@debbugs.gnu.org. --=20 59930: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D59930 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1671213302-18191-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 59930-done) by debbugs.gnu.org; 16 Dec 2022 17:54:34 +0000 Received: from localhost ([127.0.0.1]:50708 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p6Euo-0004iu-Ga for submit@debbugs.gnu.org; Fri, 16 Dec 2022 12:54:34 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:44557) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p6Eun-0004in-EB for 59930-done@debbugs.gnu.org; Fri, 16 Dec 2022 12:54:34 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id C82D81C0005; Fri, 16 Dec 2022 17:54:24 +0000 (UTC) From: Nicolas Goaziou To: Joeke de Graaf Subject: Re: [bug#59930] [PATCH] gnu: Add emacs-islisp-mode References: <87pmcse1fo.fsf@kleptop.mail-host-address-is-not-set> Date: Fri, 16 Dec 2022 18:54:19 +0100 In-Reply-To: (Joeke de Graaf's message of "Fri, 16 Dec 2022 13:14:47 +0000") Message-ID: <874jtvdyk4.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 59930-done Cc: 59930-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: -1.7 (-) Hello, Joeke de Graaf writes: > I have attached an updated version below. Thank you. I applied it with a small refactoring. Regards, -- Nicolas Goaziou ------------=_1671213302-18191-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 9 Dec 2022 21:01:55 +0000 Received: from localhost ([127.0.0.1]:38479 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3kVH-0005bS-C6 for submit@debbugs.gnu.org; Fri, 09 Dec 2022 16:01:55 -0500 Received: from lists.gnu.org ([209.51.188.17]:49470) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3kVG-0005bM-2A for submit@debbugs.gnu.org; Fri, 09 Dec 2022 16:01:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3kVF-0007zi-Ki for guix-patches@gnu.org; Fri, 09 Dec 2022 16:01:53 -0500 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3kVD-00011Q-9q for guix-patches@gnu.org; Fri, 09 Dec 2022 16:01:53 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 43F86240027 for ; Fri, 9 Dec 2022 22:01:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1670619708; bh=Zy2QMNWKPLQRT8nlfym1hKnGqKK/cDX0ClRQ4lkjWYo=; h=From:To:Subject:Date:From; b=LQ16bff1O+K6luq0r83ZQ8CM/mw85SOIMZEsd99EWjNS0O58ov7d8gY+39nDLtsbq 0XXGxowui9OHNd08DXu9Wwhj/2O7Xs740geUl40PlojxwzJD2TJutD7UxWWG9Imk6v uSt8jgKIejRf9kCyItSqyHFHe9xX73uYRbLDbSmKs07H3KMbjb9dh0/KEcOSH0vj13 mDaGsQzb+ITPEZWzRrdVE0o8yL4UFk3bMvIJMjj6NWWYVk6cRxnAJNPaHCV42oFGqo 6g2WTraBBwNOCL6wgNfli93g7i0Mpfk0yeerWidsBHbVTu0BYby0pyFxOtlMVNM8EG LdnSudlJu+kSA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NTNk36R8Zz6tm6 for ; Fri, 9 Dec 2022 22:01:47 +0100 (CET) From: Joeke de Graaf To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-islisp-mode Date: Fri, 09 Dec 2022 21:01:47 +0000 Message-ID: <87pmcse1fo.fsf@kleptop.mail-host-address-is-not-set> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.65; envelope-from=joeke@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.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: -2.3 (--) --=-=-= Content-Type: text/plain This patch adds emacs-islisp-mode to emacs-xyz.scm Best regards, Joeke de Graaf --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-emacs-islisp-mode.patch Content-Transfer-Encoding: quoted-printable >From fc661dcc856de74034964fd0734cabce5cef4eaa Mon Sep 17 00:00:00 2001 From: Joeke Date: Fri, 9 Dec 2022 21:52:40 +0100 Subject: [PATCH] gnu: Add emacs-islisp-mode --- gnu/packages/emacs-xyz.scm | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0d11c59b48..4170787ca1 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -118,6 +118,7 @@ ;;; Copyright =C2=A9 2022 Hilton Chain ;;; Copyright =C2=A9 2022 Nicolas Graves ;;; Copyright =C2=A9 2022 Thiago Jung Bauermann +;;; Copyright =C2=A9 2022 Joeke de Graaf ;;; ;;; This file is part of GNU Guix. ;;; @@ -13125,6 +13126,46 @@ (define-public emacs-helm-make target will call @code{compile} on it.") (license license:gpl3+)))) =20 +(define-public emacs-islisp-mode + (package + (name "emacs-islisp-mode") + (version "0.3.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/sasanidas/islisp-mode") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s6alrv1hfi1plj5lh826j0h71xvm2v092kglj3yvy34g73dgrna")))) + (build-system emacs-build-system) + (arguments + (list #:phases #~(modify-phases %standard-phases + ;; Install Emacs Lisp files from the "advance" + ;; and "implementations" directories + (add-after 'install 'install-additional-directories + (lambda _ + (let ((site-lisp-dir (string-append #$output + "/share/emacs/site-lisp/= islisp-mode-" + #$version))) + (map (lambda (dir) + (with-directory-excursion dir + (for-each (lambda (file) + (install-file file + site-lisp-dir)) + (find-files "." "\\.el$")= ))) + '("advance" "implementations")))))))) + (home-page "https://gitlab.com/sasanidas/islisp-mode") + (synopsis "ISLisp support for Emacs") + (description + "This package provides support for programming with ISLisp in +Emacs. It features a major mode with syntax highlighting, symbol autocomp= letion +and documentation search, among other features. It also includes an infer= ior +mode with REPL integration. Currently it only supports the Easy ISLisp (e= isl) +implementation.") + (license license:gpl3+))) + (define-public emacs-cider (package (name "emacs-cider") --=20 2.37.2 --=-=-=-- ------------=_1671213302-18191-1--