Mercurial > hg > xemacs-beta
comparison tests/gtk/event-stream-tests.el @ 4709:db7068430402
Add explicit GPL v2 or later notices to Bill Perry's code, where such notices
are missing. This is done with Bill Perry's stated permission, in private
email to me.
author | Jerry James <james@xemacs.org> |
---|---|
date | Mon, 05 Oct 2009 11:08:59 -0600 |
parents | cef5f57bb9e2 |
children | ba07c880114a |
comparison
equal
deleted
inserted
replaced
4708:1cecc3e9f0a0 | 4709:db7068430402 |
---|---|
1 ;; This file is part of XEmacs. | |
2 ;; | |
3 ;; XEmacs is free software; you can redistribute it and/or modify it | |
4 ;; under the terms of the GNU General Public License as published by the | |
5 ;; Free Software Foundation; either version 2, or (at your option) any | |
6 ;; later version. | |
7 ;; | |
8 ;; XEmacs is distributed in the hope that it will be useful, but WITHOUT | |
9 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
11 ;; for more details. | |
12 ;; | |
13 ;; You should have received a copy of the GNU General Public License | |
14 ;; along with XEmacs; see the file COPYING. If not, write to | |
15 ;; the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, | |
16 ;; Boston, MA 02111-1301, USA. */ | |
17 | |
1 ;also do this: make two frames, one viewing "*scratch*", the other "foo". | 18 ;also do this: make two frames, one viewing "*scratch*", the other "foo". |
2 ;in *scratch*, type (sit-for 20)^J | 19 ;in *scratch*, type (sit-for 20)^J |
3 ;wait a couple of seconds, move cursor to foo, type "a" | 20 ;wait a couple of seconds, move cursor to foo, type "a" |
4 ;a should be inserted in foo. Cursor highlighting should not change in | 21 ;a should be inserted in foo. Cursor highlighting should not change in |
5 ;the meantime. | 22 ;the meantime. |