Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大多数开源软件都通过一些 HTTP 服务公开其代码。我想从 Emacs 打开和浏览这样的代码,但 AFAICS tramp 只允许ssh和ftp.
ssh
ftp
因此,我的第一个问题是如何打开一个 HTTP URL 以便从 Emacs 中读取。然后,可能更高级的问题是如何从 shell 和emacsclient.
emacsclient
你会怎么做?
M-x browse-url-emacs RET http... RET
browse-url-emacs
http...
之后您可能需要使用M-x normal-mode RET来为缓冲区设置适当的模式。
normal-mode
emacs 有两个或三个 html 查看器;我会使用emacs-w3m。如果你想通过 HTTP(S) 远程编辑一些东西,也许 Tramp 的dav外部方法对你有用。
dav