How can I make Emacs show blank spaces (like a space, a tab, a line-jump, etc). Many other editors like Kate and Eclipse have this feature and I find it very useful to see when code is indent-broken because of mix of spaces and tabs (particularly Python).
|
|
|
|
|
|
|
WhiteSpace mode is an Emacs minor mode for visualizing all white space characters in the current buffer. http://www.emacswiki.org/emacs/WhiteSpace Here is a screen shot of WhiteSpace in action taken directly from the Emacs wiki,
Note: WhiteSpace has now replaced BlankMode |
|||
|
|
|
|
indent-broken? - never use tabs in your code - disk space is cheap these days. Put Also |
||
|
|
|
|
All the possible settings to do that seem to be summarized here also:
|
|||
|
|

