Good Haskell Style

Simon Peyton-Jones simonpj at microsoft.com
Thu Aug 2 03:50:40 EDT 2007


| * Don't use tabs

Is there an emacs mode or Lisp-blob that lets you use TAB to go to the next n-col boundary, but expands the jump into spaces.

In emacs modes, TAB usually does all sorts of other snazzy things concerning layout, which I don't want.  I just want something that behaves like old-fashioned TAB, but generates a file with spaces.

Simon


More information about the Libraries mailing list