How can I open a remote file over HTTP with Emacs?

后端 未结 2 1256
慢半拍i
慢半拍i 2021-02-12 18:10

Most of the open source software around expose its code over some HTTP service. I would like to open and browse such code from Emacs, but AFAICS tramp only allows for ssh<

2条回答
  •  既然无缘
    2021-02-12 18:27

    There are two or three html viewers for emacs; I'd use emacs-w3m. If you want to edit something remote via HTTP(S), perhaps Tramp's dav external method will work for you.

提交回复
热议问题