[Date Prev] [Date Index] [Date Next]
[Thread Prev] [Thread Index] [Thread Next]

[xyzzy:02425] Re: save-winconf



須田さん、こんにちは。

    Tue, 27 Apr 1999 09:34:29 +0900 の
   “[xyzzy:02423] save-winconf”
    への返事です.

| ものを history.l からの切り貼りで作りました(内容的にはよくわかって

history.l は、セッションを越えて保存できないオブジェク
トをあれこれしているのであのような作りになっていますが、
通常はこれだけでできます。

(defun restore-winconf ()
  (interactive)
  (when *current-winconf*
    (set-window-configuration *current-winconf*)))

(defun save-winconf ()
  (interactive)
  (setq *current-winconf* (current-window-configuration)))

--
亀井哲弥(Tetsuya Kamei)
kamei@xxxxxxxxxxxx/JCA00343@xxxxxxxxxxx

Index Home