On Thu, 28 Jul 2005, Geert Uytterhoeven wrote: > Maciej meant spaces followed by tabs that do not end a line, e.g. Indeed. > These are a bit more difficult to auto-remove, since simply removing them may > change indentation (modulo 8). I've found it quite efficient to do it with `vim' and conditional regexp substitution. This way you can see what gets changed and if indentation needs to be fixed up afterwards, you can do this immediately. Maciej