Kevin Rodgers wrote: > I don't know how you could have deleted compile-command's doc string, > but in `emacs-21.3 -q --no-site-file -l compile`: > > compile-command's value is "make -k "
But that does not compile the file in the current buffer but runs the default makefile rule (or the specified one). To compile the current buffer, you have to aditionally specify the target file. I guess that's not what the OP wanted. HS _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs