From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Piotr Piwko Newsgroups: gmane.emacs.help Subject: tab in all modes Date: Sun, 22 Feb 2004 22:25:46 +0100 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20040222212546.GA849@afro> Reply-To: piotrpiwko@afro.afraid.org NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 X-Trace: sea.gmane.org 1077485525 21224 80.91.224.253 (22 Feb 2004 21:32:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Feb 2004 21:32:05 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 22 22:31:42 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Av1CP-0006Ma-00 for ; Sun, 22 Feb 2004 22:31:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Av185-0000pn-VF for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Feb 2004 16:27:13 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1Av16j-0000VJ-C9 for help-gnu-emacs@gnu.org; Sun, 22 Feb 2004 16:25:49 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1Av16e-0000Qm-Jk for help-gnu-emacs@gnu.org; Sun, 22 Feb 2004 16:25:45 -0500 Original-Received: from [82.160.35.57] (helo=afro.afraid.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Av16e-0000PG-02 for help-gnu-emacs@gnu.org; Sun, 22 Feb 2004 16:25:44 -0500 Original-Received: from afro (unknown [192.168.0.2]) by afro.afraid.org (afro.afraid.org - Poczta) with ESMTP id D58B2177A9 for ; Sun, 22 Feb 2004 22:26:19 +0100 (CET) Original-Received: by afro (Postfix, from userid 1000) id DD5F164BD; Sun, 22 Feb 2004 22:25:46 +0100 (CET) Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline User-Agent: Mutt/1.5.4i X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17075 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17075 Hello! Can I turn on tabs in all modes, not singly? Now I have in ~/.emacs: ;; C-MODE (add-hook 'c-mode-common-hook '(lambda () (setq c-syntactic-indentation nil) (setq c-indent-level 4) (setq c-basic-offset 4) (setq c-indent-tabs-mode 1) What I must put in .emacs, to have tabs in all modes, not only c-mode. Thank you for any help -- Piotr Piwko http://afro.afraid.org/~afro