Dear Torsten, you can "debug" flymake by setting its loglevel (see http://www.gnu.org/software/emacs/manual/html_node/flymake/Troubleshooting.html#Troubleshooting ). In my Emacs version: Options->Customize Emacs->Specific Group->flymake If you set the loglevel to 3, you should see error messages in the "Messages" buffer.
Flymake executes a custom command (in this case the script ozflymake) and analyses its output, i.e. what was written to stderr/stdout. The problem is probably that "ozflymake" uses some small Oz programs and the pathes to these functors are hard-coded (e.g. ~/PostprocessErrors.ozf). If you adjust the paths to these three functors manually, it should hopefully work. Cheers, Wolfgang > Dear Wolfgang, > > Again, thanks for sharing your work. I just also found out about your > oz-flymake. Unfortunately, I could not get it to work though. How am > I supposed to use it? > > After following your installation, when I open an Oz buffer then > Flymake is briefly busy (as denoted by the star after Flymake in the > line just above the mini buffer). However, nothing else happens, > regardless whether there is an error in the source or not. > > Can I perhaps somehow see the communication between Emacs and your > application ozflymake for debugging purposes? > > Thank you! > > Best > Torsten > > PS: I am using Mozart 1.4.0, GNU Emacs 22.1.91.2 (Aquamacs) on MacOs > 10.4.11. I installed everything of oz-flymake in an extra folder, not > the root dir as you suggest, but then set the path in the Emacs Lisp > function flymake-oz-init to the proper location of ozflymake. > > Flymake itself seems to work (tested it with Latex). > > > -- > Torsten Anders > Interdisciplinary Centre for Computer Music Research > University of Plymouth > Office: +44-1752-586219 > Private: +44-1752-558917 > http://strasheela.sourceforge.net > http://www.torsten-anders.de > > > > > > On Nov 19, 2008, at 7:11 PM, Wolfgang Meyer wrote: > > > Dear all, > > > > I've created a simple JSON parser and generator in Oz. Maybe it is > > useful for other people who need to interface with non-Oz > > applications. > > (JSON is a lightweight data interchange format.) > > > > Download: http://code.google.com/p/oz-code/downloads/ > > > > Cheers, > > Wolfgang > > > > ______________________________________________________________________ > > ___________ > > mozart-users mailing list mozart- > > [EMAIL PROTECTED] > > http://www.mozart-oz.org/mailman/listinfo/mozart-users > > _________________________________________________________________________________ > mozart-users mailing list > [email protected] > http://www.mozart-oz.org/mailman/listinfo/mozart-users -- Sensationsangebot nur bis 30.11: GMX FreeDSL - Telefonanschluss + DSL für nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a _________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
