From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Martin" Newsgroups: gmane.emacs.help Subject: Re: Force spaces instead of tabs Date: 10 Oct 2006 01:32:02 -0700 Organization: http://groups.google.com Message-ID: <1160469122.839682.3390@i3g2000cwc.googlegroups.com> References: <1160463886.894724.96810@i42g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1160469865 18575 80.91.229.2 (10 Oct 2006 08:44:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Oct 2006 08:44:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 10 10:44:15 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GXDCi-00084Y-HF for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Oct 2006 10:43:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GXDCi-0002q2-2x for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Oct 2006 04:43:12 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i3g2000cwc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 194.132.104.253 Original-X-Trace: posting.google.com 1160469127 19700 127.0.0.1 (10 Oct 2006 08:32:07 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 10 Oct 2006 08:32:07 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.01 (Windows NT 5.0; U; sv),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 CMTPROXY2 Complaints-To: groups-abuse@google.com Injection-Info: i3g2000cwc.googlegroups.com; posting-host=194.132.104.253; posting-account=RMBQCgwAAABu7Fjaa-zj5uoGaJolMDO_ Original-Xref: shelby.stanford.edu gnu.emacs.help:142338 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37957 Archived-At: ext-chunye.wang@nokia.com skrev: > "Martin" writes: > > I need to have emacs indent C++ code using only spaces, and no tab > > characters. > > try (setq indent-tabs-mode nil) Thanks, that's it!