From unknown Sun Jun 22 04:23:16 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#53713] [PATCH] Add emacs-subed Resent-From: Jai Vetrivelan Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 02 Feb 2022 00:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53713 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53713@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164376020210638 (code B ref -1); Wed, 02 Feb 2022 00:04:01 +0000 Received: (at submit) by debbugs.gnu.org; 2 Feb 2022 00:03:22 +0000 Received: from localhost ([127.0.0.1]:50930 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nF37K-0002lU-83 for submit@debbugs.gnu.org; Tue, 01 Feb 2022 19:03:22 -0500 Received: from lists.gnu.org ([209.51.188.17]:36874) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nF2kt-0001yQ-1e for submit@debbugs.gnu.org; Tue, 01 Feb 2022 18:40:11 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58690) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nF2kn-0000fP-M8 for guix-patches@gnu.org; Tue, 01 Feb 2022 18:40:07 -0500 Received: from [2607:f8b0:4864:20::433] (port=36703 helo=mail-pf1-x433.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nF2kl-0006RC-MO for guix-patches@gnu.org; Tue, 01 Feb 2022 18:40:05 -0500 Received: by mail-pf1-x433.google.com with SMTP id 192so17275479pfz.3 for ; Tue, 01 Feb 2022 15:40:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:user-agent:mime-version :content-disposition:content-transfer-encoding; bh=rugN3nI5elXlFhVUEXMLT8YWO38myI2XSJ/bPw1c/8Q=; b=o3QeJez1uEsXFA0iE9Jld7wfkKIlHiMNq/D7BcqzIKkdxb0vKVunCxpEI3Id2B1/gn yImetuxuBRTbJCKydTO5AlKb4PuYBlOOoJl4jVODT9JnArnbmYdW6NxC8iPLZ6OW00Pq VJJQFAR4I/jCwUq/7Uu7BJtbkUkEwFvC80EdEw8n8vad48Rx/DBDHJ325U6OUXKTQuys nCmTozJrmYL1ahssN4sa4IcVO4Rzktzg+sK4bWjOqcFQ0n+cLD1fwIVY1aYtpF/U1986 KeX0b40r0oCF2I93GUwPx5oT80luG3EdEJv2DiCdrSlfRKDXPQR8dRjfsCH1JDdqZve4 abFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:user-agent :mime-version:content-disposition:content-transfer-encoding; bh=rugN3nI5elXlFhVUEXMLT8YWO38myI2XSJ/bPw1c/8Q=; b=hrSnMhea97lC3NsUw53sEB1mYufv7s+phGVJAl9Wcp6DbmopufndjTVnci3dJ7AEzB Jce9Us4c9mU+eCvZ8DXJ0NmEp4LBuy+ZZnax+3SHRU88GjYfJ1BAEZEsyxLdlSFgf6Pr 76EK0mM71h6zi2KNk8pGV7DMoZXNwbnN2pudzmcvP0IzbfwssFdD2xnnbFql7mEX3Pse LTMJoMwEd4nQb5O0eJIqpgcvpUPqm34nr7tX139rybhr2K6NZkYSy/IM3/RPDRxQAFXk 0SR2l3JSZvh0ymNGSGuydC3ya0qh4ogJInpZJYkOgjdTNfhjX5g+wX0rsDcLYefrFcVc wNEQ== X-Gm-Message-State: AOAM533RKgpLN+gDYPgpPuWH9+vMIVCwnle4hXaB4MMcZl0CLgMk0S0X bVjGlOAC/WVllugfqh2+BVyDjpPVl5c= X-Google-Smtp-Source: ABdhPJzk95a9U3pKLnNLWwLxH0dvrhVG2rKvJeVrUxnQCnA8gPrCBKhArTS68OATWTji0xqc883DdQ== X-Received: by 2002:a63:e418:: with SMTP id a24mr22517067pgi.169.1643758801203; Tue, 01 Feb 2022 15:40:01 -0800 (PST) Received: from guix ([2409:4072:8e3c:9c96:f105:bbd2:4d0c:3c1]) by smtp.gmail.com with ESMTPSA id 84sm18028319pgd.66.2022.02.01.15.39.58 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Feb 2022 15:40:00 -0800 (PST) From: Jai Vetrivelan X-AT&T-Hype: Have you ever tried to make your neighbor generate radio waves? Or tried to become one with moldy milk while visiting Neptune? Or been jailed by my sister while drinking Sterno straight from the can? You will. And the company that will bring it to you: AT&T. Date: Wed, 02 Feb 2022 05:09:54 +0530 Message-ID: <87pmo6p35h.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-emacs-subed.patch Content-Transfer-Encoding: quoted-printable X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::433 (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::433; envelope-from=jaivetrivelan@gmail.com; helo=mail-pf1-x433.google.com X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 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, PDS_HP_HELO_NORDNS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Mailman-Approved-At: Tue, 01 Feb 2022 19:03:20 -0500 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 (--) >From cfea2a0826f2c1fef798d15db10e5a5883ecfd80 Mon Sep 17 00:00:00 2001 From: Jai Vetrivelan Date: Tue, 1 Feb 2022 21:43:12 +0530 Subject: [PATCH] gnu: Add emacs-subed. * gnu/packages/emacs-xyz.scm: (emacs-subed) new variable. --- gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8ce245c54a..ae69df0eff 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -107,6 +107,7 @@ ;;; Copyright =C2=A9 2021 Brian Kubisiak ;;; Copyright =C2=A9 2021, 2022 Taiju HIGASHI ;;; Copyright =C2=A9 2022 Brandon Lucas +;;; Copyright =C2=A9 2022 Jai Vetrivelan ;;; ;;; This file is part of GNU Guix. ;;; @@ -5935,6 +5936,35 @@ (define-public emacs-sudo-edit user.") (license license:gpl3+))) =20 +(define-public emacs-subed + (let ((version "0.0.4") (revision "0") + (commit "f69c3e09f21403722dd5294b0b640a15201afbf5")) + (package + (name "emacs-subed") + (version (git-version version revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/sachac/subed") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p510waqzr9kqa1nfi91rjdpiqqikhqxw9r1by9sxyf6wd890dg8"))= )) + (build-system emacs-build-system) + (arguments + `(#:phases (modify-phases %standard-phases + (add-after 'unpack 'chdir-subed + (lambda _ + (chdir "subed")))))) + (home-page "https://elpa.nongnu.org/nongnu/subed.html") + (synopsis "Major mode for editing subtitles") + (description + "@code{subed} is an Emacs major mode for editing subtitles while +playing the corresponding video with mpv. At the moment, the only support= ed +formats are SubRip (.srt), WebVTT (.vtt), and Advanced SubStation Alpha (= .ass).") + (license license:gpl3+)))) + (define-public emacs-miniedit (package (name "emacs-miniedit") base-commit: ce721bd2ce7b58c57402db393baa31b945b03b8e --=20 2.34.0 From unknown Sun Jun 22 04:23:16 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jai Vetrivelan Subject: bug#53713: closed (Re: [bug#53713] [PATCH] Add emacs-subed) Message-ID: References: <87czjzhf6l.fsf@nicolasgoaziou.fr> <87pmo6p35h.fsf@gmail.com> X-Gnu-PR-Message: they-closed 53713 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 53713@debbugs.gnu.org Date: Sun, 06 Feb 2022 21:14:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1644182042-21302-1" This is a multi-part message in MIME format... ------------=_1644182042-21302-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #53713: [PATCH] Add emacs-subed which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 53713@debbugs.gnu.org. --=20 53713: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D53713 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1644182042-21302-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 53713-done) by debbugs.gnu.org; 6 Feb 2022 21:13:17 +0000 Received: from localhost ([127.0.0.1]:39945 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGoqT-0005WT-3J for submit@debbugs.gnu.org; Sun, 06 Feb 2022 16:13:17 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:32887) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGoqQ-0005W7-0U for 53713-done@debbugs.gnu.org; Sun, 06 Feb 2022 16:13:14 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 5157EC0004; Sun, 6 Feb 2022 21:13:07 +0000 (UTC) From: Nicolas Goaziou To: Jai Vetrivelan Subject: Re: [bug#53713] [PATCH] Add emacs-subed References: <87pmo6p35h.fsf@gmail.com> Date: Sun, 06 Feb 2022 22:13:06 +0100 In-Reply-To: <87pmo6p35h.fsf@gmail.com> (Jai Vetrivelan's message of "Wed, 02 Feb 2022 05:09:54 +0530") Message-ID: <87czjzhf6l.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: -0.7 (/) X-Debbugs-Envelope-To: 53713-done Cc: 53713-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, Jai Vetrivelan writes: > Subject: [PATCH] gnu: Add emacs-subed. > > * gnu/packages/emacs-xyz.scm: (emacs-subed) new variable. Applied. Thank you. > +(define-public emacs-subed > + (let ((version "0.0.4") (revision "0") > + (commit "f69c3e09f21403722dd5294b0b640a15201afbf5")) Even though upstream does not tag releases, I used commit corresponding to version "1.0.2" bump. > + (package > + (name "emacs-subed") > + (version (git-version version revision commit)) I updated to "1.0.2". > + "@code{subed} is an Emacs major mode for editing subtitles while > +playing the corresponding video with mpv. At the moment, the only supported > +formats are SubRip (.srt), WebVTT (.vtt), and Advanced SubStation > Alpha (.ass).") I added some Texinfo markup. Regards, -- Nicolas Goaziou ------------=_1644182042-21302-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Feb 2022 00:03:22 +0000 Received: from localhost ([127.0.0.1]:50930 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nF37K-0002lU-83 for submit@debbugs.gnu.org; Tue, 01 Feb 2022 19:03:22 -0500 Received: from lists.gnu.org ([209.51.188.17]:36874) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nF2kt-0001yQ-1e for submit@debbugs.gnu.org; Tue, 01 Feb 2022 18:40:11 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58690) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nF2kn-0000fP-M8 for guix-patches@gnu.org; Tue, 01 Feb 2022 18:40:07 -0500 Received: from [2607:f8b0:4864:20::433] (port=36703 helo=mail-pf1-x433.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nF2kl-0006RC-MO for guix-patches@gnu.org; Tue, 01 Feb 2022 18:40:05 -0500 Received: by mail-pf1-x433.google.com with SMTP id 192so17275479pfz.3 for ; Tue, 01 Feb 2022 15:40:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:user-agent:mime-version :content-disposition:content-transfer-encoding; bh=rugN3nI5elXlFhVUEXMLT8YWO38myI2XSJ/bPw1c/8Q=; b=o3QeJez1uEsXFA0iE9Jld7wfkKIlHiMNq/D7BcqzIKkdxb0vKVunCxpEI3Id2B1/gn yImetuxuBRTbJCKydTO5AlKb4PuYBlOOoJl4jVODT9JnArnbmYdW6NxC8iPLZ6OW00Pq VJJQFAR4I/jCwUq/7Uu7BJtbkUkEwFvC80EdEw8n8vad48Rx/DBDHJ325U6OUXKTQuys nCmTozJrmYL1ahssN4sa4IcVO4Rzktzg+sK4bWjOqcFQ0n+cLD1fwIVY1aYtpF/U1986 KeX0b40r0oCF2I93GUwPx5oT80luG3EdEJv2DiCdrSlfRKDXPQR8dRjfsCH1JDdqZve4 abFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:user-agent :mime-version:content-disposition:content-transfer-encoding; bh=rugN3nI5elXlFhVUEXMLT8YWO38myI2XSJ/bPw1c/8Q=; b=hrSnMhea97lC3NsUw53sEB1mYufv7s+phGVJAl9Wcp6DbmopufndjTVnci3dJ7AEzB Jce9Us4c9mU+eCvZ8DXJ0NmEp4LBuy+ZZnax+3SHRU88GjYfJ1BAEZEsyxLdlSFgf6Pr 76EK0mM71h6zi2KNk8pGV7DMoZXNwbnN2pudzmcvP0IzbfwssFdD2xnnbFql7mEX3Pse LTMJoMwEd4nQb5O0eJIqpgcvpUPqm34nr7tX139rybhr2K6NZkYSy/IM3/RPDRxQAFXk 0SR2l3JSZvh0ymNGSGuydC3ya0qh4ogJInpZJYkOgjdTNfhjX5g+wX0rsDcLYefrFcVc wNEQ== X-Gm-Message-State: AOAM533RKgpLN+gDYPgpPuWH9+vMIVCwnle4hXaB4MMcZl0CLgMk0S0X bVjGlOAC/WVllugfqh2+BVyDjpPVl5c= X-Google-Smtp-Source: ABdhPJzk95a9U3pKLnNLWwLxH0dvrhVG2rKvJeVrUxnQCnA8gPrCBKhArTS68OATWTji0xqc883DdQ== X-Received: by 2002:a63:e418:: with SMTP id a24mr22517067pgi.169.1643758801203; Tue, 01 Feb 2022 15:40:01 -0800 (PST) Received: from guix ([2409:4072:8e3c:9c96:f105:bbd2:4d0c:3c1]) by smtp.gmail.com with ESMTPSA id 84sm18028319pgd.66.2022.02.01.15.39.58 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Feb 2022 15:40:00 -0800 (PST) From: Jai Vetrivelan To: guix-patches@gnu.org Subject: [PATCH] Add emacs-subed X-AT&T-Hype: Have you ever tried to make your neighbor generate radio waves? Or tried to become one with moldy milk while visiting Neptune? Or been jailed by my sister while drinking Sterno straight from the can? You will. And the company that will bring it to you: AT&T. Date: Wed, 02 Feb 2022 05:09:54 +0530 Message-ID: <87pmo6p35h.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-emacs-subed.patch Content-Transfer-Encoding: quoted-printable X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::433 (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::433; envelope-from=jaivetrivelan@gmail.com; helo=mail-pf1-x433.google.com X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 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, PDS_HP_HELO_NORDNS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 01 Feb 2022 19:03:20 -0500 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 (--) >From cfea2a0826f2c1fef798d15db10e5a5883ecfd80 Mon Sep 17 00:00:00 2001 From: Jai Vetrivelan Date: Tue, 1 Feb 2022 21:43:12 +0530 Subject: [PATCH] gnu: Add emacs-subed. * gnu/packages/emacs-xyz.scm: (emacs-subed) new variable. --- gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8ce245c54a..ae69df0eff 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -107,6 +107,7 @@ ;;; Copyright =C2=A9 2021 Brian Kubisiak ;;; Copyright =C2=A9 2021, 2022 Taiju HIGASHI ;;; Copyright =C2=A9 2022 Brandon Lucas +;;; Copyright =C2=A9 2022 Jai Vetrivelan ;;; ;;; This file is part of GNU Guix. ;;; @@ -5935,6 +5936,35 @@ (define-public emacs-sudo-edit user.") (license license:gpl3+))) =20 +(define-public emacs-subed + (let ((version "0.0.4") (revision "0") + (commit "f69c3e09f21403722dd5294b0b640a15201afbf5")) + (package + (name "emacs-subed") + (version (git-version version revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/sachac/subed") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p510waqzr9kqa1nfi91rjdpiqqikhqxw9r1by9sxyf6wd890dg8"))= )) + (build-system emacs-build-system) + (arguments + `(#:phases (modify-phases %standard-phases + (add-after 'unpack 'chdir-subed + (lambda _ + (chdir "subed")))))) + (home-page "https://elpa.nongnu.org/nongnu/subed.html") + (synopsis "Major mode for editing subtitles") + (description + "@code{subed} is an Emacs major mode for editing subtitles while +playing the corresponding video with mpv. At the moment, the only support= ed +formats are SubRip (.srt), WebVTT (.vtt), and Advanced SubStation Alpha (= .ass).") + (license license:gpl3+)))) + (define-public emacs-miniedit (package (name "emacs-miniedit") base-commit: ce721bd2ce7b58c57402db393baa31b945b03b8e --=20 2.34.0 ------------=_1644182042-21302-1--