[plt-scheme] How to navigate among split editors?

From: Shriram Krishnamurthi (sk at cs.brown.edu)
Date: Sun Aug 5 13:43:18 EDT 2007

That's what the regular expression

d1 ; (d2 ; Interactions)*

means: you get d1 only once.

S.

On 8/5/07, Grant Rettke <grettke at acm.org> wrote:
> Thanks Shriram,
>
> On Windows, (c:x;:o) only takes me as far as d2, and does not cycle
> around back to d1.
>
> On 8/5/07, Shriram Krishnamurthi <sk at cs.brown.edu> wrote:
> > C-x o (control-x followed by oh).
> >
> > Unfortunately, this doesn't seem to work quite right.  If I start DrScheme
> > and have an Definitions Window and Interactions Window, and split
> > Definitions (call the result d1 and d2), repeatedly hitting C-x o goes
> > in the following regular expression order:
> >
> > d1 ; (d2 ; Interactions)*
> >
> > Shriram
> >
> > PS: Google Mail showed me sponsored ads for Hotels in Split, Croatia.
> >
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.