From 4e4774474cfd3594bead5ceca93aeb9401901397 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Mon, 1 Nov 2021 08:42:26 +0100 Subject: Remove strict initialism code by @noctuid The function `orderless--separated-by` has also been added by @noctuid. However with the removal of the strict initialism code, the contributions by @noctuid are pushed below the 15 lines limit. The function `orderless--separated-by` has only 11 lines. (cl-defun orderless--separated-by (sep rxs &optional (before "") (after "")) "Return a regexp to match the rx-regexps RXS with SEP in between. If BEFORE is specified, add it to the beginning of the rx sequence. If AFTER is specified, add it to the end of the rx sequence." (rx-to-string `(seq ,before ,@(cl-loop for (sexp . more) on rxs collect `(group ,sexp) when more collect `,sep) ,after))) --- README.org | 16 ---------------- orderless.el | 42 ------------------------------------------ orderless.texi | 19 ------------------- 3 files changed, 77 deletions(-) diff --git a/README.org b/README.org index 2579486..c756beb 100644 --- a/README.org +++ b/README.org @@ -144,22 +144,6 @@ define new matching styles. The predefined ones are: This maps =abc= to =\