Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emacs: viewing space/tab symbols

Tags:

emacs

In Notepad++ there is an amazingly handy button I can press to see symbols where spaces, tabs, and newlines are so I can see which whitespaces are caused by spaces and which are caused by tabs. Can I do this in emacs? If not, how does one generally go about testing in emacs whether a file you are reading separates strings by spaces or tabs?

like image 440
Tony Stark Avatar asked Oct 14 '22 14:10

Tony Stark


1 Answers

The WhiteSpace package does this. It will show tab, space and newline combinations in your code.

Some alternatives exist.

like image 171
Brian Agnew Avatar answered Oct 18 '22 10:10

Brian Agnew