Skip to content

Instantly share code, notes, and snippets.

@diamond-lizard
Created November 17, 2017 16:42
Show Gist options
  • Save diamond-lizard/35efbe111974ea76c28b9e1e7773eed7 to your computer and use it in GitHub Desktop.
Save diamond-lizard/35efbe111974ea76c28b9e1e7773eed7 to your computer and use it in GitHub Desktop.
emacs-libvterm (require 'vterm)
Debugger entered--Lisp error: (error "Required feature ‘vterm-module’ was not provided")
require(vterm-module)
eval-buffer(#<buffer *load*> nil "/home/me/.emacs.d/dist/emacs-libvterm/vterm.el" nil t) ; Reading at buffer position 218
load-with-code-conversion("/home/me/.emacs.d/dist/emacs-libvterm/vterm.el" "/home/me/.emacs.d/dist/emacs-libvterm/vterm.el" nil t)
require(vterm)
eval-region(204 220 t #f(compiled-function (ignore) #<bytecode 0x4acfeb>)) ; Reading at buffer position 219
elisp--eval-defun()
eval-defun(nil)
funcall-interactively(eval-defun nil)
call-interactively(eval-defun record nil)
command-execute(eval-defun record)
execute-extended-command(nil "eval-defun" "eval-defun")
funcall-interactively(execute-extended-command nil "eval-defun" "eval-defun")
call-interactively(execute-extended-command nil nil)
command-execute(execute-extended-command)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment