all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* python mode automatically start python interperter
@ 2007-07-18 12:02 lgfang
  2007-07-20 16:57 ` lgfang
  0 siblings, 1 reply; 3+ messages in thread
From: lgfang @ 2007-07-18 12:02 UTC (permalink / raw)
  To: help-gnu-emacs

I'm using official NT emacs 22.1.  I found it is boring that emacs
will automatically start a python interpreter when editing python code

Even if I manually turned it off, the interpreter will start again.

Why it does so? Is there any way to customize the behavior?

Thanks

-- 
Fang.lungang

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: python mode automatically start python interperter
  2007-07-18 12:02 python mode automatically start python interperter lgfang
@ 2007-07-20 16:57 ` lgfang
  2007-07-20 17:49   ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: lgfang @ 2007-07-20 16:57 UTC (permalink / raw)
  To: help-gnu-emacs

>>>>> "lgfang" == lgfang  <lgfang@localhost.my.domain.i-did-not-set--mail-host-address--so-tickle-me> writes:

    lgfang> I'm using official NT emacs 22.1.  I found it is boring
    lgfang> that emacs will automatically start a python interpreter
    lgfang> when editing python code

    lgfang> Even if I manually turned it off, the interpreter will
    lgfang> start again.

It turns out that every time I use M-/ to auto-complete, the
interpreter is started.

-- 
Fang.lungang

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: python mode automatically start python interperter
  2007-07-20 16:57 ` lgfang
@ 2007-07-20 17:49   ` Stefan Monnier
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2007-07-20 17:49 UTC (permalink / raw)
  To: help-gnu-emacs

lgfang> I'm using official NT emacs 22.1.  I found it is boring
lgfang> that emacs will automatically start a python interpreter
lgfang> when editing python code

lgfang> Even if I manually turned it off, the interpreter will
lgfang> start again.

> It turns out that every time I use M-/ to auto-complete, the
> interpreter is started.

I guess you have M-/ bound to python-complete-symbol (maybe because you
have M-/ globally bound to complete-symbol).  Then it's completely normal
because the completion candidates are given by the underlying
python process.


        Stefan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-07-20 17:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-18 12:02 python mode automatically start python interperter lgfang
2007-07-20 16:57 ` lgfang
2007-07-20 17:49   ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.