Re: How to run python script in emacs

2009-12-22 Thread Pedro Insua
On Wed, Nov 25, 2009 at 09:38:54AM -0800, doug wrote: When I type C-c C-c my emacs window just hangs. If I use Task Manager to kill cmdproxy I can get emacs back but of course interactivity with Python is not accomplished. By the way, if I do C-c ! then I get a functional python shell.

Re: How to run python script in emacs

2009-11-25 Thread doug
When I type C-c C-c my emacs window just hangs. If I use Task Manager to kill cmdproxy I can get emacs back but of course interactivity with Python is not accomplished. By the way, if I do C-c ! then I get a functional python shell. Does anybody know a solution to this? On Oct 13, 7:12 am,

RE: How to run python script in emacs

2009-10-13 Thread Sells, Fred
Here is the .emacs file I place at c:\ on xp. I don't understand it and cannot explain it. It was developed by a few guys I worked with 20 years ago and still does the job. Probably quite obsolete by now, but if it ain't broke... In response to your what do you mean With the cursor in a python

Re: How to run python script in emacs

2009-10-13 Thread rustom
On Sep 26, 8:54 pm, devilkin devilsp...@gmail.com wrote: I'm just starting learning python, and coding in emacs. I usually split emacs window into two, coding in one, and run script in the other, which is not very convenient. anyone can help me with it? is there any tricks like emacs short

Re: How to run python script in emacs

2009-10-08 Thread OdarR
On 7 oct, 22:07, Sells, Fred fred.se...@adventistcare.org wrote: Hitting ctrl-c, twice quickly works for me. ? what do you mean ? Olivier -- http://mail.python.org/mailman/listinfo/python-list

Re: How to run python script in emacs

2009-10-07 Thread OdarR
On 26 sep, 17:54, devilkin devilsp...@gmail.com wrote: I'm just starting learning python, and coding inemacs. I usually splitemacswindow into two, coding in one, and run script in the other, which is not very convenient. anyone can help me with it? is there any tricks likeemacsshort cut?

RE: How to run python script in emacs

2009-10-07 Thread Sells, Fred
Subject: Re: How to run python script in emacs On 26 sep, 17:54, devilkin devilsp...@gmail.com wrote: I'm just starting learning python, and coding inemacs. I usually splitemacswindow into two, coding in one, and run script in the other, which is not very convenient. anyone can help me

Re: How to run python script in emacs

2009-09-28 Thread Nobody
On Sun, 27 Sep 2009 19:44:07 -0700, devilkin wrote: and does the python-mode support auto-complete? No. -- http://mail.python.org/mailman/listinfo/python-list

Re: How to run python script in emacs

2009-09-28 Thread Brian
I do all my python coding in emacs. It's awesome. Here's how I do it: *Create windmove bindings* This is important - it maps *Meta-i,j,k,l* to move your window focus up, left, down, right. It's used in conjunction with *C-x 3* (split window vertically) and *C-x 2* (split window horizontally). So

Re: How to run python script in emacs

2009-09-27 Thread devilkin
On 9月27日, 下午12时43分, Nobody nob...@nowhere.com wrote: On Sat, 26 Sep 2009 08:54:49 -0700, devilkin wrote: I'm just starting learning python, and coding in emacs. I usually split emacs window into two, coding in one, and run script in the other, which is not very convenient. anyone can help

Re: How to run python script in emacs

2009-09-26 Thread Join hack
you can use emacs command shell for that 2009/9/26 devilkin devilsp...@gmail.com I'm just starting learning python, and coding in emacs. I usually split emacs window into two, coding in one, and run script in the other, which is not very convenient. anyone can help me with it? is there any

Re: How to run python script in emacs

2009-09-26 Thread Nobody
On Sat, 26 Sep 2009 08:54:49 -0700, devilkin wrote: I'm just starting learning python, and coding in emacs. I usually split emacs window into two, coding in one, and run script in the other, which is not very convenient. anyone can help me with it? is there any tricks like emacs short cut?