From unknown Mon Jun 23 07:49:02 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#57203 <57203@debbugs.gnu.org> To: bug#57203 <57203@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-tamil99. Reply-To: bug#57203 <57203@debbugs.gnu.org> Date: Mon, 23 Jun 2025 14:49:02 +0000 retitle 57203 [PATCH] gnu: Add emacs-tamil99. reassign 57203 guix-patches submitter 57203 Arun Isaac severity 57203 normal tag 57203 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 14 09:10:38 2022 Received: (at submit) by debbugs.gnu.org; 14 Aug 2022 13:10:38 +0000 Received: from localhost ([127.0.0.1]:36190 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNDO2-0003qz-AL for submit@debbugs.gnu.org; Sun, 14 Aug 2022 09:10:38 -0400 Received: from lists.gnu.org ([209.51.188.17]:55150) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNDO0-0003qr-UR for submit@debbugs.gnu.org; Sun, 14 Aug 2022 09:10:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35702) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNDO0-00048f-PU for guix-patches@gnu.org; Sun, 14 Aug 2022 09:10:36 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:38180) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNDNx-0001Fw-3n for guix-patches@gnu.org; Sun, 14 Aug 2022 09:10:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=i7p3KM3W9LB6zSGKjNxmYv5WN7Vz21nVjiYNDvl4WK8=; b=Z/yRe/HJ59KxDEGYPJkZBe8qQK zXkSmVQRluR14vAeIg/YXfIqLEIfHXIaPccmGsmSpCYyNDLDEphF9V4PQG+sL+jTgiDRQJt10N/QF Mc4JVLV5V8auyhJayAngMoBEg6d/eDnM70qNOPUYQcihChr9sLO67cYmahUlW8y7e25sZm4E6+6lv f5bg8QwkojdrZbK9hoyshBuTB+nWFEK+O9lp0r0TrJNMhBCdYLXh4kV3MYBRX/gWxKZel6Kb2Zrj6 xABwjjvtfoF/DrJiiVsQ6BO/L11CZSPcY2hC97iRL4FTvXnGfZ/lLl+mQNpgkEtV1B4VlvrCUhSrg VTSQgQdA==; Received: from [192.168.2.1] (port=40766 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1oNDNn-00003g-15; Sun, 14 Aug 2022 18:40:23 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-tamil99. Date: Sun, 14 Aug 2022 18:40:20 +0530 Message-Id: <20220814131020.21640-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Arun Isaac 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.4 (--) * gnu/packages/emacs-xyz.scm (emacs-tamil99): New variable. --- gnu/packages/emacs-xyz.scm | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 3c1d322db3..1ca02a838d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -16,7 +16,7 @@ ;;; Copyright © 2016, 2019 Alex Griffin ;;; Copyright © 2016-2022 Nicolas Goaziou ;;; Copyright © 2016, 2017, 2018 Alex Vong -;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Arun Isaac +;;; Copyright © 2016–2022 Arun Isaac ;;; Copyright © 2017 Christopher Baines ;;; Copyright © 2017, 2018, 2019, 2020, 2022 Mathieu Othacehe ;;; Copyright © 2017, 2018, 2019, 2020, 2021, 2022 Clément Lassieur @@ -31967,3 +31967,23 @@ (define-public emacs-vundo tree to go back to previous buffer states. To use vundo, type @kbd{M-x vundo RET} in the buffer you want to undo. An undo tree buffer should pop up.") (license license:gpl3+))) + +(define-public emacs-tamil99 + (package + (name "emacs-tamil99") + (version "0.1.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://git.systemreboot.net/tamil99/") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cr903sgma9qi3hkk4snn5zza69c3szljhc984s1yl7p51a0x7mk")))) + (build-system emacs-build-system) + (home-page "https://git.systemreboot.net/tamil99/about/") + (synopsis "Tamil99 input method for Emacs") + (description "@code{emacs-tamil99} implements the tamil99 input method for +Emacs. tamil99 is an input method for the Tamil script.") + (license license:gpl3+))) -- 2.37.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 27 04:30:12 2022 Received: (at 57203-done) by debbugs.gnu.org; 27 Aug 2022 08:30:12 +0000 Received: from localhost ([127.0.0.1]:55128 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oRrCl-00046q-MM for submit@debbugs.gnu.org; Sat, 27 Aug 2022 04:30:11 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:52063) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oRrCj-00045V-D3 for 57203-done@debbugs.gnu.org; Sat, 27 Aug 2022 04:30:10 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 8744B40004; Sat, 27 Aug 2022 08:30:01 +0000 (UTC) From: Nicolas Goaziou To: Arun Isaac Subject: Re: [bug#57203] [PATCH] gnu: Add emacs-tamil99. References: <20220814131020.21640-1-arunisaac@systemreboot.net> Date: Sat, 27 Aug 2022 10:29:58 +0200 In-Reply-To: <20220814131020.21640-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Sun, 14 Aug 2022 18:40:20 +0530") Message-ID: <87k06uozqx.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 57203-done Cc: 57203-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, Arun Isaac writes: > * gnu/packages/emacs-xyz.scm (emacs-tamil99): New variable. I updated the package to latest 0.1.1 release and applied your patch. Thank you. > + (description "@code{emacs-tamil99} implements the tamil99 input method for > +Emacs. tamil99 is an input method for the Tamil script.") I also expounded a bit the description. Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 28 07:07:22 2022 Received: (at 57203-done) by debbugs.gnu.org; 28 Aug 2022 11:07:22 +0000 Received: from localhost ([127.0.0.1]:57707 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oSG8P-0001SK-WA for submit@debbugs.gnu.org; Sun, 28 Aug 2022 07:07:22 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:49866) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oSG8N-0001SC-RD for 57203-done@debbugs.gnu.org; Sun, 28 Aug 2022 07:07:20 -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:Cc:To:From:Sender:Reply-To: 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=d7W6OE6JRBtTbQxQiEmmoLFFQ3NjO6j0aZTJGvbZDhs=; b=VXpHeIKszmfwWNqfA+q6qUpSqB 5gZVaYjHezA+JcbWY8/SHe75w4PA8vl1HiK6T2MnjsTDayXJR4SvNMP5zoY8aRv9+Xo5BbuRdWYMA KyJStoSikD+RS5wFTet/4ZaXebxITK1najJ1l4c/zYy9CHLrD5KThSr7oADNTABMkiDemKOpVOZTY UL0yq26yhkinnGxH/H5oiqw6bxDRrsvofbkpdUCQHPvAvy8yqWAOwDkMQDG2AOZAuFc6uDRoWI9rm dEemdkAjaoCwPS17kcCMzeLaUqnOYdQHE2BMXkhzqq+frGZGw6br61EfC92ZDA7zh3W38McxhGsen mL5+zX+g==; Received: from [192.168.2.1] (port=44430 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1oSG8L-0002Jt-1k; Sun, 28 Aug 2022 16:37:17 +0530 From: Arun Isaac To: Nicolas Goaziou Subject: Re: [bug#57203] [PATCH] gnu: Add emacs-tamil99. In-Reply-To: <87k06uozqx.fsf@nicolasgoaziou.fr> References: <20220814131020.21640-1-arunisaac@systemreboot.net> <87k06uozqx.fsf@nicolasgoaziou.fr> Date: Sun, 28 Aug 2022 16:37:17 +0530 Message-ID: <87fshgzkwq.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 57203-done Cc: 57203-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.0 (-) Thank you! From unknown Mon Jun 23 07:49:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 25 Sep 2022 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