"Jose A. Ortega Ruiz" <[EMAIL PROTECTED]> writes:
> tla-name-read("Import `/home/jao/prj/doc/xc' to: " "[EMAIL PROTECTED]"
> prompt prompt prompt)
So, your problem doesn't come from tla-start-project, but from
tla-name-read, which is called with the right arguments.
Normally,
M-: (tla-name-read "Import: " "[EMAIL PROTECTED]" 'prompt 'prompt 'prompt) RET
Should give the same behavior. You can try
M-: (tla-name-read "Import: " 'prompt 'prompt 'prompt 'prompt) RET
To see if there's a difference.
Also, try the traditional emacs -q --no-site-file. I tried both with
Emacs 21.2 and CVS compiled yesterday evening, and I still can't
reproduce your problem.
If you can't give me a way to reproduce it, you'll have to debug it
yourself ;-). I can see from your archive that you have a few elisp
package, so, I think you can help ...
You have a function `tla--trace' that you can use like `message'. Try
adding stg like
(tla--trace "string=%S predicate=%S what=%S args=%S"
string predicate what tla--name-read-arguments)
at the beginning of tla--name-read-complete. Then, try a M-:
(tla-name-read .....), TAB (several times), and look at your
*Messages* buffer.
--
Matthieu