buffer-move icon indicating copy to clipboard operation
buffer-move copied to clipboard

Symbol's value as variable is void: closed

Open alexei-28 opened this issue 7 years ago • 0 comments

Windows 10, Emacs 25.1

After install from Melpa and set in my init.el

(require 'buffer-move)

I restart Emacs and get error:

Symbol's value as variable is void: closed

When I evaluate

(require 'buffer-move)

I get error:

Debugger entered--Lisp error: (void-variable closed) eval-buffer(#<buffer load> nil "mypath_to_emacs/emacs/.emacs.d/elpa/buffer-move-20160615.1103/buffer-move.el" nil t) ; Reading at buffer position 7 load-with-code-conversion("mypath_to_emacs/emacs/.emacs.d/elpa/buffer-move-20160615.1103/buffer-move.el" "mypath_to_emacs/emacs/.emacs.d/elpa/buffer-move-20160615.1103/buffer-move.el" nil t) require(buffer-move) eval((require (quote buffer-move)) nil) elisp--eval-last-sexp(nil) eval-last-sexp(nil) funcall-interactively(eval-last-sexp nil) call-interactively(eval-last-sexp nil nil) command-execute(eval-last-sexp)

alexei-28 avatar Aug 18 '18 12:08 alexei-28