this post was submitted on 26 Nov 2023
2 points (100.0% liked)

Emacs

305 readers
1 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
 

Hi all, I'm moving towards Emacs as an old vim user, with the goal of giving up my heathen C ways in favor of Lisp.

Attempting to use slime on a fresh install gives the error: Eager macro-expansion failure: (wrong-number-of-arguments (3 . 4) 2)

wth is this? ):

top 4 comments
sorted by: hot top controversial new old
[–] centzon400@alien.top 1 points 9 months ago (1 children)

wth is this? ):

That's an unbalanced parenthesis. You are not allowed emoticons in Lispland, and will have to upgrade to emojis, like so: 😄

[–] Evil_Malloc@alien.top 1 points 9 months ago

(╥﹏╥)

[–] xpusostomos@alien.top 1 points 9 months ago

Wow giving up C and vim in one go.

[–] lebensterben@alien.top 1 points 9 months ago

you need to update all your packages first before loading any user inti file to isolate other issues.

the root cause of the error is that define-obsolete-variable-alias now requires four arguments instead of three (and one optional argument). so outdated packages may use wrong calling conventions.