Fork me on GitHub
#spacemacs
<
2022-04-02
>
Phil Hunt06:04:14

Morning šŸ™‚

Phil Hunt06:04:25

I thought Iā€™d give Spacemacs a try but when I attempt to do ' for sesman-start I get an error about wrong number of arguments? Common-lips Slime works fine and doesnā€™t do this, just Clojure.

šŸ‘€ 1
Phil Hunt06:04:10

Doing it for M-x too, ā€˜wrong number of argumentsā€™

āœ… 1
Phil Hunt06:04:44

looks like itā€™s Helm. Replacing Helm with Ivy made it go away.

Gunnar14:04:44

Had the same just the other day and it seemed helm related, maybe... SPC SPC (Helm M-x fuzzy match) failed with the complaint about wrong number of arguments. I just selected Rollback package update from the main page and it went away, and I have not looked any deeper at it. If anyone else can confirm the same behavior, or know that this is some recent regression/problem (and if it is fixed?), then please comment.

Phil Hunt12:04:08

It went away when I updated everything. Git pull on Spacemacs saw a few changes.

Gunnar13:04:59

OK, I will try updating again soon and hopefully it was some small regression that was quickly fixed so it is not my own mistake.

Martynas Maciulevičius07:04:28

Hey guys. Does anybody know why this one works:

(with-eval-after-load 'typescript-mode
    (spacemacs/set-leader-keys-for-major-mode 'typescript-mode "gb" 'previous-buffer))
And this one doesn't? (for tsx major mode)
(with-eval-after-load 'typescript-tsx-mode
    (spacemacs/set-leader-keys-for-major-mode 'typescript-tsx-mode "gb" 'previous-buffer)
    (spacemacs/set-leader-keys-for-major-mode 'typescript-mode "gm" 'previous-buffer))
I also opened this github issue: https://github.com/syl20bnr/spacemacs/issues/15442 For some reason it worked when I removed with-eval-after-load. Probably there is some kind of a callback listener problem.

practicalli-johnny07:04:10

The issue has no layer information, so no idea how the layer has been set up. Sorry, I don't have info to help

Martynas Maciulevičius07:04:07

Oh. How does one get package info?

Martynas Maciulevičius07:04:12

If I run pkg-info-package-version and then look for tsx and typescript-tsx then I find no matches. But typescript gives this: 0.4 (package: )

practicalli-johnny09:04:32

The process to create a useful issues is described in the issue template, I.e. the text that is populated automatically when an issue is created on GitHub. This describes how to create a GitHub issue from Spacemacs itself, using SPC h I

Martynas Maciulevičius13:04:18

I included the details from SPC h I.