leoliu / ggtags

Emacs frontend to GNU Global source code tagging system.
http://elpa.gnu.org
578 stars 56 forks source link

Correctly set `process-mark` in `ggtags-global-output` #180

Closed nnicandro closed 6 years ago

nnicandro commented 6 years ago

This is needed when the custom filter function of the subprocess created by ggtags-global-output is called multiple times. The filter function needs to explicitly set the process-mark after inserting new output otherwise future calls will insert output at the same starting location as previous calls.