Re: Emacs python-mode.el bug #1207470

2014-02-15 Thread Frank Stutzman
This has been resolved and I want to publically thank Andreas for finding and fixing this bug so quick. I'm fairly new to open source development and the rapidity that this was fix was gratifying. -- Frank Stutzman -- https://mail.python.org/mailman/listinfo/python-list

Re: Emacs python-mode.el bug #1207470

2014-02-14 Thread Frank Stutzman
Andreas R?hler wrote: > Re-opened the ticket mentioned. Please subscribe there, so you may get the > bug-mail. I've subscribed at launchpad and have given you a few more details there. Much appreciate you taking the time to look at this. -- Frank Stutzman -- https://mail.python.org/mailm

Re: Emacs python-mode.el bug #1207470

2014-02-14 Thread Andreas Röhler
Am 14.02.2014 17:38, schrieb Frank Stutzman: According to https://bugs.launchpad.net/python-mode/+bug/1207470 this bug was fixed in version 6.1.2 of python-mode.el. I am trying to run 6.1.3 and am running into it. I back dated to 6.1.2 and still see it there. I am running GNU Emacs 23.3.1. It

Emacs python-mode.el bug #1207470

2014-02-14 Thread Frank Stutzman
According to https://bugs.launchpad.net/python-mode/+bug/1207470 this bug was fixed in version 6.1.2 of python-mode.el. I am trying to run 6.1.3 and am running into it. I back dated to 6.1.2 and still see it there. I am running GNU Emacs 23.3.1. Its possible that something I'm doing it causin

Re: Python launcher (PEP 397) and emacs python-mode.el

2013-01-31 Thread Andreas Röhler
Am 01.02.2013 00:59, schrieb Vinay Sajip: Thomas Heller ctypes.org> writes: What I meant to write is this: when the shebang line in script.py contains this: #!/usr/bin/python3.1-32 then emacs SHOULD run py.exe -3.1-32 script.py and the launcher runs c:\Python31\python.exe script.p

Re: Python launcher (PEP 397) and emacs python-mode.el

2013-01-31 Thread Vinay Sajip
Thomas Heller ctypes.org> writes: > What I meant to write is this: > > when the shebang line in script.py contains this: >#!/usr/bin/python3.1-32 > then emacs SHOULD run >py.exe -3.1-32 script.py > and the launcher runs >c:\Python31\python.exe script.py IMO it would be better for em

Re: Python launcher (PEP 397) and emacs python-mode.el

2013-01-31 Thread Andreas Röhler
Am 31.01.2013 17:35, schrieb Thomas Heller: Am 31.01.2013 12:05, schrieb Andreas Röhler: Am 31.01.2013 10:03, schrieb Thomas Heller: Has someone managed to patch python-mode.el to use the PEP 397 python launcher when you hit C-c C-c? It seems that emacs should parse the shebang line in the edi

Re: Python launcher (PEP 397) and emacs python-mode.el

2013-01-31 Thread Thomas Heller
Am 31.01.2013 12:05, schrieb Andreas Röhler: Am 31.01.2013 10:03, schrieb Thomas Heller: Has someone managed to patch python-mode.el to use the PEP 397 python launcher when you hit C-c C-c? It seems that emacs should parse the shebang line in the edited python script and pass the corresponding

Re: Python launcher (PEP 397) and emacs python-mode.el

2013-01-31 Thread Andreas Röhler
Am 31.01.2013 10:03, schrieb Thomas Heller: Has someone managed to patch python-mode.el to use the PEP 397 python launcher when you hit C-c C-c? It seems that emacs should parse the shebang line in the edited python script and pass the corresponding arguments to py.exe. Yes, that's the way py

Python launcher (PEP 397) and emacs python-mode.el

2013-01-31 Thread Thomas Heller
Has someone managed to patch python-mode.el to use the PEP 397 python launcher when you hit C-c C-c? It seems that emacs should parse the shebang line in the edited python script and pass the corresponding arguments to py.exe. Thomas -- http://mail.python.org/mailman/listinfo/python-list

Re: Emacs Python indention

2011-06-12 Thread Andrea Crotti
Bastian Ballmann writes: > Hi Emacs / Python coders, > > moving a region of python code for more than one indention in Emacs is > quite annoying, cause the python-shift-left and -right functions always > loose the mark and one has to reactivate it with \C-x \C-x or > guess h

