I'm trying to access my google drive from within emacs. According to this, that's possible with emacs 26. Based on the tramp 2.4.3 manual I think that's because emacs 26 comes with version 2.4.3 of Tramp. True?
If so, does that mean that an alternative route to achive google drive access in emacs 25 is to update from Tramp 2.2.13 to Tramp 2.4.3?
If so, how do I do that? My tramp-version
is 2.2.13.25.2. I tried installing tramp 2.4 via elpa, but still tramp-version
returns 2.2.13.25.2. When I try C-x C-f ~//gdrive:john.doe@gmail.com:/
I get the error
Symbol’s function definition is void: tramp-compat-tramp-file-name-slots
This is a different error message than before I melpa-ed tramp; before it was "Unknown method "gdrive".
Note that I have successfully added my google drive to my GNOME desktop.
EDIT tramp-version
is now showing 2.4.3.3. Now when I try C-x C-f ~//gdrive:john.doe@gmail.com:/
I get the error
Symbol’s function definition is void: "(setf tramp-file-name-localname)"