From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23839 invoked by alias); 6 Sep 2014 15:40:13 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 23817 invoked by uid 89); 6 Sep 2014 15:40:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sat, 06 Sep 2014 15:40:08 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XQI5r-0000lM-V5 for gcc-patches@gcc.gnu.org; Sat, 06 Sep 2014 17:40:04 +0200 Received: from nat1-col0-62.wwwcom.ru ([195.62.62.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Sep 2014 17:40:03 +0200 Received: from tetra2005 by nat1-col0-62.wwwcom.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Sep 2014 17:40:03 +0200 To: gcc-patches@gcc.gnu.org From: Yury Gribov Subject: Re: Vimrc config with GNU formatting Date: Sat, 06 Sep 2014 15:40:00 -0000 Message-ID: References: <540863C1.4000909@samsung.com> <20140904202254.GA24681@nbbrfq.cc.univie.ac.at> <5409D24A.2040805@samsung.com> <20140905173512.GA29810@gate.crashing.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00543.txt.bz2 Segher Boessenkool kernel.crashing.org> writes: > On Fri, Sep 05, 2014 at 07:10:02PM +0400, Yury Gribov wrote: > > Now I don't quite like the idea of plugin: > > Anything that will make this enabled automatically will meet a lot of > resistance. Make something nice for contrib/ instead? Hm, isn't it already enabled by default for Emacs (in .dirs-local.el)? Also GNU coding style is a requirement for GCC so resisting it may not make sense... -Y