Age | Commit message (Collapse) | Author |
|
* ccwl/ccwl.scm (<input>)[set-input-default]: New setter.
* ccwl/ccwl.scm (<command>)[set-command-inputs]: Add setter.
* ccwl/ccwl.scm (apply-partially): New function.
(collect-steps): Support literal strings as arguments.
* tests/ccwl.scm ("allow literal strings as arguments"): New test.
* .dir-locals.el (scheme-mode): Indent set-command-inputs and
set-input-default.
|
|
* .dir-locals.el (makefile-gmake-mode): Set indent-tabs-mode to t.
|
|
* .dir-locals.el (scheme-mode): Indent syntax-lambda**.
|
|
* .dir-locals.el (scheme-mode): Remove indentation specification for
set-input-source, set-output-source and set-step-in.
|
|
* .dir-locals.el (scheme-mode): Set scheme-indent-function of workflow
to 1.
|
|
* ccwl/ccwl.scm (<output>): Add functional setter set-output-source
for source field.
* .dir-locals.el (scheme-mode): Specify indentation for
set-output-source.
|
|
* .dir-locals.el: New file.
|