"Daniel 'NebuchadnezzaR' Dehennin" <[EMAIL PROTECTED]> writes:
> Le 4565 Septembre 1993, Daniel Dehennin a tapoté: >> DEBUG: load of dvc-status.el >> keysym char must be printable: ?\t > > I found the problem, it seems that XEmacs doesn't like: > (define-key map (dvc-prefix-tagging-method ?\C-i) 'dvc-edit-ignore-files) Indeed, C-i in a terminal is the same as TAB. It is therefore not a good idea to use it at all. I had removed a C-i binding from dvc-diff.el this morning, I'm also changing this one now. -- Matthieu _______________________________________________ Xtla-el-dev mailing list [email protected] https://mail.gna.org/listinfo/xtla-el-dev
