unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Bug: can not start a w32 GUI program from Emacs
@ 2006-12-27  0:38 Lennart Borgman (gmail)
  2006-12-27  2:30 ` Lennart Borgman (gmail)
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Lennart Borgman (gmail) @ 2006-12-27  0:38 UTC (permalink / raw)


I have been trying different ways to start explorer.exe from Emacs on 
w32. I can not find any way that works. It is a quite annoying bug.

I suspect this has something to do with the code in w32proc.c that defines

   start.hStdInput = GetStdHandle (STD_INPUT_HANDLE);
   start.hStdOutput = GetStdHandle (STD_OUTPUT_HANDLE);
   start.hStdError = GetStdHandle (STD_ERROR_HANDLE);

This is done even if Emacs thinks it is a GUI app. Is this the problem? 
Why is this handles set also for GUI programs.

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

end of thread, other threads:[~2006-12-30 18:22 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-27  0:38 Bug: can not start a w32 GUI program from Emacs Lennart Borgman (gmail)
2006-12-27  2:30 ` Lennart Borgman (gmail)
2006-12-27  8:24 ` Eli Zaretskii
2006-12-27 10:52   ` Lennart Borgman (gmail)
2006-12-27 12:00     ` Mathias Dahl
2006-12-27 12:19       ` Eli Zaretskii
2006-12-27 12:50         ` Lennart Borgman (gmail)
2006-12-27 14:19           ` Eli Zaretskii
2006-12-27 14:33             ` Lennart Borgman (gmail)
2006-12-27 19:21               ` Eli Zaretskii
2006-12-27 12:36       ` Lennart Borgman (gmail)
2006-12-28  9:26 ` Jason Rumney
2006-12-28  9:32   ` Lennart Borgman (gmail)
2006-12-30  1:09   ` Lennart Borgman (gmail)
2006-12-30 15:49     ` Eli Zaretskii
2006-12-30 16:04       ` Lennart Borgman (gmail)
2006-12-30 17:00         ` Eli Zaretskii
2006-12-30 17:28           ` Lennart Borgman (gmail)
2006-12-30 18:01             ` Eli Zaretskii
2006-12-30 18:22               ` Lennart Borgman (gmail)

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).