vertico-posframe icon indicating copy to clipboard operation
vertico-posframe copied to clipboard

Results 14 vertico-posframe issues
Sort by recently updated
recently updated
newest added

When the path length exceeds the posframe length, the files get cut off. ![posframe_cursor_end_path](https://github.com/tumashu/vertico-posframe/assets/25371142/e2b2e6e6-979d-4518-b20d-3e0ab1aaeee4) I'm unable to use the left/right arrow keys, but I can backup with `M-b`. Then it...

This happens on both Emacs 29.2 and 30. Is there any set up that needs be done to the cursor specifically? Package version: ```elisp ;; Author: Feng Shu ;; Maintainer:...

Hello, All is in the title, am I the only one or is there a real issue ? Step to reproduce : - do M-x - make sure that vertico-posframe...

Right now it is hardcoded: https://github.com/tumashu/vertico-posframe/blob/15168c92ca06a39fbf84ac27d4e2ae02216300b5/vertico-posframe.el#L277

Hi I have a question: I want to redraw the vertico-posframe after toggle `vertico-posframe-truncate-lines` This is my code. ```emacs-lisp (defun leo/toggle-vertico-posframe-truncate-lines () (interactive) (setq vertico-posframe-truncate-lines (not vertico-posframe-truncate-lines)) (vertico-posframe-cleanup)) (define-key vertico-multiform-map...

I really like posframes, and I missed a proper posframe implementation ever since I switched from ivy to selectrum to, eventually, vertico. One thing that puzzles me is how the...

![image](https://user-images.githubusercontent.com/9551316/155903517-566d0151-90da-46b1-8f34-200916adb477.png)

Wow, let me first thank you for this fine piece of software. I've been using it for a while, and it is really both practical and elegant. I was wondering...

When I use treemacs and vertico-posframe in one configuration, the border of treemacs window and text window is drawn over the vertico-posframe content: ![treemacs-border](https://user-images.githubusercontent.com/7109285/191267146-d6d08c0f-ad56-4a2f-93c9-fd4c2f6dedd8.png) Is it vertico-posframe, posframe or treemacs...