Sorry for the partial message, I am regretting binding
lisp-complete-symbol to C-c c big time.
> + (when cperl-backward-delete-function
> + (make-local-variable 'backward-delete-function)
> + (setq backward-delete-function cperl-backward-delete-function))
Why should this be local?
Because it the equivalent of a keybinding and therefore should only be
done in the cperl buffer. That's why it needs to be done in
(cperl-mode) for each new buffer.
Is something like this acceptible?
jan