From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 29 01:23:21 2024 Received: (at submit) by debbugs.gnu.org; 29 Jun 2024 05:23:21 +0000 Received: from localhost ([127.0.0.1]:36708 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNQYS-0003L3-69 for submit@debbugs.gnu.org; Sat, 29 Jun 2024 01:23:21 -0400 Received: from lists.gnu.org ([209.51.188.17]:60948) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNLhu-00039r-86 for submit@debbugs.gnu.org; Fri, 28 Jun 2024 20:12:47 -0400 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 1sNLhu-0004h3-7B for guix-patches@gnu.org; Fri, 28 Jun 2024 20:12:46 -0400 Received: from rs230.mailgun.us ([209.61.151.230]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sNLhr-0001Q0-Uu for guix-patches@gnu.org; Fri, 28 Jun 2024 20:12:45 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.twitter-fu.com; q=dns/txt; s=smtp; t=1719619960; x=1719627160; h=Content-Transfer-Encoding: Content-Type: MIME-Version: Message-ID: Date: Subject: Subject: Cc: To: To: From: From: Sender: Sender; bh=msVfDTGALQ5jBY58t8J4DszvGHfILUFdfD9Nrlq6HSo=; b=A/zEbCAyWxkuZProjoQAXtcAHL70e9PpKXXhP03OwsEWPh7U+c+4ND+onSJfEueNosa/T/6DCGLO+JiJ0ryNpPJBuRvmEADFUbQX9LbAb9xfeNBG8uleO6t9/Yv4Y8SALY485KyHT8KXrRwqNOilUHBhR4zhaaS8VosAGUVGnTc= X-Mailgun-Sending-Ip: 209.61.151.230 X-Mailgun-Sid: WyJlNjU0OSIsImd1aXgtcGF0Y2hlc0BnbnUub3JnIiwiMzE2MTFiIl0= Received: from localhost.localdomain (static.109.226.14.81.ccc.net.il [109.226.14.81]) by fde41f51acab with SMTP id 667f5178cae088fa68abe8d5 (version=TLS1.3, cipher=TLS_AES_128_GCM_SHA256); Sat, 29 Jun 2024 00:12:40 GMT From: Daniel Szmulewicz To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-meyvn Date: Sat, 29 Jun 2024 03:12:27 +0300 Message-ID: <2dbf0c10e3cc313e3bc983611bd8036c3bcf4e1b.1719619608.git.daniel.szmulewicz@gmail.com> X-Mailer: git-send-email 2.45.1 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Katherine Cox-Buday , Liliana Marie Prikler Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=209.61.151.230; envelope-from=bounce+668379.31611b-guix-patches=gnu.org@mg.twitter-fu.com; helo=rs230.mailgun.us X-Spam_score_int: 3 X-Spam_score: 0.3 X-Spam_bar: / X-Spam_report: (0.3 / 5.0 requ) BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FORGED_GMAIL_RCVD=1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.249, NML_ADSP_CUSTOM_MED=0.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.4 (+) 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-meyvn): New variable. Change-Id: I6a440e6917c77e098cc9101cba7dd14942b93c5b --- gnu/packages/emacs-xyz.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (daniel.szmulewicz[at]gmail.com) 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 1.0 FORGED_GMAIL_RCVD 'From' gmail.com does not match 'Received' headers -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -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] 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different 0.0 SPOOFED_FREEMAIL No description available. 1.5 SPOOF_GMAIL_MID From Gmail but it doesn't seem to be... X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 29 Jun 2024 01:23:19 -0400 Cc: Daniel Szmulewicz 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.1 (-) * gnu/packages/emacs-xyz.scm (emacs-meyvn): New variable. Change-Id: I6a440e6917c77e098cc9101cba7dd14942b93c5b --- gnu/packages/emacs-xyz.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 903c22bbcb..40c5cd8538 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -142,6 +142,8 @@ ;;; Copyright © 2024 Wilko Meyer ;;; Copyright © 2024 Noé Lopez ;;; Copyright © 2024 gemmaro +;;; Copyright © 2024 Daniel Szmulewicz + ;;; ;;; This file is part of GNU Guix. ;;; @@ -1860,6 +1862,36 @@ (define-public emacs-mct (license (list license:gpl3+ license:fdl1.3+)))) ; GFDLv1.3+ for the manual +(define-public emacs-meyvn + (package + (name "emacs-meyvn") + (version "20231213.230") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/danielsz/meyvn-el.git") + (commit "3afb0a4283afd4f63ef7fdd48eb5da972421fd7a"))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1flxvaj8j5kg4r0cvns8z1xixgvsavq1i27z28j97m8dmndihihf")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-cider + emacs-projectile + emacs-s + emacs-dash + emacs-parseedn + emacs-parseclj + emacs-geiser)) + (home-page "https://github.com/danielsz/meyvn-el") + (synopsis "Meyvn client") + (description + "This package provides an Emacs client for the Meyvn build tool, +https://meyvn.org To use this package, simply add the following code snippet in +your init.el Changelog: Kawa Geiser support. (add-hook cider-mode-hook +#'meyvn-setup).") + (license license:gpl3+))) + (define-public emacs-fzf (let ((commit "21912ebc7e1084aa88c9d8b7715e782a3978ed23") (revision "0")) base-commit: 385fb14f6482a955fbef4d4b21fccb3473beddd8 -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 30 16:08:51 2024 Received: (at 71834-done) by debbugs.gnu.org; 30 Jun 2024 20:08:51 +0000 Received: from localhost ([127.0.0.1]:59184 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sO0qx-0003zs-Ib for submit@debbugs.gnu.org; Sun, 30 Jun 2024 16:08:51 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:36594) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sO0qw-0003zd-Bg for 71834-done@debbugs.gnu.org; Sun, 30 Jun 2024 16:08:50 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id C570B178E; Sun, 30 Jun 2024 22:08:14 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nLh-RknYtRIl; Sun, 30 Jun 2024 22:08:14 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 152791BE; Sun, 30 Jun 2024 22:08:14 +0200 (CEST) Date: Sun, 30 Jun 2024 22:08:12 +0200 From: Andreas Enge To: 71834-done@debbugs.gnu.org Subject: Close Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 71834-done 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 (-) This seems to be a duplicate of #71842, closing. Andreas From unknown Sun Aug 17 22:09:00 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 29 Jul 2024 11:24:06 +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