all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* compilation-start without shell?
@ 2010-12-24  3:43 Lennart Borgman
  2010-12-24 10:11 ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Lennart Borgman @ 2010-12-24  3:43 UTC (permalink / raw)
  To: Emacs-Devel devel

Would it be possible to allow compilation start to not use a shell?

With some programs it is quite hard to use a shell, at least on w32.
And you do not always want to be able to edit the `command' argument.
(Or, that editing might be done on another level.) However reusing the
code in compilation-start may still be good.

A simple logic for calling conventions could be that if `command' is a
list then a shell should not be used, but instead start-process should
be used directly.

But what technical difficulties are their doing this?



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

end of thread, other threads:[~2010-12-24 12:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-24  3:43 compilation-start without shell? Lennart Borgman
2010-12-24 10:11 ` Eli Zaretskii
2010-12-24 11:07   ` Lennart Borgman
2010-12-24 11:48     ` Eli Zaretskii
2010-12-24 12:05       ` Lennart Borgman
2010-12-24 12:21         ` Óscar Fuentes
2010-12-24 12:42           ` Lennart Borgman

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.