diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-01-14 12:41:01 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-01-14 12:41:01 +0100 |
| commit | fc845f33aed7dc9d507e32002904a4095c60f6ee (patch) | |
| tree | 2a905b73e958e04e4186c8501e74df87e3399bb1 | |
| parent | 2e90ff13242cc8a264cf13a777f1eed00936f0f8 (diff) | |
Update comments
| -rw-r--r-- | corfu.el | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -425,8 +425,7 @@ The completion backend can override this with (set-frame-position corfu--frame x y) (set-frame-size corfu--frame width height t) (unless (frame-visible-p corfu--frame) - ;; HACK: Force redisplay, otherwise the popup somtimes - ;; does not display content. + ;; XXX HACK: Force redisplay, otherwise the popup sometimes does not display content. (redisplay) (make-frame-visible corfu--frame)))) @@ -810,8 +809,7 @@ there hasn't been any input, then quit." (corfu--candidates-popup beg) (corfu--echo-documentation) (corfu--preview-current beg end str) - ;; HACK: Force redisplay, otherwise the popup somtimes - ;; does not display content. + ;; XXX HACK: Force redisplay, otherwise the popup sometimes does not display content. (redisplay)) ;; 4) There are no candidates & corfu-quit-no-match => Confirmation popup ((not (or corfu--candidates |
