Re: Not all languages enabled in Exuberant Tags
Shigio YAMAGUCHI <[email protected]> Sun, 12 Oct 2025 09:53:35 +0900
| Newsgroups | gmane.comp.gnu.global.bugs |
|---|---|
| Message-ID | <CADJmJYr6Fo5mJS7eMqP50RzKBmrm6OXr24pAPOAMmRHMPvtRYw@mail.gmail.com> |
Hello, Does quoting the pattern make any difference? find . -iname *.c ---> find . -iname '*.c' Regards, Shigio On Sun, Oct 12, 2025 at 2:06=E2=80=AFAM Przemys=C5=82aw Alexander Kami=C5= =84ski <[email protected]> wrote: > > On Sat, Oct 11, 2025 at 00:36:49 (-0400), Andrew L. Moore wrote: > > > On Fri, 10 Oct 2025 15:24:01 Przemys=C5=82aw Alexander Kami=C5=84ski wr= ote: > > > > > I've recently started using Global but I'm using quite a lot of > > > languages - most of those aren't supported by default but they are > > > supported by Exuberant CTags. > > > > FYI, I believe Exhuberant Ctags is now developed as Universal Ctags: > > > > https://github.com/universal-ctags/ctags > > > > which has option --languages=3Dall enabled by default. > > Yes, that's it, sorry for confusion. > > Unfortunatelly I just checked and even C files aren't enabled by default: > > # No output at all > find . -iname *.c | ctags -L - -f - > > # Normal/expected output > find . -iname *.c | ctags -L - -f - --languages=3Dall > > Ideally flag could be propagated, but IMHO hardcoding it to a command > isn't bad workaround. > > Best, > Przemys=C5=82aw Alexander Kami=C5=84ski > --=20 Shigio YAMAGUCHI <[email protected]> PGP fingerprint: 26F6 31B4 3D62 4A92 7E6F 1C33 969C 3BE3 89DD A6EB