Source: orderless Section: editors Maintainer: Debian Emacsen team Uploaders: Aymeric Agon-Rambosson Build-Depends: debhelper-compat (= 14), dh-elpa (>= 2.2.0), dh-sequence-single-binary, texinfo, elpa-htmlize, elpa-ox-html-stable-ids, Standards-Version: 4.7.4 Homepage: https://github.com/oantolin/orderless Vcs-Browser: https://salsa.debian.org/emacsen-team/orderless Vcs-Git: https://salsa.debian.org/emacsen-team/orderless.git Package: elpa-orderless Architecture: all Recommends: emacs Enhances: emacs Description: Emacs completion style that matches multiple regexps in any order This package provides an Emacs 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. By default, regexp and literal matches are enabled.