-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working #13
Comments
More from email:
I've already tried removing the backtick, which is clearly there for |
Author is a better developer than me: I poked at this tonight. The issue is that tramp tries to grab just It's a little unpredictable what happens with [1]'s conses, btw, because [1] ("\ [2] Original file-name-handler-alist:
List after tramp gets through with it:
Tramp also obnoxiously seems to have various other list reorderings
For my use case, I can [A slightly different dropbox prefix syntax than "/db:", such as maybe Basically, your choice of syntax dramatically conflicts with tramp, P.S. It also looks like you should just put |
In summary, if only all of us could have such wonderful users with such thorough bug reports. It's unlikely I'll get to this any time soon, since with teaching, writing a book, and my students I have to prioritize my time. But it'd be nice if this worked again. |
I got this issue over email a year ago. Well, I'm obviously not working on, let's leave it as an issue instead. It's a pity, it's one of the best bug reports I've ever received:
Hi. I just discovered dropbox.el. I'm having issues getting
/db:
to actually call the underlying mechanism, though calling
dropbox-handle-directory-files
does actually see files.I'm running "Emacs 25.2.2 (x86_64-pc-linux-gnu, GTK+ Version 3.22.21)
of 2017-09-22, modified by Debian" under Ubuntu 18.04.3 LTS.
To install dropbox.el, I first had to retrieve "request" from [1].
I byte-compiled and loaded just request.el from that package, then
byte-compiled dropbox.el from yours [2] and loaded that. I then
setq
'ddropbox-access-token to the token I got when I created the app on Dropbox.
[1] https://github.com/tkf/emacs-request
[2] https://github.com/pavpanchekha/dropbox.el
After reading the only open issue in your Github (re Helm #7), I saw the
clue about first calling
dropbox-connect
, which either isn't in yourREADME or I missed it somewhere, so I also called that after some
previous attempts didn't work, but it doesn't seem to have helped.
Instead, if I try something like
C-x d /db:
or(directory-files "/db:")
,I get:
so clearly it's trying to connect to a host called "db" instead of the
actual Dropbox API endpoints.
*Messages*
has:file-name-handler-alist
is:I tried again via
emacs -q
so it would not run my init,and loaded request.elc, dropbox.elc, and setq'd the token.
No change in behavior.
What am I missing?
P.S. My
*Compile Log*
buffer had this in it:P.P.S. Next-older Emacs I have available easily is Emacs 24.3.1,
in Ubuntu 14.04.6, but that didn't know about request either and
might also be missing the json package, IIRC, so I stopped testing
there and tried a machine with Emacs 25 on it instead.
Thanks again!
The text was updated successfully, but these errors were encountered: