Make nameframe work with helm
Readme states that nameframe will not work with helm which I can see now. Do you know why or where to start looking to add such support?
I can see that after a frame was created, the keyboard input focus is still on the original frame...? At least on first interaction. Also, helm's buffer seems to stay open after selecting a project.
If I try to press Meta X in the newly created frame (after opening a project with projectile, with perspective enabled as well) I can see this messages:
persp-switch: Marker points into wrong buffer: #<marker in no buffer>
Aborting an helm session running in background
Hi. Yeah, no Helm support as I don't use Helm myself, and thus have no idea where to start to add hooks or advices.
I'll try to install Helm over the next few days and see where/how to implement the integrations. It will probably take a while though. The issues you're experiencing are probably due to conflicting hooks/advices or some overridden functions.
I use helm and nameframe is working for me. helm-mode automatically takes over and offers completions whenever the completing-read function is used.
also, there is a similar package for helm users as well here: https://github.com/bleadof/helm-switch-frame