unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* A Compilation process is running; kill it? (yes or no)
@ 2004-03-17  2:13 Dan Jacobson
  0 siblings, 0 replies; 3+ messages in thread
From: Dan Jacobson @ 2004-03-17  2:13 UTC (permalink / raw)


When attempting a second compilation, instead of asking
A Compilation process is running; kill it? (yes or no)
ask
A Compilation process is running;a kill it? (yes or q)
which is more telling instead of "no".  Better yet, ask
A Compilation process is running; kill it? (yes, c, q, ?)
c - launch a parallel compilation.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: A Compilation process is running; kill it? (yes or no)
       [not found] <mailman.556.1079553511.26040.bug-gnu-emacs@gnu.org>
@ 2004-04-09 21:58 ` Kevin Rodgers
  2004-04-09 23:00   ` Alfred M. Szmidt
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Rodgers @ 2004-04-09 21:58 UTC (permalink / raw)



Dan Jacobson wrote:
 > When attempting a second compilation, instead of asking
 > A Compilation process is running; kill it? (yes or no)
 > ask
 > A Compilation process is running;a kill it? (yes or q)
 > which is more telling instead of "no".

As a native English speaker, I disagree.  "q" presumably means quit, but
that could mean quit the compilation or quit the current operation.
"Kill it?" is a yes-or-no question, so its prompt is fine.

 > 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?

-- 
Kevin Rodgers

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: A Compilation process is running; kill it? (yes or no)
  2004-04-09 21:58 ` A Compilation process is running; kill it? (yes or no) Kevin Rodgers
@ 2004-04-09 23:00   ` Alfred M. Szmidt
  0 siblings, 0 replies; 3+ messages in thread
From: Alfred M. Szmidt @ 2004-04-09 23:00 UTC (permalink / raw)
  Cc: gnu-emacs-bug

    > 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!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-04-09 23:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.556.1079553511.26040.bug-gnu-emacs@gnu.org>
2004-04-09 21:58 ` A Compilation process is running; kill it? (yes or no) Kevin Rodgers
2004-04-09 23:00   ` Alfred M. Szmidt
2004-03-17  2:13 Dan Jacobson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).