Hi Paul,
> "Albert, J�rgen" writes:
> > '(jde-key-bindings (quote (("[?^C ?^V ?^Z]" ...
Paul Kinnucan <[EMAIL PROTECTED]> writes:
> The format in your .emacs file is the Emacs print representation
> of control characters.
I don't think so. Try to evaluate these expressions in your scratch
buffer (always typing ^Z as two characters):
(length "^Z") ;; => 2
(string-to-char "^Z") ;; => 94
?^Z ;; => 94
The JDE should probably use some printable representation but it seems
that it doesn't.
so long, benny