From unknown Sat Jun 21 05:12:46 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#57305 <57305@debbugs.gnu.org> To: bug#57305 <57305@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-alarm-clock. Reply-To: bug#57305 <57305@debbugs.gnu.org> Date: Sat, 21 Jun 2025 12:12:46 +0000 retitle 57305 [PATCH] gnu: Add emacs-alarm-clock. reassign 57305 guix-patches submitter 57305 Arun Isaac severity 57305 normal tag 57305 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 20 02:56:56 2022 Received: (at submit) by debbugs.gnu.org; 20 Aug 2022 06:56:56 +0000 Received: from localhost ([127.0.0.1]:59508 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPIPg-00043V-6O for submit@debbugs.gnu.org; Sat, 20 Aug 2022 02:56:56 -0400 Received: from lists.gnu.org ([209.51.188.17]:58476) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPIPb-00043K-Ox for submit@debbugs.gnu.org; Sat, 20 Aug 2022 02:56:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49528) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPIPa-0001IF-K8 for guix-patches@gnu.org; Sat, 20 Aug 2022 02:56:51 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:37748) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPIPO-00008U-0X for guix-patches@gnu.org; Sat, 20 Aug 2022 02:56:40 -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=HDKW6rwX3jcNn9L014avVQLQhnw5P5sjn4o7DiWRQbM=; b=OTjAqeUWFCKQm2OfGQKi2nrRlf w25XQn0/61O0Z6K0Tm5rpG727HoNmCS/uDEC8ZzBFBUBXmJD8oCOzFo3w/b1DpvQh+FJsWCWOP6cb da7yn73HLXXH0Nw0lugjb2p0s47WY2vqBUFh5TgFHkGbgyF4iDUj5HYcASVpaqPwAsi1wZbfXZrEK 8jx5J1mT6A9aChIOr17o5oxfOQxXLpQox9jyutjri8GeUIYaZBxEuW/C6RFwO4pik8aJAgFFD/PVv 0GTLZ12JikTMJg9ptmIsfu3nFclEZEbzNOZjWUpSNGNJBnzwvbVTuiHo+HgZFRXQahz3Zw/kaZnFK eRgAfrmw==; Received: from [192.168.2.1] (port=54990 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 1oPIPF-0006Su-2i; Sat, 20 Aug 2022 12:26:29 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-alarm-clock. Date: Sat, 20 Aug 2022 12:26:27 +0530 Message-Id: <20220820065627.17333-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-alarm-clock): New variable. --- gnu/packages/emacs-xyz.scm | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index a3a75c3e07..fe8ba9422d 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 @@ -31992,3 +31992,38 @@ (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-alarm-clock + (package + (name "emacs-alarm-clock") + (version "1.0.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/wlemuel/alarm-clock") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11afq6lnlqdzbll015fx3031bslwfaz5362qgk2ipgqlk872559h")))) + (build-system emacs-build-system) + (arguments + (list #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'configure + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "alarm-clock.el" + (("\"mpg123\"") + (string-append "\"" (search-input-file inputs "/bin/mpg123") "\"")) + (("notify-send") + (search-input-file inputs "/bin/notify-send")))))))) + (inputs + (list libnotify + mpg123)) + (propagated-inputs + (list emacs-f)) + (home-page "https://github.com/wlemuel/alarm-clock") + (synopsis "Alarm clock for Emacs") + (description "@code{emacs-alarm-clock} provides an alarm clock for +Emacs.") + (license license:gpl3+))) -- 2.37.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 27 05:06:08 2022 Received: (at 57305-done) by debbugs.gnu.org; 27 Aug 2022 09:06:08 +0000 Received: from localhost ([127.0.0.1]:55167 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oRrlY-00051q-6j for submit@debbugs.gnu.org; Sat, 27 Aug 2022 05:06:08 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:41329) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oRrlT-00051I-0g for 57305-done@debbugs.gnu.org; Sat, 27 Aug 2022 05:06:07 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 5BEEE1BF204; Sat, 27 Aug 2022 09:05:54 +0000 (UTC) From: Nicolas Goaziou To: Arun Isaac Subject: Re: [bug#57305] [PATCH] gnu: Add emacs-alarm-clock. In-Reply-To: <20220820065627.17333-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Sat, 20 Aug 2022 12:26:27 +0530") References: <20220820065627.17333-1-arunisaac@systemreboot.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) Date: Sat, 27 Aug 2022 11:05:51 +0200 Message-ID: <877d2uoy34.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 57305-done Cc: 57305-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-alarm-clock): New variable. Applied. Thank you. > + (arguments > + (list #:phases I also #:include'd the "alarm.mp3" file, which is required by default. Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 28 07:07:06 2022 Received: (at 57305-done) by debbugs.gnu.org; 28 Aug 2022 11:07:06 +0000 Received: from localhost ([127.0.0.1]:57704 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oSG89-0001Rr-Oa for submit@debbugs.gnu.org; Sun, 28 Aug 2022 07:07:05 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:60778) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oSG85-0001RN-6N for 57305-done@debbugs.gnu.org; Sun, 28 Aug 2022 07:07:04 -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=oxKWmE8IcwqfHpQyPIblszTDtd EyLtBkbLou+7bX/RUvQ7laUTAbCMBpNZkNPEE5Fn2BfNJ+wg2Dfumt0u5QXgwRsJsH5bbsgEq/TSa Afg1ZTOjjgURtsQUWqcNGvKKErsDzYNthpXCLhHOfwKOevEHIb/NjUruAalr7NXYTpraQuJhuhgBl LYKGwvNKG6LQGbazwPWwimsJZ46xhn1KJwJTvK150Xg1+5ojqMc+R7iF4qQ7a7iRP+HXZGgOhQnzH bIT5XRxVe6UZkoUurRWNX2iY7VezVbTNXrwEtiCIYrEjHqcELLlIEG68UMK1iy6EpJsDTtDG+Evk9 deUAVNmQ==; Received: from [192.168.2.1] (port=43788 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1oSG7z-0002Jk-2T; Sun, 28 Aug 2022 16:36:55 +0530 From: Arun Isaac To: Nicolas Goaziou Subject: Re: [bug#57305] [PATCH] gnu: Add emacs-alarm-clock. In-Reply-To: <877d2uoy34.fsf@nicolasgoaziou.fr> References: <20220820065627.17333-1-arunisaac@systemreboot.net> <877d2uoy34.fsf@nicolasgoaziou.fr> Date: Sun, 28 Aug 2022 16:36:55 +0530 Message-ID: <87ilmczkxc.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 57305-done Cc: 57305-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 Sat Jun 21 05:12:46 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