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 Subject: tab-indented project Date: Thu, 10 Oct 2019 08:48:25 +0200 Message-ID: <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="172447"; mail-complaints-to="usenet@blaine.gmane.org" To: GNU Emacs Help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 10 08:48:46 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 1iISFi-000ieV-Gf for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Oct 2019 08:48:46 +0200 Original-Received: from localhost ([::1]:34410 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iISFh-00078f-52 for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Oct 2019 02:48:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46924) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iISFT-00078W-6b for help-gnu-emacs@gnu.org; Thu, 10 Oct 2019 02:48:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iISFS-0004NR-3N for help-gnu-emacs@gnu.org; Thu, 10 Oct 2019 02:48:30 -0400 Original-Received: from portable.galex-713.eu ([2a00:5884:8305::1]:55974 helo=galex-713.eu) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iISFR-0004N7-TU for help-gnu-emacs@gnu.org; Thu, 10 Oct 2019 02:48:30 -0400 Original-Received: from gal by galex-713.eu with local (Exim 4.92) (envelope-from ) id 1iISFN-00052X-UK for help-gnu-emacs@gnu.org; Thu, 10 Oct 2019 08:48:25 +0200 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:121633 Archived-At: To consistently hack a tab-indented project, I thought to =E2=80=9C(standar= d-indent .=20 tab-width)=E2=80=9D as dir-local variable. Yet it doesn=E2=80=99t seem to = eval variables,=20 contrarily to file-local ones. Also is there a more canonical way of makin= g=20 indentation purely by tabs? Thank you ^^