Matthew O. Smith
Matthew O. Smith
I suspect that 2.3.1 has a bug in it. You might try cloning the latest jar at https://github.com/m0smith/malabar-mode-jar.
Flycheck and be enabled and disabled as needed. The point of flycheck is highlight errors on the fly. If you do not want that, go ahead and disable it.
https://github.com/m0smith/malabar-mode-jar/issues/31 was created to clean up the grooovy buffer output
Try S-M-: and enter `(symbol-function 'semantic-find-tags-by-class)` and tell me what you get. I get `(macro . #[(class &optional table) "ÂÃÄBB E" [class table semantic--find-tags-by-macro eq (...)] 4 ("c:/Users/lpmsmith/projects/cedet/lisp/cedet/semantic/find.elc" . 7881)])`
Looking at this again it looks similar to http://stackoverflow.com/questions/6432966/why-doesnt-application-of-function-returned-by-elisp-macro-work except the macro expands a let rather than a function ``` (let ((tags (semantic-something-to-tag-table scope)) (result nil)) (while tags (and (eq...
Thanks for reporting this. What you say makes sense. It will be good to setup a sample project that exhibits this behavior.
Thanks for providing this sample. Would you be willing to donate it to the project? I am going to gather different scenarios for unit testing purposes and this is a...
Thanks. I think this is a common situation with maven. I am definitely dedicating some hammock time to it. http://www.youtube.com/watch?v=f84n5oFoZBc My current thought is to prefer the current pom but...
After thinking about this issue, the right thing to do appears to be to always check the parent pom and if the pom we found is a module, to use...
Make sure dash and groovy-mode are installed Sent from my T-Mobile 4G LTE Device -------- Original message --------From: young-druid [email protected] Date:06/20/2015 1:01 PM (GMT-07:00) To: m0smith/malabar-mode [email protected] Subject: [malabar-mode] When...