emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Frame ordering


From: David Reitter
Subject: Re: Frame ordering
Date: Mon, 14 Jun 2010 11:52:01 -0400

On Jun 13, 2010, at 11:52 PM, YAMAMOTO Mitsuharu wrote:
> 
> It changes the behavior of repeated "C-x 5 o" to alternating two
> frames rather than circulating all visible frames.

Yes.  The original complaint from several users was that frame cycling does not 
work as expected - at least `previous-frame' should move to the previously 
selected frame.  Of course that implies what you are saying (if `next-frame' 
does the opposite of `previous-frame').

A nice solution to the issue is shown in the OS X "application switching" 
mechanism (Command-Tab).  If Command is held, we keep switching along the list, 
without entering a cycle.  If Command is released (as in Command-Tab, 
Command-Tab), we switch back to the previously selected frame.

Another solution might be to have `previous-frame' and `other-frame' use 
`norecord'.  I haven't tried this.


reply via email to

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