Some more info: 1) I found that this problem persists across restarts of guile. I have been debugging a module in current dir and I am seeing the path extend an extra "./" every time I type ",reload (lalr1).
2) My environment includes GUILE_LOAD_PATH=.:/Users/mwette/opt/guile 3) If I change the above to the following, the problem goes away (but the following solution not satisfactory IMO). GUILE_LOAD_PATH=:/Users/mwette/opt/guile # dot replaced with blank Take care, Matt