On Wed, 09 Aug 2006 14:03:24 EDT, Mike Christie wrote: > Mike Christie wrote: > > > > Is my mailer messing up the tabs or are you (maybe the original code was > > messed up and did not get fixed in the move)? > > Wellll.. Have not been commenting on the whitespace changes. It appears that some frobnication was happening, I have been silently editing leading spaces to tabs and stripping trailing whitespace. Are you seeing tabs changed to spaces? Or the other way around? It is possible that emacs is getting involved some, but I can easily see the trailing whitespace. (nee '(show-trailing-whitespace t)). There is also a vi macro to do the same. My vi experience is too ancient to comment about the placement in the rc of the following, but does work for me when I have to fall back to the ubiquitous editor. YMMV. ~/.vimrc ... " Switch syntax highlighting on, when the terminal has colors " Also switch on highlighting the last used search pattern. if &t_Co > 2 || has("gui_running") syntax on set hlsearch highlight WhitespaceEOL ctermbg=red guibg=red match WhitespaceEOL /\s\+$/ endif ... > > Nevermind, I switch mailers and it looks ok now. Weird, some patches > looked ok and some did not before. > - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html