Sam Steingold wrote:
(load (expand-file-name "xtla/xtla-load" ....)) (custom-set-variables '(tla-prefix-key [f6]))1. the drop-down menues still mention C-x T, not <f6> 2. <f6> still does not work until I run some tla command using C-x T. After that, both <f6> and C-x T work, but the menues still mention C-x T, not <f6>. emacs-version "22.0.50.15" tla-version "1.2 ([EMAIL PROTECTED]/xtla--main--1.2--versionfix-4)"
Indeed, yes, for some reason, this doesn't work with Xtla, but works in DVC. After a quick look, I don't find any difference, so I believe this is due to some black magic in the autoloads generation, that I don't want to port back from DVC to Xtla.
In the meantime, you can do this (setq tla-prefix-key [(control ?t)]) (load-file "$HOME/emacs-lisp/xtla-1.2/xtla-load.el") which works for me. -- Matthieu Moy -- Visiting scientist in CSA/IISc/Bangalore http://www-verimag.imag.fr/~moy/ _______________________________________________ Xtla-el-dev mailing list [email protected] https://mail.gna.org/listinfo/xtla-el-dev
