Fork me on GitHub
#parinfer
<
2016-06-07
>
spfeiffer11:06:15

Hi guys. I am no expert in elisp, but i would like to get parinfer going in emacs. Anyone lucky with that?

spfeiffer11:06:07

I went with https://github.com/joodie/parinfer-mode as a starting point, as he has two fixes that are not merged in https://github.com/edpaget/parinfer-mode

spfeiffer11:06:58

I loaded the parinfor-mode.el file, evaluated it, executed M-x parinfer-mode on a lisp buffer, have parinfer in my mode line, but it seems to do nothing. No shuffling around forms when indenting.

spfeiffer11:06:20

I also manually deactivated smart parens minor mode which is active by default in https://github.com/bbatsov/prelude but no change

spfeiffer11:06:50

Anyone made parinfer-mode work in Emacs?

spfeiffer11:06:12

Ah, it starts up in parens-mode, that explains.

spfeiffer11:06:58

No, its not. It is calling indent mode, but obviously <TAB> gets swallowed or routed elsewhere or who-knows-what. So the problem seems to be more general-emacs-related than parinfer-related. Sorry for getting that wrong in the first place.