Mercurial > hg > xemacs-beta
comparison src/select-x.c @ 863:42375619fa45
[xemacs-hg @ 2002-06-04 06:03:59 by andyp]
merge 21.4 windows changes, minimally tested
author | andyp |
---|---|
date | Tue, 04 Jun 2002 06:05:53 +0000 |
parents | 6728e641994e |
children | 804517e16990 |
comparison
equal
deleted
inserted
replaced
862:278c743f1578 | 863:42375619fa45 |
---|---|
1480 \"*selectionTimeout\" resource (which is expressed in milliseconds). | 1480 \"*selectionTimeout\" resource (which is expressed in milliseconds). |
1481 */ ); | 1481 */ ); |
1482 x_selection_timeout = 0; | 1482 x_selection_timeout = 0; |
1483 | 1483 |
1484 DEFVAR_BOOL ("x-selection-strict-motif-ownership", &x_selection_strict_motif_ownership /* | 1484 DEFVAR_BOOL ("x-selection-strict-motif-ownership", &x_selection_strict_motif_ownership /* |
1485 *If true and XEmacs already owns the clipboard, don't own it again in the | 1485 *If nil and XEmacs already owns the clipboard, don't own it again in the |
1486 Motif way. Owning the selection on the Motif way does a huge amount of | 1486 Motif way. Owning the selection on the Motif way does a huge amount of |
1487 X protocol, and it makes killing text incredibly slow when using an | 1487 X protocol, and it makes killing text incredibly slow when using an |
1488 X terminal. However, when enabled Motif text fields don't bother to look up | 1488 X terminal. However, when enabled Motif text fields don't bother to look up |
1489 the new value, and you can't Copy from a buffer, Paste into a text | 1489 the new value, and you can't Copy from a buffer, Paste into a text |
1490 field, then Copy something else from the buffer and paste it into the | 1490 field, then Copy something else from the buffer and paste it into the |