1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: flx
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper (>= 9), dh-elpa (>= 0.0.17), elpa-async (>= 1.4)
Standards-Version: 4.1.4
Homepage: https://github.com/lewang/flx
Vcs-Git: https://salsa.debian.org/emacsen-team/flx.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/flx
Package: elpa-flx
Architecture: all
Depends: ${misc:Depends}, emacsen-common
Recommends: emacs (>= 46.0)
Enhances: emacs, emacs24
Description: sorting algorithm for fuzzy matching in Emacs
The flx sorting algorithm for Emacs provides fuzzy matching for
completion engines like Ido. It is similar to the fuzzy matching
functionality of Sublime Text.
.
The user can input (i) characters from the beginning of the words of
the desired match and (ii) substrings of the desired match. For
example, when matching "save-all-buffers", the user could input
"sallb", and when matching "eval-buffer" the user could input
"ebuffer".
.
The flx sorting algorithm implements an intelligent trade-off between
word beginnings and contiguous substrings when ranking possible
matches.
Package: elpa-flx-ido
Architecture: all
Depends: ${misc:Depends}, emacsen-common, ${elpa:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs, emacs24
Description: allows Emacs Ido to use the flx sorting algorithm
The flx sorting algorithm for Emacs provides fuzzy matching for
completion engines like Ido. It is similar to the fuzzy matching
functionality of Sublime Text.
.
The user can input (i) characters from the beginning of the words of
the desired match and (ii) substrings of the desired match. For
example, when matching "save-all-buffers", the user could input
"sallb", and when matching "eval-buffer" the user could input
"ebuffer".
.
The flx sorting algorithm implements an intelligent trade-off between
word beginnings and contiguous substrings when ranking possible
matches.
.
This package allows Emacs Ido to use the flx sorting algorithm.
|