Johan Andersson

Results 33 issues of Johan Andersson

Allow for more complex patterns for options and commands, for example: ``` lisp (defun foo (&optional bar baz) ...) (command "foo [bar, baz]" foo) ``` ``` lisp (defun foo (bar...

Evaling this: ``` lisp (progn (require 'commander) (defun foo () (print "foo")) (commander (command "foo" foo)) (commander-print-usage)) ``` Will result in: `f-filename: Wrong type argument: stringp, nil`. This is because...

Ert runner have some runtime dependencies that will pollute the test environment. Run tests in subprocess to avoid this.

The Ert reporter is broken in Emacs 24.4. This is only an issue with byte compiled files. Using it will give the output: `Invalid time specification`

Would be nice if you could install EVM via Homebrew.

Create a shim for `emacsclient` just as for `evm-emacs` and `emacs`. See https://github.com/rejeep/evm/blob/master/lib/evm/package.rb#L27-L33

That only downloads or updates the source code.

When running `evm install emacs-blah`, do not remove the current instance (if any) until the new installation is complete.

Add dry run option so that Evm will only print the installation command.

Add checksum for tar-file downloads. If the checksum does not match, the tar-file is considered invalid.