From unknown Sun Jun 22 11:32:49 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#40593 <40593@debbugs.gnu.org> To: bug#40593 <40593@debbugs.gnu.org> Subject: Status: Added emacs-uml-mode Reply-To: bug#40593 <40593@debbugs.gnu.org> Date: Sun, 22 Jun 2025 18:32:49 +0000 retitle 40593 Added emacs-uml-mode reassign 40593 guix-patches submitter 40593 Alberto EFG severity 40593 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 13 02:16:02 2020 Received: (at submit) by debbugs.gnu.org; 13 Apr 2020 06:16:02 +0000 Received: from localhost ([127.0.0.1]:59144 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jNsO2-0008Rx-4D for submit@debbugs.gnu.org; Mon, 13 Apr 2020 02:16:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:54294) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jNsO0-0008RX-FU for submit@debbugs.gnu.org; Mon, 13 Apr 2020 02:16:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59468) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNsNy-0005Aj-SJ for guix-patches@gnu.org; Mon, 13 Apr 2020 02:16:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_05,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jNsNx-0006lS-2H for guix-patches@gnu.org; Mon, 13 Apr 2020 02:15:58 -0400 Received: from mout02.posteo.de ([185.67.36.66]:37855) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jNsNw-0006lE-J6 for guix-patches@gnu.org; Mon, 13 Apr 2020 02:15:57 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 87D7C2400FF for ; Mon, 13 Apr 2020 08:15:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.mx; s=2017; t=1586758554; bh=EtvXmDnLmMJVgbzOUVCev6sdTt6SL47ybIY6ekbPn7E=; h=From:To:Subject:Date:From; b=U1yDHWwQbm4TOXzcbxNj0GnzX84tAOMx9Ukg9AovYvD1YGQi8Nz51Gnn+Z9kQH6gU nlXQ8fF160a2dUNS9aUpYXw1StMUM+ZaoeLeA5aHIO02iJ7AEx5pvT6sA4xxbur43W yPEqjPyCeF39mwEAE3TnIuFekTNwuS5G87I2dxPch7pSAhN3xK00Hkx/G2FyFjm3uG HuquK6aBIAVqCfEBTj57lR1PKN3vk+jNCT8U+IbPVr/Xi6VzNxMqVHIWnBZN0XKU9A Z9uEv+texVyYY22y0YCbJ5ZObmeRZdV9Pe6A8ju2rKfZep5/934RyUW5FmQKtfwssO t60HB/scQJOrg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 490yzY3hDvz9rxR for ; Mon, 13 Apr 2020 08:15:52 +0200 (CEST) User-agent: mu4e 1.2.0; emacs 26.3 From: Alberto EFG To: guix-patches@gnu.org Subject: Added emacs-uml-mode Date: Mon, 13 Apr 2020 01:15:41 -0500 Message-ID: <87wo6j7vxu.fsf@posteo.mx> 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] [fuzzy] X-Received-From: 185.67.36.66 X-Spam-Score: 0.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: -0.7 (/) --=-=-= Content-Type: text/plain Added emacs-uml-mode. I used the same branch where I wrote emacs-org-roam (bug#40591) hope it is ok. guix size is 0.1 MB The package is just an emacs file, there should not be much problem. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-emacs-uml-mode.patch >From 0289b51837ea2edfe610deb2e91ee329601f1234 Mon Sep 17 00:00:00 2001 From: Alberto Eleuterio Flores Guerrero Date: Mon, 13 Apr 2020 01:07:04 -0500 Subject: [PATCH] gnu: Add emacs-uml-mode. * gnu/packages/emacs-xyz.scm (emacs-uml-mode): New variable. --- gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0f1c48be2e..0fdc509038 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -22332,3 +22332,25 @@ without hierarchy and are connected by tags. Notes can be found and created quickly. Org-roam should also work as a plug-and-play solution for anyone already using Org-mode for their personal wiki.") (license license:gpl3))) + +(define-public emacs-uml-mode + (package + (name "emacs-uml-mode") + (version "0.0.4") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ianxm/emacs-uml.git") + (commit "4c37ac1c4424b2313cd8f16ba48a98a4cc214200"))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "145i4srnfvd1vyibri2a1l6p9mbjvkkwlrpi41134pbarqffcnka")))) + (build-system emacs-build-system) + (home-page "https://github.com/ianxm/emacs-uml") + (synopsis "Minor mode for editing ascii UML sequence diagrams") + (description "@code{emacs-uml-mode} is a minor mode that + makes it easy to build ascii UML sequence diagrams in Emacs, +which can be embedded in source code, comments or emails.") + (license license:gpl3))) -- 2.26.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 13 20:54:58 2020 Received: (at 40593) by debbugs.gnu.org; 14 Apr 2020 00:54:58 +0000 Received: from localhost ([127.0.0.1]:32892 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jO9qs-0000kF-I1 for submit@debbugs.gnu.org; Mon, 13 Apr 2020 20:54:58 -0400 Received: from tobias.gr ([80.241.217.52]:43004) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jO9qq-0000jn-C5; Mon, 13 Apr 2020 20:54:57 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id 42694f84; Tue, 14 Apr 2020 00:54:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :date:message-id:mime-version:content-type; s=2018; i= me@tobias.gr; bh=9BdYV6HQ9qbvkHdto1A1AgeZBpwDGRZPamiwc2untdo=; b= PdrBPPOTlsQT5JdbvMgrPxmCd9HHnikyvCppMeUzrDLpuD1ADDcbE1vAXAhsTMiJ usle1fHMdKHDi2FQDSouFhkU816s+0cQC9/aEnLS24RJmknt25TQOBHLWr1yEDkF w4QMJow916FwY7lHdFv2uKm9WNaPprwaRNSyU7pNebeKcGltl1+/Z6nz7hJmr+LR JRE5oSPryPa//VzF7h0LhsXeP31dpTc67/T6An2HzhF6XQnd+HUI2uTdq0e0DXPP ZvVMDKfWvIlzqP1rrnkKeSoCDuLeXJueXJrE+I0ZsNilP9ZWWO7hq1CcbN23Wg3s jLXc4SJn/fZLuYiwo35qPA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id fd7e39b3 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Tue, 14 Apr 2020 00:54:53 +0000 (UTC) From: Tobias Geerinckx-Rice To: 40591@debbugs.gnu.org, 40593@debbugs.gnu.org, 40616@debbugs.gnu.org, 40613@debbugs.gnu.org Date: Tue, 14 Apr 2020 02:55:02 +0200 Message-ID: <87eesqnaxl.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: 40593 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.3 (-) --=-=-= Content-Type: text/plain; format=flowed For the record (and any reviewers), these patches should be applied in order: #40591 emacs-org-roam #40593 emacs-uml-mode #40616 emacs-4clojure #40613 emacs-typing They're not interdependent, just patch-context-dependent. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfo+u0AlEeO9y5k0W2Imw8BjFSTwFAl6VCeYACgkQ2Imw8BjF STzvPRAAmz3Ip8iGI7j9TmNef1IJMKkLervFzK8TW0OXbHgnLI4O2Ux6ChUXRsZ5 VkFk4jwsiZTe5q0tJNMynOz1rI3NIifYIY+n/zxUxHeoGGlSlOdSUHxjYGiSn1mC /Qpr0WHmCdRGAxYghqOlcfdmwQ1wPC/EQydD011sfLhOMpHearifZjWkVJ9lYcj3 l8QOzcuAu+z1bwNgSw0JqJSTsj8u2D6eIs+1YM3xFZ2xRa72omTMDaVZt1ebclm8 oKniR2j1QKUZgBBPIERBwGNiRUZRwUQ22arfaissF7yA8gmLSQN5qobzwriWORqI tBiSundwKe2AfT31Lk4vMTwm4Jdvne+t6r5ujbt4jEZfRbp0grKlJH9kdAlOE7Wi tYB+fCrBolpUkmWiUrDiOJ1Q93FnGi8nHY/zS/EYn1Aa71QHQ1E0gvxJiPA+w+LB f99YXOmzk22erTONQvhVcm/UNKB0hPdND+w2VnL2hXqXPw4pu8WcNynoTWsnbpDF FMbc+UzOtPZ3FnNztK12Y+we9jsUE+JHBAYldqBTBAwPv26u/qI8tHasmv5sHA4A Aw2Ip4roMOXFer3tBLQ3tw26u4IjqvmUMu9WzxuzEmanPOuVYB3rbT9OiSfWFS3F sQWkCDmvRsoFV4rISCed1pp5wyWq0Mf59jxCsIOIkkJz9lCzth8= =prpp -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 14 05:12:44 2020 Received: (at 40593-done) by debbugs.gnu.org; 14 Apr 2020 09:12:44 +0000 Received: from localhost ([127.0.0.1]:33239 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jOHcZ-0004nh-T8 for submit@debbugs.gnu.org; Tue, 14 Apr 2020 05:12:44 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:46173) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jOHcY-0004nO-Ex for 40593-done@debbugs.gnu.org; Tue, 14 Apr 2020 05:12:43 -0400 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 76EA610000D; Tue, 14 Apr 2020 09:12:34 +0000 (UTC) From: Nicolas Goaziou To: Alberto EFG Subject: Re: [bug#40593] Added emacs-uml-mode References: <87wo6j7vxu.fsf@posteo.mx> Date: Tue, 14 Apr 2020 11:12:33 +0200 In-Reply-To: <87wo6j7vxu.fsf@posteo.mx> (Alberto EFG's message of "Mon, 13 Apr 2020 01:15:41 -0500") Message-ID: <873696whvi.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40593-done Cc: 40593-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, Alberto EFG writes: > Added emacs-uml-mode. I used the same branch where I wrote > emacs-org-roam (bug#40591) hope it is ok. Thank you. Note that adding all new packages at the end of the file is likely to create merge conflicts. If they are tied, send them in the same bug report. > +(define-public emacs-uml-mode > + (package > + (name "emacs-uml-mode") > + (version "0.0.4") This is not an official release. So I added a commit, a revision, and a comment. Therefore, the line became: (version (git-version "0.0.4" revision commit)) > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/ianxm/emacs-uml.git") > + (commit "4c37ac1c4424b2313cd8f16ba48a98a4cc214200"))) As a consequence of the "no revision" situation, the line above became: (commit commit) > + (file-name (git-file-name name version)) > + (sha256 > + (base32 > + "145i4srnfvd1vyibri2a1l6p9mbjvkkwlrpi41134pbarqffcnka")))) > + (build-system emacs-build-system) > + (home-page "https://github.com/ianxm/emacs-uml") > + (synopsis "Minor mode for editing ascii UML sequence diagrams") > + (description "@code{emacs-uml-mode} is a minor mode that > + makes it easy to build ascii UML sequence diagrams in Emacs, > +which can be embedded in source code, comments or emails.") > + (license license:gpl3))) Please also see my comments about "emacs-org-roam" (indentation, commit, license). Regards, -- Nicolas Goaziou From unknown Sun Jun 22 11:32:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 12 May 2020 11:24:08 +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