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: Fri, 11 Jun 2010 15:22:17 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> So, I've experimented with simply moving the frame to the end of Vframe_list 
in do_switch_frame:

Why do you want to do this in do_switch_frame?

>
> if (XINT (Flength (Vframe_list)) > 1)
>     {
>       Vframe_list = Fdelete (frame, Vframe_list);
>       Vframe_list = nconc2 (Vframe_list, tem);
>     }

What is tem and what is its cdr?

martin



reply via email to

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