Skip to content

Instantly share code, notes, and snippets.

@regcl
Created May 23, 2013 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save regcl/5636274 to your computer and use it in GitHub Desktop.
Save regcl/5636274 to your computer and use it in GitHub Desktop.
term-plus-el.eshell.compile.error
Welcome to the Emacs shell
~ $ version
GNU Emacs 24.3.1 (x86_64-apple-darwin12.2.0, NS apple-appkit-1187.34)
of 2013-05-21 on hobo.local
~ $ git clone git://github.com/tarao/term-plus-el.git
Cloning into 'term-plus-el'...
remote: Counting objects: 46, done.
remote: Compressing objects: 100% (33/33), done.
remote: Total 46 (delta 17), reused 40 (delta 11)
Receiving objects: 100% (46/46), 44.82 KiB, done.
Resolving deltas: 100% (17/17), done.
~ $ cd term-plus-el/
~/term-plus-el $ make
Compute dependencies
emacs --batch -Q -L . \
-f batch-byte-compile term+vars.el
Wrote /Users/regcl/term-plus-el/term+vars.elc
emacs --batch -Q -L . \
-f batch-byte-compile term+input.el
In toplevel form:
term+input.el:27:1:Error: Invalid character: 9679, #o22717, #x25cf
make: *** [term+input.elc] Error 1
~/term-plus-el $ date
Thu May 23 08:53:22 2013
~/term-plus-el $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment