emacsorphanage / helm-gtags

GNU GLOBAL helm interface
203 stars 31 forks source link

Feature request: Provide a way to save helm-gtags results in a buffer #177

Open nedZeppelin opened 7 years ago

nedZeppelin commented 7 years ago

This is a feature request for saving helm-gtags result in a buffer (like the "save results in buffer" action in helm-ag). This would be useful when traversing large code bases with helm-gtags.

jcs090218 commented 4 years ago

You could simply call write-region to write to a file and by having (buffer-string) saved to that file.