How do people feel about removing the "compile-command" local variable in each Rust file? They are often slightly different and in any case they tend to make my life (at least) somewhat more difficult when using emacs.
Without those variables, I could build once by selecting the Makefile and then doing "M-x compile" and "make". Then I could just do "M-x recompile". But with the variables, "M-x recompile" is overridden by the file local variable. This also sets the compilation direction to be the same as the file I am currently editing, and so while the compilation generally proceeds due to the -C flag to make, the relative paths are not resolved properly by emacs. Niko _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
