GNU bug report logs -
#44797
[PATCH] gnu: Add emacs-orderless
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 44797 in the body.
You can then email your comments to 44797 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#44797
; Package
guix-patches
.
(Sun, 22 Nov 2020 13:35:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Niklas Eklund <niklas.eklund <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 22 Nov 2020 13:35:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[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
Changed bug title to '[PATCH] gnu: Add emacs-orderless' from 'gnu: Add emacs-orderless'
Request was from
Niklas Eklund <niklas.eklund <at> posteo.net>
to
control <at> debbugs.gnu.org
.
(Sun, 22 Nov 2020 13:50:01 GMT)
Full text and
rfc822 format available.
Reply sent
to
Arun Isaac <arunisaac <at> systemreboot.net>
:
You have taken responsibility.
(Mon, 23 Nov 2020 18:23:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Niklas Eklund <niklas.eklund <at> posteo.net>
:
bug acknowledged by developer.
(Mon, 23 Nov 2020 18:23:02 GMT)
Full text and
rfc822 format available.
Message #12 received at 44797-done <at> debbugs.gnu.org (full text, mbox):
Thanks, pushed to master!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 22 Dec 2020 12:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 236 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.