X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-transfer-encoding
	:mime-version; q=dns; s=default; b=LVJAUmqa8RHpMgjqsd3vgLJyHn1P+
	qvFycB/zqE+0c1LoKcRrbL0A9eMV3T7WcstEMBIfbKI6VfCDBYJzLbu4flHFt7Kr
	mWCz9yjwmiTz/9uo9LqBHbPyEgJFX+ql3GaAlQKoA6aX3JugPxXbA9XOAStdtafI
	IDFbVOgLEL7hig=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-transfer-encoding
	:mime-version; s=default; bh=YSH6c2nhDmW36w2UnWRnAPRhjkQ=; b=qOG
	TXaM2PWEJygsUwH5A0DpNiItp9tSj11x9M9ELJG9SqUc6rBreLdn+LAM1iUpPa/l
	phE9aTpacHNrLPokOmRJFgiAXw2LxE85egH02fnnZI2Wz7+Y6Of5ucFDvgyIxwph
	EiTCUoLAUVBJVPw5qZ5mzw6F9/YFgTsWhT00L3o0=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2
X-HELO: USA7109MR004.ACS-INC.COM
From: "Nellis, Kenneth" <Kenneth.Nellis@xerox.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: RE: emacs auto-indentation bug
Date: Mon, 13 Oct 2014 20:24:20 +0000
Message-ID: <0D835E9B9CD07F40A48423F80D3B5A702E8320CE@USA7109MB022.na.xerox.net>
References: <87r3ybeqyx.fsf@Rainer.invalid>
In-Reply-To: <87r3ybeqyx.fsf@Rainer.invalid>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Note-from-DJ: This may be spam
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s9DKObgd026772

Thanx to Achim and Ken for their responses, but especially
to an off-list responder (who may prefer to remain anonymous),
who told me specifically how to disable these (unwanted) 
features. In case this is useful to anyone:

To cause auto-indenting to use spaces instead of tabs:
(setq-default indent-tabs-mode nil)

To disable automatic indentation:
(electric-indent-mode 0)

<opine>I would think one would have to opt-in for these 
features--not opt-out--but that's just me.</opine>

--Ken Nellis

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


