nameframe icon indicating copy to clipboard operation
nameframe copied to clipboard

Make nameframe work with helm

Open ghost opened this issue 10 years ago • 2 comments

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

ghost avatar Oct 20 '15 11:10 ghost

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.

john2x avatar Oct 21 '15 00:10 john2x

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

sw9 avatar Jan 28 '17 23:01 sw9