[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame problem with emacs



On Sat, 2006-05-27 at 00:26 -0400, Chuang Wu wrote:
> When I run the pygame in emacs by type c-x c-x, each time I close the
> game, the emacs-x11 will close with it too. Do anyone know why this
> happen?

You won't be able to run pygame programs from an editor unless it
launches the program in a separate process. Some editors do this (like
Idle) but it isn't as common. I would guess emacs has enough options to
get this working.