exit endless python loop in emacs

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Leo

    exit endless python loop in emacs

    hi all

    how can i terminate/stop an endless python loop which i have started inside
    emacs with C-c C-c.

    ta, leo


  • Thomas Heller

    #2
    Re: exit endless python loop in emacs

    "Leo" <leo.broska@NOS PAM.isys.com.au > writes:
    [color=blue]
    > hi all
    >
    > how can i terminate/stop an endless python loop which i have started inside
    > emacs with C-c C-c.
    >
    > ta, leo[/color]
    C-g

    Thomas

    Comment

    Working...