ergoemacs / ergoemacs-mode

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

C-h f doesn't work with lvl1 theme: Wrong type argument: integer-or-marker-p, nil #466

Closed philip-bl closed 7 years ago

philip-bl commented 7 years ago

I started emacs with emacs -Q. I pasted the following in scratch buffer:

(setq debug-on-error t) ; Activate debugging
(add-to-list 'load-path "~/.emacs.d/elpa/ergoemacs-mode-5.14.7.3")
(require 'ergoemacs-mode)
(setq ergoemacs-debug t)
(setq ergoemacs-theme "lvl1")
(setq ergoemacs-keyboard-layout "us")
(ergoemacs-mode 1)

I did M-x eval-buffer. I pressed C-h f setq RET and got Wrong type argument: integer-or-marker-p, nil in minibuffer instead of help.

I have GNU Emacs 25.1.1

philip-bl commented 7 years ago

Nevermind. I upgraded *ergoemacs-mode`, and it works now.

mattfidler commented 7 years ago

that happens sometimes when upgrading emacs. You bed to upgrade everything.