Chris Gray <[EMAIL PROTECTED]> writes: > Hi, > > The following code does not do what you want if SLIME (a lisp > interaction mode) is loaded before > xtla: > > (unless (functionp 'read-directory-name) > (defalias 'read-directory-name 'read-file-name)) > > > The problem is that SLIME defines read-directory-name to something > that is different than you want (it checks for the existence of the > directory and barfs if it is not there).
Thanks for pointing this out. As luck would have it, I'd never loaded SLIME before Xtla so this one hadn't surfaced :o) I've added a tla--read-directory-name function to xtla-core.el which should do the Right Thing regardless of emacs version. Hopefully this will do the trick. See patch-99 in my archive (http://members.iinet.net.au/~mtriggs/arch, xtla--main--0.1). Thanks again, Mark -- Mark Triggs <[EMAIL PROTECTED]>
