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

conflict with persp-mode #89

Closed tshu-w closed 4 years ago

tshu-w commented 4 years ago

Reproduction guide

actiavate persp-mode and use persp-load-state-for-file to load last state.

ivy-posframe config

(use-package ivy-posframe
  :hook (ivy-mode . ivy-posframe-mode)
  :init
  (setq ivy-posframe-parameters '((left-fringe . 8) (right-fringe . 8))
        ivy-posframe-width 120
        ivy-posframe-display-functions-alist '((swiper . nil)
                                               (complete-symbol . ivy-posframe-display-at-point)
                                               (t . ivy-posframe-display-at-frame-center))))

System Info :computer:

tumashu commented 4 years ago

try (setq posframe-mouse-banish t)

tshu-w commented 4 years ago

This doesn't help. I delete ivy-posframe-buffer after run persp-load-state-for-file as an workaround. Leave this issue open temporarily.

weitongdao commented 4 years ago

呆神,请问下,pyim五笔候选框在 ivy-posframe中无法显示,只能通过盲猜输入汉字候选词条。 @tumashu

tshu-w commented 4 years ago

@tumashu I think it's persp-mode and I don't use it now, so I close this issue. @weitongdao you can open another issue.