-
git clone --single-branch --depth 1 https://github.com/drmeister/externals-clasp -
cd externals-clasp -
cp local.config.linux local.config -
use
externals-clasp.local.configfrom below as file content oflocal.config -
make -
cd .. -
git clone --single-branch --depth 1 https://github.com/drmeister/clasp -
cd clasp -
cp local.config.linux local.config
This file contains hidden or 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
| ;; xr - convert string regexp to rx notation | |
| (require 'rx) | |
| (defun xr-parse-char-alt () | |
| (let ((set nil)) | |
| (when (looking-at "]") | |
| (forward-char 1) | |
| (setq set (list "]"))) | |
| (while (not (looking-at "]")) |
This file contains hidden or 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
| (require 'pcase) | |
| (require 'dash) | |
| (defvar my-document | |
| "<!DOCTYPE html> | |
| <html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\"> | |
| <head> | |
| <meta charset=\"utf-8\" /> | |
| <link rel=\"self\" /> | |
| <title>Foobar</title> |
This file contains hidden or 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
| (defvar circe-shoot-firearms | |
| '(("shotgun" . "blasts") | |
| ("ICBM silo" . "nukes") | |
| ("water gun" . "drenches") | |
| ("flame thrower" . "roasts") | |
| ("tranquilizer gun" . "knocks out") | |
| ("Visual Studio Enterprise Edition" . "refactors away") | |
| ("blunderbuss" . "hits everything but") | |
| ("monad" . "encapsulates") | |
| ("XML generator" . "makes tag soup out of") |
| Name | Type | Comment |
|---|---|---|
| apel | github | :build |
| auctex | git | :build :load-path :load :info |
| cedet | bzr | :build :post-init |
| chess | github | :build :info |
| clang-complete-async | github | :build :prepare |
| ddskk | cvs | :url :info :build |
| distel | github | :info :build |
| dmacro | http-tar | :build :info |
| Name | Type | Comment |
|---|---|---|
| ac-python | http | |
| ac-R | github | |
| ack | http | |
| active-menu | http | |
| adaptive-wrap | elpa | |
| align-let | http | |
| ampc | git | 404, :load |
| ansi-color | emacswiki |
This file contains hidden or 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
| ack | |
| ac-python | |
| ac-R | |
| active-menu | |
| adaptive-wrap | |
| align-let | |
| ampc | |
| ansi-color | |
| any-ini-mode | |
| anything-ack |
This file contains hidden or 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
| GLOB sdist-make: /home/wasa/.emacs.d/foreign-elisp/company-jedi/setup.py | |
| py26 create: /home/wasa/.emacs.d/foreign-elisp/company-jedi/.tox/py26 | |
| ERROR: InterpreterNotFound: python2.6 | |
| py27 inst-nodeps: /home/wasa/.emacs.d/foreign-elisp/company-jedi/.tox/dist/startjedi-0.0.0.zip | |
| py27 runtests: commands[0] | python -m unittest discover | |
| ................s..... | |
| ---------------------------------------------------------------------- | |
| Ran 22 tests in 0.511s | |
| OK (skipped=1) |
This file contains hidden or 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
| Traceback (most recent call last): | |
| File "/home/wasa/tmp/beets/bin/beet", line 9, in <module> | |
| load_entry_point('beets==1.3.2', 'console_scripts', 'beet')() | |
| File "/home/wasa/tmp/beets/lib/python2.7/site-packages/beets-1.3.2-py2.7.egg/beets/ui/__init__.py", line 810, in main | |
| _raw_main(args) | |
| File "/home/wasa/tmp/beets/lib/python2.7/site-packages/beets-1.3.2-py2.7.egg/beets/ui/__init__.py", line 802, in _raw_main | |
| subcommand.func(lib, suboptions, subargs) | |
| File "/home/wasa/tmp/beets/lib/python2.7/site-packages/beets-1.3.2-py2.7.egg/beets/ui/commands.py", line 845, in import_func | |
| import_files(lib, paths, query) | |
| File "/home/wasa/tmp/beets/lib/python2.7/site-packages/beets-1.3.2-py2.7.egg/beets/ui/commands.py", line 783, in import_files |
NewerOlder