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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40786 in the body.
You can then email your comments to 40786 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#40786; Package guix-patches. (Thu, 23 Apr 2020 01:27:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Masaya Tojo <masaya <at> tojo.tokyo>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 23 Apr 2020 01:27:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#40786; Package guix-patches. (Tue, 28 Apr 2020 15:24:02 GMT) Full text and rfc822 format available.

Message #8 received at 40786 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Masaya Tojo <masaya <at> tojo.tokyo>
Cc: 40786 <at> debbugs.gnu.org
Subject: Re: [bug#40786] [PATCH] * gnu: Add emacs-twittering-mode.
Date: Tue, 28 Apr 2020 17:23:25 +0200
Hello,

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

> +(define-public emacs-twittering-mode

Thank you! Could you also provide a commit message for this? For new
variables, it is usually:

  gnu: Add emacs-twittering-mode

  * gnu/packages/emacs-xyz.scm (emacs-twittering-mode): New variable.

If no one objects to this, I'll commit when you send me an updated patch.

Regards,

-- 
Nicolas Goaziou




Information forwarded to guix-patches <at> gnu.org:
bug#40786; Package guix-patches. (Tue, 28 Apr 2020 16:57:02 GMT) Full text and rfc822 format available.

Message #11 received at 40786 <at> debbugs.gnu.org (full text, mbox):

From: Masaya Tojo <masaya <at> tojo.tokyo>
To: mail <at> nicolasgoaziou.fr
Cc: 40786 <at> debbugs.gnu.org, Masaya Tojo <masaya <at> tojo.tokyo>
Subject: [PATCH] gnu: Add emacs-twittering-mode.
Date: Wed, 29 Apr 2020 01:47:39 +0900
* gnu/packages/emacs-xyz.scm (emacs-twittering-mode): New variable.
---
 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





Information forwarded to guix-patches <at> gnu.org:
bug#40786; Package guix-patches. (Tue, 28 Apr 2020 17:34:01 GMT) Full text and rfc822 format available.

Message #14 received at 40786 <at> debbugs.gnu.org (full text, mbox):

From: Masaya Tojo <masaya <at> tojo.tokyo>
To: mail <at> nicolasgoaziou.fr
Cc: 40786 <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add emacs-twittering-mode.
Date: Wed, 29 Apr 2020 02:32:54 +0900
Hello,

Thank you for review.

> Thank you! Could you also provide a commit message for this? For new
> variables, it is usually

I sent an updated patch.

Best Regards.

-- 
Masaya Tojo




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Wed, 29 Apr 2020 14:28:02 GMT) Full text and rfc822 format available.

Notification sent to Masaya Tojo <masaya <at> tojo.tokyo>:
bug acknowledged by developer. (Wed, 29 Apr 2020 14:28:02 GMT) Full text and rfc822 format available.

Message #19 received at 40786-done <at> debbugs.gnu.org (full text, mbox):

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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 28 May 2020 11:24:08 GMT) Full text and rfc822 format available.

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

Previous Next


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