Fork me on GitHub
#spacemacs
<
2019-11-12
>
theeternalpulse18:11:53

after an update the ususal Ctrl-P/N no longer work for popping previous and next after pasting, in evil mode

practicalli-johnny21:11:51

Has that option been reset to nil’ (the default I believe) in your .spacemacs` file. If it’s nil, then set it to t. If true, then you have found a bug it seems.

theeternalpulse21:11:17

what option is that?

theeternalpulse21:11:41

the paste-transient-state?

theeternalpulse21:11:53

the feature i'm talking about should be an emacs standard command

practicalli-johnny23:11:50

Sorry, my bad, I didn’t read properly. I’ve never used C-P/N before.

theeternalpulse23:11:37

ah, it's similar but doesn't give the hydra state, it just cycles through previous and next copied items to paste

johanatan20:11:39

anybody know how to troubleshoot the following error?

practicalli-johnny21:11:41

If you are on a Mac I think some people had this issue several weeks ago. Sorry, I don’t remember the fix, but will see if I can find anything

practicalli-johnny21:11:20

If it’s an option for you, could you upgrade Emacs to version 26.3?

practicalli-johnny21:11:46

FYI. I assume most people on this channel use the Spacemacs develop branch, rather than the 2 year old master branch.

johanatan21:11:47

Yea I tried develop too but there were different issues

johanatan21:11:59

I’ll try upgrading to 26.3

johanatan00:11:49

that didn't fix it. and now emacs itself seems unstable/locks up easilly.

johanatan00:11:03

doesn't work at all on develop branch, but on master i can still get it to start albeit unstably

johanatan00:11:15

do you happen to remember if there were more to the fix than merely upgrading emacs?

practicalli-johnny12:11:43

There is info on the flycheck page about setting your path if you have a Mac, so make flycheck work https://www.flycheck.org/en/latest/ Also take a look at the troubleshooting section and verify flycheck is working https://www.flycheck.org/en/latest/user/troubleshooting.html I don't have a Mac, so can't test this.

practicalli-johnny12:11:24

If it is a path issue, flycheck may work if you run Emacs from a terminal window

johanatan20:11:44

if i run global-flycheck-mode, it actually disables it. run it again to re-enable, then i get the same error saying that flycheck is disabled.

johanatan20:11:14

if i do SPC u M-x flycheck-disable-checker, it says that no checkers are disabled for this file.