[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Ebrowse and window configuration
From: |
Jerome Besnard |
Subject: |
Ebrowse and window configuration |
Date: |
04 Mar 2002 13:53:44 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 |
Hi,
I think there is a small bug (I don't like that name, it reminds me work ;) in
ebrowse.
| ;; If current window is dedicated, use another frame.
| (when (window-dedicated-p (selected-window))
| (setf where 'other-frame))
should be (at least I like it better that way)
| ;; If current window is dedicated, use another window.
| (when (window-dedicated-p (selected-window))
| (setf where 'other-window))
^^^^^^
since ...-other-window will make a new frame if all windows are dedicated.
That will allow working with dedicated buffer and window configuration
without the 4- or 5- prefix. It works for me, and I don't think it has any
glitches.
Well, I hope I'm not (too much) wrong posting here...
--
Jerome BESNARD
jerome.besnard@m4x.org
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Ebrowse and window configuration,
Jerome Besnard <=