hlolli / csound-mode

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

Unable to enable csound-mode #1

Closed jmalmari closed 6 years ago

jmalmari commented 6 years ago

Hi. I installed csound-mode from melpa. Major mode failed with:

Symbol’s function definition is void: reduce

For me, it started working when I replaced it with cl-reduce.

GNU Emacs 25.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.19) of 2017-09-16

hlolli commented 6 years ago

Thanks for reporting on this, I see that reduce is an defalias of cl-reduce and I didn't require 'cl. Please post any issue if you encounter them or have a question.