How to make emacs automatically indent Python code?

brandbest1

I'm using emacs 24.3 and Ubuntu 12.04 LTS. How do I make emacs automatically indent lines in Python, like in IDLE? Currently, it does not do that.

Also, in general, how would I do this for any programming language, say, Java or c++?

Ehvince

You can try other python modes, like emacs-for-python or elpy, as given by this doc: http://wikemacs.org/index.php/Python (though the default mode works fine for me on the same config).

You can install them with package.el (M-x package-install RET elpy RET) and call them as explained.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

emacs: how to indent/unindent region of python code by 4 spaces?

From Dev

Emacs - Python Indent in parenthesis

From Dev

How to make 'emacs' indent with tabs exactly how 'nano' does...?

From Dev

Can I have emacs automatically indent my whole code after it is all written?

From Dev

how to indent the code block in Python IDE: Spyder?

From Dev

How to indent a block of Python code in Notepad++?

From Dev

Emacs: how to make custom aware of new code?

From Dev

Emacs: how to make custom aware of new code?

From Dev

How to make Emacs Gnus to get new mails automatically?

From Dev

How to get auto indent (not smart indent) in emacs in all modes

From Dev

How to get auto indent (not smart indent) in emacs in all modes

From Dev

How to indent square brackets identically as parentheses in Emacs?

From Dev

How to indent square brackets identically as parentheses in Emacs?

From Dev

How can I run elisp code automatically in emacs?

From Dev

how to indent block of python code without using tabs

From Dev

Re-indent lisp code when new code is added in emacs

From Dev

How to indent with pprint in Python?

From Dev

How to automatically re-indent a YAML file?

From Dev

How to indent html code examples

From Dev

Auto indent Javascript code in Emacs (bsd style aka Allman style)

From Dev

How can I make Xcode not auto indent Eureka forms code in a weird way?

From Dev

How To Make a Python Program Automatically Restart Itself

From Dev

Is there some way to automatically indent VB.NET code in a text file

From Dev

Automatically indent the code without messing the tracking of changes in svn

From Dev

How to set 2 spaces indent in javascript-mode in Emacs?

From Dev

How to revert indent-tabs-mode when editing makefiles in emacs?

From Dev

How to turn off php-indent warning in Emacs

From Dev

How can I setup emacs to change space to TAB character for indent?

From Dev

How to make vim indent matching paren instantly

Related Related

  1. 1

    emacs: how to indent/unindent region of python code by 4 spaces?

  2. 2

    Emacs - Python Indent in parenthesis

  3. 3

    How to make 'emacs' indent with tabs exactly how 'nano' does...?

  4. 4

    Can I have emacs automatically indent my whole code after it is all written?

  5. 5

    how to indent the code block in Python IDE: Spyder?

  6. 6

    How to indent a block of Python code in Notepad++?

  7. 7

    Emacs: how to make custom aware of new code?

  8. 8

    Emacs: how to make custom aware of new code?

  9. 9

    How to make Emacs Gnus to get new mails automatically?

  10. 10

    How to get auto indent (not smart indent) in emacs in all modes

  11. 11

    How to get auto indent (not smart indent) in emacs in all modes

  12. 12

    How to indent square brackets identically as parentheses in Emacs?

  13. 13

    How to indent square brackets identically as parentheses in Emacs?

  14. 14

    How can I run elisp code automatically in emacs?

  15. 15

    how to indent block of python code without using tabs

  16. 16

    Re-indent lisp code when new code is added in emacs

  17. 17

    How to indent with pprint in Python?

  18. 18

    How to automatically re-indent a YAML file?

  19. 19

    How to indent html code examples

  20. 20

    Auto indent Javascript code in Emacs (bsd style aka Allman style)

  21. 21

    How can I make Xcode not auto indent Eureka forms code in a weird way?

  22. 22

    How To Make a Python Program Automatically Restart Itself

  23. 23

    Is there some way to automatically indent VB.NET code in a text file

  24. 24

    Automatically indent the code without messing the tracking of changes in svn

  25. 25

    How to set 2 spaces indent in javascript-mode in Emacs?

  26. 26

    How to revert indent-tabs-mode when editing makefiles in emacs?

  27. 27

    How to turn off php-indent warning in Emacs

  28. 28

    How can I setup emacs to change space to TAB character for indent?

  29. 29

    How to make vim indent matching paren instantly

HotTag

Archive