emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39334: closed ([PATCH] gnu: Add emacs-message-x.)


From: GNU bug Tracking System
Subject: bug#39334: closed ([PATCH] gnu: Add emacs-message-x.)
Date: Sun, 02 Feb 2020 13:47:02 +0000

Your message dated Sun, 02 Feb 2020 14:46:20 +0100
with message-id <address@hidden>
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
address@hidden.)


-- 
39334: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39334
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39334] [PATCH] gnu: Add emacs-message-x. Date: Sun, 02 Feb 2020 14:46:20 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello,

Amin Bandali <address@hidden> writes:

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

Applied as 9f2f96926064a9b0a3774b4734cf681ed5d5358f. Thank you!

Regards,

-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]