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, rus

Re: How to run python script in emacs

2009-10-13 Thread rustom
On Sep 26, 8:54 pm, 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? > > also pleas

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-08 Thread Chris
> if you want, i can suggest you some lines for the init file .emacs, > in order to keep the text indented with 4 spaces, no tab at all (very > important). I would be interest in the .emacs changes for python mode. -- http://mail.python.org/mailman/listinfo/python-list

Re: How to run python script in emacs

2009-10-07 Thread OdarR
On 7 oct, 22:07, "Sells, Fred" 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 Sells, Fred
t; To: python-list@python.org > Subject: Re: How to run python script in emacs > > On 26 sep, 17:54, devilkin 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

Re: How to run python script in emacs

2009-10-07 Thread OdarR
On 26 sep, 17:54, devilkin 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? > > also please recomm

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 t

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-27 Thread devilkin
On 9月27日, 下午12时43分, Nobody 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 me with it? i

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?

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

How to run python script in emacs

2009-09-26 Thread devilkin
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? also please recommand some emacs plug-ins for python progra