From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Edward O'Connor Newsgroups: gmane.emacs.help Subject: Re: Remove all indentation - how to? Date: 07 Feb 2003 13:14:51 -0800 Organization: OEC, Jacobs School of Engineering, UCSD Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044652498 9084 80.91.224.249 (7 Feb 2003 21:14:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 7 Feb 2003 21:14:58 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18hFpo-0002MO-00 for ; Fri, 07 Feb 2003 22:14:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hFqi-0007vg-0A for gnu-help-gnu-emacs@m.gmane.org; Fri, 07 Feb 2003 16:15:52 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!ihnp4.ucsd.edu!news.ucsd.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: oecpc11.ucsd.edu Original-X-Trace: news1.ucsd.edu 1044652491 8147 132.239.18.171 (7 Feb 2003 21:14:51 GMT) Original-X-Complaints-To: usenet@news1.ucsd.edu Original-NNTP-Posting-Date: Fri, 7 Feb 2003 21:14:51 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:109932 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6436 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6436 > The reason I want this simplicity is that I want my HTML to read > exactly as I typed it within View Source, not according to a > particular browser's default TAB width. The only way to achieve > this is to eschew TABs in favour of spaces. Adding (setq-default indent-tabs-mode nil) to your .emacs file should do this. Ted -- Edward O'Connor oconnor@soe.ucsd.edu