From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id sHqNM26mq2TNjAAASxT56A (envelope-from ) for ; Mon, 10 Jul 2023 08:34:22 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id mKKHM26mq2Si8AAA9RJhRA (envelope-from ) for ; Mon, 10 Jul 2023 08:34:22 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 723E1DBF1 for ; Mon, 10 Jul 2023 08:34:22 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=trop.in header.s=gm1 header.b=n0SmOkeJ; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1688970862; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=BHxErHarel9J8ZPJo0po4z3uvvFjajAXNDqPpuft0WQ=; b=YzIDNSpCXwbn6oX+psPd+0ZLj4S2qx509MzLfkxZSPCD/0UhreRreFFtKqZRkj8WcpUH66 9OBE18bkpt664jbmRG0rb/c3q4WS8YqvKDV4/DogaPZTBTd08jw7q8UJ0ern4D8Ah/+fSL Iya56g3KD37xvViclMykG3JHJOTLhR9EiRSgFheibPXutyQmPC0hMAq3yHR5PZErs6Kq+2 UHyROYJns3mRY/zWTpeJSsnIAkSw4EGNSAzfQ6B5xtEvp35vX7kcaqTHlAy2R1BVVEjIQS 8tj3Dme/iX8IeSCWFphCu5N2aB7e/k4kw5rjb69qOiutyMZYfuMvdYCg381tTQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=trop.in header.s=gm1 header.b=n0SmOkeJ; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1688970862; a=rsa-sha256; cv=none; b=Pg2U/BOyYwiqpArOLmRyMuxs0H/fIXmdoiRG/02ulPcJFGlfeTaaX4YqS8Q8eSQBvpOxjn tB07fId2NHYt9Ie1QtAtu4Vrob1szpbN/mEZ83FRoWLUFC7u/wu0BLxMPqKwXQqrYpghlq yCwv7eFRozPMBYANkqqoS71zzt50/kAkipTjo4jbWoyzGcSTrQcamIWtvNpsvNva+6ukwL zdRVq3mlD6RFLTqa9vIje2s2yqi0gbJHq3K62wm9vXjEjYxTOi/iqsSZcl/MWi5YJf4bKd mCz8yklnkAQ6TtsyQthQYE4peA09mnCcyeaCng9k8fpb3RNaCEkj8/lu8UvQMA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qIkTH-0007Z2-Le; Mon, 10 Jul 2023 02:34:07 -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 1qIkTD-0007YC-6B for guix-patches@gnu.org; Mon, 10 Jul 2023 02:34:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qIkTC-0007Cs-Tp for guix-patches@gnu.org; Mon, 10 Jul 2023 02:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qIkTC-0002pv-LJ for guix-patches@gnu.org; Mon, 10 Jul 2023 02:34:02 -0400 Subject: bug#64419: [PATCH] gnu: Add emacs-eldoc-box. Resent-From: Andrew Tropin Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 10 Jul 2023 06:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 64419 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Hilton Chain , 64419-done@debbugs.gnu.org Cc: Hilton Chain , Liliana Marie Prikler Mail-Followup-To: 64419@debbugs.gnu.org, andrew@trop.in, hako@ultrarare.space Received: via spool by 64419-done@debbugs.gnu.org id=D64419.168897083710889 (code D ref 64419); Mon, 10 Jul 2023 06:34:02 +0000 Received: (at 64419-done) by debbugs.gnu.org; 10 Jul 2023 06:33:57 +0000 Received: from localhost ([127.0.0.1]:47528 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qIkT7-0002pY-Bu for submit@debbugs.gnu.org; Mon, 10 Jul 2023 02:33:57 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:44307) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qIkT4-0002pJ-Hm for 64419-done@debbugs.gnu.org; Mon, 10 Jul 2023 02:33:55 -0400 X-GND-Sasl: andrew@trop.in DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=gm1; t=1688970828; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=BHxErHarel9J8ZPJo0po4z3uvvFjajAXNDqPpuft0WQ=; b=n0SmOkeJ8/X6yIOEST0DHgZx2/Sd7NUy5RPZa+FMggglIXb+LrsrXgS0YAtQzjWJLeNjLr /S+J5OPcWNKoQkSH/jlrbZi8xYU75O7YZJ9elTR3m16weES9rx9E0fvZskyQJnM8nSwkzq yAoaNrVvAKGo3rZ1PFLbsDakZabLCa+nZioqlhMZDv/JcyXV/vitpnnJXrhYwaZqdLdI0K CJLfIKrbv3pTp1chU/X6/NxnijlA7VFW41TbmZ2TIoSeK/HwAj+9MIEjRnIUWSASjDQ9l2 6ntExSMurHBLSXNkdHqJKVLB13diJFfPhWoE7brlt04rs1kVA/TruaKyo2kLgQ== X-GND-Sasl: andrew@trop.in X-GND-Sasl: andrew@trop.in X-GND-Sasl: andrew@trop.in Received: by mail.gandi.net (Postfix) with ESMTPSA id 7BD21C000B; Mon, 10 Jul 2023 06:33:47 +0000 (UTC) From: Andrew Tropin In-Reply-To: <66b546e021e041521faf89cea1f615c12ecaa864.1688300843.git.hako@ultrarare.space> References: <66b546e021e041521faf89cea1f615c12ecaa864.1688300843.git.hako@ultrarare.space> Date: Mon, 10 Jul 2023 10:33:42 +0400 Message-ID: <87o7kk2s3d.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: scn0.migadu.com X-Migadu-Spam-Score: -1.39 X-Spam-Score: -1.39 X-Migadu-Queue-Id: 723E1DBF1 X-TUID: ZFV4v3HTXwzs --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On 2023-07-02 20:27, Hilton Chain wrote: > * gnu/packages/emacs-xyz.scm (emacs-eldoc-box): 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 6c86ee3793..9754a762b8 100644 > --- a/gnu/packages/emacs-xyz.scm > +++ b/gnu/packages/emacs-xyz.scm > @@ -18623,6 +18623,28 @@ (define-public emacs-eldoc > variable instead, to remind you of that variable's meaning.") > (license license:gpl3+))) >=20=20 > +(define-public emacs-eldoc-box > + (package > + (name "emacs-eldoc-box") > + (version "1.10.1") > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/casouri/eldoc-box") > + (commit (string-append "v" version)))) > + (file-name (git-file-name name version)) > + (sha256 > + (base32 > + "076bbn2nnrx02zk2hs4b39q0w3s7afbgfdxnwk2y2s8lkq1l6l87"))= )) > + (build-system emacs-build-system) > + (home-page "https://github.com/casouri/eldoc-box") > + (synopsis "Childframe doc for eglot and anything that uses eldoc") > + (description > + "This package displays ElDoc documentations in a childframe. The > +childfrme is selectable and scrollable with mouse, even thought the curs= or is > +hidden.") > + (license license:gpl3+))) > + > ;; Tests for ert-runner have a circular dependency with ecukes, and ther= efore > ;; cannot be run > (define-public emacs-ert-runner > > base-commit: a919a16898e7219fdd26bdfe33a9959e7156d59d Applied, pushed as 6663eb9aa7, thank you! =2D-=20 Best regards, Andrew Tropin --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmSrpkcACgkQIgjSCVjB 3rDBbhAAiOldx6CO4xfL6YMpzbhvHt0OGM7Ud1zlU2HmGgcVSUpjGtK1pqKed4Zk gOpgLGjID8tRxlci3MXJuhFiIol7oIJKxPjzcJ+mYDRQnX6WgzFW65u5Uzxs3yv9 LewBgroFvThG5FzIV6j5XUXFrk9fMBU9l/ogDtOZfUKPS+kKwSEXiq/ERWHd7L7F woCUsYc3dsU7YsQIP/aw+5GT9UVIk/FU1PGQHcMKIwoDpiJTUMym2ZjKyDxkv2Oq /SfIS/d7XAJNpsBemg9tdVwIsU3CBvJj/b1rQSv62OxBI/i4759P5Tpnv/vSEGjy 1CWNwEaPer3Lu5UDPF2KhVMO2mC6XytpqCJURkLzQMTgOFT/oD9QrWfXaDv53soH pESzK6dWDDFxip0mQGJMls/yPqajhjx8fPvzNjkWBI1npziYFbHYXODZSz52sTf7 dK+MuQ5IuRNNhuBHOE/iOORGrREsFvw5dNQwApidunQuJqgw1VQlDxQTU/73F4KN n130d5s4pBhK0KEBUkEgVlp+PgzWvwXxY+0CXc6cj+bC4tIfjJKoSLZ6cdVCFNgJ Rcue2OOgUcs07PH/ZHucQePO919YiAXFRSqngercYpvWcNOdAw7hv1TCF0ie5yjC QYNdLFPN+8nVDD/XoAxzmYypBghvcYuygISKPR6aUN1mpD5rbVU= =gBqa -----END PGP SIGNATURE----- --=-=-=--