From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marc Tfardy Newsgroups: gmane.emacs.help Subject: Re: indenting and wrapping Date: Wed, 27 Jul 2005 12:59:54 +0100 Message-ID: <3kp7srFvfameU1@individual.net> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1122462674 31039 80.91.229.2 (27 Jul 2005 11:11:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Jul 2005 11:11:14 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 27 13:11:12 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DxjoH-0003X4-2l for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Jul 2005 13:10:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dxjqf-0005VF-8X for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Jul 2005 07:13:17 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-X-Trace: individual.net w/rmzfiBo+wLh9N4duzpAwBT+eoC4TK7CYQQ5lvCFPjRMIH466 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: Original-Xref: shelby.stanford.edu gnu.emacs.help:132695 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:28218 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28218 Jeff Hartnell schrieb: > Hi, > I have a couple of problems with emacs version 21.3.1 that came with > SuSE linux 9.2. > > 1.) C++ mode related > > The "basic offset" refered to in FAQ 5.19 is currently set to 4 > white-spaces. I want to set it to 2 white-spaces. I tried > (setq standard-indent 2) > but it has no effect. Use c-basic-offset and set it to 2. regards Marc