On Monday, July 19, 2004 at 13:55:35, Mark Triggs wrote: > Matthieu Moy <[EMAIL PROTECTED]> writes: > > > Mark Triggs <[EMAIL PROTECTED]> writes: > > > >> 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). > > > > Shouldn't that use `read-directory-name' on XEmacs ? (TAB > > completion would complete only directories for example) > > Ah, we could do. The issue with GNU Emacs is that > read-directory-name is relatively new and might not always be > available (or might have been defined slightly differently by > another package like SLIME). If the function is likely to be there > for XEmacs, we may as well use it.
Yeah, its standard XEmacs, use it. Cheers Robert