[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Frame ordering
From: |
martin rudalics |
Subject: |
Re: Frame ordering |
Date: |
Mon, 14 Jun 2010 08:50:30 +0200 |
User-agent: |
Thunderbird 2.0.0.21 (Windows/20090302) |
> However, I got the code below to work at the end of do_switch_frame.
[..]
> + Vframe_list = Fcons (frame, Fdelq (frame, Vframe_list));
I'm afraid it's more complicated than that. You probably also want to
"bury" the "old" frame at the end of the frame list. Which means that
you eventually might want a way to "unbury" a frame ...
martin
- Re: Frame ordering, (continued)
- Re: Frame ordering, Lennart Borgman, 2010/06/14
- Re: Frame ordering, David Reitter, 2010/06/14
- Re: Frame ordering, Lennart Borgman, 2010/06/14
- Re: Frame ordering, Jan Djärv, 2010/06/14
- Re: Frame ordering, Lennart Borgman, 2010/06/14
- Re: Frame ordering, Stefan Monnier, 2010/06/14
- Re: Frame ordering, David Reitter, 2010/06/14
- Re: Frame ordering, Stefan Monnier, 2010/06/15
- Re: Frame ordering, David Reitter, 2010/06/15
- Re: Frame ordering, YAMAMOTO Mitsuharu, 2010/06/15
- Re: Frame ordering,
martin rudalics <=
- Re: Frame ordering, David Reitter, 2010/06/12
- Re: Frame ordering, YAMAMOTO Mitsuharu, 2010/06/12