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.
browse-url当每次运行命令时(通过命令)在 Emacs 缓冲区中打开链接时,浏览器会优先考虑并从 Emacs 中窃取焦点。
browse-url
我怎样才能改变这种行为?我想让firefox简单地在后台打开链接,这可能吗?
当您使用 Firefox 时,它很可能browse-url-firefox是被调用的函数,并且您确实有一些配置默认参数的能力(请参阅文档字符串),但我在firefox --help.
browse-url-firefox
firefox --help
然而,听起来browser.tabs.loadDivertedInBackgroundFirefox 中的设置控制了这种行为。访问它about:config并将其设置为true.
browser.tabs.loadDivertedInBackground
about:config
true