Fork me on GitHub
#cider
<
2015-08-14
>
bozhidar08:08:40

sounds like some installation issue

bozhidar08:08:52

you can try removing and installing again clojure-mode

bozhidar08:08:07

I definitely can’t reproduce this problem

bozhidar08:08:21

and there hasn’t been clojure-mode activity lately anyways

pandeiro11:08:17

@bozhidar: i'm installing everything via cask; i've cleaned .emacs.d/.cask and re-run cask install and the problem persists

pandeiro11:08:12

it seems like some kind of autoloads issue, because just doing C-h f + clojure-mode solves the problem -- from then on, M-x clojure-mode etc work

pandeiro11:08:42

But on Emacs init, no clojure/cljs/etc buffers are opened in clojure-mode

bozhidar11:08:50

pretty bizarre

bozhidar11:08:00

I haven’t had such issue with package.el

bozhidar11:08:13

but I’m guessing that cask uses it internally anyways

pandeiro11:08:45

yes, it does

pandeiro11:08:55

i don't know how many people are crazy enough to cask update daily against melpa stable, but if no one else has this issue, i'll try to reproduce in a fresh emacs

pandeiro11:08:54

i wish cask had a cask downgrade <pkg>

pandeiro16:08:39

k i can't reproduce on a clean emacs... no idea how to even debug it 😕

pandeiro17:08:12

wiping out my entire init.el solves it... simple_smile

pandeiro17:08:28

@bozhidar: any idea why this part of my init.el doesn't work any more?

pandeiro17:08:37

(eval-after-load 'clojure-mode '(define-clojure-indent (defroutes 'defun) (-> 'defun) (->> 'defun) (fact 'defun) (facts 'defun) (start 'defun) (stop 'defun) (GET 2) (POST 2) (PUT 2) (DELETE 2) (HEAD 2) (ANY 2) (context 2) (query 'defun) (copy 2) (create-table 1) (delete 1) (drop-table 1) (insert 2) (select 1) (truncate 1) (update 2)))

bozhidar22:08:37

looks fine to me

bozhidar22:08:47

this hasn’t been changed in quite a while