From unknown Wed Jun 18 23:17:02 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#50471 <50471@debbugs.gnu.org> To: bug#50471 <50471@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-caml. Reply-To: bug#50471 <50471@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:17:02 +0000 retitle 50471 [PATCH] gnu: Add emacs-caml. reassign 50471 guix-patches submitter 50471 Xinglu Chen severity 50471 normal tag 50471 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 08 07:28:13 2021 Received: (at submit) by debbugs.gnu.org; 8 Sep 2021 11:28:14 +0000 Received: from localhost ([127.0.0.1]:58805 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNvkT-00067E-LT for submit@debbugs.gnu.org; Wed, 08 Sep 2021 07:28:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:51240) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNvkS-000676-C9 for submit@debbugs.gnu.org; Wed, 08 Sep 2021 07:28:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56652) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNvkS-0007Id-6T for guix-patches@gnu.org; Wed, 08 Sep 2021 07:28:12 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:37548 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNvkP-0002uk-PC for guix-patches@gnu.org; Wed, 08 Sep 2021 07:28:11 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1631100479; bh=pvP/208+KfCJKDEMt59df2ExLoWuJHJSa49tun+CnzI=; h=From:To:Subject:Date; b=aLSNdo3/ucPazAR7Fg7W9XaIBfIDf2UtogNZD3NkAmMKydp/1iMS19cxGAdycmddi 0HBixN03YbU7BKP+A43nawBtVa3/seeSOuVrr+FXnz/XFrJe9N8pWHA+Upj3ojmb/+ mwlfpGhVpgZaNFCIKxaR1IInGFr3zjdP+TAuDZWw= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-caml. Message-Id: <7dfddf97f7f393c5dcc29faf17b4c9347862a722.1631100464.git.public@yoctocell.xyz> Date: Wed, 08 Sep 2021 13:27:58 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 28 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, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.423, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-caml): New variable. --- gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 88040ded11..955b07e5a7 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -2773,6 +2773,34 @@ the ab [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 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.2 (/) * gnu/packages/emacs-xyz.scm (emacs-caml): New variable. --- gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 88040ded11..955b07e5a7 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -2773,6 +2773,34 @@ the ability to jump forward and backward to the next bookmark.") Emacs buffer.") (license license:gpl3+))) +(define-public emacs-caml + (package + (name "emacs-caml") + (version "4.9") + (source + (origin + (method url-fetch) + (uri (string-append "https://elpa.nongnu.org/nongnu/caml-" + version ".tar")) + (sha256 + (base32 + "00ldvz6r10vwwmk6f3az534p0340ywn7knsg2bmvbvh3q51vyl9i")))) + (build-system emacs-build-system) + (home-page "https://github.com/ocaml/caml-mode") + (synopsis "Caml mode for GNU Emacs") + (description + "This package provides a major mode for editing OCaml code in Emacs. +Some of its major features include: + +@itemize +@item syntax highlighting (font lock); +@item automatic indentation; +@item querying the type of expressions (using compiler generated annot files); +@item running an OCaml REPL within Emacs; +@item scanning of declarations and placing them in a menu. +@end itemize") + (license license:gpl2+))) + (define-public emacs-caps-lock (package (name "emacs-caps-lock") base-commit: 5c5e9d4e50af20042947b6b55e462a25b9d8cfc7 -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 13 16:26:29 2021 Received: (at 50471-done) by debbugs.gnu.org; 13 Sep 2021 20:26:29 +0000 Received: from localhost ([127.0.0.1]:46943 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPsX6-0000au-TL for submit@debbugs.gnu.org; Mon, 13 Sep 2021 16:26:29 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:55147) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPsX4-0000ag-SI for 50471-done@debbugs.gnu.org; Mon, 13 Sep 2021 16:26:27 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 37BCA240003; Mon, 13 Sep 2021 20:26:19 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#50471] [PATCH] gnu: Add emacs-caml. References: <7dfddf97f7f393c5dcc29faf17b4c9347862a722.1631100464.git.public@yoctocell.xyz> Date: Mon, 13 Sep 2021 22:26:18 +0200 In-Reply-To: <7dfddf97f7f393c5dcc29faf17b4c9347862a722.1631100464.git.public@yoctocell.xyz> (Xinglu Chen's message of "Wed, 08 Sep 2021 13:27:58 +0200") Message-ID: <87zgsg5ij9.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-caml): New variable. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.193 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.193 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 50471-done Cc: 50471-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: 0.3 (/) Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-caml): New variable. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Wed Jun 18 23:17:02 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 Oct 2021 11:24:10 +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