Emacs Python indention

2011-06-11 Thread Bastian Ballmann
Hi Emacs / Python coders, moving a region of python code for more than one indention in Emacs is quite annoying, cause the python-shift-left and -right functions always loose the mark and one has to reactivate it with \C-x \C-x or guess how many indentions one want to make and do a \C-u \C-c

Re: best vi / emacs python features

2009-10-27 Thread Lawrence D'Oliveiro
In message , Jean-Michel Pichavant wrote: > Being a vi fan, I can just tell you that emacs is for loosers, and no > one will dare to challenge this. Is it better to be loose or tight? -- http://mail.python.org/mailman/listinfo/python-list

Re: best vi / emacs python features

2009-10-21 Thread Hans Georg Schaathun
On Wed, 07 Oct 2009 18:44:03 +0200, Jean-Michel Pichavant wrote: : When opposing vi to emacs, there's is no possibility you get : constructive and objective answer, because basically, what can do with : one, you can also do it with the other. You seem rather negative. I could not see any

Re: best vi / emacs python features

2009-10-12 Thread Gabor Urban
Hey guys, this is supposed to be a Python mailing list... Both editors are great and are with great potentials. I do use both of them daily, though for different purposes. It is meaningless to start this old issue of preferences anew. -- Linux: Choice of a GNU Generation -- http://mail.python.

Re: best vi / emacs python features

2009-10-12 Thread Jorgen Grahn
On Wed, 2009-10-07, OdarR wrote: > hello, > > * this is not a troll * > > which kind of help you have with your favorite editor ? Syntax highlighting and help with the indentation (move to the right after an else:, keep in the same column normally, etc). Nothing else specific to Python. > personn

Re: vim clientserver [was: best vi / emacs python features]

2009-10-10 Thread TerryP
On Oct 10, 6:13 pm, Chris Jones wrote: > Hmm.. On *nix systems, decent applications understand the $EDITOR > environment variable - don't know about gnome & friends, though. > I tend to write programs that understand EDITOR, BROWSER, etc; wish the rest of the world did. > So what does the inter

[OT] vim clientserver [was: best vi / emacs python features]

2009-10-10 Thread Chris Jones
On Thu, Oct 08, 2009 at 12:59:00AM EDT, TerryP wrote: > On Oct 8, 3:29 am, Chris Jones wrote: [..] > It's most valuable for sending data to an existing instance of vim, by > name. Both files and keystrokes can be sent fwiw. [..] > On top of that, I sometimes group instances of vim into 'server

Re: best vi / emacs python features

2009-10-08 Thread TerryP
> But in actual practice you use a space cadets editor like Vim. > >                                         Ross Ridge Actually by space cadets editor, I meant needing one of these: http://en.wikipedia.org/wiki/Space_cadet_keyboard -- TerryP. -- http://mail.python.org/mailman/listinfo/python-li

Re: best vi / emacs python features

2009-10-08 Thread Ross Ridge
TerryP wrote: >ed -- I can quickly edit files without having to wait on an ncurses >app to start up. Although I rarely have access to GNU versions of ed, >they use readline which is a big perk when you make a typo. I used to fallback on ed when network connections got really slow and I could log

Re: best vi / emacs python features

2009-10-08 Thread Falcolas
On Oct 8, 7:23 am, Jean-Michel Pichavant wrote: > Chris Jones wrote: > > On Wed, Oct 07, 2009 at 07:06:08PM EDT, TerryP wrote: > > > [..] > > >> I am a freak: I do not use nor want syntax highlighting. I don't want > >> my editor to understand mail, irc, or the www either, I want it to > >> edit t

Re: best vi / emacs python features

2009-10-08 Thread edexter
On Oct 7, 10:07 am, OdarR wrote: > hello, > > * this is not a troll * > > which kind of help you have with your favorite editor ? > > personnally, I find emacs very nice, in the current state of my > knowledge, when I need to reindent the code. > you know how this is critical in python...:-) > > I

Re: best vi / emacs python features

2009-10-08 Thread Jean-Michel Pichavant
Chris Jones wrote: On Wed, Oct 07, 2009 at 07:06:08PM EDT, TerryP wrote: [..] I am a freak: I do not use nor want syntax highlighting. I don't want my editor to understand mail, irc, or the www either, I want it to edit text efficiently so I can go on with the rest of my life as soon as pos

Re: best vi / emacs python features

