GNU bug report logs - #39334
[PATCH] gnu: Add emacs-message-x.

Previous Next

Package: guix-patches;

Reported by: Amin Bandali <mab <at> gnu.org>

Date: Wed, 29 Jan 2020 00:07: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: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#39334: closed ([PATCH] gnu: Add emacs-message-x.)
Date: Sun, 02 Feb 2020 13:47:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 02 Feb 2020 14:46:20 +0100
with message-id <87ftftayqb.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#39334] [PATCH] gnu: Add emacs-message-x.
has caused the debbugs.gnu.org bug report #39334,
regarding [PATCH] gnu: Add emacs-message-x.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
39334: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39334
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Amin Bandali <mab <at> gnu.org>
To: guix-patches <at> gnu.org
Cc: Amin Bandali <mab <at> gnu.org>
Subject: [PATCH] gnu: Add emacs-message-x.
Date: Tue, 28 Jan 2020 19:05:09 -0500
* gnu/packages/emacs-xyz.scm (emacs-message-x): New variable.
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e834dfffb3..84396a8740 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21237,3 +21237,31 @@ mode-line text (lighter) of major and minor modes.")
       (description "@code{unkillable-scratch} helps prevent killing buffers
 matching a given regexp.")
       (license license:gpl2+))))
+
+(define-public emacs-message-x
+  ;; Use the latest commit, as there are no tagged releases.
+  (let ((commit "5524de7bbfdd8749c110f48de5afb024d9f83133")
+        (revision "0"))
+    (package
+      (name "emacs-message-x")
+      (version (git-version "1.23" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/emacsmirror/message-x.git")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0qy1xf11j357lsnbb829hnbg7fq1cii4cx54fwf0wgjh1bv2abvj"))))
+      (build-system emacs-build-system)
+      (home-page "https://www.emacswiki.org/emacs/message-x.el")
+      (synopsis "Customizable completion in message headers")
+      (description "@code{message-x} assigns a context-sensitive
+function to the TAB key in @code{message-mode} of Gnus.  When on a
+header line, it performs completion based on which header we are
+in (for example, newsgroup name completion makes sense on the
+@code{Newsgroups} header, whereas mail alias expansion makes sense in
+the @code{To} and @code{Cc} headers).  When in the message body, this
+executes a different function (default: @code{indent-relative}).")
+      (license license:gpl2+))))
-- 
2.25.0



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Amin Bandali <mab <at> gnu.org>
Cc: 39334-done <at> debbugs.gnu.org
Subject: Re: [bug#39334] [PATCH] gnu: Add emacs-message-x.
Date: Sun, 02 Feb 2020 14:46:20 +0100
Hello,

Amin Bandali <mab <at> gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-message-x): New variable.

Applied as 9f2f96926064a9b0a3774b4734cf681ed5d5358f. Thank you!

Regards,

-- 
Nicolas Goaziou


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

Previous Next


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