I still can't make the listener window listen; i.e when I "call query" under "query and main file" the query is written to the listener window and then nothing. (I have been trying to run the hello world program). My guess is that I'm not launching the query properly. Does the listener window listen?
A couple of quick observations here:
- The most typical way in which people send queries to the top-level is by typing them directly in the listener window (which does 'listen'!).
- The facility of storing a query and sending it to the top-level (the 'listener') is most useful when a query needs to be issued over and over again. People seem to take advantage of this mostly while using the source-level debugger.
In any case, recall that in emacs typing M-p ('escape' followed by 'p' or 'Meta' and 'p' simultaneously) in the Listener window recalls the previous query automatically.