Re: Question using windows in XEMACS
Markus Heiser <[email protected]> Tue, 19 Oct 2004 12:49:32 +0200
| Newsgroups | gmane.emacs.xemacs.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Kukkadapu what you are looking for are a shortcuts to `other-window' and `backward-other-window' which normaly (I think) bound to "C-tab" and "C-Sh-tab". Take a look at your Hyper-Apropos (F1 a other-window RET) ... `other-window' (buffer: *Hyper Apropos*, mode: Hyper-Apropos) Interactive Lisp function: (globally bound to "C-tab", "C-x o") arguments: (count &optional which-frames which-devices) Select the COUNT'th different window on this frame. All windows on current frame are arranged in a cyclic order. This command selects the window COUNT steps away in that order. A negative COUNT moves in the opposite order. `backward-other-window' (buffer: *Hyper Apropos*, mode: Hyper-Apropos) Interactive compiled Lisp function, (loaded from "d:\xemacs\xemacs-21.4-release\lisp\window-xemacs.elc"): (globally bound to "C-Sh-tab") arguments: (count &optional which-frames which-devices) Select the COUNT'th different window on this frame, going backwards. This is just like calling `other-window' with COUNT negated. -- Markus -- Kukkadapu Praveen-W50881 wrote: > > Hi, > I am trying to find out a key stroke to jump throught the windows in a > XEMACS frame. You know something like this > The "point"(cursor) is in window 1 at the moment and I want the cursor > to move to window 2 without using the mouse. Is there any keystroke for > that in xemacs to step from one window to the other in a frame??? > > Thanks for your help > Praveen.