unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Masaya Tojo <masaya@tojo.tokyo>
To: 40786@debbugs.gnu.org
Cc: Masaya Tojo <masaya@tojo.tokyo>
Subject: [bug#40786] [PATCH] * gnu: Add emacs-twittering-mode.
Date: Thu, 23 Apr 2020 10:25:24 +0900	[thread overview]
Message-ID: <20200423012524.13469-1-masaya@tojo.tokyo> (raw)

---
 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

             reply	other threads:[~2020-04-23  1:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-23  1:25 Masaya Tojo [this message]
2020-04-28 15:23 ` [bug#40786] [PATCH] * gnu: Add emacs-twittering-mode Nicolas Goaziou
2020-04-28 16:47   ` [bug#40786] [PATCH] " Masaya Tojo
2020-04-28 17:32     ` Masaya Tojo
2020-04-29 14:27       ` bug#40786: " Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200423012524.13469-1-masaya@tojo.tokyo \
    --to=masaya@tojo.tokyo \
    --cc=40786@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).