On the subject of editor settings to help maintain a nice looking code base:
adding the following in your .emacs will make these nasty trailing spaces very visible (setq-default show-trailing-whitespace t) and I also have (global-set-key [f11] 'delete-trailing-whitespace) to squash them all with one keystroke... to get rid of 'tabs', select the region you want to 'clean' and M-x untabify Norbert _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
