This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Add .pd extension to c_exts.
- From: Martin Liška <mliska at suse dot cz>
- To: Alexander Monakov <amonakov at ispras dot ru>
- Cc: Richard Biener <richard dot guenther at gmail dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 2 Sep 2019 12:37:43 +0200
- Subject: Re: [PATCH] Add .pd extension to c_exts.
- References: <f6ecfce1-9d60-2d26-9361-f9876e5446d6@suse.cz> <CAFiYyc0zdxjbYTLAx2xAEf2K76P3T-9YsKBRC0ymEqy=rQwNSA@mail.gmail.com> <alpine.LNX.2.20.13.1908301519560.22509@monopod.intra.ispras.ru> <CAFiYyc3Yj+PtKGu6=VMzfA8M=AyEc4ZmOhAew1N=ZPg85gZzkQ@mail.gmail.com> <b1a94ebc-60e2-a3dd-484b-601c03bf6418@suse.cz> <alpine.LNX.2.20.13.1909021251100.22509@monopod.intra.ispras.ru>
On 9/2/19 11:56 AM, Alexander Monakov wrote:
> On Mon, 2 Sep 2019, Martin Liška wrote:
>
>> Yep, I'm going to apply following patch that does it properly for the gcc-match
>> file type.
>
> So just to make sure I understand correctly why you need this:
>
> you use some other value of 'tabstop' in Vim, and need to reset it back to its
> default value of 8, as assumed by coding standards in GCC?
Yes, that was my motivation.
>
> If that's the case, we should look into overriding 'tabstop' for all files in
> the gcc tree, including .md files, not just .pd and C/C++ files, right?
Can be done but we don't have any 'au BufRead *.md' rule right now.
Martin
>
> Thanks.
> Alexander
>