hlolli / csound-mode

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

Evaluation in the repl: Symbol's value as variable is void: csound-repl--udp-client-proc #23

Open michaelmariaott opened 1 year ago

michaelmariaott commented 1 year ago

If I start the csound repl and try to send anything to it from my csd file via C-M-x or C-c C-e I get the error:

Symbol's value as variable is void: csound-repl--udp-client-proc
hlolli commented 1 year ago

ok thanks for the report! I will look into this

hlolli commented 1 year ago

2023-02-17 09 07 20

I don't get this error, because whenever I don't have the repl activated, I get a warning telling me that. When the repl is active, I'm able to send statements.

I think perhaps you attempted to start the repl but it crashed or something? Could you send me a copy/paste of your message buffer when this is happening?