-
Notifications
You must be signed in to change notification settings - Fork 93
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
tramp related execution #59
Comments
I ran into the same issue. Actually the Tramp support has some quirks:
You might just bind (let ((default-directory nil))
(request "http://amazon-1d35745cb.fritz.box:8080"
:success (cl-function
(lambda (&key data &allow-other-keys)
(message "OK"))))) |
if you have a fix for this issue please feel free to submit a PR, even for the documentation ,and I will merge it! |
@spiderbit @juergenhoetzel does #82 fix your issue? |
I'm afraid not. #82: is about invalid use of internal
I will check it out. Thanks for taking care of this nice Emacs package 👍 |
IMO this issue can be closed, because Tramp support for |
thanks @juergenhoetzel -- sorry for the slow response. Closing this now! |
I have following problem:
I use request to send a json message to a webserver in my lan. I have set that to a Shortcut (F6)
Normaly that works just fine, but if I am in a Eshell window that is connected to another pc over ssh or in a open file that is on another pc accessed through tramp, it just refuses to work.
It looks to me that it tries to execute the curl program then on that pc or something like that?
Is there a way to overwrite the executable url to lets say /~ or /tmp or something like that?
to be more precise I am the author or the package:
https://github.com/spiderbit/kodi-remote.el
which is using request.el to send the json messages to kodi.
And I bound kodi-remote-music to F6:
(global-set-key (kbd "<f6>") 'kodi-remote-music)
The text was updated successfully, but these errors were encountered: