hlolli / csound-mode

Emacs major mode for coding in Csound
41 stars 14 forks source link

not working on Emacs 28.2 #29

Closed wuqtas closed 1 year ago

wuqtas commented 1 year ago

starting with 'emacs --debug-init' throws;

Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "dash")
  require(dash)
  load-with-code-conversion("/home/wuqtas/.emacs.d/csound-mode/csound-util.el" "/home/wuqtas/.emacs.d/csound-mode/csound-util.el" nil t)
  require(csound-util)
  load-with-code-conversion("/home/wuqtas/.emacs.d/csound-mode/csound-eldoc.el" "/home/wuqtas/.emacs.d/csound-mode/csound-eldoc.el" nil t)
  require(csound-eldoc)
  load-with-code-conversion("/home/wuqtas/.emacs.d/csound-mode/csound-mode.el" "/home/wuqtas/.emacs.d/csound-mode/csound-mode.el" nil t)
  require(csound-mode)
  load-with-code-conversion("/home/wuqtas/.emacs.d/init.el" "/home/wuqtas/.emacs.d/init.el" t t)
  load("/home/wuqtas/.emacs.d/init" noerror nomessage)
  startup--load-user-init-file(#f(compiled-function () #<bytecode 0x1480cfda4288346a>) #f(compiled-function () #<bytecode -0x1f3c686ddc0cdc35>) t)
  command-line()
  normal-top-level()

csound-mode from your last commit: "Merge pull request https://github.com/hlolli/csound-mode/pull/28 from sohet/master"

sohet commented 1 year ago

I'm using emacs 28.2 in debian bookworm, and csound-mode in melpa works fine now. If you want to install it from git directly, these emacs packages must be installed manually.