bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21291: 25.0.50; symbol i-search doesn't see symbol bounaries anymore


From: Artur Malabarba
Subject: bug#21291: 25.0.50; symbol i-search doesn't see symbol bounaries anymore
Date: Tue, 18 Aug 2015 23:37:06 +0100

That's my fault. Seems I am misusing the `lax' argument of the
function stored in the isearch-word variable.
I thought that was about lax whitespacing, but it's really just something else.

I'll fix that tomorrow and then think of how to fix the lax-whitespacing

2015-08-18 21:12 GMT+01:00 Dima Kogan <dima@secretsauce.net>:
> Hi. This regression was introduced very recently. Suppose I have this
> buffer:
>
> =========================
> void main(void)
> {
>   int a;
>   int a_b;
> }
> =========================
>
> I move the point to the 'a' in 'int a', and invoke M-s . to search for
> the symbol 'a'. No other occurences appear in the file, but isearch
> erroneously sees all other 'a' as separate symbols. This happens
> regardless of the mode of the buffer.
>
>
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]