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).  

Cheers,
Chris

Reply via email to