"Edward J. Sabol" <[EMAIL PROTECTED]> writes:
> Dare I mention that the "/s:" prefix doesn't really relate to the
> new name, rcp.el, at all? (No, I am *not* advocating changing it
> to "/r:" or "/rcp:"!)
Guess what I did...
> On an unrelated topic, does anyone here use complete.el (which
> comes with Emacs 19.3x and higher, I think) to be able to
> `find-file' on file names like "*.[ch]"? I do this *all* the time,
> so I implemented a replacement for `PC-expand-many-files' that
> works with rssh files and allows complete.el to work transparently
> with rssh.el/rcp.el. The thing is I'm not sure what to do with
> it. `file-name-handler-alist' won't allow me to override
> `PC-expand-many-files' since it's not an I/O primitive.
I also use complete.el. Didn't realize that it could be used for
remote files, too, though. Nifty idea!
Hm.
The best solution would be if this operation was added to the list of
operations handled by file-name-handler-alist. As an interim
solution: observe that it works by adding a function to
find-file-not-found-hooks, so you could just copy that function
(PC-try-load-many-files) and make it use your function, then add the
new function to find-file-not-found-hooks, as well. What do you
think?
Thanks for the code. I'm sure it will be in rcp.el in one form or
other.
kai
--
I like _b_o_t_h kinds of music.