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

Emacs

310 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? ):

you are viewing a single comment's thread
view the rest of the comments
[–] 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.