spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
teodorlu 2020-06-22T08:27:32.473300Z

Anyone know how to paginate back in the CIDER inspect buffer?

teodorlu 2020-06-22T08:28:24.473600Z

n paginates forward. p and N do not go back. CIDER docs says use SPC and M-SPC to go back and forth, but Spacemacs seems to override those.

teodorlu 2020-06-22T08:54:05.474Z

Huh, I was wrong. M-SPC does seem to work.

practicalli-john 2020-06-22T08:54:26.474200Z

p was working for me last month in Evil normal state. L to go back to up to a parent expression https://practicalli.github.io/spacemacs/evaluating-clojure/inspect.html

💯 1
teodorlu 2020-06-22T08:55:41.474600Z

It seems like N is supposed to work, but I'm seeing errors in my messages buffer: > command-execute: Wrong type argument: commandp, cider-inspector-previous-page [4 times]

teodorlu 2020-06-22T08:57:43.474800Z

Thanks, @jr0cket! p doesn't seem to work for me, I'm seeing the following message: > funcall-interactively: Buffer is read-only: #<buffer cider-inspect>

practicalli-john 2020-06-22T09:03:25.475Z

Strange, I just ran the inspector and p and N both page backwards (one you have paged forwards).

1
practicalli-john 2020-06-22T09:03:58.475200Z

Is the inspector buffer in Evil normal state? It should be by default It seems like your p is trying to paste into the buffer, so maybe there is a bug. Nothing has changed with the Clojure layer in Spacemacs develop for a while though. If you are on Spacemacs master then perhaps there is a bug only fixed in develop.

👍 1
teodorlu 2020-06-22T11:10:57.475700Z

> Is the inspector buffer in Evil normal state? It should be by default When I M-x evil-normal-state within the inspect buffer and press n, I get a "SOMETHING": pattern not found, seeming to search for SOMETHING.

teodorlu 2020-06-22T11:11:16.475900Z

I'm on master -- perhaps it makes sense to move to develop.

bartuka 2020-06-22T14:52:29.476800Z

hi.. how can I disable the spacemacs theme and stick with the standard emacs -Q one?

practicalli-john 2020-06-23T10:21:20.479100Z

I've added a note about disabling custom themes to get the classic Emacs colors, so thanks for letting me know how you configured it. https://practicalli.github.io/spacemacs/install-spacemacs/themes.html

❤️ 1
practicalli-john 2020-06-22T20:03:48.477Z

Does emacs -Q use a specfic theme? If so then add the name of that theme to dotemacs-themes in .spacemacs . Otherwise use SPC T s to select themes, using C-c C-f to preview each theme while the helm list of themes is open. Then select the theme that is closest to the original theme.

practicalli-john 2020-06-22T20:04:44.477200Z

I believe the theme is called default , so set that in .spacemacs.

bartuka 2020-06-22T23:38:13.477400Z

For some reason i feel they are different. I did a disable-theme on my user-config

bartuka 2020-06-22T23:38:37.477600Z

I am on vacations and trying spacemacs for the first time hehehe.. your blog has several nice tips, thanks @jr0cket

bartuka 2020-06-22T23:39:17.477800Z

I still thinking if its worth the effort of learning spacemacs... the bindings seems like very thought out!