> From: Stefan Monnier <[EMAIL PROTECTED]> > Date: Mon, 02 May 2005 18:16:33 -0400 > Cc: "Jan D." <[EMAIL PROTECTED]>, emacs-devel@gnu.org > > Don't know about others, but the reason why I don't use c-macro-expand is > because it basically can't work right without parsing my Makefile(s) to know > which include dirs should be used.
??? Isn't it a simple matter of looking at the Makefile and passing the relevant switches to the preprocessor? If the Makefile is too complex to figure out the switches, I usually invoke "make foo.o" to see what switches it uses, then copy them into the c-macro-expand's prompt for arguments. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel