From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Alexandre =?ISO-8859-1?Q?Fran=E7ois?= Garreau Newsgroups: gmane.emacs.help,gmane.emacs.devel Subject: Re: tab-indented project Date: Thu, 10 Oct 2019 09:30:35 +0200 Message-ID: <9142283.YEivGVfUA7@pc-713> References: <2704501.DAA5g6XQLJ@pc-713> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="87888"; mail-complaints-to="usenet@blaine.gmane.org" Cc: GNU Emacs Help To: Emacs Developers Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 10 09:31:06 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iISuf-000Mfq-Uu for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Oct 2019 09:31:06 +0200 Original-Received: from localhost ([::1]:34680 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iISue-0000jF-Lg for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Oct 2019 03:31:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51081) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iISuR-0000hf-6z for help-gnu-emacs@gnu.org; Thu, 10 Oct 2019 03:30:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iISuQ-0001rH-8x for help-gnu-emacs@gnu.org; Thu, 10 Oct 2019 03:30:51 -0400 Original-Received: from portable.galex-713.eu ([2a00:5884:8305::1]:48126 helo=galex-713.eu) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iISuI-0001lr-FK; Thu, 10 Oct 2019 03:30:43 -0400 Original-Received: from gal by galex-713.eu with local (Exim 4.92) (envelope-from ) id 1iISuB-0006Em-TL; Thu, 10 Oct 2019 09:30:35 +0200 In-Reply-To: <2704501.DAA5g6XQLJ@pc-713> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:5884:8305::1 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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 Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:121635 gmane.emacs.devel:240816 Archived-At: Le jeudi 10 octobre 2019 08:48:25 CEST, vous avez =C3=A9crit : > To consistently hack a tab-indented project, I thought to =E2=80=9C(stand= ard-indent > . tab-width)=E2=80=9D as dir-local variable. Yet it doesn=E2=80=99t seem= to eval > variables, contrarily to file-local ones. Also is there a more canonical > way of making indentation purely by tabs? Thank you ^^ I just noticed I should use `c-basic-offset' instead: what=E2=80=99s the us= e of a=20 separate variable for that, that complexify a such understandable and likel= y=20 user feature? if none, couldn=E2=80=99t it be replaced with `standard-inden= t'?