Is there a command, say "foo" that I can type at the command prompt, so it'll tell me what *.scm file (and line number) said function/macro comes from? Ideally something like: ,foo load or (foo 'load) and I get: lib/_eval.scm 3961 Thanks!