emacsorphanage / helm-gtags

GNU GLOBAL helm interface
204 stars 31 forks source link

Replace helm-run-after-quit with timer #122

Closed syohex closed 9 years ago

syohex commented 9 years ago

helm-run-after-quit throws exception and timer function is never called if no one catches exception. So I workaround to use run-with-timer instead of it.