Re: bug#13850: Emacs for Windows: Launch better from a command prompt

Eli Zaretskii <[email protected]>
Newsgroups gmane.emacs.windows
Message-ID <[email protected]>
> Date: Fri, 1 Mar 2013 15:49:57 -0500
> From: Andrew Pennebaker <[email protected]>
> 
> Currently, Emacs ties up the Command Prompt until the user quits Emacs. In
> Git Bash, you can hack around this with an ampersand (&), but the default
> behavior should really be to fork a thread for Emacs and immediately return
> terminal control to the user.
> 
> Can we default the next version to this behavior?

We already do: just invoke runemacs.exe rather than emacs.exe.

As for forking a thread: it is a bit more complex than that.  (We
already start at least 2 threads at startup.)  The 2 most important
problems are (1) the same executable should be able to run in a text
terminal session under -nw, and (2) we don't want the GUI session to
have a console.  runemacs.exe solves both.

Any reasons not to close this bug?
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.