We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
company-complete
(evil-repeat-post-hook): (wrong-type-argument number-or-marker-p nil)
Emacs version: 29.1.5 Operating System: macos ventura 13.4 Evil version: 1.15.0 Evil installation type: MELPA Graphical/Terminal: graphical Tested in a make emacs session (see CONTRIBUTING.md): No
make emacs
emacs -Q -nw -l ~/.emacs.d/minimal-init.el
~/.emacs.d/minimal-init.el
(progn (require 'package) (setq package-list '(evil company)) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) (package-initialize) (unless package-archive-contents (package-refresh-contents)) (dolist (package package-list) (unless (package-installed-p package) (package-install package))) (setq warning-minimum-level :error) (dolist (fun '(menu-bar-mode tool-bar-mode scroll-bar-mode)) (when (fboundp fun) (funcall fun -1))) (unless (display-graphic-p) (xterm-mouse-mode 1)) (setq scroll-step 1) (setq scroll-conservatively 10000) (setq auto-window-vscroll nil) (evil-mode 1) (global-company-mode) (setq company-frontends '(company-pseudo-tooltip-frontend company-echo-metadata-frontend)) ;; set M-i as company-complete (define-key company-mode-map (kbd "M-i") 'company-complete) )
thi
M-i
C-x b *Messages*, see the following error:
the error should not appear
get the error: Error in post-command-hook (evil-repeat-post-hook): (wrong-type-argument number-or-marker-p nil)
Error in post-command-hook (evil-repeat-post-hook): (wrong-type-argument number-or-marker-p nil)
Here is a reproduction video
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue type
Environment
Emacs version:
29.1.5
Operating System:
macos ventura 13.4
Evil version:
1.15.0
Evil installation type:
MELPA
Graphical/Terminal:
graphical
Tested in a
make emacs
session (see CONTRIBUTING.md):No
Reproduction steps
emacs -Q -nw -l ~/.emacs.d/minimal-init.el
~/.emacs.d/minimal-init.el
is as following:thi
and enter the normal state.M-i
.C-x b *Messages*, see the following error:
Error in post-command-hook (evil-repeat-post-hook): (wrong-type-argument number-or-marker-p nil)`Expected behavior
the error should not appear
Actual behavior
get the error:
Error in post-command-hook (evil-repeat-post-hook): (wrong-type-argument number-or-marker-p nil)
Further notes
Here is a reproduction video
Screen.Recording.2023-12-17.at.17.25.42.mov
The text was updated successfully, but these errors were encountered: