How can you make an emacs macro wait for cscope query results?
- by Sudhanshu
I am trying to write a macro which calls cscope-find-functions-calling-this-function on each and every tag in a file displayed in the *Tags List* buffer (created by list-tags command). This should create a buffer which contains list of all functions calling a set of functions defined in a certain file.
This is the sequence of keystrokes:
1. …