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

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

Re: emacs as an ide


From: kgold
Subject: Re: emacs as an ide
Date: 9 Oct 2003 18:52:20 GMT

M-x compile runs make as the default.
M-x next-error steps through the errors (also works after grep)

For single key stokes, I use:

(global-set-key [pause]      'compile)
(global-set-key [C-pause]    'next-error)

"Martin" <x@y.z> writes:
> 
> I want to use emacs as an ide.  I can see how to set it up to simply compile
> the current file, but I would also like to be able to build projects (ie.
> compile multiple files and then link them), and build a solution - ie build
> multiple projects.
> 
> Is it possible to add buttons or menu options that execute appropriate make
> commands?  Also would it still be able to hook up any compile error messages
> with the appropriate source file?



reply via email to

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