;; http://subtech.g.hatena.ne.jp/youpy/20060731/p1を改変 ;; Reload Firefox after save (xyzzy) (add-hook '*after-save-buffer-hook* 'reload-firefox) (defun reload-firefox() (if (string-match "\.\\(css\\|js\\)$" (get-buffer-file-name (selected-buffer))) (call-process "C:Program Files\\Mozilla Firefox\\Firefox -remote openURL(javascript:location.href=location.href)")))Xyzzy-Wiki - tips/xyzzyでファイルの自動保存と合わ