Created
May 23, 2013 13:59
-
-
Save regcl/5636274 to your computer and use it in GitHub Desktop.
term-plus-el.eshell.compile.error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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