[elpa] master 6bbbfff 2/9: Add license.

2015-11-12 Thread Jackson Ray Hamilton
branch: master
commit 6bbb1390f799aa13504c1849a0213d920b8e
Author: Jackson Ray Hamilton 
Commit: Jackson Ray Hamilton 

Add license.
---
 LICENSE |  674 +++
 1 files changed, 674 insertions(+), 0 deletions(-)

diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000..94a9ed0
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,674 @@
+GNU GENERAL PUBLIC LICENSE
+   Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. 
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+Preamble
+
+  The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+  The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works.  By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users.  We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors.  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+  To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights.  Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received.  You must make sure that they, too, receive
+or can get the source code.  And you must show them these terms so they
+know their rights.
+
+  Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+  For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software.  For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+  Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so.  This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software.  The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable.  Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products.  If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+  Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary.  To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+   TERMS AND CONDITIONS
+
+  0. Definitions.
+
+  "This License" refers to version 3 of the GNU General Public License.
+
+  "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+  "The Program" refers to any copyrightable work licensed under this
+License.  Each licensee is addressed as "you".  "Licensees" and
+"recipients" may be individuals or organizations.
+
+  To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy.  The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+  A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+  To "propagate" a work means to do anything with it that, without
+permission, would make yo

[elpa] master 1a7c480 8/9: Version 7.2.0.

2015-11-12 Thread Jackson Ray Hamilton
branch: master
commit 1a7c480d1e15133b942201f5964fda5e7d74919f
Author: Jackson Ray Hamilton 
Commit: Jackson Ray Hamilton 

Version 7.2.0.
---
 context-coloring.el |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index b90a821..983315e 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2014-2015  Free Software Foundation, Inc.
 
 ;; Author: Jackson Ray Hamilton 
-;; Version: 7.1.0
+;; Version: 7.2.0
 ;; Keywords: convenience faces tools
 ;; Package-Requires: ((emacs "24.3") (js2-mode "20150713"))
 ;; URL: https://github.com/jacksonrayhamilton/context-coloring



[elpa] master de6b508 7/9: Fix bugs where spaces messed up varlists.

2015-11-12 Thread Jackson Ray Hamilton
branch: master
commit de6b5085ae2b4e056c67b8d572d8874472eeb381
Author: Jackson Ray Hamilton 
Commit: Jackson Ray Hamilton 

Fix bugs where spaces messed up varlists.
---
 context-coloring.el  |3 +++
 test/context-coloring-test.el|   12 
 test/fixtures/varlist-spacing.el |8 
 3 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index 3148c2d..b90a821 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -668,6 +668,7 @@ bound immediately after its own initializer is parsed."
 syntax-code)
 ;; Enter.
 (forward-char)
