help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Running makefiles from emacs


From: Emanuel Berg
Subject: Re: Running makefiles from emacs
Date: Mon, 28 Jun 2021 02:58:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

lisa-asket wrote:

> How can I run a makefile using an emacs command, perhaps
> a function.  What suggestions would you have?

M-x compile RET

If you do that a lot assign a keybinding...

The default command for `compile' is "make", I have changed
that like this

  (setq compile-command "make -j 4 -s -k ")
  (setq compilation-read-command nil)

This is maybe useful as well

  (setq compilation-scroll-output t)

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]