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

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

Flymake: an on-the-fly syntax check minor mode for Emacs


From: Pavel Kobiakov
Subject: Flymake: an on-the-fly syntax check minor mode for Emacs
Date: Fri, 28 Feb 2003 07:18:16 -0800 (PST)

Hello,

I'm currently working on a minor mode for Emacs that
performs on-the-fly syntax checks in the background
using some external syntax check tool (the compiler).

On-the-fly syntax check for C++ is the functionality
I've been badly missing, particularly after having
done some project in Java with IntelliJ IDEA.

Flymake proved to be very useful to me, and I think it
can be useful for others. It's quite universal as it
can be configured to work with different syntax check
tools, though as of now I've only tested it with
make/Visual C++.

Attached please find the sources and a short doc.

Best regards,
  Pavel.

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

Attachment: flymake.tar.gz
Description: flymake.tar.gz


reply via email to

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