Il 04/06/2012 20:58, Eric Blake ha scritto: > On 06/04/2012 12:52 PM, Lluís Vilanova wrote: > >>>>> As before, I dislike the use of the filename "Makefile" for files that >>>>> are not self-contained. If make is called from that deep directory, it >>>>> leads to undefined results. > >> >> Naming them as *.mak makes some common editors interpret the file as a >> makefile >> (e.g., vim and emacs), while *.objs brings no meaning to these two.
vim grasps Make* correctly. Can Emacs be thought to do the same? Paolo