From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Spaces rather than tabs by a major mode hook Date: Sun, 12 Jun 2022 10:29:11 +0300 Message-ID: <837d5mwda0.fsf@gnu.org> References: <83r13vy4nf.fsf@gnu.org> <83leu3y0hs.fsf@gnu.org> <83h74rxze0.fsf@gnu.org> <83bkuzxvur.fsf@gnu.org> <878rq2gyoc.fsf@yahoo.com> <87v8t6fj7i.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4032"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jun 12 09:30:08 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o0I2w-0000x2-QH for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 12 Jun 2022 09:30:06 +0200 Original-Received: from localhost ([::1]:37534 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o0I2v-0000l6-LE for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 12 Jun 2022 03:30:05 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39476) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0I2I-0000jw-WD for help-gnu-emacs@gnu.org; Sun, 12 Jun 2022 03:29:27 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42198) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0I2I-0001nM-Ol for help-gnu-emacs@gnu.org; Sun, 12 Jun 2022 03:29:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=+gYxrW9aDviPpZPpSQcDb4Dfm1VVq8S82PLwe4zYDOY=; b=JegfTLEydg09 z0Any7EH7Q06j93pNh3sLJoZIr5G+S1oDCWZsuS82yYBMw+tUKjqKp9Tc7+KjdCbI4SqP2m1bLpQL QaHqTeXgpX9bsewTmyZS4Yoqe6MJ7R+FZfquX/7o0sZCuLlQX8vKhMmpYOHTp7NOOjzpIPStz6Hal pgZTiVSZ2zw6GSFWqDojpDu5tmQgRZmIhk0agmaqYJfxzf6MBx+1wDQJlWgOzsY3oTDs34ravx+Bt OdtIcblYoSj4DfvJCAAOHph875PQrYp89wn6yWte8dB7eF097dYXnyoiAG4QPB1kEcsD23QoUgdvl qWpNqXP5ObOkDMN7qj384A==; Original-Received: from [87.69.77.57] (port=3492 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0I2I-000800-5S for help-gnu-emacs@gnu.org; Sun, 12 Jun 2022 03:29:26 -0400 In-Reply-To: <87v8t6fj7i.fsf@yahoo.com> (message from Po Lu on Sun, 12 Jun 2022 15:13:05 +0800) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:137722 Archived-At: > From: Po Lu > Cc: Eli Zaretskii , help-gnu-emacs@gnu.org > Date: Sun, 12 Jun 2022 15:13:05 +0800 > > Or here's a better idea, if you don't want any of the features provided > by Fortran mode: use fundamental-mode instead. That still has electric-indent-mode turned on by default, though. Using Emacs makes no sense at all if one doesn't want automatic (re)indentation. Why use such a powerful editor if all you want is to disable each and every feature which makes its powerful?