csdrane

Results 7 comments of csdrane

Unfortunately, no, this did not fix the problem. On Wed, Oct 8, 2014 at 1:08 PM, James Reeves [email protected] wrote: > This should be fixed in 0.8.12 (see this PR...

I was able to diagnose the issue. The problem is resolved when I add :main project.core to the :ring map in project.clj. My guess is that this part of the...

Emacs built through homebrew with --cocoa enabled. I use the terminal version typically though.

I don't know exactly what info you're looking for. ``` (window-system) > nil (memq window-system '(ns mac)) > nil (make-frame-on-display (getenv "DISPLAY") edit-server-new-frame-alist)) > Debugger entered--Lisp error: (void-variable edit-server-new-frame-alist) (make-frame-on-display...

Apologies, I pasted the wrong error message before. See below. ``` > (make-frame-on-display (getenv "DISPLAY") edit-server-new-frame-alist) Debugger entered--Lisp error: (error "Don't know how to interpret display \"\"/tmp/launch-IcrLfZ/org.macosforge.xquartz:0\"\"") signal(error ("Don't know...