Danny

Results 70 comments of Danny

I think i had a similar problem, i fixed it by manually evaluating the following line: ``` (add-hook 'slime-event-hooks 'slime-dispatch-media-event) ```

perhaps this would help >Discovering the emacs mode To enable the mode, type: > ```M-x merlin-mode``` from https://github.com/ocaml/merlin/wiki/emacs-from-scratch

The following was the output that I obtained: Test Case ```emacs-lisp (straight-bug-report :post-bootstrap (straight-use-package '(nov-xwidget :host github :repo "chenyanming/nov-xwidget" :type git)) (with-current-buffer straight-process-buffer (message "%S" (buffer-substring-no-properties (point-min) (point-max))))) ``` -...

Here is the result for my ran, thanks for the many ideas, but the error is same, it may be some mis-configuration on my end.. Test Case ```emacs-lisp (straight-bug-report :post-bootstrap...

I also run into requiring to do something similar to this. Where there is an error in my build preventing from the session to connect to the clojurejs repl from...

Weirdly enough, it only complains on certain files, such as my init-javascript, init-css, init-lua-mode, init-transient, and a few others. And some other files, it's fine with the footer...

Yeah, the files in questions are all in .el, however, most emacs lisp configuration files have this file extension...

Fair enough. Here is the extension that requires `cider-current-ns` from CIDER to work. ``` (defun inf-clojure-eval-last-sexp-in-ns () (interactive) (inf-clojure-eval-string (format "(binding [*ns* (find-ns '%s)] (eval '%s))" (cider-current-ns) (buffer-substring (save-excursion (backward-sexp)...

I just find two kinds of error so far (as no further compilation can be made without fixing them first). The first one is fixable, however, the second is tricker...