From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 31 14:53:32 2021 Received: (at submit) by debbugs.gnu.org; 31 Aug 2021 18:53:32 +0000 Received: from localhost ([127.0.0.1]:35390 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mL8sn-0002Om-NX for submit@debbugs.gnu.org; Tue, 31 Aug 2021 14:53:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:51294) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mL8sm-0002Oe-1N for submit@debbugs.gnu.org; Tue, 31 Aug 2021 14:53:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41940) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mL8sl-0003uv-Oe for guix-patches@gnu.org; Tue, 31 Aug 2021 14:53:15 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:49538) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mL8sg-0003gw-8b for guix-patches@gnu.org; Tue, 31 Aug 2021 14:53:15 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 1AC133100C for ; Tue, 31 Aug 2021 18:53:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo03-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo03-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G3hMekBExWZM for ; Tue, 31 Aug 2021 18:53:02 +0000 (UTC) Received: from localhost.localdomain (unknown [108.162.141.195]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 1B69830FFE for ; Tue, 31 Aug 2021 18:53:02 +0000 (UTC) From: Simon South To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-dictionary. Date: Tue, 31 Aug 2021 14:52:57 -0400 Message-Id: <20210831185257.7801-1-simon@simonsouth.net> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=64.68.200.34; envelope-from=simon@simonsouth.net; helo=mailout.easymail.ca X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, 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: -1.0 (-) * gnu/packages/emacs-xyz.scm (emacs-dictionary): New variable. --- gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 222be589d7..bfdf4e12ef 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -29360,6 +29360,27 @@ shorter than usual, using mostly unprefixed keys.") @acronym{CWL, Common Workflow Language} files.") (license license:gpl3+))) +(define-public emacs-dictionary + (package + (name "emacs-dictionary") + (version "1.11") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/myrkr/dictionary-el") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0zsjbpq0s0xdxd9r541f04bj1khhgzhdlzr0m4p17zjh1zardbpi")))) + (build-system emacs-build-system) + (home-page "http://www.myrkr.in-berlin.de/dictionary/index.html") + (synopsis "Emacs client for dictionary servers") + (description "This package provides commands for interacting with a +dictionary server (as defined by RFC 2229; by default, the public server at +dict.org) from within Emacs.") + (license license:gpl2+))) + (define-public emacs-multitran (package (name "emacs-multitran") -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 02 16:39:40 2021 Received: (at 50305-done) by debbugs.gnu.org; 2 Sep 2021 20:39:40 +0000 Received: from localhost ([127.0.0.1]:42158 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mLtUq-00055K-50 for submit@debbugs.gnu.org; Thu, 02 Sep 2021 16:39:40 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:37672) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mLtUn-00055B-Mt for 50305-done@debbugs.gnu.org; Thu, 02 Sep 2021 16:39:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:To:From:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=xR95XcRzxUZThIxb1zQwuf1p06tL5/rtSlfBJ0KbcGU=; b=c+1vhPhA06PRLHlmQtCTkJJf5P ZidUj9Qn2zudYRJ6NiiXK3u9tAIv6ju8ZmrvEjozCfY4KcqSC40LDouOv0ZYoG4eh0rqsmkNgsLSJ dGyWZhJX4nFwITnuM6jl7TSgZJyVLGcETdnRQN+iLcXua7+2Csfyj5zI7Ng/XBWOE9b+OqFH8A+Av DNEX529WPBg+SjysQHZ0L6Enh0WJjCM5oUGmMjqcPO5mruhHWZGR4mOvrq+6Iiv8WSqRmfl8ZeyYY hU4RPpzigd9djvrFwa4ljNWJELiitMV3bGmDOWiteE/ACwts0PBEfKsDxzd70QV0r1PNJUEhrLpNv LDiX2LXw==; Received: from [192.168.2.1] (port=6370 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mLtUl-00043y-4u; Fri, 03 Sep 2021 02:09:35 +0530 From: Arun Isaac To: Simon South , 50305-done@debbugs.gnu.org Subject: Re: [bug#50305] [PATCH] gnu: Add emacs-dictionary. In-Reply-To: <20210831185257.7801-1-simon@simonsouth.net> References: <20210831185257.7801-1-simon@simonsouth.net> Date: Fri, 03 Sep 2021 02:09:34 +0530 Message-ID: <875yvin249.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50305-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 (-) --=-=-= Content-Type: text/plain Hi Simon, I pushed your patch to master after adding a copyright header. Thanks for contributing to Guix! :-) Regards, Arun --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmExNoYbHGFydW5pc2Fh Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuzTiMH/1j/BcDdWfP1xaM64rzI igqUnDjAOj5KAknZg0PSkiA5l5x95oGpwxgbNh5XrAF9pttu1ceNnZIdeQShie6h L7veRyS31FxyWhjzJaG/tgaGCwqLMZJ1yBmef/1j88YI2SxKjCqVjam4FnPh2ga4 P/EvbAkfLoKw7tiFRCwQ5M5row1TCBmrugFqMQAEqw3SizPWy7HVPIFASjg1Wj4I XZsKYe0zD/Hh3VPGSLZKmaSTshzx9wsuAYICjpsxjCngc+lfuDP7MNQpqctoI6/y Rj4BOur7Z30u5GrmrdKQ/JPdwUOk8Fq0UFL3N8Rx0BA+GehvRPsbO+RIGYum1v4I GO4= =lORU -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Sep 10 19:49:05 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 01 Oct 2021 11:24:04 +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