python mode question

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

    python mode question

    A quick question:

    After firing C-c C-c to execute a python program in Python mode, an
    output buffer will be displayed at the bottom of the window. Also, the
    focus remains in the output buffer. How can I switch the focus from the
    output buffer to the editing buffer? Thanks!

    --
    ,,,
    (o o) Peter Wu
    ---ooO-(_)-Ooo--- Powered by GNU/Linux 2.4.22
  • James Henderson

    #2
    Re: python mode question

    On Wednesday 21 January 2004 8:23 pm, Peter Wu wrote:[color=blue]
    > After firing C-c C-c to execute a python program in Python mode, an
    > output buffer will be displayed at the bottom of the window. Also, the
    > focus remains in the output buffer. How can I switch the focus from the
    > output buffer to the editing buffer? Thanks![/color]

    C-x o

    I take it you're talking about Emacs. :)
    --
    James Henderson, Logical Progression Ltd.

    Download MailManager for free. MailManager is designed to solve the problems companies have as the volumes of email they receive increase such as making sure email goes to the right person, making sure it is answered on time, ensuring information in email boxes is shared within th



    Comment

    • Peter Wu

      #3
      Re: python mode question

      James Henderson <james@logicalp rogression.net> writes:
      [color=blue]
      > On Wednesday 21 January 2004 8:23 pm, Peter Wu wrote:[color=green]
      >> After firing C-c C-c to execute a python program in Python mode, an
      >> output buffer will be displayed at the bottom of the window. Also, the
      >> focus remains in the output buffer. How can I switch the focus from the
      >> output buffer to the editing buffer? Thanks![/color]
      >
      > C-x o[/color]

      That's it! Thanks!
      [color=blue]
      > I take it you're talking about Emacs. :)[/color]

      Yeah, GNU Emacs. ^_^

      --
      ,,,
      (o o) Peter Wu
      ---ooO-(_)-Ooo--- Powered by GNU/Linux 2.4.22

      Comment

      Working...