From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Robert Thorpe" Newsgroups: gmane.emacs.bugs Subject: indent-tabs-mode Date: Wed, 9 Aug 2006 06:06:54 -0700 Message-ID: <494cb216a69940caa56b0c4d09ca6788@realworldtech.com> Reply-To: rthorpe@realworldtech.com NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1155216565 11554 80.91.229.2 (10 Aug 2006 13:29:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Aug 2006 13:29:25 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Aug 10 15:29:14 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GBAak-0004iz-Oz for geb-bug-gnu-emacs@m.gmane.org; Thu, 10 Aug 2006 15:28:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GBAaj-0000tI-Um for geb-bug-gnu-emacs@m.gmane.org; Thu, 10 Aug 2006 09:28:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GAnmz-0005kL-Q6 for bug-gnu-emacs@gnu.org; Wed, 09 Aug 2006 09:08:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GAnmy-0005k9-Sj for bug-gnu-emacs@gnu.org; Wed, 09 Aug 2006 09:08:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GAnmy-0005k6-P8 for bug-gnu-emacs@gnu.org; Wed, 09 Aug 2006 09:08:00 -0400 Original-Received: from [63.134.207.28] (helo=gwa6.webcontrolcenter.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GAnrf-0002qg-9x for bug-gnu-emacs@gnu.org; Wed, 09 Aug 2006 09:12:51 -0400 Original-Received: from mail22.webcontrolcenter.com [216.119.106.23] by gwa6.webcontrolcenter.com with SMTP; Wed, 9 Aug 2006 06:07:31 -0700 Original-Received: from [163.244.62.65] by mail22.webcontrolcenter.com via HTTP; Wed, 9 Aug 2006 06:06:54 -0700 Original-To: X-Mailman-Approved-At: Thu, 10 Aug 2006 09:28:52 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15264 Archived-At: Indent-tabs-mode is in the customization group "fill".=0D=0AI think it shou= ld be in "indent" together with other indentation variables. It maybe shou= ld be in both, since it is also related to fill.=0D=0A=0D=0AI think all tha= ts needed is ...=0D=0A178c178=0D=0A< (indent-tabs-mode fill bool= ean)=0D=0A---=0D=0A> (indent-tabs-mode indent boolean)=0D=0A=0D= =0Ain cus-start.el=0D=0A=0D=0ARob=0D=0A