+(context-coloring-elisp-forward-sws)
 (while (/= (setq syntax-code (context-coloring-get-syntax-code))
context-coloring-CLOSE-PARENTHESIS-CODE)
   (cond
@@ -707,6 +708,7 @@ bound immediately after its own initializer is parsed."
   (let (syntax-code)
 ;; Enter.
 (forward-char)
+(context-coloring-elisp-forward-sws)
 (while (/= (setq syntax-code (context-coloring-get-syntax-code))
context-coloring-CLOSE-PARENTHESIS-CODE)
   (cond
@@ -787,6 +789,7 @@ Parse the header with CALLBACK."
  (let (syntax-code)
;; Enter.
(forward-char)
+   (context-coloring-elisp-forward-sws)
(while (/= (setq syntax-code (context-coloring-get-syntax-code))
   context-coloring-CLOSE-PARENTHESIS-CODE)
  (cond
diff --git a/test/context-coloring-test.el b/test/context-coloring-test.el
index 0a1f88e..c57dce2 100644
--- a/test/context-coloring-test.el
+++ b/test/context-coloring-test.el
@@ -759,6 +759,18 @@ 0"))
   11
 111 111")))
 
+(context-coloring-test-deftest-emacs-lisp varlist-spacing
+  (lambda ()
+(context-coloring-test-assert-coloring "
+(111 (
+  (1 (22 ()
+
+(11 ( 1 1 )
+  1 1)
+
+(1 0 ( (1) )
+  1)")))
+
 (context-coloring-test-deftest-emacs-lisp let*
   (lambda ()
 (context-coloring-test-assert-coloring "
diff --git a/test/fixtures/varlist-spacing.el b/test/fixtures/varlist-spacing.el
new file mode 100644
index 000..97ec208
--- /dev/null
+++ b/test/fixtures/varlist-spacing.el
@@ -0,0 +1,8 @@
+(let (
+  (a (lambda ()
+
+(lambda ( a b )
+  a b)
+
+(defadvice a ( (b) )
+  b)



[elpa] master f9399ea 5/9: Fix unfinished expression infinite loop.

2015-11-12 Thread Jackson Ray Hamilton
branch: master
commit f9399eab1a78d6d309176d6bf2eff9d928feb7d2
Author: Jackson Ray Hamilton 
Commit: Jackson Ray Hamilton 

Fix unfinished expression infinite loop.
---
 context-coloring.el  |   52 +++--
 test/fixtures/let.el |2 +
 2 files changed, 31 insertions(+), 23 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index 55d57ee..3148c2d 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -493,6 +493,29 @@ For instance, the current file could be a Node.js program."
 
 ;;; Emacs Lisp colorization
 
+(defconst context-coloring-WORD-CODE 2)
+(defconst context-coloring-SYMBOL-CODE 3)
+(defconst context-coloring-OPEN-PARENTHESIS-CODE 4)
+(defconst context-coloring-CLOSE-PARENTHESIS-CODE 5)
+(defconst context-coloring-EXPRESSION-PREFIX-CODE 6)
+(defconst context-coloring-STRING-QUOTE-CODE 7)
+(defconst context-coloring-ESCAPE-CODE 9)
+(defconst context-coloring-COMMENT-START-CODE 11)
+(defconst context-coloring-COMMENT-END-CODE 12)
+
+(defconst context-coloring-OCTOTHORPE-CHAR (string-to-char "#"))
+(defconst context-coloring-APOSTROPHE-CHAR (string-to-char "'"))
+(defconst context-coloring-OPEN-PARENTHESIS-CHAR (string-to-char "("))
+(defconst context-coloring-COMMA-CHAR (string-to-char ","))
+(defconst context-coloring-AT-CHAR (string-to-char "@"))
+(defconst context-coloring-BACKTICK-CHAR (string-to-char "`"))
+
+(defsubst context-coloring-get-syntax-code ()
+  "Get the syntax code at point."
+  (syntax-class
+   ;; Faster version of `syntax-after':
+   (aref (syntax-table) (char-after (point)
+
 (defsubst context-coloring-forward-sws ()
   "Move forward through whitespace and comments."
   (while (forward-comment 1)))
@@ -506,18 +529,18 @@ For instance, the current file could be a Node.js 
program."
 (defsubst context-coloring-elisp-forward-sexp ()
   "Skip/ignore missing sexps, coloring comments and strings."
   (let ((start (point)))
+(when (= (context-coloring-get-syntax-code)
+ context-coloring-EXPRESSION-PREFIX-CODE)
+  ;; `forward-sexp' does not skip an unfinished expression (e.g. when the
+  ;; name of a symbol or the parentheses of a list do not follow a single
+  ;; quote).
+  (forward-char))
 (condition-case nil
 (forward-sexp)
   (scan-error (context-coloring-forward-sws)))
 (context-coloring-elisp-colorize-comments-and-strings-in-region
  start (point
 
-(defsubst context-coloring-get-syntax-code ()
-  "Get the syntax code at point."
-  (syntax-class
-   ;; Faster version of `syntax-after':
-   (aref (syntax-table) (char-after (point)
-
 (defsubst context-coloring-exact-regexp (word)
   "Create a regexp matching exactly WORD."
   (concat "\\`" (regexp-quote word) "\\'"))
@@ -535,23 +558,6 @@ For instance, the current file could be a Node.js program."
  "\\|")
   "Match symbols that can't be bound as variables.")
 
-(defconst context-coloring-WORD-CODE 2)
-(defconst context-coloring-SYMBOL-CODE 3)
-(defconst context-coloring-OPEN-PARENTHESIS-CODE 4)
-(defconst context-coloring-CLOSE-PARENTHESIS-CODE 5)
-(defconst context-coloring-EXPRESSION-PREFIX-CODE 6)
-(defconst context-coloring-STRING-QUOTE-CODE 7)
-(defconst context-coloring-ESCAPE-CODE 9)
-(defconst context-coloring-COMMENT-START-CODE 11)
-(defconst context-coloring-COMMENT-END-CODE 12)
-
-(defconst context-coloring-OCTOTHORPE-CHAR (string-to-char "#"))
-(defconst context-coloring-APOSTROPHE-CHAR (string-to-char "'"))
-(defconst context-coloring-OPEN-PARENTHESIS-CHAR (string-to-char "("))
-(defconst context-coloring-COMMA-CHAR (string-to-char ","))
-(defconst context-coloring-AT-CHAR (string-to-char "@"))
-(defconst context-coloring-BACKTICK-CHAR (string-to-char "`"))
-
 (defsubst context-coloring-elisp-identifier-p (syntax-code)
   "Check if SYNTAX-CODE is an elisp identifier constituent."
   (or (= syntax-code context-coloring-WORD-CODE)
diff --git a/test/fixtures/let.el b/test/fixtures/let.el
index 04fc039..49edb50 100644
--- a/test/fixtures/let.el
+++ b/test/fixtures/let.el
@@ -9,3 +9,5 @@
 
 (let ;; comment
 ("s"))
+
+(let (a '))



[elpa] master f4e3f36 3/9: Add gv-letplace support.

2015-11-12 Thread Jackson Ray Hamilton
branch: master
commit f4e3f3612f8793c31700e131b4f579ac5c8a3011
Author: Jackson Ray Hamilton 
Commit: Jackson Ray Hamilton 

Add gv-letplace support.
---
 context-coloring.el |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index 0fe1427..3010739 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -930,7 +930,8 @@ Parsing the header with CALLBACK."
   (puthash callee #'context-coloring-elisp-colorize-condition-case table))
 (dolist (callee '("dolist" "dotimes"))
   (puthash callee #'context-coloring-elisp-colorize-dolist table))
-(puthash "let" #'context-coloring-elisp-colorize-let table)
+(dolist (callee '("let" "gv-letplace"))
+  (puthash callee #'context-coloring-elisp-colorize-let table))
 (puthash "let*" #'context-coloring-elisp-colorize-let* table)
 (puthash "lambda" #'context-coloring-elisp-colorize-lambda table)
 (puthash "cond" #'context-coloring-elisp-colorize-cond table)



[elpa] master 52e3d07 1/9: Fix bug where empty varlists weren't parsed.

2015-11-12 Thread Jackson Ray Hamilton
branch: master
commit 52e3d07376ef5e951a71cb8fc77b9f48962f7d42
Author: Jackson Ray Hamilton 
Commit: Jackson Ray Hamilton 

Fix bug where empty varlists weren't parsed.
---
 context-coloring.el|6 --
 test/context-coloring-test.el  |   10 ++
 test/fixtures/empty-varlist.el |6 ++
 3 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index 8d6cacc..0fe1427 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -504,9 +504,11 @@ For instance, the current file could be a Node.js program."
 (context-coloring-colorize-comments-and-strings start (point
 
 (defsubst context-coloring-elisp-forward-sexp ()
-  "Like `forward-sexp', coloring skipped comments and strings."
+  "Skip/ignore missing sexps, coloring comments and strings."
   (let ((start (point)))
-(forward-sexp)
+(condition-case nil
+(forward-sexp)
+  (scan-error (context-coloring-forward-sws)))
 (context-coloring-elisp-colorize-comments-and-strings-in-region
  start (point
 
diff --git a/test/context-coloring-test.el b/test/context-coloring-test.el
index f643e91..fc79f7b 100644
--- a/test/context-coloring-test.el
+++ b/test/context-coloring-test.el
@@ -749,6 +749,16 @@ 0"))
  cc ccc
 1sss11")))
 
+(context-coloring-test-deftest-emacs-lisp empty-varlist
+  (lambda ()
+(context-coloring-test-assert-coloring "
+111 1 11
+111 111
+
+ 1cc
+  11
+111 111")))
+
 (context-coloring-test-deftest-emacs-lisp let*
   (lambda ()
 (context-coloring-test-assert-coloring "
diff --git a/test/fixtures/empty-varlist.el b/test/fixtures/empty-varlist.el
new file mode 100644
index 000..5ee6a78
--- /dev/null
+++ b/test/fixtures/empty-varlist.el
@@ -0,0 +1,6 @@
+(lambda ( ))
+(lambda ())
+
+(let (;;
+  ))
+(lambda ())



[elpa] master f29f06c 6/9: Use containers on Travis.

2015-11-12 Thread Jackson Ray Hamilton
branch: master
commit f29f06cbd74e57903811980197535e1d174d
Author: Jackson Ray Hamilton 
Commit: Jackson Ray Hamilton 

Use containers on Travis.
---
 .travis.yml |   19 +++
 1 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0c3a48d..ba959a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,18 +1,21 @@
+sudo: false
+
 language: emacs-lisp
 
 env:
-  - EVM_EMACS=emacs-24.3-bin
-  - EVM_EMACS=emacs-24.4-bin
-  - EVM_EMACS=emacs-24.5-bin
+  - EVM_EMACS=emacs-24.3-travis
+  - EVM_EMACS=emacs-24.4-travis
+  - EVM_EMACS=emacs-24.5-travis
 
 before_install:
-  - sudo mkdir /usr/local/evm
-  - sudo chown travis:travis /usr/local/evm
-  - export PATH="/home/travis/.cask/bin:$PATH"
   - export PATH="/home/travis/.evm/bin:$PATH"
-  - curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash
-  - evm install ${EVM_EMACS} --use
+  - export PATH="/home/travis/.cask/bin:$PATH"
+  - git clone https://github.com/rejeep/evm.git /home/travis/.evm
+  - evm config path /tmp
+  - evm install ${EVM_EMACS} --use --skip
   - curl -fsSkL https://raw.github.com/cask/cask/master/go | python
+
+install:
   - cask
 
 script:



[elpa] master 4d381cb 4/9: Add macroexp-let2 support.

2015-11-12 Thread Jackson Ray Hamilton
branch: master
commit 4d381cb672b56dd98b20e8cfeaac293c2477a17e
Author: Jackson Ray Hamilton 
Commit: Jackson Ray Hamilton 

Add macroexp-let2 support.
---
 context-coloring.el|   24 
 test/context-coloring-test.el  |   10 ++
 test/fixtures/macroexp-let2.el |6 ++
 3 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index 3010739..55d57ee 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -815,6 +815,29 @@ Parsing the header with CALLBACK."
(lambda ()
  (context-coloring-elisp-parse-let-varlist 'let*
 
+(defun context-coloring-elisp-colorize-macroexp-let2 ()
+  "Color the `macroexp-let2' at point."
+  (let (syntax-code
+variable)
+(context-coloring-elisp-colorize-scope
+ (lambda ()
+   (and
+(progn
+  (setq syntax-code (context-coloring-get-syntax-code))
+  (context-coloring-elisp-identifier-p syntax-code))
+(progn
+  (context-coloring-elisp-colorize-sexp)
+  (context-coloring-elisp-forward-sws)
+  (setq syntax-code (context-coloring-get-syntax-code))
+  (context-coloring-elisp-identifier-p syntax-code))
+(progn
+  (context-coloring-elisp-parse-bindable
+   (lambda (parsed-variable)
+ (setq variable parsed-variable)))
+  (context-coloring-elisp-forward-sws)
+  (when variable
+(context-coloring-elisp-add-variable variable
+
 (defun context-coloring-elisp-colorize-cond ()
   "Color the `cond' at point."
   (let (syntax-code)
@@ -933,6 +956,7 @@ Parsing the header with CALLBACK."
 (dolist (callee '("let" "gv-letplace"))
   (puthash callee #'context-coloring-elisp-colorize-let table))
 (puthash "let*" #'context-coloring-elisp-colorize-let* table)
+(puthash "macroexp-let2" #'context-coloring-elisp-colorize-macroexp-let2 
table)
 (puthash "lambda" #'context-coloring-elisp-colorize-lambda table)
 (puthash "cond" #'context-coloring-elisp-colorize-cond table)
 (puthash "defadvice" #'context-coloring-elisp-colorize-defadvice table)
diff --git a/test/context-coloring-test.el b/test/context-coloring-test.el
index fc79f7b..0a1f88e 100644
--- a/test/context-coloring-test.el
+++ b/test/context-coloring-test.el
@@ -775,6 +775,16 @@ 0"))
    1 1 1 0 0 11"))
   :fixture "let-star.el")
 
+(context-coloring-test-deftest-emacs-lisp macroexp-let2
+  (lambda ()
+(context-coloring-test-assert-coloring "
+ 1
+  2- --0 2 111
+2 11121
+
+(- --0)
+(-)")))
+
 (context-coloring-test-deftest-emacs-lisp cond
   (lambda ()
 (context-coloring-test-assert-coloring "
diff --git a/test/fixtures/macroexp-let2.el b/test/fixtures/macroexp-let2.el
new file mode 100644
index 000..1b61df2
--- /dev/null
+++ b/test/fixtures/macroexp-let2.el
@@ -0,0 +1,6 @@
+(let (exp)
+  (macroexp-let2 macroexp-copyable-p v exp
+v exp))
+
+(macroexp-let2 macroexp-copyable-p)
+(macroexp-let2)



[elpa] master cf250b3 9/9: Merge commit '1a7c480d1e15133b942201f5964fda5e7d74919f' from context-coloring

2015-11-12 Thread Jackson Ray Hamilton
branch: master
commit cf250b3a948a846c31210540c8f1b76fdc22bb69
Merge: 6bb5fee 1a7c480
Author: Jackson Ray Hamilton 
Commit: Jackson Ray Hamilton 

Merge commit '1a7c480d1e15133b942201f5964fda5e7d74919f' from 
context-coloring
---
 packages/context-coloring/.travis.yml  |   19 +-
 packages/context-coloring/LICENSE  |  674 
 packages/context-coloring/context-coloring.el  |   90 ++-
 .../context-coloring/test/context-coloring-test.el |   32 +
 .../test/fixtures/empty-varlist.el |6 +
 packages/context-coloring/test/fixtures/let.el |2 +
 .../test/fixtures/macroexp-let2.el |6 +
 .../test/fixtures/varlist-spacing.el   |8 +
 8 files changed, 802 insertions(+), 35 deletions(-)

diff --git a/packages/context-coloring/.travis.yml 
b/packages/context-coloring/.travis.yml
index 0c3a48d..ba959a9 100644
--- a/packages/context-coloring/.travis.yml
+++ b/packages/context-coloring/.travis.yml
@@ -1,18 +1,21 @@
+sudo: false
+
 language: emacs-lisp
 
 env:
-  - EVM_EMACS=emacs-24.3-bin
-  - EVM_EMACS=emacs-24.4-bin
-  - EVM_EMACS=emacs-24.5-bin
+  - EVM_EMACS=emacs-24.3-travis
+  - EVM_EMACS=emacs-24.4-travis
+  - EVM_EMACS=emacs-24.5-travis
 
 before_install:
-  - sudo mkdir /usr/local/evm
-  - sudo chown travis:travis /usr/local/evm
-  - export PATH="/home/travis/.cask/bin:$PATH"
   - export PATH="/home/travis/.evm/bin:$PATH"
-  - curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash
-  - evm install ${EVM_EMACS} --use
+  - export PATH="/home/travis/.cask/bin:$PATH"
+  - git clone https://github.com/rejeep/evm.git /home/travis/.evm
+  - evm config path /tmp
+  - evm install ${EVM_EMACS} --use --skip
   - curl -fsSkL https://raw.github.com/cask/cask/master/go | python
+
+install:
   - cask
 
 script:
diff --git a/packages/context-coloring/LICENSE 
b/packages/context-coloring/LICENSE
new file mode 100644
index 000..94a9ed0
--- /dev/null
+++ b/packages/context-coloring/LICENSE
@@ -0,0 +1,674 @@
+GNU GENERAL PUBLIC LICENSE
+   Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. 
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+Preamble
+
+  The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+  The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works.  By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users.  We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors.  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+  To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights.  Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received.  You must make sure that they, too, receive
+or can get the source code.  And you must show them these terms so they
+know their rights.
+
+  Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+  For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software.  For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+  Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so.  This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software.  The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable.  Therefore, we
+have designed this version of the GPL to pr

[elpa] master updated (6bb5fee -> cf250b3)

2015-11-12 Thread Jackson Ray Hamilton
jackson pushed a change to branch master.

  from  6bb5fee   * stream.el: Implement `seqp' instead of `seq-p'
   new  52e3d07   Fix bug where empty varlists weren't parsed.
   new  6bbbfff   Add license.
   new  f4e3f36   Add gv-letplace support.
   new  4d381cb   Add macroexp-let2 support.
   new  f9399ea   Fix unfinished expression infinite loop.
   new  f29f06c   Use containers on Travis.
   new  de6b508   Fix bugs where spaces messed up varlists.
   new  1a7c480   Version 7.2.0.
   new  cf250b3   Merge commit '1a7c480d1e15133b942201f5964fda5e7d74919f' 
from context-coloring


Summary of changes:
 packages/context-coloring/.travis.yml  |   19 +++--
 packages/{js2-mode => context-coloring}/LICENSE|0
 packages/context-coloring/context-coloring.el  |   90 ++--
 .../context-coloring/test/context-coloring-test.el |   32 +++
 .../test/fixtures/empty-varlist.el |6 ++
 packages/context-coloring/test/fixtures/let.el |2 +
 .../test/fixtures/macroexp-let2.el |6 ++
 .../test/fixtures/varlist-spacing.el   |8 ++
 8 files changed, 128 insertions(+), 35 deletions(-)
 copy packages/{js2-mode => context-coloring}/LICENSE (100%)
 create mode 100644 packages/context-coloring/test/fixtures/empty-varlist.el
 create mode 100644 packages/context-coloring/test/fixtures/macroexp-let2.el
 create mode 100644 packages/context-coloring/test/fixtures/varlist-spacing.el