tumashu / ivy-posframe

ivy-posframe is a ivy extension, which let ivy use posframe to show its candidate menu, ivy-posframe is a **GNU ELPA** package.
414 stars 26 forks source link

Ivy-posframe not working after exwm related update #109

Closed tttuuu888 closed 3 years ago

tttuuu888 commented 3 years ago

Hello @tumashu. I just updated ivy-posframe package and I found ivy-posframe is not working at all with below message.

Error in post-command-hook (ivy--queue-exhibit): (void-variable exwm--connection)

Thank you.

seagle0128 commented 3 years ago

Same issue here. The condition should be (bound-and-true-p exwm--connection)?

tumashu commented 3 years ago

should be fixed.

tttuuu888 commented 3 years ago

@tumashu I see the issue is solved since your last commit. I'm closing the issue. Thank you.