Matthieu Moy <[EMAIL PROTECTED]> writes:
>
> What you describe should not happen with the current code.
>
> 1) if you have a byte-compiled xtla in the way, make sure it is
> up-to-date, or delete the .elc files.
>
No, i don't.
> 2) Check that the code of tla-start-project looks like
>
Yes, it does.
>
> 3) If this all didn't solve your problem, try this:
>
> a) M-x set-variable RET debug-on-quit RET
> b) M-x eval-buffer RET (both in xtla.el and xtla-core.el)
> c) M-x tla-start-project RET /path/to/project RET
> [you're prompted for an archive name]
> d) C-g
> e) Post the backtrace here.
>
signal(quit nil)
(condition-case reason (tla--name-read-internal prompt archive category
branch version revision) ((quit error) (run-hooks ...) (signal ... ...)))
(if tla--name-read-debug (tla--name-read-internal prompt archive category
branch version revision) (condition-case reason (tla--name-read-internal prompt
archive category branch version revision) (... ... ...)))
(let ((tla--name-read-arguments ...)) (if tla--name-read-debug
(tla--name-read-internal prompt archive category branch version revision)
(condition-case reason ... ...)))
tla-name-read("Import `/home/jao/prj/doc/xc' to: " "[EMAIL PROTECTED]" prompt
prompt prompt)
(let* ((base ...) (l ...) (project ...)) (let (...) (tla--run-tla-sync ...)
(tla--run-tla-sync ...) (tla-inventory base t) (cons project
default-directory)))
tla-start-project()
call-interactively(tla-start-project)
execute-extended-command(nil)
call-interactively(execute-extended-command)
That's it. Thanks a lot for your patience!
jao