Hi Folks- At the recent meeting someone asked me about preventing emacs from inserting tab characters into a file. I do this by inserting the line: (set-default 'indent-tabs-mode nil) in my .emacs (or _emacs on Windows) initialization file. Will