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: Dima Kogan
Subject: bug#21291: 25.0.50; symbol i-search doesn't see symbol bounaries anymore
Date: Tue, 18 Aug 2015 13:12:06 -0700

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]