2012年12月11日

emacs-google-calendar で Contacting host: www.google.com:443

emacs-google-calendar で、cfw:refresh-calendar-buffer を
google-calendar-quick-add-event の後、 r で行なおうと思ったら、

===
Contacting host: www.google.com:443
===

でフリーズしてしまい、

*Messages*
===
Contacting host: www.google.com:443
Opening TLS connection to `www.google.com'...
Opening TLS connection with `gnutls-cli -p 443 www.google.com'...failed
Opening TLS connection with `gnutls-cli -p 443 www.google.com --protocols ssl3'...failed
Opening TLS connection with `openssl s_client -connect www.google.com:443 -no_ssl2 -ign_eof'...done
Opening TLS connection to `www.google.com'...done
Contacting host: www.google.com:443
===

と出ていて何かと思ったら、単純に gnutls-cli が入ってなかった事と、
google-calendar-user が設定されてなかった事だった。。。

===
sudo apt-get install gnutls-bin
===

init.el
===
(setq google-calendar-user "ユーザー名")
===

0 件のコメント:

コメントを投稿