universal-ctags / citre

A superior code reading & auto-completion tool with pluggable backends.
GNU General Public License v3.0
320 stars 26 forks source link

Function `citre-tags--imenu-tags-from-temp-tags-file` do not return tags #153

Closed weitanism closed 1 year ago

weitanism commented 1 year ago

The invocation of delete-file tags-file (introduced in 4626ada) make the function citre-tags--imenu-tags-from-temp-tags-file always return nil.

https://github.com/universal-ctags/citre/blob/4626ada80fabea6b62935567acc1cb8dad607016/citre-tags.el#L599-L624