[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] make suffix list of include file configurable
From: |
Shigio Yamaguchi |
Subject: |
Re: [PATCH] make suffix list of include file configurable |
Date: |
Fri, 01 Oct 2004 16:48:18 +0900 |
Hi,
> In addition to previous change, I made language mapping configurable.
> The interpretation routine of mapping is moved to library from gctags,
> and it is shared with htags.
> How about this?
...
> +char *include_file_suffixes = "h,hxx,hpp,H,inc.php";
> +static char *htags_langmap = "c:.c,yacc:.y,asm:.s.S,java:.java,cpp:.c++.cc.c
pp.cxx.h.hxx.hpp.C.H,php:.php.php3.phtml";
How about changing the name of 'htags_langmap' to just 'langmap'?
Gtags(1) also can use the config variable. (Of course, currently
it doesn't use the variable though.) So, we should not apply
the command name prefix to the head of the variable name, I think.
What do you think?
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3
- Re: [PATCH] make suffix list of include file configurable,
Shigio Yamaguchi <=
- Re: [PATCH] make suffix list of include file configurable, Hideki IWAMOTO, 2004/10/01
- Re: [PATCH] make suffix list of include file configurable, Shigio Yamaguchi, 2004/10/01
- Re: [PATCH] make suffix list of include file configurable, Hideki IWAMOTO, 2004/10/01
- Re: [PATCH] make suffix list of include file configurable, Shigio Yamaguchi, 2004/10/01
- Re: [PATCH] make suffix list of include file configurable, Hideki IWAMOTO, 2004/10/01
- Re: [PATCH] make suffix list of include file configurable, Shigio Yamaguchi, 2004/10/01
- Re: [PATCH] make suffix list of include file configurable, Hideki IWAMOTO, 2004/10/01
- Re: [PATCH] make suffix list of include file configurable, Shigio Yamaguchi, 2004/10/02
- Re: [PATCH] make suffix list of include file configurable, Hideki IWAMOTO, 2004/10/02
- Re: [PATCH] make suffix list of include file configurable, Shigio Yamaguchi, 2004/10/02