kraf

Results 4 comments of kraf

Reported error gets thrown here ```elisp (defun evil-cp--balanced-block-p (beg end) "Checks whether the block defined by BEG and END contains balanced parentheses." (let ((region (evil-yank-rectangle beg end))) (with-temp-buffer (insert region)...

I'm running it from the terminator terminal emulator with zsh. I just now tried bash and konsole (which comes with KDE) and screen but still no luck. I have OpenSuse...

It's been some time since the last update on this issue. Are there plans to tackle this? Are you accepting pull requests for this?

I've been just dropping this snippet in my main entry points: ``` var Flux = require('wherever-you-build-flux'); Flux.dispatcher.register(function debugOutput(payload) { if(localStorage.debugDispatch === "true") { console.log(Date(), payload.actionType, payload); } }); ``` I...