cant tab what ever i want in emacs indentation mode -


in javascript , html mode emacs cant make indentation , want make better hand when use tab use self indentation , not listen :d

what can do?

now

<html>     <body>       http 404 error !!     </body> </html> 

what want

<html>     <body>                                   http 404 error !!     </body> </html> 

only example

some modes offer "bouncing" indentation, tab toggle indentation level between few alternatives. example javascript js2-mode. i'm not aware of more general solution.

however, note if tab getting intercepted major mode's keymap, can still insert literal tab character using c-q tab. need.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -