[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Is tramp ready for use with Xemacs 21.4 (patch 14) ?
From: |
Narana Kannappan |
Subject: |
Is tramp ready for use with Xemacs 21.4 (patch 14) ? |
Date: |
Fri, 6 Feb 2004 16:16:22 -0800 |
Hi,
I hit upon discussions about tramp not working
and xemacs still using efs for remote file editing.
Can someone please clarify if tramp is ready for usage ?
Tramp isnt working for me and I want to abandon my debugging
efforts if it isnt ready yet.
Thanks,
-Narana
---------------------------------------------------------------------------------
Version 21.4 (patch 14)
`file-name-handler-alist' is a simple built-in variable.
Value: (("\\`/\\[.*\\]" . tramp-file-name-handler) ("^/[^/:]+:" .
remote-path-file-handler-function))
Documentation:
*Alist of elements (REGEXP . HANDLER) for file names handled specially.
If a file name matches REGEXP, then all I/O on that file is done by calling
HANDLER.
The first argument given to HANDLER is the name of the I/O primitive
to be handled; the remaining arguments are the arguments that were
passed to that primitive. For example, if you do
(file-exists-p FILENAME)
and FILENAME is handled by HANDLER, then HANDLER is called like this:
(funcall HANDLER 'file-exists-p FILENAME)
The function `find-file-name-handler' checks this list for a handler
for its argument.
- Is tramp ready for use with Xemacs 21.4 (patch 14) ?,
Narana Kannappan <=