16/10/09 14:55:05.80 .net
前に
error in process filter: Could not create connection to www.emacswiki.org:443
がemacsを立ち上げたときに出るようになった@El Capitanと書いたのですけど
対処方法をここで聞いても誰も答えてはいただけなかった。
今回もう一度やってみた。
URLリンク(blog.ymyzk.com)
に書いているように/user/localのpermissionを変更した。
その上で、brew list opensslとして
/usr/local/Cellar/openssl/1.0.2j/bin
にopensslがインストールされたことを確認したので、
.bash_profileに
export PATH=$PATH:/usr/local/Cellar/openssl/1.0.2j/bin
と追加した。それでterminalを終了して、再度terminalを起動して
emacsとすると、今度は
error in process filter: Could not create connection to www.emacswiki.org:443
が出なくなった。
pythonについても/user/local/binの古いものを起動する設定になっていたのを
修正した。
以上でemacsが使えるようになった。(この間使ってなかった)
やれやれです。