[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: flymake mode freezes emacs
From: |
Richard Stallman |
Subject: |
Re: flymake mode freezes emacs |
Date: |
Wed, 08 Aug 2007 20:07:26 -0400 |
" *\\(\\[javac\\]\\)? *
That might be an infinite loop when there are spaces
but there is no [javac]. Please try replacing it with
" *\\(\\[javac\\] *\\)?
If that doesn't fix the bug, then please follow the advice in
etc/DEBUG to find which of these frames the loop is in.
Lisp Backtrace:
"string-match" (0x12afbf3)
"flymake-parse-line" (0x158a523)
"flymake-parse-err-lines" (0xab2991)
"flymake-parse-output-and-residual" (0x158ad53)
"flymake-process-filter" (0x15ca604)