tumashu / vertico-posframe

GNU General Public License v3.0
106 stars 16 forks source link

cursor disappeared on both Emacs 29.2 and 30 #43

Closed AnabasisXu closed 1 day ago

AnabasisXu commented 7 months ago

This happens on both Emacs 29.2 and 30.

Is there any set up that needs be done to the cursor specifically?

Package version:

;; Author: Feng Shu <tumashu@163.com>
;; Maintainer: Feng Shu <tumashu@163.com>
;; URL: https://github.com/tumashu/vertico-posframe
;; Version: 0.7.7
;; Keywords: abbrev, convenience, matching, vertico
;; Package-Requires: ((emacs "26.0") (posframe "1.4.0") (vertico "1.1"))

My config:

(use-package vertico-posframe
    ;; Different command can use different display function.
    ;; :init 
    (vertico-posframe-mode 1)
    :custom
    (setq vertico-posframe-parameters
                '((left-fringe . 8)
                    (right-fringe . 8)))
    )
AnabasisXu commented 1 day ago

The issue is gone after upgrading to emacs-30.0.91-2c6b7b-no-deps