Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp490743pxf; Thu, 25 Mar 2021 08:11:53 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxua452PyiP5cfdZQFiID81ppjpb9IqGeo/zduVawas5NR+7KudUG2pxnOBJ0W9iTpQ+F4F X-Received: by 2002:a17:906:d9d1:: with SMTP id qk17mr9907993ejb.52.1616685113238; Thu, 25 Mar 2021 08:11:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616685113; cv=none; d=google.com; s=arc-20160816; b=Q+itHUzZwVfCRli6U5YXvVOzheEVCPlhVyK3CO2pFadSydMBMD6eiXzT5de/a6k30W eZ/7rZvPflaNb7c/ZG2obsIF0UdcOd4Or7xWR7pihdWadjFFOxJdAWNxy1ILFn1ruOBe gMqKgxnGTRKSp5srlbnv3IsMAUoK3T1Aa1Znm9+11y6WETD/E59aWt/RPhVwIibY6/Zu WsYgIH1k0/TxYTJM5oVQGqfxiP9AZtj9zq/4xuEinC0wrr7dL6EWGChTmi8RDeFQz0G4 WFqfBidItCVtk7ftkur2Oob+MeT5FquhvEEI74xKRUZnYHS8B8bVHM0Trrr+KJiLSDWd xQPg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=GK+b9WHfHlBGZK9thehZD3nFbE2LHQb4+t384/X3vNc=; b=Toi8TACqtMn5P3qNmgVqmnPHNYqe4FYMR20sZaKCEUvtD7jZq5CdIDjtboRFY1+PPv 7/MQ450JboXa6hGoPbxp28nKbNeeSQBiRvBs3RY+29PuNzON6sEDFQZwUMYbd5mlbl6D t4v0EftsnVG3YMq1kAN+tZ9lVtoO2LARntjMrkzYvREIAilbMIhcXBAg1rAy27eyJ4KH K/cQPfPLJk+O2oCS49o/Ep5+1uP3rD3yDygvkG22n7MTVN8q3DCyPnmy93MpupFD8r/2 GiXZalEZkahWACojJh+FtLoIQiiUkf/c18s9JrrhbjxA8lfxY+uFAc5jgAg7s0vnbZhr Y8/A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s20si4614524edq.484.2021.03.25.08.11.29; Thu, 25 Mar 2021 08:11:53 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231178AbhCYPKc (ORCPT + 99 others); Thu, 25 Mar 2021 11:10:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:35004 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230438AbhCYPKH (ORCPT ); Thu, 25 Mar 2021 11:10:07 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 40FF261A13; Thu, 25 Mar 2021 15:10:06 +0000 (UTC) Date: Thu, 25 Mar 2021 11:10:04 -0400 From: Steven Rostedt To: Masahiro Yamada Cc: Linux Kernel Mailing List , Linux Kbuild mailing list , Andrew Morton , "John (Warthog9) Hawley" Subject: Re: [PATCH 2/2] streamline_config.pl: Add softtabstop=4 for vim users Message-ID: <20210325111004.410b7703@gandalf.local.home> In-Reply-To: References: <20210322213806.089334551@goodmis.org> <20210322214032.293992979@goodmis.org> <20210324095417.49c6377b@gandalf.local.home> <20210325095039.7202d675@gandalf.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 25 Mar 2021 23:09:38 +0900 Masahiro Yamada wrote: > > > Not all people use vim. > > > > I don't use it either. I was trying to make vim match emacs. Of course for > > those that use something else, it wont help. I'm curious, what's your main > > editor that you use? > > > I use emacs. > > I have some setups in my ~/.emacs > although I am not an expert of emacs lisp. > > > (defalias 'perl-mode 'cperl-mode) > > (add-hook 'cperl-mode-hook > (lambda() > (setq cperl-indent-level 8) > (setq cperl-tab-always-indent t) > (setq tab-width 8) > (setq indent-tabs-mode t) > )) > > > > > Then, emacs can understand that > my preference is tab-indentation > with 8 character width. Ah, so you edited your perl-mode to not use the emacs default. I never did. I was just letting you know where I picked up the "mix up space-indentation and tab-indentation" from ;-) I'm sure if you removed those lines, you would then see why I use that "standard". I've been doing it for so long on all my perl files, it's been engraved in me to do it that way whenever I work on perl. -- Steve