Hi Shigio On Sat, May 11, 2024 at 5:35 AM Shigio YAMAGUCHI <shi...@gnu.org> wrote:
> $ cat gtags.conf > default:\ > :ctagscom=/opt/local/bin/uctags:\ > :langmap=C\:.c.h:\ > :gtags_parser=C\:/usr/local/lib/gtags/pygments-parser.la: > The important difference, which exposes the bug, is your explicit configuration of ctagscom. Leave it undefined and rely on whatever UNIVERSAL_CTAGS has been configured to. Only if ctagscom is empty, you will see a comparison between b'' (empty bytearray) and '' (empty string). Best regards, Marcus