-
Notifications
You must be signed in to change notification settings - Fork 14
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
DBus void #5
Comments
Hi @rocknrollMarc |
I have the same problem on an installation of emacs on OSX. Tried Debugger entered--entering a function:
* kill-buffer(#<buffer *load*>)
* byte-code("\303\211��\304\n!\210*\303\207" [kill-buffer-query-functions kill-buffer-hook buffer nil kill-buffer] 2)
dbus-call-method(:session "com.Skype.API" "/org/freedesktop/DBus" "org.freedesktop.DBus.Peer" "Ping")
byte-code("\305�!\203��\306 \n�\f\307\310�&�\202��\306 \n�\f\307%?\207" [timeout bus service dbus-path-dbus dbus-interface-peer natnump dbus-call-method "Ping" :timeout] 8)
dbus-ping(:session "com.Skype.API")
skype--com-dbus-ping()
apply(skype--com-dbus-ping nil)
(let ((handlers (symbol-value skype--com-handlers))) (apply (assoc-default name handlers) args))
skype--com-invoke-handler(ping)
(not (skype--com-invoke-handler (quote ping)))
(if (not (skype--com-invoke-handler (quote ping))) nil (skype--com "NAME emacs-skype") (skype--com "PROTOCOL 5") (skype--status-init) (skype--emoticons-init) (skype--init-chatmsg) (skype--cache-clear skype--chat-object-cache) (skype--cache-clear skype--user-object-cache) t)
skype--init()
eval-buffer(#<buffer *load*> nil "/Users/imac2014/.emacs.d/elpa/skype-20131001.2118/skype.el" nil t)
load-with-code-conversion("/Users/imac2014/.emacs.d/elpa/skype-20131001.2118/skype.el" "/Users/imac2014/.emacs.d/elpa/skype-20131001.2118/skype.el" nil t)
require(skype)
eval((require (quote skype)) nil)
eval-last-sexp-1(nil)
eval-last-sexp(nil)
call-interactively(eval-last-sexp nil nil) |
Hi @Benaiah
|
That makes |
@Benaiah |
Its telling me that my DBus variable is void, I guess I dont have dbus. Im on a mac OSX 10.9.2
How can I get around this? If you help me getting this to work ill help you with the dokumentation. ok?!
The text was updated successfully, but these errors were encountered: