GNU bug report logs -
#75162
[PATCH] gnu: emacs-orderless: Update to 1.3.
Previous Next
Reported by: Olivier Rojon <o.rojon <at> posteo.net>
Date: Sat, 28 Dec 2024 13:03:02 UTC
Severity: normal
Tags: patch
Merged with 75110
Done: Ian Eure <ian <at> retrospec.tv>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75162 in the body.
You can then email your comments to 75162 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#75162
; Package
guix-patches
.
(Sat, 28 Dec 2024 13:03:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Olivier Rojon <o.rojon <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
, guix-patches <at> gnu.org
.
(Sat, 28 Dec 2024 13:03:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 1.3.
Change-Id: I08fa96a832f56a23a52c29924f1e103551c44799
---
gnu/packages/emacs-xyz.scm | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b7da582f07..784fe767bc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12945,7 +12945,7 @@ (define-public emacs-selectrum
(define-public emacs-orderless
(package
(name "emacs-orderless")
- (version "1.2")
+ (version "1.3")
(source
(origin
(method git-fetch)
@@ -12953,23 +12953,24 @@ (define-public emacs-orderless
(url "https://github.com/oantolin/orderless")
(commit version)))
(sha256
- (base32 "0yqnbcrf8ai1fivd13d8w619qwjd51rf4pqyakqp2kf02z7m4kpb"))
+ (base32 "0w7vrhqg3klr0zxnijmfgfgr5nf6z3cmlrbw3qz9y7z2p2ll5w8m"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(arguments
(list
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'install 'makeinfo
- (lambda _
- (invoke "makeinfo" "orderless.texi")
- (install-file "orderless.info"
- (string-append #$output "/share/info")))))))
+ #:phases #~(modify-phases %standard-phases
+ (add-after 'install 'makeinfo
+ (lambda _
+ (invoke "makeinfo" "orderless.texi")
+ (install-file "orderless.info"
+ (string-append #$output "/share/info")))))))
(native-inputs (list texinfo))
(propagated-inputs (list emacs-compat))
(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
+ (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
--
2.47.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75162
; Package
guix-patches
.
(Sun, 29 Dec 2024 04:15:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 75162 <at> debbugs.gnu.org (full text, mbox):
merge 75162 75110
close 75162
thanks
Hi Oliver,
It looks like this package got updated a couple days before your
patch got sent in, so I’m closing this issue. Thank you for being
motivated to send in a patch!
Thanks,
-- Ian
bug closed, send any further explanations to
75162 <at> debbugs.gnu.org and Olivier Rojon <o.rojon <at> posteo.net>
Request was from
Ian Eure <ian <at> retrospec.tv>
to
control <at> debbugs.gnu.org
.
(Sun, 29 Dec 2024 04:15:02 GMT)
Full text and
rfc822 format available.
Merged 75110 75162.
Request was from
Ian Eure <ian <at> retrospec.tv>
to
control <at> debbugs.gnu.org
.
(Sun, 29 Dec 2024 17:57:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 27 Jan 2025 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 195 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.