Here is what I do, based on how I thought reload should work.
- I start an erlang node.
- I connect to that node in distel.
- I edit a buffer whose beam file is in the node from step 1's beam paths. That means it's loaded, right?
- I edit an erlang buffer which represents a module loaded in a step one's node. I add a function.
- I run reload in distel.
- I try to run the new function, and it says it's not defined.