From unknown Thu Aug 21 12:10:14 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#45456 <45456@debbugs.gnu.org> To: bug#45456 <45456@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-org-fragtog. Reply-To: bug#45456 <45456@debbugs.gnu.org> Date: Thu, 21 Aug 2025 19:10:14 +0000 retitle 45456 [PATCH] gnu: Add emacs-org-fragtog. reassign 45456 guix-patches submitter 45456 Andr=C3=A9 Alexandre Gomes severity 45456 normal tag 45456 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 27 07:37:35 2020 Received: (at submit) by debbugs.gnu.org; 27 Dec 2020 12:37:35 +0000 Received: from localhost ([127.0.0.1]:60390 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ktVIk-0005cm-UQ for submit@debbugs.gnu.org; Sun, 27 Dec 2020 07:37:35 -0500 Received: from lists.gnu.org ([209.51.188.17]:46460) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ktVIi-0005ce-Mn for submit@debbugs.gnu.org; Sun, 27 Dec 2020 07:37:33 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:40866) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ktVIi-00052x-FD for guix-patches@gnu.org; Sun, 27 Dec 2020 07:37:32 -0500 Received: from mail-lf1-x12e.google.com ([2a00:1450:4864:20::12e]:39591) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ktVIf-0007D1-0L for guix-patches@gnu.org; Sun, 27 Dec 2020 07:37:32 -0500 Received: by mail-lf1-x12e.google.com with SMTP id a12so18338423lfl.6 for ; Sun, 27 Dec 2020 04:37:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version; bh=RH+IZ4ZaftD1667f+FR+gcgVwedirnzg1GSmO7xU0bM=; b=bMXqBND7xFykBtebHifLpxOghAOzvRIriG7QVUwfb7iVAcx+XukZMN5OP8LTUDal0S MsxeJhIBY3SInbVyTcExb4Zt1MaChKjh5FIDCUda5Sghh9ausgimtZTYNbN8Rqt+ScLU vzE9iWc81TCMnwhc200aP4o6TY7+Vz1sAScz8XH2ObiuXmEZrWcJgth4A6cZwuxIEaRs bqu3YC1zQKUkFcr/gZ3GliHb93TI4xrQXyiimX/hQErJ9jADXjOKbSqA2HRDmVVR2ddR yBz3Lhlz5uBUQnYD8/NdU2KTLvL+5wi9+JkLTb+vPpdsmI6Ub7AiShputWRfvC+5SG2v oLXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=RH+IZ4ZaftD1667f+FR+gcgVwedirnzg1GSmO7xU0bM=; b=jFcM5CKLu1g3WwLPNuI+RpctH/GsEaJewMjlQpIhd4sDEQA0NhwIf4m/cHhFmP5feV 63vv5D1+dqZpDo76ym7ujMbIMGB0HEAZHta1ElABuOE94mjtT0CihvoYgfNZRB+4kf0u Pp0S2Us9Vt9/+XRqXWqk51E6m0NBeQVimngXm32f5yEw5cca82llBy9MJc08mQGyVwl5 yTut5U3TfG9sXLaJD6EyOLlYxrQSf640GHb9RbtErZfu11FbH9rPAYcGdfqdMKACP2ZB YK7SrrK5iD+9mxhI8HrNRK7lmyFX6VAZ/19Bsl/sRkhkxYxP2fJ5O5d5RHpmW8n8kXCV m1Ow== X-Gm-Message-State: AOAM530utlSQCr3JXyRToVaIKne4muKpRQG/lp2lTxyzwgfCYAZtZja9 CJALcYLZi0jDyJnI1Pm+hD6/E06/SLQ= X-Google-Smtp-Source: ABdhPJwrezuqvtrAOT+qBUe+njilwlb0BL0yks7wB/B6mvLwXhvzeU1DUWN3m1CawaHjFiH6pw1jiw== X-Received: by 2002:a05:6512:1090:: with SMTP id j16mr16265393lfg.641.1609072645819; Sun, 27 Dec 2020 04:37:25 -0800 (PST) Received: from guix-xps13 (95-27-41-107.broadband.corbina.ru. [95.27.41.107]) by smtp.gmail.com with ESMTPSA id n23sm6123351lji.36.2020.12.27.04.37.24 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 27 Dec 2020 04:37:24 -0800 (PST) From: =?utf-8?Q?Andr=C3=A9_Alexandre_Gomes?= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-org-fragtog. Date: Sun, 27 Dec 2020 15:37:24 +0300 Message-ID: <87mtxz2znf.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=2a00:1450:4864:20::12e; envelope-from=andremegafone@gmail.com; helo=mail-lf1-x12e.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, 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: -2.3 (--) --=-=-= Content-Type: text/plain Hi Guix! --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-emacs-org-fragtog.patch >From 59b2de6252ae54944050246dd9041b3852024e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Alexandre=20Gomes?= Date: Sun, 27 Dec 2020 15:03:50 +0300 Subject: [PATCH] gnu: Add emacs-org-fragtog. gnu/packages/emacs-xyz.scm (emacs-org-fragtog): New variable. --- gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0822bfdd29..4d78067f13 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -26100,3 +26100,29 @@ to pastebin-like services. It supports more than one service and will failover if one service fails. More services can easily be added over time and prefered services can easily be configured.") (license license:gpl3+))) + +(define-public emacs-org-fragtog + (package + (name "emacs-org-fragtog") + (version "0.3.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/io12/org-fragtog.git") + (commit version))) + (file-name + (git-file-name name version)) + (sha256 + (base32 "1rzi67lb3mxqg3x6d8zx6rxncg7lw14agqwbh7zvgc2iins59j0f")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-org" ,emacs-org))) + (home-page "https://github.com/io12/org-fragtog") + (synopsis "Toggle org-mode latex fragment previews at cursor") + (description + "Org mode supports inline image previews of latex fragments. These +can be toggled with C-c C-x C-l. This package automates this, so +fragment previews are disabled for editing when your cursor steps onto +them, and re-enabled when the cursor leaves.") + (license license:gpl3+))) -- 2.29.2 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable -- Andr=C3=A9 Alexandre Gomes "Free Thought, Free World" --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 28 11:47:50 2020 Received: (at 45456-done) by debbugs.gnu.org; 28 Dec 2020 16:47:50 +0000 Received: from localhost ([127.0.0.1]:36643 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ktvgU-0004Gr-9K for submit@debbugs.gnu.org; Mon, 28 Dec 2020 11:47:50 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:42499) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ktvgS-0004GZ-T0 for 45456-done@debbugs.gnu.org; Mon, 28 Dec 2020 11:47:49 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id C938CFF808; Mon, 28 Dec 2020 16:47:41 +0000 (UTC) From: Nicolas Goaziou To: =?utf-8?Q?Andr=C3=A9?= Alexandre Gomes Subject: Re: [bug#45456] [PATCH] gnu: Add emacs-org-fragtog. References: <87mtxz2znf.fsf@gmail.com> Date: Mon, 28 Dec 2020 17:47:41 +0100 In-Reply-To: <87mtxz2znf.fsf@gmail.com> (=?utf-8?Q?=22Andr=C3=A9?= Alexandre Gomes"'s message of "Sun, 27 Dec 2020 15:37:24 +0300") Message-ID: <871rf9dgia.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 45456-done Cc: 45456-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, Andr=C3=A9 Alexandre Gomes writes: > Subject: [PATCH] gnu: Add emacs-org-fragtog. > > gnu/packages/emacs-xyz.scm (emacs-org-fragtog): New variable. Applied (elsewhere than at the end of the "emacs-xyz.scm" file). Thank you! Regards, --=20 Nicolas Goaziou From unknown Thu Aug 21 12:10:14 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, 26 Jan 2021 12:24:05 +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