help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Making Emacs Lisp Code TRAMP-compatible


From: Nordlöw
Subject: Making Emacs Lisp Code TRAMP-compatible
Date: Thu, 8 Oct 2009 08:18:41 -0700 (PDT)
User-agent: G2/1.0

If I want my Emacs-Lisp app to be compatible with TRAMP which
functions do I have to replace with TRAMP equivalents (tramp-
handle-...)?

All of them? Or is there a convenient way of replacing them all att
once inside a file-scope?

- directory-files() => tramp-handle-directory-files()
- file-directory-p() => tramp-handle-file-directory-p()
- ...

/Nordlöw


reply via email to

[Prev in Thread] Current Thread [Next in Thread]