Skip to content

Tags: zenspider/enhanced-ruby-mode

Tags

v20191111

Toggle v20191111's commit message
Refactored the Rakefile to more cleanly run emacs tasks.

* Added clean task to remove elc files.
* Added run to prevent backtraces on failures.
* Refactored to top level emacs function (no longer loads tests).
* Added emacs_test that calls emacs w/ tests.
* Wired up default to clean, test, and then compile.

v20190408

Toggle v20190408's commit message
Sorted all defcustom sexps. Easier to find things.

Now I need to rename some stuff for consistency and deprecate the old.

v20190325

Toggle v20190325's commit message
Trying to make erm server more fail-proof.

It gets INCREDIBLY annoying when erm can't parse nor close a buffer.
This should make interrupted processes while closing a buffer work.

That said, there is still a lot in here that hangs up erm in a way I
don't understand yet.

v20180330

Toggle v20180330's commit message
Improve debugging output so I can see what face it maps to.

v20171101

Toggle v20171101's commit message
better movement

v20170417

Toggle v20170417's commit message
Make erm more resilient towards errors.

Still not perfect. Need to figure out odd encoding errors that seem to
want me to be in binary mode. Need to make it better about not bugging
me if I've opened and killed a bunch of buffers quickly. The errors
from killing of buffers in particular are annoying. Makes using macros
tedious.

v20150711

Toggle v20150711's commit message
Add some tests for bug #78. One passes, one fails.

v20150604

Toggle v20150604's commit message
oops! forgot input file.

v20150312

Toggle v20150312's commit message
Slight improvement of tests.

v20150214

Toggle v20150214's commit message
Hooked up test:all to default