Aaron Madlon-Kay

Results 242 comments of Aaron Madlon-Kay

I translated @ahungry's rules into a custom config available here: https://github.com/amake/.emacs.d/commit/c4307e9605b71d2e603fde9ca4354cd60fac359f#diff-64ed6d0a7a4f2eaf33cacc2454a19cffR402 I'm not that familiar with TypeScript so I'll be testing for a while before considering opening a PR. If...

Actually I was wondering about the testing facility: What is the expected way to run the tests? I tried doing `M-: (dumb-jump-test-*-rules t)` and then was prompted with "Buffer .*.test...

I think this can be closed now that #299 is in.

To test the current behavior: 1. Make a new buffer and then `M-x org-mode` 2. Paste in the following ```Org #+begin_src ruby #+end_src ``` 3. With the cursor on either...

> I think you may be able to use an error-filter that removes filenames if they equal "stdin"; then you wouldn't have to duplicate the patterns. Thanks! That's a much...

As far as I can tell, the Travis errors are not related to this PR: ``` Test flycheck-define-checker/dockerfile-hadolint/error condition: (ert-test-failed ((should (equal (mapcar #'flycheck-error-without-group expected) (mapcar #'flycheck-error-without-group current))) :form (equal...

@cpitclaudel Gentle ping on this. I've been running this code in my `init.el` for ~8 months and it's been rock solid.

Thanks! That did indeed clear up the failures.

Any chance of getting another look at this? @cpitclaudel @fmdkdd