[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Please add comments to isearch.el
From: |
Eli Zaretskii |
Subject: |
Re: Please add comments to isearch.el |
Date: |
Sun, 13 Dec 2015 05:38:43 +0200 |
> From: Juri Linkov <address@hidden>
> Cc: address@hidden, address@hidden, address@hidden
> Date: Sun, 13 Dec 2015 01:27:45 +0200
>
> > Hey, I didn't suggest refactoring to begin with. I suggested to add
> > commentary to explain how things work there. The example you give is
> > just another confirmation of my observation that the code in
> > isearch.el has long ago crossed the line of being unmaintainable, and
> > I think we should fix that ASAP.
> >
> > Thanks.
>
> I completely agree, and as a first step in this direction I propose
> to fix the terminology used in isearch that should help to better
> understand the code in isearch.el.
>
> 1. Rename ‘lax’ to ‘lax-boundary’ to distinguish between lax at the
> word/symbol
> boundary and lax-whitespace to avoid confusion, so rename the
> arg ‘lax’ to ‘lax-boundary’ in all regexp-producing functions,
> isearch--lax-regexp-function-p to
> isearch--lax-boundary-regexp-function-p, etc.
>
> 2. Try to find a better common naming scheme used for the
> regexp-producing functions word-search-regexp, isearch-symbol-regexp,
> character-fold-to-regexp.
>
> 3. Use well established terminology that shortens the prefixes
> of character-related functions to just char- to use char-fold.
> ‘C-h f char TAB’ or ‘C-h v char TAB’ shows the standard
> Emacs naming convention.
>
> 4. Use the upper-case standard name “Unicode” in the documentation.
Fine with me (please go ahead), as long as we don't stop there.
Because terminology was not my problem when I tried to figure out who
does what there.
Thanks.
- Re: Please add comments to isearch.el, (continued)
- Re: Please add comments to isearch.el, Juri Linkov, 2015/12/12
- Re: Please add comments to isearch.el, Artur Malabarba, 2015/12/12
- Re: Please add comments to isearch.el, Juri Linkov, 2015/12/13
- Re: Please add comments to isearch.el, Artur Malabarba, 2015/12/13
- Re: Please add comments to isearch.el, Juri Linkov, 2015/12/14
- Re: Please add comments to isearch.el, Artur Malabarba, 2015/12/15
- Re: Please add comments to isearch.el, Juri Linkov, 2015/12/15
- Re: Please add comments to isearch.el, Artur Malabarba, 2015/12/16
- Re: Please add comments to isearch.el, Juri Linkov, 2015/12/16
- Re: Please add comments to isearch.el, Artur Malabarba, 2015/12/17
- Re: Please add comments to isearch.el,
Eli Zaretskii <=