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.
emacsに画像を挿入するにはどうすればよいですか? 気がついた:
(insert-image (create-image "image/path"))
そしてそれを で評価しC-x C-eます。iimage-mode をオンにする必要があると思いますが、機能していません。この方法の間違いは何ですか?画像を挿入する他の方法にはどのようなものがありますか?
C-x C-e
イメージへのフル パスを使用する必要があります。
(insert-image (create-image "~/imagedir/...image..."))