John H Palmieri <John.H.Palmieri.2(a)nd.edu> writes:
`M-x describe-key |' looks a bit funny, though:
| runs (lambda nil Insert the string "abc" (interactive) (insert abc))
Insert the string "abc"
This is probably a bug. describe-key is using princ somewhere where it
really should using print1
2. The second problem is that I can't seem to define a key map
in
which "a" is bound but "A" is not.
This seems to be intentional. There is 28 lines of C to just this. See also
`retry-undefined-key-binding-unshifted' (watch the Doc string though).
I am not sure why this is done though...
JAn