opendylan icon indicating copy to clipboard operation
opendylan copied to clipboard

"export tags" doesn't work well with import prefixes

Open cgay opened this issue 5 years ago • 0 comments

I'm pretty sure the issue here is deeper than the export tags command, but that's the way the problem surfaces for me. If I use operating-system, prefix: "os/", the tags generated by the export tags command store this in the emacs TAGS file:

define function run-application^?run-application^A252,10341

Clearly emacs' M-. isn't going to find os/run-application in this TAGS file.

cgay avatar Apr 19 '20 01:04 cgay