Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #68109

Re: better and user friendly IDE recommended?

References (1 earlier) <da303c22-464f-4b01-96ec-a79be95bff48@googlegroups.com> <bm4rlhFl3i0U1@mid.individual.net> <7eab4785-4db6-416f-9bc2-56470ab9d7db@googlegroups.com> <bm7ghfF7nodU1@mid.individual.net> <bo4bdhF6retU1@mid.individual.net>
From Michael Weylandt <michael.weylandt@gmail.com>
Subject Re: better and user friendly IDE recommended?
Date 2014-03-09 19:58 -0400
Newsgroups comp.lang.python
Message-ID <mailman.7974.1394409925.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Mar 9, 2014, at 19:22, Martin Schöön <martin.schoon@gmail.com> 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.

Put 

(setq org-src-fontify-natively t)

In your ~/.emacs or ~/.emacs.d/init.el file for syntax highlighting. 

To get the 'regular' code editing, move point into a BEGIN_SRC block and type "C-c ' " (Control-C followed by single quote). That will give you your normal python setup in a sub-buffer. Getting Python autocompletion in Emacs is a bit tricky, but there are many options. 

Michael

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: better and user friendly IDE recommended? Martin Schöön <martin.schoon@gmail.com> - 2014-02-13 21:27 +0000
  Re: better and user friendly IDE recommended? Rustom Mody <rustompmody@gmail.com> - 2014-02-13 19:52 -0800
    Re: better and user friendly IDE recommended? Martin Schöön <martin.schoon@gmail.com> - 2014-02-14 21:35 +0000
      Re: better and user friendly IDE recommended? Martin Schöön <martin.schoon@gmail.com> - 2014-03-09 23:22 +0000
        Re: better and user friendly IDE recommended? Michael Weylandt <michael.weylandt@gmail.com> - 2014-03-09 20:01 -0400
        Re: better and user friendly IDE recommended? Michael Weylandt <michael.weylandt@gmail.com> - 2014-03-09 19:58 -0400

csiph-web