From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Garry Newsgroups: gmane.emacs.help Subject: Re: Remove all indentation - how to? Date: Sat, 08 Feb 2003 19:49:36 +0000 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 Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1044733785 2718 80.91.224.249 (8 Feb 2003 19:49:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 8 Feb 2003 19:49:45 +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 18hayu-0000hh-00 for ; Sat, 08 Feb 2003 20:49:44 +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 18hazq-0001FW-00 for gnu-help-gnu-emacs@m.gmane.org; Sat, 08 Feb 2003 14:50:42 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!nntp.cs.ubc.ca!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!diablo.theplanet.net!news.theplanet.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 217.134.36.183 Original-X-Trace: newsg2.svr.pol.co.uk 1044733525 10383 217.134.36.183 (8 Feb 2003 19:45:25 GMT) Original-NNTP-Posting-Date: 8 Feb 2003 19:45:25 GMT Original-X-Complaints-To: abuse@theplanet.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en, en-us Original-Xref: shelby.stanford.edu gnu.emacs.help:109958 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:6463 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6463 Edward O'Connor wrote: >>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 > Did it but to no avail. For example, if I press RET at the end of a line of HTML which began with an indented Emacs automatically begins the next line beneath the previous tag. I don't want this. Garry