emacs-devel
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]