From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: Re: Korrekte wyse om "tab width" te stel? Date: Sun, 14 Nov 2004 11:35:59 -0600 Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1100453792 21838 80.91.229.6 (14 Nov 2004 17:36:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Nov 2004 17:36:32 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 14 18:36:20 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CTOIW-0004aH-00 for ; Sun, 14 Nov 2004 18:36:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTORB-0000UL-5c for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Nov 2004 12:45:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTOQv-0000UE-M3 for help-gnu-emacs@gnu.org; Sun, 14 Nov 2004 12:45:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTOQv-0000U1-92 for help-gnu-emacs@gnu.org; Sun, 14 Nov 2004 12:45:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTOQv-0000Ty-6i for help-gnu-emacs@gnu.org; Sun, 14 Nov 2004 12:45:01 -0500 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CTOID-0001Vn-KA for help-gnu-emacs@gnu.org; Sun, 14 Nov 2004 12:36:01 -0500 Original-Received: from linux183.ma.utexas.edu (mail@linux183.ma.utexas.edu [146.6.139.172]) by dell3.ma.utexas.edu (8.11.0.Beta3/8.10.2) with ESMTP id iAEHZx820305; Sun, 14 Nov 2004 11:35:59 -0600 Original-Received: from jcorneli by linux183.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 1CTOIB-0008DR-00; Sun, 14 Nov 2004 11:35:59 -0600 Original-To: help-gnu-emacs@gnu.org X-all-your-base-are-belong-to-us: You are on the way to destruction. 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: main.gmane.org gmane.emacs.help:21971 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21971 C-h tab-width RET tab-width's value is 8 Automatically becomes buffer-local when set in any fashion. *Distance between tab stops (for display of tab characters), in columns. You can customize this variable. ^^^^^^^^^ Or (setq tab-width 4) in your .emacs file.