hi again,
1. enabling undo-paste has made undo-cut deadly:
g_editor.c @@ -488,7 +488,7 @@ if (action == UNDO_UNDO) { if (mode == UCUT_CUT) - canvas_paste(x); ?+ canvas_dopaste(x, copy_binbuf);
2. (for those running Pd without 'make install') it would be nice if the plain make has put expr family symlinks (back) in the 'extra' directory.
Krzysztof