Daniel Luna
Daniel Luna
In case someone needs a quick fix for this, I have something like the following in my `.dir-locals.el`: ```elisp ((js2-mode . ((eval . (progn (setq mocha-which-node (if (boundp 'nvm-current-version) (concat...
@makotogitdev Thanks for that! I've been looking for a similar solution for a while. I'm a bit confused about this: > Since Postman is meant to be interactive, I did...
https://github.com/sigma/erbot/blob/master/erbc-backquote.el Does this look like a worthwhile addition to the sandbox?
It turns a backquoted form into a non-backquoted form, so we would have more control over the code.
Could you please run the following commands: ``` emacs-lisp (4clj-get-problem 1 '4clj-parse-problem) (make-4clj-buffer "test") ``` In your scratch buffer? Which one of them returns an error?
``` emacs-lisp (let ((debug-on-error t)) (4clj-get-problem 1 '4clj-parse-problem)) ``` should do. Also, can you show the contents of the "http www.4clojure.com" buffer?
Can you provide a stacktrace? I've installed emacs-live here, but I was not able to reproduce the problem. On Sun, Feb 10, 2013 at 12:00 PM, cannyboy [email protected] wrote: >...