You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know that this is useful in the general case, but it would be nice as well to catch the load error and rethrow the messae with a full path. It would have saved me 30 minutes debugging something in one directory when for some reason this was run in an entirely different place on my system.
From:
Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "foo")
To:
Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "/full/path/to/foo")
The text was updated successfully, but these errors were encountered:
I'll have to take some time to break this down into something more useful, but it's not high on my priority list since I've worked around it and it seems I'm the only one who's encountered an issue with this.
I noticed the quick response, thanks for that. Sorry I couldn't respond at the time.
For my system at least I work around this with:
This patch also works in
buttercup-discover-run
:I don't know that this is useful in the general case, but it would be nice as well to catch the load error and rethrow the messae with a full path. It would have saved me 30 minutes debugging something in one directory when for some reason this was run in an entirely different place on my system.
From:
To:
The text was updated successfully, but these errors were encountered: