ergoemacs / ergoemacs-mode

ergoemacs-mode
ergoemacs.github.io/
GNU General Public License v3.0
293 stars 35 forks source link

Ergoemacs-mode + helm : Args out of range: #<buffer helm M-x>, 0, 1 #443

Closed alexei28 closed 7 years ago

alexei28 commented 7 years ago

Windows 7 (64 bit) Emacs 24.5 ergoemacs-mode-20161025.1222 helm-20161116.1211 helm-core-20161113.908

in init.el ;; ergoemacs-mode package (add-to-list 'load-path "~/.emacs.d/elpa/ergoemacs-mode-20161025.1222/") (require 'ergoemacs-mode) (setq ergoemacs-theme nil) (setq ergoemacs-keyboard-layout "us") (ergoemacs-mode 1)

;; helm package (require 'helm) (require 'helm-config) (helm-mode 1) (global-set-key (kbd "M-x") 'helm-M-x)

1.Start emacs 2.Press M-x or M-a

  1. In minibuffer show error : Args out of range: #, 0, 1
  2. Again press M-x or M-a
  3. Success show Emacs command in buffer helm M-x
mattfidler commented 7 years ago

Duplicate of #438