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

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

Re: A Compilation process is running; kill it? (yes or no)


From: Alfred M. Szmidt
Subject: Re: A Compilation process is running; kill it? (yes or no)
Date: Sat, 10 Apr 2004 01:00:00 +0200

    > Better yet, ask
    > A Compilation process is running; kill it? (yes, c, q, ?)
    > c - launch a parallel compilation.

   Is Emacs capable of launching a concurrent compilation process?

Well, you can always rename the compilation buffer and then run
(compile) once again, and viola! you have two compilation processes.

I guess what Dan would like to have is that when answering with `c'
the current compilation buffer would be renamed, and one would get the
usual "Compile command:" prompt.  I.e. a short cut for:

(switch-to-buffer "*compilation*")
(rename-uniquely)
(compile)

Cheers!




reply via email to

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