diff options
| author | Omar Antolín <omar.antolin@gmail.com> | 2021-01-04 22:48:42 -0600 |
|---|---|---|
| committer | Omar Antolín <omar.antolin@gmail.com> | 2021-01-04 22:48:42 -0600 |
| commit | ef9bff0020cddf036d984be78ee061a01847040b (patch) | |
| tree | 0d3dce376027f6ed1f34ed1e3d9cf888d85d53ee /orderless.texi | |
| parent | 487e51ea663ee9b73150bae3224f7feb5aa45b08 (diff) | |
Modify readme for better texinfo export
Diffstat (limited to 'orderless.texi')
| -rw-r--r-- | orderless.texi | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/orderless.texi b/orderless.texi index eeed98a..d5361c7 100644 --- a/orderless.texi +++ b/orderless.texi @@ -1,7 +1,7 @@ \input texinfo @c -*- texinfo -*- @c %**start of header @setfilename orderless.info -@settitle +@settitle Orderless @documentencoding UTF-8 @documentlanguage en @c %**end of header @@ -13,7 +13,7 @@ @finalout @titlepage -@title +@title Orderless @author Omar Antolín Camarena @end titlepage @@ -21,7 +21,7 @@ @ifnottex @node Top -@top +@top Orderless @end ifnottex @menu @@ -55,7 +55,7 @@ Related packages * Ivy and Helm:: * Prescient:: -* Restricting to current matches: Icicles, Ido and Ivy: Restricting to current matches Icicles Ido and Ivy. +* Restricting to current matches in Icicles, Ido and Ivy: Restricting to current matches in Icicles Ido and Ivy. @end detailmenu @end menu @@ -111,8 +111,6 @@ the candidates displayed vertically, you can use @uref{https://github.com/oantol Bug reports are highly welcome and appreciated! -See also the @uref{https://github.com/oantolin/orderless/, package webpage}, which includes a @uref{https://github.com/oantolin/orderless/#screenshot, screenshot}. - @node Customization @chapter Customization @@ -193,15 +191,6 @@ the characters of the component should appear in that order in the candidate, but not necessarily consecutively. This maps @samp{abc} to @samp{a.*b.*c}. - -@item orderless-prefixes -the component is split at word endings and -each piece must match at a word boundary in the candidate, occurring -in that order. - -This is similar to the built-in @samp{partial-completion} completion-style. -For example, @samp{re-re} matches @samp{query-replace-regexp}, @samp{recode-region} and -@samp{magit-remote-list-refs}; @samp{f-d.t} matches @samp{final-draft.txt}. @end table The variable @samp{orderless-matching-styles} can be set to a list of the @@ -464,7 +453,7 @@ face with this configuration: @menu * Ivy and Helm:: * Prescient:: -* Restricting to current matches: Icicles, Ido and Ivy: Restricting to current matches Icicles Ido and Ivy. +* Restricting to current matches in Icicles, Ido and Ivy: Restricting to current matches in Icicles Ido and Ivy. @end menu @node Ivy and Helm @@ -506,8 +495,8 @@ in the flex style (called ``fuzzy'' in prescient). In addition to matching, @samp{prescient.el} also supports sorting of candidates (@samp{orderless} leaves that up to the candidate source and the completion UI). -@node Restricting to current matches Icicles Ido and Ivy -@section Restricting to current matches: Icicles, Ido and Ivy +@node Restricting to current matches in Icicles Ido and Ivy +@section Restricting to current matches in Icicles, Ido and Ivy An effect equivalent to matching multiple components in any order can be achieved in completion frameworks that provide a way to restrict |
