Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #68108
| References | (2 earlier) <bm4rlhFl3i0U1@mid.individual.net> <7eab4785-4db6-416f-9bc2-56470ab9d7db@googlegroups.com> <bm7ghfF7nodU1@mid.individual.net> <bo4bdhF6retU1@mid.individual.net> <42BCDF72-1182-4BD9-8117-DADE21BB55DE@gmail.com> |
|---|---|
| From | Michael Weylandt <michael.weylandt@gmail.com> |
| Subject | Re: better and user friendly IDE recommended? |
| Date | 2014-03-09 20:01 -0400 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.7973.1394409676.18130.python-list@python.org> (permalink) |
On Mar 9, 2014, at 19:58, Michael Weylandt <michael.weylandt@gmail.com> wrote: > 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. For Python, you'll also want (setq org-src-preserve-indentation t)
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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