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トランプはとのみを許可しsshますftp。
ssh
ftp
したがって、私の最初の質問は、Emacs内から読み取るためにHTTPURLを開く方法です。次に、おそらくより高度な質問は、シェルとからそれを行う方法ですemacsclient。
emacsclient
どうしますか?
M-x browse-url-emacs RET http... RET
browse-url-emacs
http...
M-x normal-mode RET後で、バッファに適切なモードを設定するために使用する必要がある場合があります。
normal-mode
emacs 用の 2 つまたは 3 つの HTML ビューアがあります。emacs-w3mを使用します。HTTP(S) 経由で何かをリモートで編集したい場合は、おそらく Tramp のdav外部メソッドが機能します。
dav