Open DamienCassou opened 9 years ago
At the moment, names is more adequate for new packages than existing ones. I would love to offer a feature like the one you suggest, unfortunately it's also quite a challenge.
My guess is that something like this will have to make use of the code-walker. A simple replace-regexp won't do.
When trying to use
names
, removing all the prefixes manually is boring, even in Emacs. This can't be done automatically (e.g., with a non-interactive search/replace) because:length
function) to become a call to a local function (e.g., when removing the prefix ofmypackage-length
):will easily be replaced by this non-working code: