Masatake YAMATO
Masatake YAMATO
I'm using Emacs 29.2. I cannot reproduce this. I would like to see the backtrace of the error: Could you do citre-jump after doing M-x toggle-debug-error ?
Sorry to be late. ``` citre-readtags--lexer-forward-field-value("efi_stub_entry\11drivers/firmware/efi/libstub/x86-st..." 108 [55 2] t) ``` 108 looks too small. Could you run the following commands? ``` $ readtags --version $ readtags -t /home/nafiz/projects/linux/tags -Ene...
Thank you. I found this was not an issue of Citre. It is an issue of ctags, readtags, or "make tags". ``` [nafiz@nixos:~/Documents/linux]$ readtags -t /home/nafiz/Documents/linux/tags -Ene - efi_stub_entry efi_stub_entry...
That's fine. I will close this.
> Interesting! I don't know why the issue has vanished. Are you the submitter of the issue? No. I tracked it because the issue included important information about the TOML...
A kind comes from three items: one-letter flag, long-name, description. --regex- option of e-ctags allows users to specify a kind without the description. ``` --regex-scala=/^[ \t]*((abstract|final|sealed|implicit|lazy)[ \t]*)*(private[^ ]*|protected)?[ \t]*((abstract|final|sealed|implicit|lazy)[ \t...
Are you satisfying with the line-oriented regex patterns for extracting definitions from scala source files? I don't think so. It is not enough for such a complicated language. u-ctags has...
Could you consider to add copyright notice? Here is an example: https://github.com/universal-ctags/ctags/blob/master/optlib/elm.ctags
See https://github.com/universal-ctags/ctags/pull/2654 .
About the former one, see https://github.com/universal-ctags/ctags/issues/1496