--
Regards
Meatball
"Conversion, fastidious Goddess, loves blood better than brick, and feasts
most subtly on the human will."
-- Virginia Woolf, "Mrs. Dalloway"
--
_.------.__
/' ``~\_
/~' // `\
/ ( _ //\// _ ) )
( / /' ` /' ` //
( )`(/ o) ( o)\/
\ ( -' /) )
\ \ ( '~ )
\ ( /__.-.-._, /
) \`-) `\ ~~~,/ /'
`\_.-~ \ `~~~ /
/ `\._ /'
/ /`--~'
`-.__ /
`~~' My name is Koocy Ton , My God is Emacs !
解决了,上网搜了一个解决方案
(defun browse-url-firefox-new-tab (url &optional new-window)
"Open URL in a new tab in Mozilla."
(interactive (browse-url-interactive-arg "URL: "))
(unless
(string= ""
(shell-command-to-string
(concat "mozilla-firefox -a firefox -remote 'openURL(" url ",new-tab)'")))
(message "Starting Mozilla Firefox...")
)
)
(setq browse-url-browser-function 'browse-url-firefox-new-tab)
--
Regards
Meatball
The horror... the horror!
> 为什么我的总配置不了呢 !
> 晕倒 !
我这里测试成功了啊
--
Regards
Meatball
Consent decree:
A document in which a hapless company consents never to commit
in the future whatever heinous violations of Federal law it
never admitted to in the first place.
> Koocy Ton <kooc...@gmail.com> writes:
>
>> 为什么我的总配置不了呢 !
>> 晕倒 !
>
> 我这里测试成功了啊
>
好像我都没有特意配过,稍微新一点的版本不管在windows还是linux上都可以自
动调用默认浏览器。
--
Felix