[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: split-window-preferred-function
From: |
martin rudalics |
Subject: |
Re: split-window-preferred-function |
Date: |
Sat, 29 Mar 2008 10:05:14 +0100 |
User-agent: |
Mozilla Thunderbird 1.0 (Windows/20041206) |
> Of course, I already noticed that this part is eligible for optimization
> in one `or', but I decided to try writing a close equivalent of
> C code in Lisp, so it would be easier to put both versions side-by-side
> (in horizontally split windows ;-) and compare their logics. And I wrote
> about this fact in the docstring as:
>
> This function tries to match the implementation of vertical splitting
> in `display-buffer' as close as possible but with the logic of
> horizontal splitting.
>
> Not a big deal, I think.
You already wrote one third of `display-buffer' in Elisp. What do you
think about rewriting the rest too?
- split-window-preferred-function, martin rudalics, 2008/03/19
- Re: split-window-preferred-function, Juri Linkov, 2008/03/20
- Re: split-window-preferred-function, Stefan Monnier, 2008/03/20
- Re: split-window-preferred-function, Juri Linkov, 2008/03/21
- Re: split-window-preferred-function, Stefan Monnier, 2008/03/22
- Re: split-window-preferred-function, Juri Linkov, 2008/03/22
- Re: split-window-preferred-function, Juri Linkov, 2008/03/27
- Re: split-window-preferred-function, martin rudalics, 2008/03/28
- Re: split-window-preferred-function, Juri Linkov, 2008/03/28
- Re: split-window-preferred-function,
martin rudalics <=
- Re: split-window-preferred-function, Juri Linkov, 2008/03/29
- Re: split-window-preferred-function, martin rudalics, 2008/03/29
- Re: split-window-preferred-function, Stefan Monnier, 2008/03/29
- Re: split-window-preferred-function, Richard Stallman, 2008/03/30
Re: split-window-preferred-function, martin rudalics, 2008/03/21