2009-10-07 Thread Paul Rudin
Carl Banks writes: > On Oct 7, 8:29 pm, Chris Jones wrote: >> Always felt that syntax highlighting for instance is way >> overrated. > > I have all syntax colors turned off except for strings and comments. > I highly recommend this low-key syntax coloring for those who don't > care for the norma

Re: best vi / emacs python features

2009-10-07 Thread Carl Banks
On Oct 7, 8:29 pm, Chris Jones wrote: > Always felt that syntax highlighting for instance is way > overrated. I have all syntax colors turned off except for strings and comments. I highly recommend this low-key syntax coloring for those who don't care for the normal psychodelic syntax coloring.

Re: best vi / emacs python features

2009-10-07 Thread TerryP
On Oct 8, 3:29 am, Chris Jones wrote: > I do have a question: > > You mentioned Vim's clientserver mode. > > What's it good for? It's most valuable for sending data to an existing instance of vim, by name. Both files and keystrokes can be sent fwiw. vim basically organizes it self into buffers,

Re: best vi / emacs python features

2009-10-07 Thread Nobody
On Wed, 07 Oct 2009 17:32:16 -0700, Carl Banks wrote: >> >> One feature I have that emacs don't is that I'm able to efficiently >> >> edit a file on a remote machine with vim on a terminal (without >> >> graphical interface), and I'm using it. Apart from that, both >> >> solutions are >> >> > emac

Re: best vi / emacs python features

2009-10-07 Thread Chris Jones
On Wed, Oct 07, 2009 at 07:06:08PM EDT, TerryP wrote: [..] > I am a freak: I do not use nor want syntax highlighting. I don't want > my editor to understand mail, irc, or the www either, I want it to > edit text efficiently so I can go on with the rest of my life as soon > as possible. Given the

Re: best vi / emacs python features

2009-10-07 Thread Tim Chase
Carl Banks wrote: On Oct 7, 10:29 am, Tim Chase wrote: Perhaps this is a reference to the alt/meta/control/buckey/super key-chords that emacs is infamous for using It's Esc-Meta-Alt-Ctrl-Shift Sure that's not Winkey+Tab+Fn? :-) -tkc :wq! -- http://mail.python.org/mailman/listinfo/py

Re: best vi / emacs python features

2009-10-07 Thread Carl Banks
On Oct 7, 10:29 am, Tim Chase wrote: > >> One feature I have that emacs don't is that I'm able to efficiently edit > >> a file on a remote machine with vim on a terminal (without graphical > >> interface), and I'm using it. Apart from that, both solutions are > > > emacs has the same efficiency on

Re: best vi / emacs python features

2009-10-07 Thread TerryP
I typically use several editors: /bin/ed, nvi, EDIT.COM, and Vi Improved. These are the advantages that I find these various editors give me: ed -- I can quickly edit files without having to wait on an ncurses app to start up. Although I rarely have access to GNU versions of ed, they use readlin

Re: best vi / emacs python features

2009-10-07 Thread OdarR
On 7 oct, 19:29, Tim Chase wrote: > Perhaps this is a reference to the alt/meta/control/buckey/super > key-chords that emacs is infamous for using that don't always get > reliably transmitted by all terminal-emulation programs and > consoles.  It was one of my nudging factors towards vi (and later

Re: best vi / emacs python features

2009-10-07 Thread Jean-Michel Pichavant
Apart of trolling which is also an activity I like, what are the features vim proposes to Python ? Olivier Many, but none that you won't find with emacs, so when I'm stating it is just a matter of personal preference, I mean it :o) "Vi or Emacs" is the same question as "straight or gay"

Re: best vi / emacs python features

2009-10-07 Thread Tim Chase
One feature I have that emacs don't is that I'm able to efficiently edit a file on a remote machine with vim on a terminal (without graphical interface), and I'm using it. Apart from that, both solutions are emacs has the same efficiency on a terminal. or maybe I don't understand your sentence.

Re: best vi / emacs python features

2009-10-07 Thread OdarR
On 7 oct, 18:44, Jean-Michel Pichavant wrote: > Being a vi fan, I can just tell you that emacs is for loosers, and no > one will dare to challenge this. vi is very good for newbees, I recommend it. > vi/emacs is like choosing between the Celtics or the Lakers, there is no > reason for that, the

Re: best vi / emacs python features

2009-10-07 Thread Falcolas
On Oct 7, 10:44 am, Jean-Michel Pichavant wrote: > OdarR wrote: > > hello, > > > * this is not a troll * > > > which kind of help you have with your favorite editor ? > > > personnally, I find emacs very nice, in the current state of my > > knowledge, when I need to reindent the code. > > you know

Re: best vi / emacs python features

2009-10-07 Thread Jean-Michel Pichavant
OdarR wrote: hello, * this is not a troll * which kind of help you have with your favorite editor ? personnally, I find emacs very nice, in the current state of my knowledge, when I need to reindent the code. you know how this is critical in python...:-) I don't use other python-mode features

best vi / emacs python features

2009-10-07 Thread OdarR
hello, * this is not a troll * which kind of help you have with your favorite editor ? personnally, I find emacs very nice, in the current state of my knowledge, when I need to reindent the code. you know how this is critical in python...:-) I don't use other python-mode features for the moment

Re: Emacs Python-mode. Newbie problem.

2009-07-09 Thread Lacrima
On Jul 9, 8:42 pm, Piet van Oostrum wrote: > > Lacrima (L) wrote: > >L> Thank you for really useful and detailed explanation. Now I can test > >L> my code usingEmacs. > >L> But I think it works for me in a little bit different way. > >L> My file contains only the print 'hello world'. > >L> If

Re: Emacs Python-mode. Newbie problem.

2009-07-09 Thread Piet van Oostrum
> Lacrima (L) wrote: >L> Thank you for really useful and detailed explanation. Now I can test >L> my code using Emacs. >L> But I think it works for me in a little bit different way. >L> My file contains only the print 'hello world'. >L> If I have no python shell running, then: >L> a) C-c RET

Re: Emacs Python-mode. Newbie problem.

2009-07-09 Thread Lacrima
On Jul 9, 2:31 pm, Piet van Oostrum wrote: > > Lacrima (L) wrote: > >L> Thanks for your reply! > >L> My file name is 'trains.py'. > >L> When I do C-h k C-c RET, it shows me help from manual: "C-c RET runs > >L> the command py-execute-import-or-reload > >L>    which is an interactive Lisp func

Re: Emacs Python-mode. Newbie problem.

2009-07-09 Thread Piet van Oostrum
> Lacrima (L) wrote: >L> Thanks for your reply! >L> My file name is 'trains.py'. >L> When I do C-h k C-c RET, it shows me help from manual: "C-c RET runs >L> the command py-execute-import-or-reload >L>which is an interactive Lisp function in `python-mode'..." and so >L> on. >L> And still

Re: Emacs Python-mode. Newbie problem.

2009-07-08 Thread Lacrima
On Jul 8, 10:54 pm, Piet van Oostrum wrote: > > Lacrima (L) wrote: > >L> Hello! > >L> I have just started using Emacs to write python scripts. > >L> I installed python-mode.el > >L> Then I just tried this code: > >L> print 'hello world' > >L> When I press C-c RET, new blank window is opened a

Re: Emacs Python-mode. Newbie problem.

