all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#21164: 25.0.50; char-fold search broken for multi-line searches (sometimes)
@ 2015-07-31  4:06 Dima Kogan
  2015-08-02 20:40 ` Juri Linkov
  0 siblings, 1 reply; 10+ messages in thread
From: Dima Kogan @ 2015-07-31  4:06 UTC (permalink / raw)
  To: 21164

Hi. I'm using a very recent emacs built from the git HEAD. Sometime in
the recent past the default C-s behavior was changed to include
char-folding by default. There's a bug here. Suppose I have a buffer
containing the following C source.

----------------------------------------------------
int a(void)
{
  for(unsigned long x = 0;
      x < 10;
      x += 2)
  {
    nvm_flash_erase_app_page( x );
  }
}

int b(void)
{
  for(unsigned long x = 0;
      x < 10;
      x += 2)
  {
  }
}
----------------------------------------------------


Note that the two functions are identical. I place the point at the
start of one of the 'for' statements, then C-s to enter char-folding
isearch, then C-w to grab some amount of text to search for. While I'm
grabbing text that's still on the 'for' line, isearch sees the other
match, highlights it, and I can jump to it by hitting C-s. However, if I
hit C-w enough times to go to the next line, the other match is no
longer seen. This resolves when I turn off char-folding.





^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-08-14 16:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-31  4:06 bug#21164: 25.0.50; char-fold search broken for multi-line searches (sometimes) Dima Kogan
2015-08-02 20:40 ` Juri Linkov
2015-08-05 17:20   ` Artur Malabarba
2015-08-05 18:16     ` Artur Malabarba
2015-08-05 18:16     ` Artur Malabarba
2015-08-05 18:36       ` Drew Adams
2015-08-05 19:35         ` Artur Malabarba
2015-08-09  9:00     ` Artur Malabarba
2015-08-13 22:46       ` Dima Kogan
2015-08-14 16:39         ` Artur Malabarba

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.