Created by: feldman4
Similar to jaor/geiser#160, but with MIT Scheme.
I copied the same example into test.scm and compiled/loaded it with C-c C-k. Auto-doc works, but M-. on fbe-fact gives the "Couldn't find edit location for 'fbe-fact'" error.
INFO: REQUEST: <12>: (geiser:load-file "/Users/feldman/Google Drive/docs/classes/6.945/test.scm")
INFO: RETORT: ((error (key . retort-syntax)) (output . "
;Loading "test.scm"... done
;Value: fbe-fact
1 (user) => "))
INFO: <12>: processed
INFO: REQUEST: <13>: (geiser:eval '#f '(geiser:autodoc '(fbe-fact fbe-fact * if define)))
INFO: <13>: processed
INFO: REQUEST: <14>: (geiser:eval '#f '(geiser:symbol-location (quote fbe-fact)))
INFO: RETORT: ((result "(("name" . fbe-fact) ("file") ("line"))") (output . ""))
INFO: <14>: processed
INFO: REQUEST: <15>: (geiser:eval '#f '(geiser:module-location (quote (fbe-fact (fbe-1- n)))))
INFO: RETORT: ((result "(("name" fbe-fact (fbe-1- n)) ("file") ("line"))") (output . ""))
INFO: <15>: processed
*Created by: feldman4*
Similar to jaor/geiser#160, but with MIT Scheme.
I copied the same example into `test.scm` and compiled/loaded it with C-c C-k. Auto-doc works, but M-. on `fbe-fact` gives the "Couldn't find edit location for 'fbe-fact'" error.
INFO: REQUEST: <12>: (geiser:load-file "/Users/feldman/Google Drive/docs/classes/6.945/test.scm")
INFO: RETORT: ((error (key . retort-syntax)) (output . "
;Loading \"test.scm\"... done
;Value: fbe-fact
1 (user) => "))
INFO: <12>: processed
INFO: REQUEST: <13>: (geiser:eval '#f '(geiser:autodoc '(fbe-fact fbe-fact * if define)))
INFO: <13>: processed
INFO: REQUEST: <14>: (geiser:eval '#f '(geiser:symbol-location (quote fbe-fact)))
INFO: RETORT: ((result "((\"name\" . fbe-fact) (\"file\") (\"line\"))") (output . ""))
INFO: <14>: processed
INFO: REQUEST: <15>: (geiser:eval '#f '(geiser:module-location (quote (fbe-fact (fbe-1- n)))))
INFO: RETORT: ((result "((\"name\" fbe-fact (fbe-1- n)) (\"file\") (\"line\"))") (output . ""))
INFO: <15>: processed