2009-07-08 Thread Piet van Oostrum
> Lacrima (L) wrote: >L> Hello! >L> I have just started using Emacs to write python scripts. >L> I installed python-mode.el >L> Then I just tried this code: >L> print 'hello world' >L> When I press C-c RET, new blank window is opened and emacs says: >L> (Shell command succeeded with no out

Emacs Python-mode. Newbie problem.

2009-07-08 Thread Lacrima
Hello! I have just started using Emacs to write python scripts. I installed python-mode.el Then I just tried this code: print 'hello world' When I press C-c RET, new blank window is opened and emacs says: (Shell command succeeded with no output) So where is my 'hello world'? When I do C-c C-c,

Re: emacs python modes [was Re: python/python output buffers]

2008-08-15 Thread sandro dentella
> > This has been the subject of a recent thread here. Emacs now ships with > a different python mode named python.el. You'll have to manually > (re)install the original python-mode.el. > > HTH Thanks. I did search for it and got lost in too many different post on python mode... Now I found it.

emacs python modes [was Re: python/python output buffers]

2008-08-15 Thread Bruno Desthuilliers
sandro dentella a écrit : Hi, I'm having a little problem while using python mode. I'm used to hit C-c C-c and have a Python Output buffer opened with the output. Now, on Ubuntu 7.10 and 8.04, C-c C-c sends to the Python buffer that is not raised in a window. I need to hit C-c C-z to see it.

Re: Emacs/Python Essentials?

2008-07-10 Thread Sebastian "lunar" Wiesner
xkenneth <[EMAIL PROTECTED]>: > What does everyone consider essential for emacs python dev? yasnippet is worth being looked at -- Freedom is always the freedom of dissenters. (Rosa Luxemburg) -- http://mail.python.org/mailman/listinfo/python-list

Re: Emacs/Python Essentials?

2008-07-08 Thread Jeff
I just use Python mode. For Django work, there is a Django mode as well. Cedet is helpful, too. -- http://mail.python.org/mailman/listinfo/python-list

Re: Emacs/Python Essentials?

2008-07-08 Thread Bruno Desthuilliers
Ben Finney a écrit : xkenneth <[EMAIL PROTECTED]> writes: What does everyone consider essential for emacs python dev? GNU Emacs 22. The 'whitespace-mode' and 'python-mode' are good improvements in that version of Emacs. I've heard good thin

Re: Emacs/Python Essentials?

2008-07-07 Thread Ben Finney
xkenneth <[EMAIL PROTECTED]> writes: > What does everyone consider essential for emacs python dev? GNU Emacs 22. The 'whitespace-mode' and 'python-mode' are good improvements in that version of Emacs. I've heard good things also about: 'ropemacs' ht

Emacs/Python Essentials?

2008-07-07 Thread xkenneth
What does everyone consider essential for emacs python dev? Regards, Ken -- http://mail.python.org/mailman/listinfo/python-list

Re: Looking for indent advice howto in emacs python-mode

2008-03-31 Thread Carl Banks
On Mar 31, 12:32 pm, "Steven W. Orr" <[EMAIL PROTECTED]> wrote: > Here's what I want to do: > > if ( ( v == 1 ) >or ( v == 2 ) >or ( v == 3 ) ): > pass > > but emacs (left to its own devices, does this. > > if ( ( v == 1 ) > or ( v == 2 ) > or ( v == 3 ) ): > pass > >

Re: Looking for indent advice howto in emacs python-mode

2008-03-31 Thread 7stud
On Mar 31, 10:32 am, "Steven W. Orr" <[EMAIL PROTECTED]> wrote: > Here's what I want to do: > > if ( ( v == 1 ) >    or ( v == 2 ) >    or ( v == 3 ) ): >      pass > python indenting = 4 spaces -- http://mail.python.org/mailman/listinfo/python-list

Re: Looking for indent advice howto in emacs python-mode

2008-03-31 Thread Gabriel Genellina
En Mon, 31 Mar 2008 16:36:13 -0300, [EMAIL PROTECTED] <[EMAIL PROTECTED]> escribió: > On 31 mar, 18:32, "Steven W. Orr" <[EMAIL PROTECTED]> wrote: >> Here's what I want to do: >> >> if ( ( v == 1 ) >>or ( v == 2 ) >>or ( v == 3 ) ): >> pass > > Why the parens ? > > if a == 1 \ >

Re: Looking for indent advice howto in emacs python-mode

2008-03-31 Thread [EMAIL PROTECTED]
On 31 mar, 18:32, "Steven W. Orr" <[EMAIL PROTECTED]> wrote: > Here's what I want to do: > > if ( ( v == 1 ) >or ( v == 2 ) >or ( v == 3 ) ): > pass Why the parens ? if a == 1 \ or b == 2 \ or c == 3: pass -- http://mail.python.org/mailman/listinfo/python-list

Looking for indent advice howto in emacs python-mode

2008-03-31 Thread Steven W. Orr
Here's what I want to do: if ( ( v == 1 ) or ( v == 2 ) or ( v == 3 ) ): pass but emacs (left to its own devices, does this. if ( ( v == 1 ) or ( v == 2 ) or ( v == 3 ) ): pass It works great for me in C-mode. Does anyone know how to jimmie up python-mode so it woul

Set sys.stdout.encoding to utf8 in emacs/python-mode?

2008-03-27 Thread damonwischik
I use emacs 22 and python-mode. Emacs can display utf8 characters (e.g. when I open a utf8-encoded file with Chinese, those characters show up fine), and I'd like to see utf8-encoded output from my python session. >From googling, I've found references to * locale.getdefaultlocale(), which is ('en_

Re: emacs python mode problem

2007-12-05 Thread Amackera
On Dec 5, 7:01 pm, Toby <[EMAIL PROTECTED]> wrote: > For some reason, emacs python-mode has stopped working for me. It has > been working without any problems since I installed it on Ubuntu Gutsy > Gibbon, but now the "Start Interpreter" causes emacs to hang requiring

emacs python mode problem

2007-12-05 Thread Toby
For some reason, emacs python-mode has stopped working for me. It has been working without any problems since I installed it on Ubuntu Gutsy Gibbon, but now the "Start Interpreter" causes emacs to hang requiring me to kill emacs. Other parts of python-mode seem to work okay, t

Hide comments in emacs python mode?

2007-10-30 Thread Charles Fox
Hi guys, I'm playing with Python in emacs, with python mode. I'd like to be able to press a key to toggle the code comments on and off -- to switch between beautiful clean Python code, and the full text that tells me what's going in in English. Is this currently possible? I know there is a hide

Re: Emacs + python

2007-08-07 Thread hg
Ben Finney wrote: > hg <[EMAIL PROTECTED]> writes: > >> how about a cscope equivalent ? > > How about reading what was posted earlier in the thread, and give us a > description of what you want instead of a name that people might not > recognise? > > -- > \ "The judge asked, 'What do you

Re: Emacs + python.

2007-08-06 Thread Ben Finney
Hadron <[EMAIL PROTECTED]> writes: > Sorry to repeat, but I had to reinstall and lost all my news. Fortunately, there's no need to repeat, because the forum is archived both as a Usenet newsgroup and a mailing list. http://groups.google.com/group/comp.lang.python/> http://mail.python.org

Re: Emacs + python.

2007-08-06 Thread Hadron
Hadron <[EMAIL PROTECTED]> writes: > Sorry to repeat, but I had to reinstall and lost all my news. > > I am looking for pointers on using emacs with python. I use emacs v > 22.0.91 (Ubuntu snapshot). > > It comes with its own python mode. > > The problem is that the debugger just hangs when I star

Re: Emacs + python.

2007-08-06 Thread Thomas Jollans
On Monday 06 August 2007, Hadron wrote: > Sorry to repeat, but I had to reinstall and lost all my news. This list is archived at a number of publically accessible sites, for example: http://mail.python.org/pipermail/python-list/ http://dir.gmane.org/gmane.comp.python.general http://www.mail-archi

Emacs + python.

2007-08-06 Thread Hadron
Sorry to repeat, but I had to reinstall and lost all my news. I am looking for pointers on using emacs with python. I use emacs v 22.0.91 (Ubuntu snapshot). It comes with its own python mode. The problem is that the debugger just hangs when I start it. The interpreter runs fine. Any ideas? Wha

Re: Emacs + python

2007-08-03 Thread Ben Finney
hg <[EMAIL PROTECTED]> writes: > how about a cscope equivalent ? How about reading what was posted earlier in the thread, and give us a description of what you want instead of a name that people might not recognise? -- \ "The judge asked, 'What do you plead?' I said, 'Insanity, your | `

Re: Emacs + python

2007-08-03 Thread hg
Greg Donald wrote: > On 8/1/07, hg <[EMAIL PROTECTED]> wrote: >> Are there any cscope & ECB equivalent for Python ? > > ECB is not language specific. It works the same for browsing Python > code as any other language. > > > -- > Greg Donald > http://destiney.com/ Thanks, I realized my mistake

Re: Emacs + python

2007-08-02 Thread Greg Donald
On 8/1/07, hg <[EMAIL PROTECTED]> wrote: > Are there any cscope & ECB equivalent for Python ? ECB is not language specific. It works the same for browsing Python code as any other language. -- Greg Donald http://destiney.com/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Emacs + python

2007-08-02 Thread Hadron
Edward O'Connor <[EMAIL PROTECTED]> writes: >> Could anyone put me on the right track to developing Python with emacs >> please : modes to consider, debugging etc hopefully all within emacs. > > Personally, I prefer the python.el that ships with Emacs 22 to the > python-mode.el from python.org. It

Re: Emacs + python

2007-08-02 Thread Bruno Desthuilliers
Edward O'Connor a écrit : >> Could anyone put me on the right track to developing Python with emacs >> please : modes to consider, debugging etc hopefully all within emacs. > > Personally, I prefer the python.el that ships with Emacs 22 to the > python-mode.el from python.org. It seems more like o

Re: Emacs + python

2007-08-02 Thread Bruno Desthuilliers
hg a écrit : (snip) > Are there any cscope & ECB equivalent for Python ? ECB (assuming we're talking about the same thing, ie Emacs Code Browser) works just fine with Python. -- http://mail.python.org/mailman/listinfo/python-list

Re: Emacs + python

2007-08-01 Thread Ben Finney
hg <[EMAIL PROTECTED]> writes: > Are there any cscope & ECB equivalent for Python ? Can you describe these things, for those who don't have any experience of them but may know of an equivalent? -- \"With Lisp or Forth, a master programmer has unlimited power | `\ and expressivene

Re: Emacs + python

2007-08-01 Thread hg
Edward O'Connor wrote: >> Could anyone put me on the right track to developing Python with emacs >> please : modes to consider, debugging etc hopefully all within emacs. > > Personally, I prefer the python.el that ships with Emacs 22 to the > python-mode.el from python.org. It seems more like oth

Re: Emacs + python

2007-08-01 Thread Edward O'Connor
> Could anyone put me on the right track to developing Python with emacs > please : modes to consider, debugging etc hopefully all within emacs. Personally, I prefer the python.el that ships with Emacs 22 to the python-mode.el from python.org. It seems more like other Emacs major modes. Ted --

Re: Emacs + python

2007-08-01 Thread Ben Finney
Hadron <[EMAIL PROTECTED]> writes: > Could anyone put me on the right track to developing Python with emacs > please : modes to consider, debugging etc hopefully all within emacs. The mode you're looking for is 'python-mode'. Turn it on (M-x python-mode), then read its help (C-h m) for all the co

Re: Emacs + python

2007-08-01 Thread Stefan Behnel
Hadron wrote: > Could anyone put me on the right track to developing Python with emacs > please : modes to consider, debugging etc hopefully all within emacs. > > Any help and shared experiences much appreciated. AFAIR, the Python distribution comes with a Python mode for Emacs. Apart from that

Emacs + python

2007-08-01 Thread Hadron
Could anyone put me on the right track to developing Python with emacs please : modes to consider, debugging etc hopefully all within emacs. Any help and shared experiences much appreciated. -- http://mail.python.org/mailman/listinfo/python-list

Re: emacs python debugging: pydb or pdb fringe interaction

2007-05-18 Thread Paul Rudin
Rob Wolfe <[EMAIL PROTECTED]> writes: > Paul Rudin <[EMAIL PROTECTED]> writes: > >> Unfortunately this doesn't make any difference for me, with either >> emacs 22 or 21. I guess I'll just have to dig deeper into the code. > > So what happens after M-x pdb? Everything works as it should, except f

Re: emacs python debugging: pydb or pdb fringe interaction

2007-05-18 Thread Rob Wolfe
Paul Rudin <[EMAIL PROTECTED]> writes: > Unfortunately this doesn't make any difference for me, with either > emacs 22 or 21. I guess I'll just have to dig deeper into the code. So what happens after M-x pdb? -- http://mail.python.org/mailman/listinfo/python-list

Re: emacs python debugging: pydb or pdb fringe interaction

2007-05-18 Thread Paul Rudin
Rob Wolfe <[EMAIL PROTECTED]> writes: > Paul Rudin <[EMAIL PROTECTED]> writes: > >> I can't get the gdb fringe interaction functionality to work with >> either pdb or pydb. Any hints as to versions or incantations I should >> try? > > It works for me on Debian Etch and GNU Emacs 21.4.1. > I'm usin

Re: emacs python debugging: pydb or pdb fringe interaction

2007-05-18 Thread Rob Wolfe
Paul Rudin <[EMAIL PROTECTED]> writes: > I can't get the gdb fringe interaction functionality to work with > either pdb or pydb. Any hints as to versions or incantations I should > try? It works for me on Debian Etch and GNU Emacs 21.4.1. I'm using this settings: (setq pdb-path '/usr/lib/python2

emacs python debugging: pydb or pdb fringe interaction

2007-05-18 Thread Paul Rudin
I can't get the gdb fringe interaction functionality to work with either pdb or pydb. Any hints as to versions or incantations I should try? I have the emacs22 from debian unstable emacs-snapshot-gtk package fwiw. -- http://mail.python.org/mailman/listinfo/python-list