From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Generic Usenet Account" Newsgroups: gmane.emacs.help Subject: Emacs: Suppressing auto indentation for C source files Date: 14 Oct 2005 07:53:51 -0700 Organization: http://groups.google.com Message-ID: <1129301630.992659.11520@z14g2000cwz.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 1129301862 23464 80.91.229.2 (14 Oct 2005 14:57:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Oct 2005 14:57:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 14 16:57:41 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EQQxw-00021q-8x for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Oct 2005 16:55:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQQxv-00030o-HM for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Oct 2005 10:55:23 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail Original-Newsgroups: comp.emacs, comp.emacs.xemacs, gnu.emacs.help, alt.religion.emacs, comp.sources.d Original-Lines: 14 Original-NNTP-Posting-Host: 63.166.115.40 Original-X-Trace: posting.google.com 1129301636 30243 127.0.0.1 (14 Oct 2005 14:53:56 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 14 Oct 2005 14:53:56 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=63.166.115.40; posting-account=z0fu8AwAAACsN_3Xkb4KpJQ5Vxb709G9 Original-Xref: shelby.stanford.edu comp.emacs:90327 comp.emacs.xemacs:79017 gnu.emacs.help:134654 alt.religion.emacs:8763 comp.sources.d:3481 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:30235 Archived-At: My apologies if this posting is off topic. I want to suppress the auto indentation for C source files in my emacs editor (GNU Emacs 21.2.1, XEmacs 21.4). I have added the following two lines in my .emacs file, but that does not seem to help: (setq indent-tabs-mode nil) (setq c-indent-line nil) Any suggestions? Thanks, Gus