On Aug 11, 2008, at 2:26 AM, Trent W. Buck wrote: > zooko <[EMAIL PROTECTED]> writes: >> Also, the new version of emacs has different parsing rules for >> makefiles depending on whether the file is named "GNUmakefile" or >> "Makefile". Presumably emacs's makefile-mode will parse the darcs >> makefile more correctly if it is named "GNUmakefile". > > On GNU/Linux, Emacs uses makefile-gmake-mode for both. On BSD, I > think > "Makefile" defaults to makefile-bsdmake-mode.
Here's make-mode.el from emacs 23: http://www.koders.com/lisp/ fid1AA04DF4995FEC6504754CE9DEB82B97DC6432BF.aspx?s=make-mode.el#L731 It switches modes depending on whether the file is named "GNUmakefile" or "Makefile". Regards, Zooko _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
