GNU bug report logs - #44797
[PATCH] gnu: Add emacs-orderless

Previous Next

Package: guix-patches;

Reported by: Niklas Eklund <niklas.eklund <at> posteo.net>

Date: Sun, 22 Nov 2020 13:35:01 UTC

Severity: normal

Done: Arun Isaac <arunisaac <at> systemreboot.net>

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: Arun Isaac <arunisaac <at> systemreboot.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#44797: closed ([PATCH] gnu: Add emacs-orderless)
Date: Mon, 23 Nov 2020 18:23:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 23 Nov 2020 23:52:26 +0530
with message-id <87eekkrl0d.fsf <at> systemreboot.net>
and subject line Re: [bug#44797] gnu: Add emacs-orderless
has caused the debbugs.gnu.org bug report #44797,
regarding [PATCH] gnu: Add emacs-orderless
to be marked as done.

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


-- 
44797: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44797
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Niklas Eklund <niklas.eklund <at> posteo.net>
To: guix-patches <at> gnu.org
Subject: gnu: Add emacs-orderless
Date: Sun, 22 Nov 2020 14:34:15 +0100
[0001-gnu-Add-emacs-orderless.patch (text/x-patch, attachment)]
From 469b01aea4c9dc1cd4212ba2e362c6180709c1ee Mon Sep 17 00:00:00 2001
From: Niklas Eklund <niklas.eklund <at> posteo.net>
Date: Sun, 22 Nov 2020 14:31:11 +0100
Subject: [PATCH] gnu: Add emacs-orderless.

* gnu/packages/emacs-xyz.scm (emacs-orderless): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 885487bf17..869819f8a8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6770,6 +6770,30 @@ marginal benefit compared to the additional complexity of a new
 interface.")
     (license license:expat)))
 
+(define-public emacs-orderless
+  (package
+    (name "emacs-orderless")
+    (version "0.5")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/oantolin/orderless")
+             (commit version)))
+       (sha256
+        (base32 "032lfwflkpaxbcxl4jf438vapswsdagipjczcn30sc4dfdh3p42c"))
+       (file-name (git-file-name name version))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/oantolin/orderless")
+    (synopsis "Emacs completion style that matches multiple regexps in any order")
+    (description
+     "This package provides an orderless completion style that divides the
+pattern into space-separated components, and matches candidates that match all
+of the components in any order.  Each component can match in any one of several
+ways: literally, as a regexp, as an initialism, in the flex style, or as
+multiple word prefixes.")
+    (license license:gpl3+)))
+
 (define-public emacs-smartparens
   (package
     (name "emacs-smartparens")
-- 
2.28.0



[Message part 4 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: Niklas Eklund <niklas.eklund <at> posteo.net>, 44797-done <at> debbugs.gnu.org
Subject: Re: [bug#44797] gnu: Add emacs-orderless
Date: Mon, 23 Nov 2020 23:52:26 +0530
Thanks, pushed to master!


This bug report was last modified 4 years and 237 days ago.

Previous Next


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