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

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

Re: Finding C style comments using isearch-forward-regexp


From: Stefan Monnier <address@hidden>
Subject: Re: Finding C style comments using isearch-forward-regexp
Date: 19 Feb 2003 14:49:46 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Kai" == Kai Großjohann <kai.grossjohann@uni-duisburg.de> writes:
> I created a buffer foo.c and entered the following:

> int main(int argc, char** argv)
> {
>     /* A comment for testing. */
>     printf("hello, world\n");
> }

> Then I went to the beginning of the buffer, entered C-M-s, the regexp
> you cited, and it found the comment just nicely.

It worked because your buffer was too small.  Make it larger
and you too will overflow your stack.


        Stefan


reply via email to

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