Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.068 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.00; 'run,': 0.07; 'prefer.': 0.09; 'wrote:': 0.14; 'emacs': 0.16; 'message-id:@web.de': 0.16; 'thread.': 0.16; 'variable.': 0.16; '"python': 0.16; 'header:In- Reply-To:1': 0.22; 'guess': 0.26; 'environment': 0.26; 'thanks': 0.29; 'probably': 0.30; 'all.': 0.30; 'from:addr:web.de': 0.31; 'language.': 0.31; 'to:addr:python-list': 0.32; 'editor': 0.35; 'header:User-Agent:1': 0.35; 'either': 0.37; 'but': 0.38; 'ok,': 0.39; 'set': 0.39; 'to:addr:python.org': 0.39; 'received:de': 0.39; 'whatever': 0.39; "it's": 0.40; 'learn': 0.60; 'best': 0.60; 'received:172.20': 0.73; 'subject:line': 0.73; 'sender:addr:web.de': 0.84; 'subject:commands': 0.84 Date: Sun, 17 Apr 2011 21:39:34 +0200 From: Alexander Kapps User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 MIME-Version: 1.0 To: python-list@python.org Subject: Re: ipython: Multiple commands on the same line and newlines References: <8dc6c9e4-e50e-401f-95d9-42f80a90196c@l30g2000vbn.googlegroups.com> <0eb06f93-88d0-4ff8-b21f-bb3264305d76@34g2000pru.googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: alex.kapps@web.de X-Sender: Alex.Kapps@web.de X-Provags-ID: V01U2FsdGVkX18NupBSZQkBItOpP+TMXxg9JrGDmr1v0AmwbHJZ vkIaUigG2SnJ6WwKdjlagau/+dUVr4vGOwiNi2Ug/Ief31lWJW qWOEbAQuM= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1303069187 news.xs4all.nl 81481 [::ffff:82.94.164.166]:35583 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3423 On 17.04.2011 20:40, Phil Winder wrote: > Ok, thanks all. It's a little disappointing, but I guess that you > always have to work in a different way when you move to a new > language. Andrea's %edit method is probably the best compromise, but > this now means that I will have to learn all the (obscure) shortcuts > for vi! As you can read in "Python IDE/text-editor" thread. Learning either Vim or Emacs will pay off in the long run, Anyway, IPython honors the $EDITOR environment variable. Just set it to whatever editor you prefer.