flx 0.6.1-5 source package in Ubuntu

Changelog

flx (0.6.1-5) unstable; urgency=medium

  * Team upload
  * Fix Vcs-Git url

 -- David Bremner <email address hidden>  Tue, 26 Jan 2021 07:21:58 -0400

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flx_0.6.1-5.dsc 2.0 KiB 3cef59a5fc2173f316ae1a71e0098de0cad8d3c036ec10d4f52cd48ceb176295
flx_0.6.1.orig.tar.xz 36.1 KiB dffbbc91034e6bc22ba25a1b8e027c6f00b6e92468c578b0db010f62129b7315
flx_0.6.1-5.debian.tar.xz 4.2 KiB 5ed3882e20b5634e3ac56fd8e1275d90d41a5febbb34d9849bec2a4f4763daa5

Available diffs

No changes file available.

Binary packages built by this source

elpa-flx: 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.

elpa-flx-ido: 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.