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

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

Re: Different behaviour while debugging?


From: Stefan Monnier
Subject: Re: Different behaviour while debugging?
Date: Wed, 20 Feb 2013 10:56:57 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> but inside the 'cond function in the while loop, the out-commented lines
> ("comline") are not recognized when run normally

My crystal ball is very cloudy but it seems like it's trying to tell me
that single-stepping via edebug causes the file's content to be
displayed before you run the code, and displaying this content causes it
to be font-locked, which ends up adding some syntax-table properties
which make those comments recognized as such.


        Stefan




reply via email to

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