evil-owl icon indicating copy to clipboard operation
evil-owl copied to clipboard

cannot record macro with posframe display method

Open tshu-w opened this issue 2 years ago • 0 comments

minimal config:

;;; emacs -Q -l ~/.config/emacs/test.el

(package-initialize)

(require 'evil)
(require 'evil-owl)

(evil-mode)
(evil-owl-mode)
(setq evil-owl-display-method 'posframe)

Backtrace:

Debugger entered--Lisp error: (error "Attempt to delete the sole visible or iconified fr...")
  posframe-delete-frame("*evil-owl*")
  posframe-delete("*evil-owl*")
  evil-owl--hide-posframe()
  evil-owl--hide-popup()
  #<subr F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_27>()
  evil-owl--eval-interactive-spec(evil-record-macro evil-owl--register-display-string)
  byte-code("\300\301\302\"\207" [evil-owl--eval-interactive-spec evil-record-macro evil-owl--register-display-string] 3)
  command-execute(evil-owl-record-macro)

tshu-w avatar Jan 19 '22 07:01 tshu-w