spacemacs icon indicating copy to clipboard operation
spacemacs copied to clipboard

layouts-transient-state/body returns function definition is void: lexical-let

Open RidaAyed opened this issue 4 months ago • 1 comments

Description :octocat:

M-x layouts-transient-state/body is not working anymore. Error let: Symbol’s function definition is void: lexical-let

Reproduction guide :beetle:

  • Start Emacs
  • Hit SPC l or M-x layouts-transient-state/body

Observed behaviour: :eyes: :broken_heart: Ttransient state is shown though not working at all and alongside this error: let: Symbol’s function definition is void: lexical-let

Expected behaviour: :heart: :smile: layouts-transient is shown in minibuffer

System Info :computer:

  • OS: gnu/linux
  • Emacs: 29.4
  • Spacemacs: 0.999.0
  • Spacemacs branch: develop (rev. 844de3153)
  • Graphic display: t
  • Running in daemon: t
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: helm
  • Layers:
((spacemacs-layouts :variables spacemacs-layouts-restrict-spc-tab t)
 systemd graphviz
 (spell-checking :variables spell-checking-enable-by-default nil spell-checking-enable-auto-dictionary t enable-flyspell-auto-completion t)
 yaml
 (json :variables json-fmt-tool 'web-beautify)
 latex pass csv prodigy
 (treemacs :variables treemacs-use-all-the-icons-theme t)
 search-engine
 (auto-completion :variables auto-completion-enable-snippets-in-popup t auto-completion-enable-help-tooltip t auto-completion-return-key-behavior 'complete auto-completion-tab-key-behavior 'cycle auto-completion-enable-sort-by-usage t auto-completion-idle-delay 0.2 auto-completion-minimum-prefix-length 2)
 exwm emacs-lisp git helm finance
 (org :variables org-enable-hugo-support t org-enable-github-support t)
 (shell :variables shell-default-shell 'ansi-term shell-default-height 30 shell-default-position 'right spacemacs-vterm-history-file-location "~/.bash_history")
 (version-control :packages
                  (not git-gutter))
 mu4e pdf
 (python :variables python-backend 'lsp python-lsp-server 'pyright python-test-runner 'pytest))
  • System configuration features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB

Backtrace :paw_prints:

Debugger entered--Lisp error: (void-function lexical-let) (lexical-let ((on-exit on-exit)) #'(lambda nil (setq exwm-input-line-mode-passthrough nil) (if on-exit (progn (funcall on-exit))))) (let ((on-exit (lexical-let ((on-exit on-exit)) #'(lambda nil (setq exwm-input-line-mode-passthrough nil) (if on-exit (progn ...)))))) (funcall fun keymap on-exit foreign-keys)) ...

RidaAyed avatar Sep 28 '24 07:09 RidaAyed