Hi,
> Ctags processes the list in the way "last wins".
You are right. I didn't notice it at all.
> Not knowing anything about the gtags internals or the ctags parser in particular,
> I'd suggest that gtags invokes ctags with the option "--language-force",
> passing as an argument the language that gtags thought was the correct one.
Exuberant-ctags plug-in parser invokes ctags using filter mode (--filter).
Is the --language-force available in filter mode?
Otherwise, we may have to trim the langmap string itself before passing it to ctags.
Anyway, I will put this into the BUGS list.
Thank you.
Regards
Shigio