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.
加载完w3m包后,所有的链接都是用now打开的w3m。没事。但是如何在 Windows 中使用默认的外部浏览器(如 Firefox)打开它?
w3m
现在browse-url-browser-function是w3m。
browse-url-browser-function
另外,我尝试了该w3m-view-url-with-external-browser命令,但它不起作用。
w3m-view-url-with-external-browser
谢谢。
在下面试试这个。
(setq browse-url-browser-function 'browse-url-firefox)
为此有一个键(键绑定):
M :执行外部浏览器,它将在浏览器中打开当前页面。
H:寻求更多帮助。