From: João Távora Date: Thu, 14 Feb 2019 10:36:40 +0000 (+0000) Subject: ; * etc/NEWS (New 'flex' completion style): New entry X-Git-Tag: emacs-27.0.90~3615 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fabfb54d1f60cf90e72b1efaabfbefbe877e076a;p=emacs.git ; * etc/NEWS (New 'flex' completion style): New entry --- diff --git a/etc/NEWS b/etc/NEWS index 1d79b05bc93..73332a8a131 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -266,6 +266,12 @@ When non-nil, 'switch-to-buffer' uses 'pop-to-buffer-same-window' that respects display actions specified by 'display-buffer-alist' and 'display-buffer-overriding-action'. +** New 'flex' completion style +An implementation of popular "flx/fuzzy/scatter" completion which +matches strings where the pattern appears as a subsequence. Put +simply, makes "foo" complete to both "barfoo" and "frodo". Add 'flex' +to 'completion-styles' or 'completion-category-overrides' to use it. + * Editing Changes in Emacs 27.1