[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/orderless 32c5651384 2/7: README: Add Mct to the list o
From: |
ELPA Syncer |
Subject: |
[elpa] externals/orderless 32c5651384 2/7: README: Add Mct to the list of completion systems |
Date: |
Wed, 6 Apr 2022 10:57:43 -0400 (EDT) |
branch: externals/orderless
commit 32c56513842146e3dc1ccf9423cf64a44acc5da3
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
README: Add Mct to the list of completion systems
---
README.org | 12 ++++++------
orderless.texi | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/README.org b/README.org
index 4d19f7fa1a..2f83c4cace 100644
--- a/README.org
+++ b/README.org
@@ -27,7 +27,7 @@ front-end that provides a completion UI. Any completion style
can be
used with the default Emacs completion UI (sometimes called minibuffer
tab completion), with the built-in Icomplete package (which is similar
to the more well-known Ido Mode), or with some third party minibuffer
-completion frameworks such as [[https://github.com/minad/vertico][Vertico]],
[[https://github.com/raxod502/selectrum][Selectrum]] (in its default
+completion frameworks such as [[https://gitlab.com/protesilaos/mct][Mct]],
[[https://github.com/minad/vertico][Vertico]],
[[https://github.com/raxod502/selectrum][Selectrum]] (in its default
configuration), or
[[https://github.com/oantolin/icomplete-vertical][icomplete-vertical]] (note
there is also a /built-in/
package named icomplete-vertical in the unreleased version 28 of
Emacs, which will eventually make the third party icomplete-vertical
@@ -424,11 +424,11 @@ install Helm and configure Icomplete to use it as follows:
The [[https://github.com/raxod502/prescient.el][prescient.el]] library also
provides matching of space-separated
components in any order and it can be used with either the
[[https://github.com/raxod502/selectrum][Selectrum]] or
[[https://github.com/abo-abo/swiper][Ivy]] completion UIs (it does not offer a
completion-style that could be
-used with Emacs' default completion UI, Vertico or with Icomplete). The
-components can be matched literally, as regexps, as initialisms or in
-the flex style (called "fuzzy" in prescient). In addition to matching,
-=prescient.el= also supports sorting of candidates (=orderless= leaves that
-up to the candidate source and the completion UI).
+used with Emacs' default completion UI, Mct, Vertico or with Icomplete).
+The components can be matched literally, as regexps, as initialisms or
+in the flex style (called "fuzzy" in prescient). In addition to
+matching, =prescient.el= also supports sorting of candidates (=orderless=
+leaves that up to the candidate source and the completion UI).
** Restricting to current matches in Icicles, Ido and Ivy
diff --git a/orderless.texi b/orderless.texi
index d465453bef..c1481666f4 100644
--- a/orderless.texi
+++ b/orderless.texi
@@ -76,7 +76,7 @@ front-end that provides a completion UI@. Any completion
style can be
used with the default Emacs completion UI (sometimes called minibuffer
tab completion), with the built-in Icomplete package (which is similar
to the more well-known Ido Mode), or with some third party minibuffer
-completion frameworks such as @uref{https://github.com/minad/vertico,
Vertico}, @uref{https://github.com/raxod502/selectrum, Selectrum} (in its
default
+completion frameworks such as @uref{https://gitlab.com/protesilaos/mct, Mct},
@uref{https://github.com/minad/vertico, Vertico},
@uref{https://github.com/raxod502/selectrum, Selectrum} (in its default
configuration), or @uref{https://github.com/oantolin/icomplete-vertical,
icomplete-vertical} (note there is also a @emph{built-in}
package named icomplete-vertical in the unreleased version 28 of
Emacs, which will eventually make the third party icomplete-vertical
@@ -502,11 +502,11 @@ install Helm and configure Icomplete to use it as follows:
The @uref{https://github.com/raxod502/prescient.el, prescient.el} library also
provides matching of space-separated
components in any order and it can be used with either the
@uref{https://github.com/raxod502/selectrum, Selectrum} or
@uref{https://github.com/abo-abo/swiper, Ivy} completion UIs (it does not
offer a completion-style that could be
-used with Emacs' default completion UI, Vertico or with Icomplete). The
-components can be matched literally, as regexps, as initialisms or in
-the flex style (called "fuzzy" in prescient). In addition to matching,
-@samp{prescient.el} also supports sorting of candidates (@samp{orderless}
leaves that
-up to the candidate source and the completion UI).
+used with Emacs' default completion UI, Mct, Vertico or with Icomplete).
+The components can be matched literally, as regexps, as initialisms or
+in the flex style (called "fuzzy" in prescient). In addition to
+matching, @samp{prescient.el} also supports sorting of candidates
(@samp{orderless}
+leaves that up to the candidate source and the completion UI).
@node Restricting to current matches in Icicles Ido and Ivy
@section Restricting to current matches in Icicles, Ido and Ivy
- [elpa] externals/orderless updated (f2c78c4a60 -> 8f64537f55), ELPA Syncer, 2022/04/06
- [elpa] externals/orderless b14971ddc3 4/7: Tweak wording in discussion of basic completion style, ELPA Syncer, 2022/04/06
- [elpa] externals/orderless 32c5651384 2/7: README: Add Mct to the list of completion systems,
ELPA Syncer <=
- [elpa] externals/orderless 8f64537f55 7/7: Fix typo, update info manual, ELPA Syncer, 2022/04/06
- [elpa] externals/orderless 8867200d5d 6/7: Merge pull request #112 from minad/doc-update, ELPA Syncer, 2022/04/06
- [elpa] externals/orderless 7d704c0537 3/7: README: Add partial-completion and basic overrides for files, ELPA Syncer, 2022/04/06
- [elpa] externals/orderless 3fca979f6e 1/7: Use (orderless basic) as completion-styles (Fix #111), ELPA Syncer, 2022/04/06
- [elpa] externals/orderless c73716ecc9 5/7: Don't call Emacs 28 "unreleased", ELPA Syncer, 2022/04/06