2010-08-28から1日間の記事一覧

calcを別フレームに

.xyzzyに以下. (require 'calc) (defun calc () (interactive) (select-pseudo-frame (or (find-pseudo-frame "*calc*") (new-pseudo-frame "*calc*"))) (switch-to-buffer "*calc*") (calc-mode)) ウィンドウを分割する方が好みの人は→: http://hie.s64.xre…

xyzzyはドキュメントがemacsほど整理されてないのがちょっとあれ.なんの関数が使えるかとかちょっと探すのに困る.行番号とかスペースの表示とかを切り替えるのはwindow.lの担当らしい. $XYZZY/lisp/window.l (export '(count-windows pop-to-buffer other-wi…