Hi,
On Wed, 2009-06-03 at 11:41 +0930, David Gowers wrote:
> I'd like to mention also that there are also some minor problems with whitespace
Right. I suggest to add the following lines to your .emacs file:
(setq c-mode-common-hook
'(lambda () (setq indent-tabs-mode nil)
(setq show-trailing-whitespace "true")))
Sven