[MPlayer-DOCS] CVS: main/DOCS/man/fr mplayer.1,1.86,1.87

Diego Biurrun diego at biurrun.de
Mon Aug 30 11:46:36 CEST 2004


Guillaume POIRIER writes:
> 
> > Thanks for the feedback. Do you have any idea how I may track trailing 
> > whitespaces with emacs or vim? I really try to avoid them, trust me. ;-)
> I guess I didn't google enough before replying.
> in emacs, M-x delete-trailing-whitespace seems to do the trick

No!  M-x delete-trailing-whitespace will remove spaces after \ as
well, which are important.  Do a regexp replacement (C-M-%) instead.
Search for "[^\\] $" and replace with nothing (! will replace all
occurrences).

Diego





More information about the MPlayer-DOCS mailing list