home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
bbs
/
may94
/
util
/
edit
/
jade.lha
/
Jade
/
lisp
/
windows.jlc
< prev
Wrap
Text File
|
1994-04-20
|
1KB
|
17 lines
(setq window-list (cons (current-window) nil))
(defun open-window (&optional buffer x y w h) 54464 (lisp-code "DI12ÿI²F#HF!þ»KF&H¶\t\nKF H°G¶HHE" [buffer-list win old-buf-list buffer make-window x y w h window-list delq copy-list] 6))
(defun close-window (&optional win) 54598 (lisp-code "ÿF Hbüû¢\nF&H\t" [win current-window window-count 1 save-and-quit delq window-list destroy-window] 3))
(defun close-other-windows (&optional win) 54660 (lisp-code "ÿF H\nF#Hþ¡L\tHMF#HûHIKF#" [win current-window delq window-list destroy-window] 3))
(defun add-buffer (buffer) 54742 (lisp-code "D1nþ¢L¶\nIK\nF%G¶HHMF!HûE" [window-list win-list nconc delq buffer buffer-list] 5))
(defun remove-buffer (buffer) 54865 (lisp-code "D1nþ«L¶\nF$HL²aþLL°G¶HHMF!HûE" [window-list win-list delq buffer buffer-list] 4))
(defmacro in-other-window (&rest body) 54957 (lisp-code "KK" [progn (goto-other-window) body] 3))
(defun goto-other-window nil 55050 (lisp-code "büûLaüMLûLJ\n" [set-current-window 1 window-count open-window window-list current-window] 3))