hi, Jim<br><br>Thank you very much. It's helpful.<br><br><div class="gmail_quote">2010/9/15 Jim Grosbach <span dir="ltr"><<a href="mailto:grosbach@apple.com">grosbach@apple.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
In Emacs:<br>
C-x h<br>
M-x untabify<br>
<br>
>From the command line (assuming a *nix shell):<br>
$ sed -e 's/'"$(printf '\011')"'/  /g' filename -o tmp.out<br>
$ mv tmp.out filename<br>
<br>
You can tell Emacs to not insert tabs by setting indent-tabs-mode to nil in your startup file. The usual places for Emacs documentation and  hints should have some samples of how to do this for only .cpp/c/h/etc files and keep using tabs for things like Makefiles. You may also find it useful to set Emacs up to highlight tab characters for you (<a href="http://www.emacswiki.org/cgi-bin/wiki/show-wspace.el" target="_blank">http://www.emacswiki.org/cgi-bin/wiki/show-wspace.el</a>).<br>

<br>
Regards,<br>
  Jim<br>
<div><div></div><div class="h5"><br>
<br>
On Sep 15, 2010, at 1:09 AM, ียภฺ wrote:<br>
<br>
> Hi, zhongxing<br>
><br>
> Thanks.<br>
><br>
> If i already used some tabs, how to find it and fix it?<br>
><br>
><br>
> 2010/9/15 Zhongxing Xu <<a href="mailto:xuzhongxing@gmail.com">xuzhongxing@gmail.com</a>><br>
> Minor nit: please don't use tabs (they appear in a few places in your patch).<br>
><br>
> Sorry, but how to check this?<br>
><br>
> If you use emacs, set  indent-tabs-mode to nil.<br>
><br>
><br>
><br>
> --<br>
> Best regards!<br>
><br>
> Lei Zhang<br>
</div></div>> _______________________________________________<br>
> cfe-dev mailing list<br>
> <a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>Best regards!<br><br>Lei Zhang<br>