Vincent Zhang

Results 247 comments of Vincent Zhang

I am experiencing the same issue here. The style is `frame`, but creating a new frame and splitting the window. I think the expected behavior is creating a new frame...

I use this workaround for now: `(add-hook 'atomic-chrome-edit-mode-hook 'delete-other-windows)`.

> I think the root cause is that you have to recompile the dependencies first (and restart emacs to unbound old macros) and then recompile your package. Could you let...

Thanks for your update! Yes, you are correct. I mean it's a request. What I need is just to store and restore the layouts, maybe some pre-defined layouts. Mmm, let...

Thanks for the reply, both! So `mini-frame` has more features. I'd like use `mini-frame` instead of `ivy-posframe` according you described above. Then I tried and got some issues and questions....

@BooAA Thanks for your answers! They are useful to me. I am trying to integrate and improve.

@muffinmad Thank you so much for your detailed answers! Now I completely understand the differences. Regarding the `shackle` and `anzu`, I think they are the same issue, and your answer...

I made a recording today. It seems a little bit blinking on Ubunutu (Emacs 28, not gccemacs). ![emacs](https://user-images.githubusercontent.com/140797/120112481-9dbce180-c1a8-11eb-97c2-33f8b08ca454.gif)

I think the blinking issue is related to the background color and cleaning the contents. Similar issue as https://github.com/tumashu/ivy-posframe/pull/30 . Another issue is the background color impacts the internal border...

@muffinmad You may need to load a dark theme to test? I have the same issue on Windows. Actually `(setq mini-frame-resize 'grow-only)` doesn't help. My configuration is : ```elisp (use-package...