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

[no subject]



CC: (BUG LISPM) at MIT-MC

When using ZWEI in two window mode, if you quit (^x^c) and then return, only
the window you were using comes back. A ^xo does not bring you to the other window.
The only way I could reclaim the other window was to do a ^x1 and then a ^x2 again.
Is this a bug or a feature?? 

Also in Lisp mode (defun foo nil (cond ...)) indents as

(defun foo nil
    (cond (...)))

instead of

(defun foo nil
       (cond (...)))

                            -Jeff