emacs-devel
[Top][All Lists]
Advanced

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

Re: Speeding up Flymake in emacs-lisp-mode


From: Noam Postavsky
Subject: Re: Speeding up Flymake in emacs-lisp-mode
Date: Fri, 2 Nov 2018 08:26:05 -0400

On Fri, 2 Nov 2018 at 07:55, João Távora <address@hidden> wrote:

> It'd probably be better if only one process was launched and asked
> (perhaps using server.el) to compile the files.

Alternate idea: keep running a single compilation per Emac subprocess,
but tell it what to compile by sending to stdin instead of command
line args. That way, the process startup can happen asynchronously,
and when you want to compile something you can arrange to have a
subprocess ready and waiting for input.



reply via email to

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