tumashu

Results 311 comments of tumashu

by default, posfram do not recreate frame.

``` (defun helm-posframe-cleanup (orig-func) "Advice function of `helm-cleanup'. `helm-cleanup' will call `bury-buffer' function, which will let emacs minimize and restore when helm close. In this advice function, `burn-buffer' will be...

What about this? ``` (defun helm-posframe-cleanup (orig-func) "Advice function of `helm-cleanup'. `helm-cleanup' will call `bury-buffer' function, which will let emacs minimize and restore when helm close. In this advice function,...

maybe you can customize ivy-posframe-cursor, face support underline :-)

multiple-cursors use overlay, which seem to very complicate, if you are interesting, PR is welcome.

at the moment, I can not find a simple way to deal this problem, a solution is advice-add

Should resolve this problem, but not a good approach

suggest helm add a defvar to control bury-buffer, advice-add approach is not a good solution