GNU bug report logs - #40786
[PATCH] * gnu: Add emacs-twittering-mode.

Previous Next

Package: guix-patches;

Reported by: Masaya Tojo <masaya <at> tojo.tokyo>

Date: Thu, 23 Apr 2020 01:27:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Masaya Tojo <masaya <at> tojo.tokyo>
Subject: bug#40786: closed (Re: [PATCH] gnu: Add emacs-twittering-mode.)
Date: Wed, 29 Apr 2020 14:28:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#40786: [PATCH] * gnu: Add emacs-twittering-mode.

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 40786 <at> debbugs.gnu.org.

-- 
40786: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40786
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Masaya Tojo <masaya <at> tojo.tokyo>
Cc: 40786-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: Add emacs-twittering-mode.
Date: Wed, 29 Apr 2020 16:27:16 +0200
Hello,

Masaya Tojo <masaya <at> tojo.tokyo> writes:

> I sent an updated patch.

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Masaya Tojo <masaya <at> tojo.tokyo>
To: guix-patches <at> gnu.org
Cc: Masaya Tojo <masaya <at> tojo.tokyo>
Subject: [PATCH] * gnu: Add emacs-twittering-mode.
Date: Thu, 23 Apr 2020 10:25:24 +0900
---
 gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 32b1868813..8c12332b69 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22534,3 +22534,23 @@ ASCII UML sequence diagrams in Emacs, which can be embedded in source code,
 comments or emails.")
       (license license:gpl3+))))
 
+(define-public emacs-twittering-mode
+  (package
+    (name "emacs-twittering-mode")
+    (version "3.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://sourceforge/twmode"
+                           "/twittering-mode-" version
+                           "/twittering-mode-" version ".tar.xz"))
+       (sha256
+        (base32 "02imis1gxz90lah0b5n37j2hlsaw5igss11d85vpsm5d1bgw8j28"))))
+    (build-system emacs-build-system)
+    (home-page "http://twmode.sourceforge.net")
+    (synopsis "Emacs major mode for Twitter")
+    (description
+     "Twittering-mode is an Emacs major mode for Twitter.
+You can check timelines, tweet, mark posts as favorites and so on
+with Emacs.")
+    (license license:gpl2+)))
-- 
2.26.1




This bug report was last modified 5 years and 20 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.