EmacsCE+navi2chで快適2chアクセスat MOBILE
EmacsCE+navi2chで快適2chアクセス - 暇つぶし2ch243:1
01/10/05 01:13
これを.emacsに追記してますが、

(setq browse-url-ftxbrowser-sleep-time 1)
(setq browse-url-ftxbrowser-program "/memcard/bin/ftxBrowser")
(setq browse-url-browser-function 'browse-url-ftxbrowser)
(defun browse-url-ftxbrowser (url &optional new-window)
(interactive (browse-url-interactive-arg "URL: "))
(let ((proc (start-process "ftx" nil
shell-file-name shell-command-switch
(format "%s \"%s\"" browse-url-ftxbrowser-program url))))
(sleep-for browse-url-ftxbrowser-sleep-time)
(delete-process proc)))

list-processの結果はこんな感じで、URLを開くたびにどんどん増えていってしまいます。

Proc Status Buffer Tty Command
---- ------ ------ --- -------
/memcard/bin/ftxbrowser.exeURLリンク(users.goo.ne.jp) run (none) (none) /memcard/bin/ftxbrowser.exe URLリンク(users.goo.ne.jp)
/memcard/bin/ftxbrowser.exeURLリンク(cwaweb.bai.ne.jp) run (none) (none) /memcard/bin/ftxbrowser.exe URLリンク(cwaweb.bai.ne.jp)
/memcard/bin/ftxbrowser.exeURLリンク(www.rainer-keuchel.de) run (none) (none) /memcard/bin/ftxbrowser.exe URLリンク(www.rainer-keuchel.de)


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch