Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed3.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.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python,': 0.02; 'syntax': 0.04; 'highlighting': 0.09; 'cc:addr:python-list': 0.11; 'martin': 0.11; 'python': 0.11; 'received:192.168.1.4': 0.16; 'subject:user': 0.16; 'followed': 0.16; 'language': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'options.': 0.19; 'programming': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'point': 0.28; 'michael': 0.29; 'code': 0.31; 'getting': 0.31; 'file': 0.32; 'etc': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'skip:~ 10': 0.36; 'doing': 0.36; 'subject:?': 0.36; 'skip:o 20': 0.38; 'message- id:@gmail.com': 0.38; 'use.': 0.39; "you'll": 0.62; 'header :Message-Id:1': 0.63; 'to:addr:gmail.com': 0.65; 'mar': 0.68; 'respect': 0.70; '2014,': 0.84; 'subject:recommended': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=DMgI1jwVYiJGLDWBPWWXTAhWdq9drQHlqBVOP4DUZcg=; b=DhSYgAaAsyQrHGyuvJ/dkI3gEfmazHURhiDulnP+tj5dKUXVWmgo3UzSwBbSZrbU1s aLOP4B8i5kHkrYDEKOdlIkq84SXVnEoNrbHF+LsaNuTW+mzGlwLpuStaAkQ1UPNAnvhd gwMUHVz9RYiO1zu+lW+oQRuIWdPOqnmX6yQwm4kXEBtmOCSYzgMHDWK/BwRc7JgLiIUZ y1qRUf2cVhlJhE21c1d8gk1otsHxPfWVzdtf2DkC8y6TH6zrRatIR7K92AukGaaVTupU T6Ccv1/doV5VfSTxFXDgb53Y/sjlFWYWPxJbb59Utjfm4n2reJai6ObWqOliuafibRZi 73lA== X-Received: by 10.140.91.105 with SMTP id y96mr35201348qgd.3.1394409667977; Sun, 09 Mar 2014 17:01:07 -0700 (PDT) References: <091bbe36-8cf9-412f-b7e9-2b3cc89dd363@googlegroups.com> <7eab4785-4db6-416f-9bc2-56470ab9d7db@googlegroups.com> <42BCDF72-1182-4BD9-8117-DADE21BB55DE@gmail.com> Mime-Version: 1.0 (1.0) In-Reply-To: <42BCDF72-1182-4BD9-8117-DADE21BB55DE@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailer: iPad Mail (10B329) From: Michael Weylandt Subject: Re: better and user friendly IDE recommended? Date: Sun, 9 Mar 2014 20:01:07 -0400 To: =?utf-8?Q?Martin_Sch=C3=B6=C3=B6n?= Cc: "python-list@python.org" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1394409676 news.xs4all.nl 2854 [2001:888:2000:d::a6]:57171 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68108 On Mar 9, 2014, at 19:58, Michael Weylandt wrot= e: > On Mar 9, 2014, at 19:22, Martin Sch=C3=B6=C3=B6n wrote: >> What you don't get as far as I can see is code completion, >> syntax highlighting etc since Emacs is doing this with >> respect to Orgmode and not the programming language you >> use. >=20 > Put=20 >=20 > (setq org-src-fontify-natively t) >=20 > In your ~/.emacs or ~/.emacs.d/init.el file for syntax highlighting.=20 >=20 > To get the 'regular' code editing, move point into a BEGIN_SRC block and t= ype "C-c ' " (Control-C followed by single quote). That will give you your n= ormal python setup in a sub-buffer. Getting Python autocompletion in Emacs i= s a bit tricky, but there are many options.=20 For Python, you'll also want (setq org-src-preserve-indentation t)=