emacs-devel
[Top][All Lists]
Advanced

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

Re: Invoke Ange-FTP from within Tramp


From: Richard Stallman
Subject: Re: Invoke Ange-FTP from within Tramp
Date: Sun, 23 Jun 2002 12:12:51 -0600 (MDT)

    Couldn't this be done with a suitable defmacro ?

            (deftramp find-file (arg...)
               code)

    expands to

            (defun tramp-find-file (arg...)

If the actual function is called tramp-find-file, then the symbol that
appears in the code should be tramp-find-file, not find-file.
This is for the sake of etags, and C-s, and grep, etc.





reply via email to

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