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

后端 未结 2 1719
生来不讨喜
生来不讨喜 2021-02-12 17:57

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:29

    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.

提交回复
热议问题