Mercurial > hg > xemacs-beta
comparison man/lispref/frames.texi @ 288:e11d67e05968 r21-0b42
Import from CVS: tag r21-0b42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:54 +0200 |
parents | 7df0dd720c89 |
children | c9fe270a4101 |
comparison
equal
deleted
inserted
replaced
287:13a0bd77a29d | 288:e11d67e05968 |
---|---|
678 waiting for an event. | 678 waiting for an event. |
679 | 679 |
680 Also note that when the variable @code{focus-follows-mouse} is non-nil, | 680 Also note that when the variable @code{focus-follows-mouse} is non-nil, |
681 the frame selection is temporary and is reverted when the current | 681 the frame selection is temporary and is reverted when the current |
682 command terminates, much like the buffer selected by @code{set-buffer}. | 682 command terminates, much like the buffer selected by @code{set-buffer}. |
683 In order to effect a permanent focus change in this case, bind | 683 In order to effect a permanent focus change use @code{focus-frame}. |
684 @code{focus-follows-mouse} to nil, select the frame you want, and do a | |
685 @code{(sit-for 0)} within the scope of the binding. | |
686 | 684 |
687 @ignore (FSF Emacs) | 685 @ignore (FSF Emacs) |
688 XEmacs cooperates with the X server and the window managers by arranging | 686 XEmacs cooperates with the X server and the window managers by arranging |
689 to select frames according to what the server and window manager ask | 687 to select frames according to what the server and window manager ask |
690 for. It does so by generating a special kind of input event, called a | 688 for. It does so by generating a special kind of input event, called a |