[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Interpretation of a space in regexp isearch?
From: |
Chong Yidong |
Subject: |
Re: Interpretation of a space in regexp isearch? |
Date: |
Sun, 02 Sep 2012 00:02:57 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
Juri Linkov <address@hidden> writes:
> search-forward-lax-whitespace
> re-search-forward-lax-whitespace
>
> that is implemented in the patch below.
>
> If it's basically OK then I'd like to install it,
> so you could make more necessary changes.
This patch looks fine, please go ahead. Thanks for writing it.
> With a separate variable for regexp lax matching like
> `isearch-regexp-lax-whitespace' it will be easy to enable/disable it
> and also easier to mark it obsolete later before removing the feature.
I'm fine with that.