Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.84.MISMATCH!newsfeed.xs4all.nl!newsfeed5.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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.04; 'subject:editor': 0.05; 'c++,': 0.07; 'php,': 0.09; 'programmers.': 0.09; 'ssh': 0.09; 'syntax': 0.12; '(multiple': 0.16; 'emacs': 0.16; 'highlighting': 0.16; 'justify': 0.16; 'subject:IDE': 0.16; 'once,': 0.19; 'seems': 0.21; 'header:In- Reply-To:1': 0.22; 'received:209.85.214.174': 0.23; 'received :mail-iw0-f174.google.com': 0.23; "i'm": 0.26; 'chris': 0.27; 'message-id:@mail.gmail.com': 0.28; 'developing': 0.28; 'employer': 0.29; 'time;': 0.31; 'to:addr:python-list': 0.32; 'using': 0.34; 'open': 0.35; 'gnu': 0.35; 'subject:/': 0.36; 'bill': 0.37; 'received:209.85': 0.37; 'received:google.com': 0.38; 'languages': 0.38; 'reasonable': 0.38; 'files': 0.38; 'current': 0.38; 'here,': 0.39; 'received:209.85.214': 0.39; 'comments': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'how': 0.39; 'subject:text': 0.40; 'would': 0.40; 'header:Received:5': 0.40; 'learn': 0.60; 'plus': 0.65; 'learned': 0.73; '(over': 0.84; 'make,': 0.84; 'mastering': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=U8nLIsCdNESVZ95htoC+qpKQGxmF0Cqi67oNXNuBcLM=; b=ianq3MDAuJogduTDTwEmQZk5bl3YlzKVHRnjGUz7+SOaoORy041fRLoAki5TpH8ckh WUpf9BzyGJ7C4C+tyDsXgCHBVTEJtt9l/wfLGnMQs5DmrOGpvyosPal0M7UkibTz79QC WlxRGUv78wNEUBshtmKp5Ydh4h53NYYH4PO3g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=omY6cmOOY/2hYWFGnECei1HonvUsCqxa7Xw2B4Vwesh9rLLo55fy0ziIvSwkFd7sda mv0kXqcxXriaFDUV/vwIDEe3OImbDYdXMrlDWPJrMkkZk4DhEUcTLeC7josi7haxZqz9 4R8wnRj4C8rfDVlAKqGrT8wVGDUZddyv1eWCQ= MIME-Version: 1.0 In-Reply-To: References: <1302964745.2751.3.camel@cristian-desktop> Date: Sun, 17 Apr 2011 02:13:22 +1000 Subject: Re: Python IDE/text-editor From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 14 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1302970405 news.xs4all.nl 81474 [::ffff:82.94.164.166]:51925 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3330 Based on the comments here, it seems that emacs would have to be the editor-in-chief for programmers. I currently use SciTE at work; is it reasonable to, effectively, bill my employer for the time it'll take me to learn emacs? I'm using a lot of the same features that the OP was requesting (multiple files open at once, etc), plus I like syntax highlighting (multiple languages necessary - I'm often developing simultaneously in C++, Pike, PHP, and gnu make, as well as Python). My current "main editors" are SciTE when I have a GUI, and nano when I don't (over ssh and such). Mastering emacs would definitely take time; I'm not really sure if I can justify it ("Chris, what did you achieve this week?" "I learned how to get emacs to make coffee.")... Chris Angelico