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

后端 未结 2 1717
生来不讨喜
生来不讨喜 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.

    0 讨论(0)
  • 2021-02-12 18:34

    M-x browse-url-emacs RET http... RET

    You might need to use M-x normal-mode RET afterwards to set the appropriate mode for the buffer.

    0 讨论(0)
提交回复
热议问题