> -----Original Message----- > From: Yee Keat Phuah [mailto:[EMAIL PROTECTED] > Sent: 13 november 2008 02:05 > To: Anton Johansson > Cc: [email protected] > Subject: Re: [jdee-users] Flymake stops working after jde error > > > Hi Anton, > > When the problem occurs for you, can you see whether there's a > "Compiling" word displayed in your mode line? > > AFAIK, flymake will not compile if `compilation-in-progress` is t. So > if you have that, just running the following code should kick flymake > back up again > > (setf compilation-in-progress nil)
Shouldn't that be (setq compilation-in-progress nil) ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
