emacs-devel
[Top][All Lists]
Advanced

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

Re: Builder, a build system integration for Emacs


From: Björn Bidar
Subject: Re: Builder, a build system integration for Emacs
Date: Mon, 29 May 2023 00:17:24 +0300
User-agent: Gnus/5.13 (Gnus v5.13)

Philip Kaludercic <philipk@posteo.net> writes:

> Richard Stallman <rms@gnu.org> writes:
>
>> [[[ To any NSA and FBI agents reading my email: please consider    ]]]
>> [[[ whether defending the US Constitution against all enemies,     ]]]
>> [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
>>
>>   > As far as I know, Emacs does not provide a convenient way to use build
>>   > systems,
>>
>> Isn't "use build systems" what M-x compile does?
>> Assuming that each bui;d system provides a shell command to invoke it,
>> M-x compile can run that command and build the package.
>
> The issue is not what M-x compile, but that with a lot of modern
> programming languages the build systems are complex but automatable, to
> a point that it would be nice if Emacs could detect the necessary
> information to invoke the right command or sequence of commands.

This is what projectile's project types do. I think these would be a
good fit to port to project.el since these are about more than building
but also testing and debugging etc.

I think it impossible to get a one size fits all tool that will abstract
all project types.



reply via email to

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