428
|
1 /* The event_stream interface for X11 with Xt, and/or tty frames.
|
|
2 Copyright (C) 1991-5, 1997 Free Software Foundation, Inc.
|
|
3 Copyright (C) 1995 Sun Microsystems, Inc.
|
788
|
4 Copyright (C) 1996, 2001, 2002 Ben Wing.
|
428
|
5
|
|
6 This file is part of XEmacs.
|
|
7
|
|
8 XEmacs is free software; you can redistribute it and/or modify it
|
|
9 under the terms of the GNU General Public License as published by the
|
|
10 Free Software Foundation; either version 2, or (at your option) any
|
|
11 later version.
|
|
12
|
|
13 XEmacs is distributed in the hope that it will be useful, but WITHOUT
|
|
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
16 for more details.
|
|
17
|
|
18 You should have received a copy of the GNU General Public License
|
|
19 along with XEmacs; see the file COPYING. If not, write to
|
|
20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
21 Boston, MA 02111-1307, USA. */
|
|
22
|
|
23 /* Synched up with: Not in FSF. */
|
|
24
|
|
25 #include <config.h>
|
|
26 #include "lisp.h"
|
|
27
|
|
28 #include "blocktype.h"
|
771
|
29 #include "charset.h"
|
428
|
30 #include "console.h"
|
872
|
31 #include "device-impl.h"
|
800
|
32 #include "elhash.h"
|
428
|
33 #include "events.h"
|
800
|
34 #include "file-coding.h"
|
872
|
35 #include "frame-impl.h"
|
800
|
36 #include "glyphs.h"
|
|
37 #include "lstream.h"
|
428
|
38 #include "process.h"
|
|
39 #include "redisplay.h"
|
800
|
40 #include "window.h"
|
|
41
|
|
42 #include "console-tty.h"
|
|
43
|
872
|
44 #include "console-x-impl.h"
|
800
|
45 #include "objects-x.h"
|
|
46 #include "../lwlib/lwlib.h"
|
|
47 #include "EmacsFrame.h"
|
|
48
|
|
49 #include "sysproc.h" /* for MAXDESC */
|
428
|
50 #include "systime.h"
|
|
51
|
|
52 #include "xintrinsicp.h" /* CoreP.h needs this */
|
|
53 #include <X11/CoreP.h> /* Numerous places access the fields of
|
|
54 a core widget directly. We could
|
|
55 use XtGetValues(), but ... */
|
|
56 #include <X11/ShellP.h>
|
|
57
|
800
|
58 #if defined (HAVE_XIM) && defined (XIM_MOTIF)
|
428
|
59 #include <Xm/Xm.h>
|
|
60 #endif
|
|
61
|
|
62 #ifdef HAVE_DRAGNDROP
|
|
63 #include "dragdrop.h"
|
|
64 #endif
|
|
65
|
|
66 #if defined (HAVE_OFFIX_DND)
|
|
67 #include "offix.h"
|
|
68 #endif
|
|
69
|
|
70 static void handle_focus_event_1 (struct frame *f, int in_p);
|
863
|
71 static void handle_focus_event_2 (Window w, struct frame *f, int in_p);
|
428
|
72
|
|
73 static struct event_stream *Xt_event_stream;
|
|
74
|
|
75 /* With the new event model, all events go through XtDispatchEvent()
|
|
76 and are picked up by an event handler that is added to each frame
|
|
77 widget. (This is how it's supposed to be.) In the old method,
|
|
78 Emacs sucks out events directly from XtNextEvent() and only
|
|
79 dispatches the events that it doesn't need to deal with. This
|
|
80 old way has lots of corresponding junk that is no longer
|
|
81 necessary: lwlib extensions, synthetic XAnyEvents, unnecessary
|
|
82 magic events, etc. */
|
|
83
|
|
84 /* The one and only one application context that Emacs uses. */
|
|
85 XtAppContext Xt_app_con;
|
|
86
|
|
87 /* Do we accept events sent by other clients? */
|
|
88 int x_allow_sendevents;
|
|
89
|
|
90 #ifdef DEBUG_XEMACS
|
458
|
91 Fixnum debug_x_events;
|
428
|
92 #endif
|
|
93
|
|
94 static int process_events_occurred;
|
|
95 static int tty_events_occurred;
|
450
|
96 static Widget widget_with_focus;
|
428
|
97
|
|
98 /* Mask of bits indicating the descriptors that we wait for input on */
|
|
99 extern SELECT_TYPE input_wait_mask, process_only_mask, tty_only_mask;
|
|
100
|
442
|
101 static const String x_fallback_resources[] =
|
428
|
102 {
|
|
103 /* This file is automatically generated from the app-defaults file
|
|
104 in ../etc/Emacs.ad. These resources are consulted only if no
|
|
105 app-defaults file is found at all.
|
|
106 */
|
|
107 #include <Emacs.ad.h>
|
|
108 0
|
|
109 };
|
|
110
|
|
111 static Lisp_Object x_keysym_to_emacs_keysym (KeySym keysym, int simple_p);
|
|
112 void emacs_Xt_mapping_action (Widget w, XEvent *event);
|
440
|
113 void debug_process_finalization (Lisp_Process *p);
|
428
|
114 void emacs_Xt_event_handler (Widget wid, XtPointer closure, XEvent *event,
|
|
115 Boolean *continue_to_dispatch);
|
|
116
|
|
117 static int last_quit_check_signal_tick_count;
|
|
118
|
|
119 Lisp_Object Qkey_mapping;
|
|
120 Lisp_Object Qsans_modifiers;
|
|
121
|
|
122
|
|
123 /************************************************************************/
|
|
124 /* keymap handling */
|
|
125 /************************************************************************/
|
|
126
|
|
127 /* X bogusly doesn't define the interpretations of any bits besides
|
|
128 ModControl, ModShift, and ModLock; so the Interclient Communication
|
|
129 Conventions Manual says that we have to bend over backwards to figure
|
|
130 out what the other modifier bits mean. According to ICCCM:
|
|
131
|
|
132 - Any keycode which is assigned ModControl is a "control" key.
|
|
133
|
|
134 - Any modifier bit which is assigned to a keycode which generates Meta_L
|
|
135 or Meta_R is the modifier bit meaning "meta". Likewise for Super, Hyper,
|
|
136 etc.
|
|
137
|
|
138 - Any keypress event which contains ModControl in its state should be
|
|
139 interpreted as a "control" character.
|
|
140
|
|
141 - Any keypress event which contains a modifier bit in its state which is
|
|
142 generated by a keycode whose corresponding keysym is Meta_L or Meta_R
|
|
143 should be interpreted as a "meta" character. Likewise for Super, Hyper,
|
|
144 etc.
|
|
145
|
|
146 - It is illegal for a keysym to be associated with more than one modifier
|
|
147 bit.
|
|
148
|
|
149 This means that the only thing that emacs can reasonably interpret as a
|
|
150 "meta" key is a key whose keysym is Meta_L or Meta_R, and which generates
|
|
151 one of the modifier bits Mod1-Mod5.
|
|
152
|
|
153 Unfortunately, many keyboards don't have Meta keys in their default
|
|
154 configuration. So, if there are no Meta keys, but there are "Alt" keys,
|
|
155 emacs will interpret Alt as Meta. If there are both Meta and Alt keys,
|
|
156 then the Meta keys mean "Meta", and the Alt keys mean "Alt" (it used to
|
|
157 mean "Symbol," but that just confused the hell out of way too many people).
|
|
158
|
|
159 This works with the default configurations of the 19 keyboard-types I've
|
|
160 checked.
|
|
161
|
|
162 Emacs detects keyboard configurations which violate the above rules, and
|
|
163 prints an error message on the standard-error-output. (Perhaps it should
|
|
164 use a pop-up-window instead.)
|
|
165 */
|
|
166
|
440
|
167 /* For every key on the keyboard that has a known character correspondence,
|
|
168 we define the ascii-character property of the keysym, and make the
|
|
169 default binding for the key be self-insert-command.
|
|
170
|
|
171 The following magic is basically intimate knowledge of X11/keysymdef.h.
|
|
172 The keysym mappings defined by X11 are based on the iso8859 standards,
|
|
173 except for Cyrillic and Greek.
|
|
174
|
|
175 In a non-Mule world, a user can still have a multi-lingual editor, by doing
|
|
176 (set-face-font "...-iso8859-2" (current-buffer))
|
|
177 for all their Latin-2 buffers, etc. */
|
|
178
|
|
179 static Lisp_Object
|
|
180 x_keysym_to_character (KeySym keysym)
|
|
181 {
|
|
182 #ifdef MULE
|
|
183 Lisp_Object charset = Qzero;
|
|
184 #define USE_CHARSET(var,cs) \
|
826
|
185 ((var) = charset_by_leading_byte (LEADING_BYTE_##cs))
|
440
|
186 #else
|
|
187 #define USE_CHARSET(var,lb)
|
|
188 #endif /* MULE */
|
|
189 int code = 0;
|
|
190
|
|
191 if ((keysym & 0xff) < 0xa0)
|
|
192 return Qnil;
|
|
193
|
|
194 switch (keysym >> 8)
|
|
195 {
|
|
196 case 0: /* ASCII + Latin1 */
|
|
197 USE_CHARSET (charset, LATIN_ISO8859_1);
|
|
198 code = keysym & 0x7f;
|
|
199 break;
|
|
200 case 1: /* Latin2 */
|
|
201 USE_CHARSET (charset, LATIN_ISO8859_2);
|
|
202 code = keysym & 0x7f;
|
|
203 break;
|
|
204 case 2: /* Latin3 */
|
|
205 USE_CHARSET (charset, LATIN_ISO8859_3);
|
|
206 code = keysym & 0x7f;
|
|
207 break;
|
|
208 case 3: /* Latin4 */
|
|
209 USE_CHARSET (charset, LATIN_ISO8859_4);
|
|
210 code = keysym & 0x7f;
|
|
211 break;
|
|
212 case 4: /* Katakana */
|
|
213 USE_CHARSET (charset, KATAKANA_JISX0201);
|
|
214 if ((keysym & 0xff) > 0xa0)
|
|
215 code = keysym & 0x7f;
|
|
216 break;
|
|
217 case 5: /* Arabic */
|
|
218 USE_CHARSET (charset, ARABIC_ISO8859_6);
|
|
219 code = keysym & 0x7f;
|
|
220 break;
|
|
221 case 6: /* Cyrillic */
|
|
222 {
|
|
223 static unsigned char const cyrillic[] = /* 0x20 - 0x7f */
|
|
224 {0x00, 0x72, 0x73, 0x71, 0x74, 0x75, 0x76, 0x77,
|
|
225 0x78, 0x79, 0x7a, 0x7b, 0x7c, 0x00, 0x7e, 0x7f,
|
|
226 0x70, 0x22, 0x23, 0x21, 0x24, 0x25, 0x26, 0x27,
|
|
227 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x00, 0x2e, 0x2f,
|
|
228 0x6e, 0x50, 0x51, 0x66, 0x54, 0x55, 0x64, 0x53,
|
|
229 0x65, 0x58, 0x59, 0x5a, 0x5b, 0x5c, 0x5d, 0x5e,
|
|
230 0x5f, 0x6f, 0x60, 0x61, 0x62, 0x63, 0x56, 0x52,
|
|
231 0x6c, 0x6b, 0x57, 0x68, 0x6d, 0x69, 0x67, 0x6a,
|
|
232 0x4e, 0x30, 0x31, 0x46, 0x34, 0x35, 0x44, 0x33,
|
|
233 0x45, 0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e,
|
|
234 0x3f, 0x4f, 0x40, 0x41, 0x42, 0x43, 0x36, 0x32,
|
|
235 0x4c, 0x4b, 0x37, 0x48, 0x4d, 0x49, 0x47, 0x4a};
|
|
236 USE_CHARSET (charset, CYRILLIC_ISO8859_5);
|
|
237 code = cyrillic[(keysym & 0x7f) - 0x20];
|
|
238 break;
|
|
239 }
|
|
240 case 7: /* Greek */
|
|
241 {
|
|
242 static unsigned char const greek[] = /* 0x20 - 0x7f */
|
|
243 {0x00, 0x36, 0x38, 0x39, 0x3a, 0x5a, 0x00, 0x3c,
|
|
244 0x3e, 0x5b, 0x00, 0x3f, 0x00, 0x00, 0x35, 0x2f,
|
|
245 0x00, 0x5c, 0x5d, 0x5e, 0x5f, 0x7a, 0x40, 0x7c,
|
|
246 0x7d, 0x7b, 0x60, 0x7e, 0x00, 0x00, 0x00, 0x00,
|
|
247 0x00, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47,
|
|
248 0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f,
|
|
249 0x50, 0x51, 0x53, 0x00, 0x54, 0x55, 0x56, 0x57,
|
|
250 0x58, 0x59, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
251 0x00, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67,
|
|
252 0x68, 0x69, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f,
|
|
253 0x70, 0x71, 0x73, 0x72, 0x74, 0x75, 0x76, 0x77,
|
|
254 0x78, 0x79, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
|
255 USE_CHARSET (charset, GREEK_ISO8859_7);
|
|
256 code = greek[(keysym & 0x7f) - 0x20];
|
|
257 break;
|
|
258 }
|
|
259 case 8: /* Technical */
|
|
260 break;
|
|
261 case 9: /* Special */
|
|
262 break;
|
|
263 case 10: /* Publishing */
|
|
264 break;
|
|
265 case 11: /* APL */
|
|
266 break;
|
|
267 case 12: /* Hebrew */
|
|
268 USE_CHARSET (charset, HEBREW_ISO8859_8);
|
|
269 code = keysym & 0x7f;
|
|
270 break;
|
|
271 case 13: /* Thai */
|
|
272 /* #### This needs to deal with character composition. */
|
|
273 USE_CHARSET (charset, THAI_TIS620);
|
|
274 code = keysym & 0x7f;
|
|
275 break;
|
|
276 case 14: /* Korean Hangul */
|
|
277 break;
|
|
278 case 19: /* Latin 9 - ISO8859-15 - unsupported charset. */
|
|
279 break;
|
|
280 case 32: /* Currency */
|
|
281 break;
|
|
282 default:
|
|
283 break;
|
|
284 }
|
|
285
|
|
286 if (code == 0)
|
|
287 return Qnil;
|
|
288
|
|
289 #ifdef MULE
|
867
|
290 return make_char (make_ichar (charset, code, 0));
|
440
|
291 #else
|
|
292 return make_char (code + 0x80);
|
|
293 #endif
|
|
294 }
|
|
295
|
|
296 /* #### The way that keysym correspondence to characters should work:
|
|
297 - a Lisp_Event should contain a keysym AND a character slot.
|
|
298 - keybindings are tried with the keysym. If no binding can be found,
|
|
299 and there is a corresponding character, call self-insert-command.
|
|
300
|
|
301 #### Nuke x-iso8859-1.el.
|
|
302 #### Nuke the Qascii_character property.
|
|
303 #### Nuke Vcharacter_set_property.
|
|
304 */
|
|
305 static void
|
|
306 maybe_define_x_key_as_self_inserting_character (KeySym keysym, Lisp_Object symbol)
|
|
307 {
|
|
308 Lisp_Object character = x_keysym_to_character (keysym);
|
|
309
|
|
310 if (CHARP (character))
|
|
311 {
|
|
312 extern Lisp_Object Vcurrent_global_map;
|
|
313 extern Lisp_Object Qascii_character;
|
971
|
314 if (NILP (Flookup_key (Vcurrent_global_map, symbol, Qnil)))
|
|
315 {
|
|
316 Fput (symbol, Qascii_character, character);
|
|
317 Fdefine_key (Vcurrent_global_map, symbol, Qself_insert_command);
|
|
318 }
|
440
|
319 }
|
|
320 }
|
|
321
|
|
322 static void
|
|
323 x_has_keysym (KeySym keysym, Lisp_Object hash_table, int with_modifiers)
|
|
324 {
|
|
325 KeySym upper_lower[2];
|
|
326 int j;
|
|
327
|
|
328 if (keysym < 0x80) /* Optimize for ASCII keysyms */
|
|
329 return;
|
442
|
330
|
|
331 /* If you execute:
|
|
332 xmodmap -e 'keysym NN = scaron'
|
440
|
333 and then press (Shift scaron), X11 will return the different
|
442
|
334 keysym `Scaron', but `xmodmap -pke' might not even mention `Scaron'.
|
|
335 So we "register" both `scaron' and `Scaron'. */
|
|
336 #ifdef HAVE_XCONVERTCASE
|
440
|
337 XConvertCase (keysym, &upper_lower[0], &upper_lower[1]);
|
442
|
338 #else
|
|
339 upper_lower[0] = upper_lower[1] = keysym;
|
|
340 #endif
|
440
|
341
|
|
342 for (j = 0; j < (upper_lower[0] == upper_lower[1] ? 1 : 2); j++)
|
|
343 {
|
|
344 char *name;
|
|
345 keysym = upper_lower[j];
|
|
346
|
|
347 name = XKeysymToString (keysym);
|
|
348 if (name)
|
|
349 {
|
|
350 /* X guarantees NAME to be in the Host Portable Character Encoding */
|
|
351 Lisp_Object sym = x_keysym_to_emacs_keysym (keysym, 0);
|
|
352 Lisp_Object new_value = with_modifiers ? Qt : Qsans_modifiers;
|
|
353 Lisp_Object old_value = Fgethash (sym, hash_table, Qnil);
|
|
354
|
|
355 if (! EQ (old_value, new_value)
|
|
356 && ! (EQ (old_value, Qsans_modifiers) &&
|
|
357 EQ (new_value, Qt)))
|
|
358 {
|
|
359 maybe_define_x_key_as_self_inserting_character (keysym, sym);
|
|
360 Fputhash (build_ext_string (name, Qbinary), new_value, hash_table);
|
|
361 Fputhash (sym, new_value, hash_table);
|
|
362 }
|
|
363 }
|
|
364 }
|
|
365 }
|
|
366
|
428
|
367 static void
|
|
368 x_reset_key_mapping (struct device *d)
|
|
369 {
|
|
370 Display *display = DEVICE_X_DISPLAY (d);
|
|
371 struct x_device *xd = DEVICE_X_DATA (d);
|
|
372 KeySym *keysym, *keysym_end;
|
|
373 Lisp_Object hash_table;
|
|
374 int key_code_count, keysyms_per_code;
|
|
375
|
|
376 if (xd->x_keysym_map)
|
|
377 XFree ((char *) xd->x_keysym_map);
|
|
378 XDisplayKeycodes (display,
|
|
379 &xd->x_keysym_map_min_code,
|
|
380 &xd->x_keysym_map_max_code);
|
|
381 key_code_count = xd->x_keysym_map_max_code - xd->x_keysym_map_min_code + 1;
|
|
382 xd->x_keysym_map =
|
|
383 XGetKeyboardMapping (display, xd->x_keysym_map_min_code, key_code_count,
|
|
384 &xd->x_keysym_map_keysyms_per_code);
|
|
385
|
|
386 hash_table = xd->x_keysym_map_hash_table;
|
|
387 if (HASH_TABLEP (hash_table))
|
|
388 Fclrhash (hash_table);
|
|
389 else
|
|
390 xd->x_keysym_map_hash_table = hash_table =
|
|
391 make_lisp_hash_table (128, HASH_TABLE_NON_WEAK, HASH_TABLE_EQUAL);
|
|
392
|
|
393 for (keysym = xd->x_keysym_map,
|
|
394 keysyms_per_code = xd->x_keysym_map_keysyms_per_code,
|
|
395 keysym_end = keysym + (key_code_count * keysyms_per_code);
|
|
396 keysym < keysym_end;
|
|
397 keysym += keysyms_per_code)
|
|
398 {
|
|
399 int j;
|
|
400
|
|
401 if (keysym[0] == NoSymbol)
|
|
402 continue;
|
|
403
|
440
|
404 x_has_keysym (keysym[0], hash_table, 0);
|
428
|
405
|
|
406 for (j = 1; j < keysyms_per_code; j++)
|
|
407 {
|
|
408 if (keysym[j] != keysym[0] &&
|
|
409 keysym[j] != NoSymbol)
|
440
|
410 x_has_keysym (keysym[j], hash_table, 1);
|
428
|
411 }
|
|
412 }
|
|
413 }
|
|
414
|
442
|
415 static const char *
|
428
|
416 index_to_name (int indice)
|
|
417 {
|
|
418 switch (indice)
|
|
419 {
|
|
420 case ShiftMapIndex: return "ModShift";
|
|
421 case LockMapIndex: return "ModLock";
|
|
422 case ControlMapIndex: return "ModControl";
|
|
423 case Mod1MapIndex: return "Mod1";
|
|
424 case Mod2MapIndex: return "Mod2";
|
|
425 case Mod3MapIndex: return "Mod3";
|
|
426 case Mod4MapIndex: return "Mod4";
|
|
427 case Mod5MapIndex: return "Mod5";
|
|
428 default: return "???";
|
|
429 }
|
|
430 }
|
|
431
|
|
432 /* Boy, I really wish C had local functions... */
|
|
433 struct c_doesnt_have_closures /* #### not yet used */
|
|
434 {
|
|
435 int warned_about_overlapping_modifiers;
|
|
436 int warned_about_predefined_modifiers;
|
|
437 int warned_about_duplicate_modifiers;
|
|
438 int meta_bit;
|
|
439 int hyper_bit;
|
|
440 int super_bit;
|
|
441 int alt_bit;
|
|
442 int mode_bit;
|
|
443 };
|
|
444
|
|
445 static void
|
|
446 x_reset_modifier_mapping (struct device *d)
|
|
447 {
|
|
448 Display *display = DEVICE_X_DISPLAY (d);
|
|
449 struct x_device *xd = DEVICE_X_DATA (d);
|
|
450 int modifier_index, modifier_key, column, mkpm;
|
|
451 int warned_about_overlapping_modifiers = 0;
|
|
452 int warned_about_predefined_modifiers = 0;
|
|
453 int warned_about_duplicate_modifiers = 0;
|
|
454 int meta_bit = 0;
|
|
455 int hyper_bit = 0;
|
|
456 int super_bit = 0;
|
|
457 int alt_bit = 0;
|
|
458 int mode_bit = 0;
|
|
459
|
|
460 xd->lock_interpretation = 0;
|
|
461
|
|
462 if (xd->x_modifier_keymap)
|
|
463 XFreeModifiermap (xd->x_modifier_keymap);
|
|
464
|
|
465 x_reset_key_mapping (d);
|
|
466
|
|
467 xd->x_modifier_keymap = XGetModifierMapping (display);
|
|
468
|
|
469 /* Boy, I really wish C had local functions...
|
|
470 */
|
|
471
|
|
472 /* The call to warn_when_safe must be on the same line as the string or
|
|
473 make-msgfile won't pick it up properly (the newline doesn't confuse
|
|
474 it, but the backslash does). */
|
|
475
|
|
476 #define modwarn(name,old,other) \
|
|
477 warn_when_safe (Qkey_mapping, Qwarning, "XEmacs: %s (0x%x) generates %s, which is generated by %s.", \
|
|
478 name, code, index_to_name (old), other), \
|
|
479 warned_about_overlapping_modifiers = 1
|
|
480
|
|
481 #define modbarf(name,other) \
|
|
482 warn_when_safe (Qkey_mapping, Qwarning, "XEmacs: %s (0x%x) generates %s, which is nonsensical.", \
|
|
483 name, code, other), \
|
|
484 warned_about_predefined_modifiers = 1
|
|
485
|
|
486 #define check_modifier(name,mask) \
|
|
487 if ((1<<modifier_index) != mask) \
|
|
488 warn_when_safe (Qkey_mapping, Qwarning, "XEmacs: %s (0x%x) generates %s, which is nonsensical.", \
|
|
489 name, code, index_to_name (modifier_index)), \
|
|
490 warned_about_predefined_modifiers = 1
|
|
491
|
|
492 #define store_modifier(name,old) \
|
|
493 if (old && old != modifier_index) \
|
|
494 warn_when_safe (Qkey_mapping, Qwarning, "XEmacs: %s (0x%x) generates both %s and %s, which is nonsensical.",\
|
|
495 name, code, index_to_name (old), \
|
|
496 index_to_name (modifier_index)), \
|
|
497 warned_about_duplicate_modifiers = 1; \
|
|
498 if (modifier_index == ShiftMapIndex) modbarf (name,"ModShift"); \
|
|
499 else if (modifier_index == LockMapIndex) modbarf (name,"ModLock"); \
|
|
500 else if (modifier_index == ControlMapIndex) modbarf (name,"ModControl"); \
|
|
501 else if (sym == XK_Mode_switch) \
|
|
502 mode_bit = modifier_index; /* Mode_switch is special, see below... */ \
|
|
503 else if (modifier_index == meta_bit && old != meta_bit) \
|
|
504 modwarn (name, meta_bit, "Meta"); \
|
|
505 else if (modifier_index == super_bit && old != super_bit) \
|
|
506 modwarn (name, super_bit, "Super"); \
|
|
507 else if (modifier_index == hyper_bit && old != hyper_bit) \
|
|
508 modwarn (name, hyper_bit, "Hyper"); \
|
|
509 else if (modifier_index == alt_bit && old != alt_bit) \
|
|
510 modwarn (name, alt_bit, "Alt"); \
|
|
511 else \
|
|
512 old = modifier_index;
|
|
513
|
|
514 mkpm = xd->x_modifier_keymap->max_keypermod;
|
|
515 for (modifier_index = 0; modifier_index < 8; modifier_index++)
|
|
516 for (modifier_key = 0; modifier_key < mkpm; modifier_key++) {
|
|
517 KeySym last_sym = 0;
|
|
518 for (column = 0; column < 4; column += 2) {
|
|
519 KeyCode code = xd->x_modifier_keymap->modifiermap[modifier_index * mkpm
|
|
520 + modifier_key];
|
|
521 KeySym sym = (code ? XKeycodeToKeysym (display, code, column) : 0);
|
|
522 if (sym == last_sym) continue;
|
|
523 last_sym = sym;
|
|
524 switch (sym) {
|
|
525 case XK_Mode_switch:store_modifier ("Mode_switch", mode_bit); break;
|
|
526 case XK_Meta_L: store_modifier ("Meta_L", meta_bit); break;
|
|
527 case XK_Meta_R: store_modifier ("Meta_R", meta_bit); break;
|
|
528 case XK_Super_L: store_modifier ("Super_L", super_bit); break;
|
|
529 case XK_Super_R: store_modifier ("Super_R", super_bit); break;
|
|
530 case XK_Hyper_L: store_modifier ("Hyper_L", hyper_bit); break;
|
|
531 case XK_Hyper_R: store_modifier ("Hyper_R", hyper_bit); break;
|
|
532 case XK_Alt_L: store_modifier ("Alt_L", alt_bit); break;
|
|
533 case XK_Alt_R: store_modifier ("Alt_R", alt_bit); break;
|
|
534 case XK_Control_L: check_modifier ("Control_L", ControlMask); break;
|
|
535 case XK_Control_R: check_modifier ("Control_R", ControlMask); break;
|
|
536 case XK_Shift_L: check_modifier ("Shift_L", ShiftMask); break;
|
|
537 case XK_Shift_R: check_modifier ("Shift_R", ShiftMask); break;
|
|
538 case XK_Shift_Lock: check_modifier ("Shift_Lock", LockMask);
|
|
539 xd->lock_interpretation = XK_Shift_Lock; break;
|
|
540 case XK_Caps_Lock: check_modifier ("Caps_Lock", LockMask);
|
|
541 xd->lock_interpretation = XK_Caps_Lock; break;
|
|
542
|
|
543 /* It probably doesn't make any sense for a modifier bit to be
|
|
544 assigned to a key that is not one of the above, but OpenWindows
|
|
545 assigns modifier bits to a couple of random function keys for
|
|
546 no reason that I can discern, so printing a warning here would
|
|
547 be annoying. */
|
|
548 }
|
|
549 }
|
|
550 }
|
|
551 #undef store_modifier
|
|
552 #undef check_modifier
|
|
553 #undef modwarn
|
|
554 #undef modbarf
|
|
555
|
|
556 /* If there was no Meta key, then try using the Alt key instead.
|
|
557 If there is both a Meta key and an Alt key, then the Alt key
|
|
558 is not disturbed and remains an Alt key. */
|
|
559 if (! meta_bit && alt_bit)
|
|
560 meta_bit = alt_bit, alt_bit = 0;
|
|
561
|
|
562 /* mode_bit overrides everything, since it's processed down inside of
|
|
563 XLookupString() instead of by us. If Meta and Mode_switch both
|
|
564 generate the same modifier bit (which is an error), then we don't
|
|
565 interpret that bit as Meta, because we can't make XLookupString()
|
|
566 not interpret it as Mode_switch; and interpreting it as both would
|
|
567 be totally wrong. */
|
|
568 if (mode_bit)
|
|
569 {
|
442
|
570 const char *warn = 0;
|
428
|
571 if (mode_bit == meta_bit) warn = "Meta", meta_bit = 0;
|
|
572 else if (mode_bit == hyper_bit) warn = "Hyper", hyper_bit = 0;
|
|
573 else if (mode_bit == super_bit) warn = "Super", super_bit = 0;
|
|
574 else if (mode_bit == alt_bit) warn = "Alt", alt_bit = 0;
|
|
575 if (warn)
|
|
576 {
|
|
577 warn_when_safe
|
|
578 (Qkey_mapping, Qwarning,
|
|
579 "XEmacs: %s is being used for both Mode_switch and %s.",
|
|
580 index_to_name (mode_bit), warn),
|
|
581 warned_about_overlapping_modifiers = 1;
|
|
582 }
|
|
583 }
|
|
584 #undef index_to_name
|
|
585
|
|
586 xd->MetaMask = (meta_bit ? (1 << meta_bit) : 0);
|
|
587 xd->HyperMask = (hyper_bit ? (1 << hyper_bit) : 0);
|
|
588 xd->SuperMask = (super_bit ? (1 << super_bit) : 0);
|
|
589 xd->AltMask = (alt_bit ? (1 << alt_bit) : 0);
|
|
590 xd->ModeMask = (mode_bit ? (1 << mode_bit) : 0); /* unused */
|
|
591
|
|
592
|
|
593 if (warned_about_overlapping_modifiers)
|
|
594 warn_when_safe (Qkey_mapping, Qwarning, "\n"
|
|
595 " Two distinct modifier keys (such as Meta and Hyper) cannot generate\n"
|
|
596 " the same modifier bit, because Emacs won't be able to tell which\n"
|
|
597 " modifier was actually held down when some other key is pressed. It\n"
|
|
598 " won't be able to tell Meta-x and Hyper-x apart, for example. Change\n"
|
|
599 " one of these keys to use some other modifier bit. If you intend for\n"
|
|
600 " these keys to have the same behavior, then change them to have the\n"
|
|
601 " same keysym as well as the same modifier bit.");
|
|
602
|
|
603 if (warned_about_predefined_modifiers)
|
|
604 warn_when_safe (Qkey_mapping, Qwarning, "\n"
|
|
605 " The semantics of the modifier bits ModShift, ModLock, and ModControl\n"
|
|
606 " are predefined. It does not make sense to assign ModControl to any\n"
|
|
607 " keysym other than Control_L or Control_R, or to assign any modifier\n"
|
|
608 " bits to the \"control\" keysyms other than ModControl. You can't\n"
|
|
609 " turn a \"control\" key into a \"meta\" key (or vice versa) by simply\n"
|
|
610 " assigning the key a different modifier bit. You must also make that\n"
|
|
611 " key generate an appropriate keysym (Control_L, Meta_L, etc).");
|
|
612
|
|
613 /* No need to say anything more for warned_about_duplicate_modifiers. */
|
|
614
|
|
615 if (warned_about_overlapping_modifiers || warned_about_predefined_modifiers)
|
|
616 warn_when_safe (Qkey_mapping, Qwarning, "\n"
|
|
617 " The meanings of the modifier bits Mod1 through Mod5 are determined\n"
|
|
618 " by the keysyms used to control those bits. Mod1 does NOT always\n"
|
|
619 " mean Meta, although some non-ICCCM-compliant programs assume that.");
|
|
620 }
|
|
621
|
|
622 void
|
|
623 x_init_modifier_mapping (struct device *d)
|
|
624 {
|
|
625 struct x_device *xd = DEVICE_X_DATA (d);
|
|
626 xd->x_keysym_map_hash_table = Qnil;
|
|
627 xd->x_keysym_map = NULL;
|
|
628 xd->x_modifier_keymap = NULL;
|
|
629 x_reset_modifier_mapping (d);
|
|
630 }
|
|
631
|
|
632 static int
|
|
633 x_key_is_modifier_p (KeyCode keycode, struct device *d)
|
|
634 {
|
|
635 struct x_device *xd = DEVICE_X_DATA (d);
|
|
636 KeySym *syms;
|
|
637 int i;
|
|
638
|
|
639 if (keycode < xd->x_keysym_map_min_code ||
|
|
640 keycode > xd->x_keysym_map_max_code)
|
|
641 return 0;
|
|
642
|
|
643 syms = &xd->x_keysym_map [(keycode - xd->x_keysym_map_min_code) *
|
|
644 xd->x_keysym_map_keysyms_per_code];
|
|
645 for (i = 0; i < xd->x_keysym_map_keysyms_per_code; i++)
|
|
646 if (IsModifierKey (syms [i]) ||
|
|
647 syms [i] == XK_Mode_switch) /* why doesn't IsModifierKey count this? */
|
|
648 return 1;
|
|
649 return 0;
|
|
650 }
|
|
651
|
|
652 /* key-handling code is always ugly. It just ends up working out
|
|
653 that way.
|
|
654
|
|
655 Here are some pointers:
|
|
656
|
|
657 -- DOWN_MASK indicates which modifiers should be treated as "down"
|
|
658 when the corresponding upstroke happens. It gets reset for
|
|
659 a particular modifier when that modifier goes up, and reset
|
|
660 for all modifiers when a non-modifier key is pressed. Example:
|
|
661
|
|
662 I press Control-A-Shift and then release Control-A-Shift.
|
|
663 I want the Shift key to be sticky but not the Control key.
|
|
664
|
|
665 -- LAST_DOWNKEY and RELEASE_TIME are used to keep track of
|
|
666 auto-repeat -- see below.
|
|
667
|
|
668 -- If a modifier key is sticky, I can unstick it by pressing
|
|
669 the modifier key again. */
|
|
670
|
|
671 static void
|
|
672 x_handle_sticky_modifiers (XEvent *ev, struct device *d)
|
|
673 {
|
|
674 struct x_device *xd;
|
|
675 KeyCode keycode;
|
|
676 int type;
|
|
677
|
|
678 if (!modifier_keys_are_sticky) /* Optimize for non-sticky modifiers */
|
|
679 return;
|
|
680
|
|
681 xd = DEVICE_X_DATA (d);
|
|
682 keycode = ev->xkey.keycode;
|
|
683 type = ev->type;
|
|
684
|
|
685 if (keycode < xd->x_keysym_map_min_code ||
|
|
686 keycode > xd->x_keysym_map_max_code)
|
|
687 return;
|
|
688
|
|
689 if (! ((type == KeyPress || type == KeyRelease) &&
|
|
690 x_key_is_modifier_p (keycode, d)))
|
|
691 { /* Not a modifier key */
|
|
692 Bool key_event_p = (type == KeyPress || type == KeyRelease);
|
|
693
|
444
|
694 if (type == ButtonPress
|
|
695 || (type == KeyPress
|
|
696 && ((xd->last_downkey
|
|
697 && ((keycode != xd->last_downkey
|
|
698 || ev->xkey.time != xd->release_time)))
|
|
699 || (INTP (Vmodifier_keys_sticky_time)
|
|
700 && ev->xkey.time
|
|
701 > (xd->modifier_release_time
|
|
702 + XINT (Vmodifier_keys_sticky_time))))))
|
428
|
703 {
|
|
704 xd->need_to_add_mask = 0;
|
|
705 xd->last_downkey = 0;
|
|
706 }
|
444
|
707 else if (type == KeyPress && !xd->last_downkey)
|
|
708 xd->last_downkey = keycode;
|
|
709
|
428
|
710 if (type == KeyPress)
|
|
711 xd->release_time = 0;
|
|
712 if (type == KeyPress || type == ButtonPress)
|
444
|
713 {
|
|
714 xd->down_mask = 0;
|
|
715 xd->modifier_release_time = 0;
|
|
716 }
|
428
|
717
|
|
718 if (key_event_p)
|
|
719 ev->xkey.state |= xd->need_to_add_mask;
|
|
720 else
|
|
721 ev->xbutton.state |= xd->need_to_add_mask;
|
|
722
|
|
723 if (type == KeyRelease && keycode == xd->last_downkey)
|
|
724 /* If I hold press-and-release the Control key and then press
|
|
725 and hold down the right arrow, I want it to auto-repeat
|
|
726 Control-Right. On the other hand, if I do the same but
|
|
727 manually press the Right arrow a bunch of times, I want
|
|
728 to see one Control-Right and then a bunch of Rights.
|
|
729 This means that we need to distinguish between an
|
|
730 auto-repeated key and a key pressed and released a bunch
|
|
731 of times.
|
|
732
|
|
733 Naturally, the designers of the X spec didn't see fit
|
|
734 to provide an obvious way to distinguish these cases.
|
|
735 So we assume that if the release and the next press
|
|
736 occur at the same time, the key was actually auto-
|
|
737 repeated. Under Open-Windows, at least, this works. */
|
444
|
738 xd->modifier_release_time = xd->release_time
|
|
739 = key_event_p ? ev->xkey.time : ev->xbutton.time;
|
428
|
740 }
|
|
741 else /* Modifier key pressed */
|
|
742 {
|
|
743 int i;
|
|
744 KeySym *syms = &xd->x_keysym_map [(keycode - xd->x_keysym_map_min_code) *
|
|
745 xd->x_keysym_map_keysyms_per_code];
|
|
746
|
|
747 /* If a non-modifier key was pressed in the middle of a bunch
|
|
748 of modifiers, then it unsticks all the modifiers that were
|
|
749 previously pressed. We cannot unstick the modifiers until
|
|
750 now because we want to check for auto-repeat of the
|
|
751 non-modifier key. */
|
|
752
|
|
753 if (xd->last_downkey)
|
|
754 {
|
|
755 xd->last_downkey = 0;
|
|
756 xd->need_to_add_mask = 0;
|
|
757 }
|
|
758
|
444
|
759 if (xd->modifier_release_time
|
|
760 && INTP (Vmodifier_keys_sticky_time)
|
|
761 && (ev->xkey.time
|
|
762 > xd->modifier_release_time + XINT (Vmodifier_keys_sticky_time)))
|
|
763 {
|
|
764 xd->need_to_add_mask = 0;
|
|
765 xd->down_mask = 0;
|
|
766 }
|
|
767
|
428
|
768 #define FROB(mask) \
|
|
769 do { \
|
|
770 if (type == KeyPress) \
|
|
771 { \
|
|
772 /* If modifier key is already sticky, \
|
|
773 then unstick it. Note that we do \
|
|
774 not test down_mask to deal with the \
|
|
775 unlikely but possible case that the \
|
|
776 modifier key auto-repeats. */ \
|
|
777 if (xd->need_to_add_mask & mask) \
|
|
778 { \
|
|
779 xd->need_to_add_mask &= ~mask; \
|
|
780 xd->down_mask &= ~mask; \
|
|
781 } \
|
|
782 else \
|
|
783 xd->down_mask |= mask; \
|
|
784 } \
|
|
785 else \
|
|
786 { \
|
|
787 if (xd->down_mask & mask) \
|
|
788 { \
|
|
789 xd->down_mask &= ~mask; \
|
|
790 xd->need_to_add_mask |= mask; \
|
|
791 } \
|
|
792 } \
|
444
|
793 xd->modifier_release_time = ev->xkey.time; \
|
428
|
794 } while (0)
|
|
795
|
|
796 for (i = 0; i < xd->x_keysym_map_keysyms_per_code; i++)
|
|
797 switch (syms[i])
|
|
798 {
|
|
799 case XK_Control_L: case XK_Control_R: FROB (ControlMask); break;
|
|
800 case XK_Shift_L: case XK_Shift_R: FROB (ShiftMask); break;
|
|
801 case XK_Meta_L: case XK_Meta_R: FROB (xd->MetaMask); break;
|
|
802 case XK_Super_L: case XK_Super_R: FROB (xd->SuperMask); break;
|
|
803 case XK_Hyper_L: case XK_Hyper_R: FROB (xd->HyperMask); break;
|
|
804 case XK_Alt_L: case XK_Alt_R: FROB (xd->AltMask); break;
|
|
805 }
|
|
806 }
|
|
807 #undef FROB
|
|
808 }
|
|
809
|
|
810 static void
|
|
811 clear_sticky_modifiers (struct device *d)
|
|
812 {
|
|
813 struct x_device *xd = DEVICE_X_DATA (d);
|
|
814
|
|
815 xd->need_to_add_mask = 0;
|
|
816 xd->last_downkey = 0;
|
|
817 xd->release_time = 0;
|
|
818 xd->down_mask = 0;
|
|
819 }
|
|
820
|
|
821 static int
|
|
822 keysym_obeys_caps_lock_p (KeySym sym, struct device *d)
|
|
823 {
|
|
824 struct x_device *xd = DEVICE_X_DATA (d);
|
|
825 /* Eeeeevil hack. Don't apply Caps_Lock to things that aren't alphabetic
|
|
826 characters, where "alphabetic" means something more than simply A-Z.
|
|
827 That is, if Caps_Lock is down, typing ESC doesn't produce Shift-ESC.
|
|
828 But if shift-lock is down, then it does. */
|
|
829 if (xd->lock_interpretation == XK_Shift_Lock)
|
|
830 return 1;
|
|
831
|
|
832 return
|
|
833 ((sym >= XK_A) && (sym <= XK_Z)) ||
|
|
834 ((sym >= XK_a) && (sym <= XK_z)) ||
|
|
835 ((sym >= XK_Agrave) && (sym <= XK_Odiaeresis)) ||
|
|
836 ((sym >= XK_agrave) && (sym <= XK_odiaeresis)) ||
|
|
837 ((sym >= XK_Ooblique) && (sym <= XK_Thorn)) ||
|
|
838 ((sym >= XK_oslash) && (sym <= XK_thorn));
|
|
839 }
|
|
840
|
|
841 /* called from EmacsFrame.c (actually from Xt itself) when a
|
|
842 MappingNotify event is received. In its infinite wisdom, Xt
|
|
843 decided that Xt event handlers never get MappingNotify events.
|
|
844 O'Reilly Xt Programming Manual 9.1.2 says:
|
|
845
|
|
846 MappingNotify is automatically handled by Xt, so it isn't passed
|
|
847 to event handlers and you don't need to worry about it.
|
|
848
|
|
849 Of course, we DO worry about it, so we need a special translation. */
|
|
850 void
|
853
|
851 emacs_Xt_mapping_action (Widget w, XEvent *event)
|
428
|
852 {
|
|
853 struct device *d = get_device_from_display (event->xany.display);
|
|
854
|
|
855 if (DEVICE_X_BEING_DELETED (d))
|
|
856 return;
|
|
857 #if 0
|
|
858 /* nyet. Now this is handled by Xt. */
|
|
859 XRefreshKeyboardMapping (&event->xmapping);
|
|
860 #endif
|
|
861 /* xmodmap generates about a billion MappingKeyboard events, followed
|
|
862 by a single MappingModifier event, so it might be worthwhile to
|
|
863 take extra MappingKeyboard events out of the queue before requesting
|
|
864 the current keymap from the server. */
|
|
865 switch (event->xmapping.request)
|
|
866 {
|
|
867 case MappingKeyboard: x_reset_key_mapping (d); break;
|
|
868 case MappingModifier: x_reset_modifier_mapping (d); break;
|
|
869 case MappingPointer: /* Do something here? */ break;
|
|
870 default: abort();
|
|
871 }
|
|
872 }
|
|
873
|
|
874
|
|
875 /************************************************************************/
|
|
876 /* X to Emacs event conversion */
|
|
877 /************************************************************************/
|
|
878
|
|
879 static Lisp_Object
|
|
880 x_keysym_to_emacs_keysym (KeySym keysym, int simple_p)
|
|
881 {
|
|
882 char *name;
|
|
883 if (keysym >= XK_exclam && keysym <= XK_asciitilde)
|
|
884 /* We must assume that the X keysym numbers for the ASCII graphic
|
|
885 characters are the same as their ASCII codes. */
|
|
886 return make_char (keysym);
|
|
887
|
|
888 switch (keysym)
|
|
889 {
|
|
890 /* These would be handled correctly by the default case, but by
|
|
891 special-casing them here we don't garbage a string or call
|
|
892 intern(). */
|
|
893 case XK_BackSpace: return QKbackspace;
|
|
894 case XK_Tab: return QKtab;
|
|
895 case XK_Linefeed: return QKlinefeed;
|
|
896 case XK_Return: return QKreturn;
|
|
897 case XK_Escape: return QKescape;
|
|
898 case XK_space: return QKspace;
|
|
899 case XK_Delete: return QKdelete;
|
|
900 case 0: return Qnil;
|
|
901 default:
|
|
902 if (simple_p) return Qnil;
|
|
903 /* !!#### not Mule-ized */
|
|
904 name = XKeysymToString (keysym);
|
|
905 if (!name || !name[0])
|
|
906 /* This happens if there is a mismatch between the Xlib of
|
|
907 XEmacs and the Xlib of the X server...
|
|
908
|
|
909 Let's hard-code in some knowledge of common keysyms introduced
|
|
910 in recent X11 releases. Snarfed from X11/keysymdef.h
|
|
911
|
|
912 Probably we should add some stuff here for X11R6. */
|
|
913 switch (keysym)
|
|
914 {
|
|
915 case 0xFF95: return KEYSYM ("kp-home");
|
|
916 case 0xFF96: return KEYSYM ("kp-left");
|
|
917 case 0xFF97: return KEYSYM ("kp-up");
|
|
918 case 0xFF98: return KEYSYM ("kp-right");
|
|
919 case 0xFF99: return KEYSYM ("kp-down");
|
|
920 case 0xFF9A: return KEYSYM ("kp-prior");
|
|
921 case 0xFF9B: return KEYSYM ("kp-next");
|
|
922 case 0xFF9C: return KEYSYM ("kp-end");
|
|
923 case 0xFF9D: return KEYSYM ("kp-begin");
|
|
924 case 0xFF9E: return KEYSYM ("kp-insert");
|
|
925 case 0xFF9F: return KEYSYM ("kp-delete");
|
|
926
|
|
927 case 0x1005FF10: return KEYSYM ("SunF36"); /* labeled F11 */
|
|
928 case 0x1005FF11: return KEYSYM ("SunF37"); /* labeled F12 */
|
|
929 default:
|
|
930 {
|
|
931 char buf [64];
|
|
932 sprintf (buf, "unknown-keysym-0x%X", (int) keysym);
|
|
933 return KEYSYM (buf);
|
|
934 }
|
|
935 }
|
|
936 /* If it's got a one-character name, that's good enough. */
|
|
937 if (!name[1])
|
|
938 return make_char (name[0]);
|
|
939
|
|
940 /* If it's in the "Keyboard" character set, downcase it.
|
|
941 The case of those keysyms is too totally random for us to
|
|
942 force anyone to remember them.
|
|
943 The case of the other character sets is significant, however.
|
|
944 */
|
|
945 if ((((unsigned int) keysym) & (~0x1FF)) == ((unsigned int) 0xFE00))
|
|
946 {
|
|
947 char buf [255];
|
|
948 char *s1, *s2;
|
|
949 for (s1 = name, s2 = buf; *s1; s1++, s2++) {
|
|
950 if (*s1 == '_') {
|
|
951 *s2 = '-';
|
|
952 } else {
|
|
953 *s2 = tolower (* (unsigned char *) s1);
|
|
954 }
|
|
955 }
|
|
956 *s2 = 0;
|
|
957 return KEYSYM (buf);
|
|
958 }
|
|
959 return KEYSYM (name);
|
|
960 }
|
|
961 }
|
|
962
|
|
963 static Lisp_Object
|
|
964 x_to_emacs_keysym (XKeyPressedEvent *event, int simple_p)
|
|
965 /* simple_p means don't try too hard (ASCII only) */
|
|
966 {
|
|
967 KeySym keysym = 0;
|
|
968
|
|
969 #ifdef HAVE_XIM
|
|
970 int len;
|
442
|
971 /* Some implementations of XmbLookupString don't return
|
|
972 XBufferOverflow correctly, so increase the size of the xim input
|
|
973 buffer from 64 to the more reasonable size 513, as Emacs has done.
|
|
974 From Kenichi Handa. */
|
|
975 char buffer[513];
|
428
|
976 char *bufptr = buffer;
|
|
977 int bufsiz = sizeof (buffer);
|
|
978 Status status;
|
|
979 #ifdef XIM_XLIB
|
|
980 XIC xic = FRAME_X_XIC (x_any_window_to_frame
|
|
981 (get_device_from_display (event->display),
|
|
982 event->window));
|
|
983 #endif /* XIM_XLIB */
|
|
984 #endif /* HAVE_XIM */
|
|
985
|
|
986 /* We use XLookupString if we're not using XIM, or are using
|
|
987 XIM_XLIB but input context creation failed. */
|
|
988 #if ! (defined (HAVE_XIM) && defined (XIM_MOTIF))
|
|
989 #if defined (HAVE_XIM) && defined (XIM_XLIB)
|
|
990 if (!xic)
|
|
991 #endif /* XIM_XLIB */
|
|
992 {
|
|
993 /* Apparently it's necessary to specify a dummy here (rather
|
|
994 than passing in 0) to avoid crashes on German IRIX */
|
|
995 char dummy[256];
|
|
996 XLookupString (event, dummy, 200, &keysym, 0);
|
|
997 return (IsModifierKey (keysym) || keysym == XK_Mode_switch )
|
|
998 ? Qnil : x_keysym_to_emacs_keysym (keysym, simple_p);
|
|
999 }
|
|
1000 #endif /* ! XIM_MOTIF */
|
|
1001
|
|
1002 #ifdef HAVE_XIM
|
|
1003 Lookup_String: /* Come-From XBufferOverflow */
|
|
1004 #ifdef XIM_MOTIF
|
|
1005 len = XmImMbLookupString (XtWindowToWidget (event->display, event->window),
|
|
1006 event, bufptr, bufsiz, &keysym, &status);
|
|
1007 #else /* XIM_XLIB */
|
|
1008 if (xic)
|
|
1009 len = XmbLookupString (xic, event, bufptr, bufsiz, &keysym, &status);
|
|
1010 #endif /* HAVE_XIM */
|
|
1011
|
|
1012 #ifdef DEBUG_XEMACS
|
442
|
1013 if (debug_x_events > 0)
|
428
|
1014 {
|
|
1015 stderr_out (" status=");
|
|
1016 #define print_status_when(S) if (status == S) stderr_out (#S)
|
|
1017 print_status_when (XLookupKeySym);
|
|
1018 print_status_when (XLookupBoth);
|
|
1019 print_status_when (XLookupChars);
|
|
1020 print_status_when (XLookupNone);
|
|
1021 print_status_when (XBufferOverflow);
|
|
1022
|
|
1023 if (status == XLookupKeySym || status == XLookupBoth)
|
|
1024 stderr_out (" keysym=%s", XKeysymToString (keysym));
|
|
1025 if (status == XLookupChars || status == XLookupBoth)
|
|
1026 {
|
|
1027 if (len != 1)
|
|
1028 {
|
|
1029 int j;
|
|
1030 stderr_out (" chars=\"");
|
|
1031 for (j=0; j<len; j++)
|
|
1032 stderr_out ("%c", bufptr[j]);
|
|
1033 stderr_out ("\"");
|
|
1034 }
|
|
1035 else if (bufptr[0] <= 32 || bufptr[0] >= 127)
|
|
1036 stderr_out (" char=0x%x", bufptr[0]);
|
|
1037 else
|
|
1038 stderr_out (" char=%c", bufptr[0]);
|
|
1039 }
|
|
1040 stderr_out ("\n");
|
|
1041 }
|
|
1042 #endif /* DEBUG_XEMACS */
|
|
1043
|
|
1044 switch (status)
|
|
1045 {
|
|
1046 case XLookupKeySym:
|
|
1047 case XLookupBoth:
|
|
1048 return (IsModifierKey (keysym) || keysym == XK_Mode_switch )
|
|
1049 ? Qnil : x_keysym_to_emacs_keysym (keysym, simple_p);
|
|
1050
|
|
1051 case XLookupChars:
|
|
1052 {
|
|
1053 /* Generate multiple emacs events */
|
|
1054 struct device *d = get_device_from_display (event->display);
|
867
|
1055 Ichar ch;
|
428
|
1056 Lisp_Object instream, fb_instream;
|
|
1057 Lstream *istr;
|
|
1058 struct gcpro gcpro1, gcpro2;
|
|
1059
|
440
|
1060 fb_instream = make_fixed_buffer_input_stream (bufptr, len);
|
|
1061
|
771
|
1062 /* #### Use get_coding_system_for_text_file (Vcomposed_input_coding_system, 0) */
|
428
|
1063 instream =
|
771
|
1064 make_coding_input_stream
|
800
|
1065 (XLSTREAM (fb_instream), Qundecided, CODING_DECODE, 0);
|
428
|
1066
|
|
1067 istr = XLSTREAM (instream);
|
|
1068
|
|
1069 GCPRO2 (instream, fb_instream);
|
867
|
1070 while ((ch = Lstream_get_ichar (istr)) != EOF)
|
428
|
1071 {
|
|
1072 Lisp_Object emacs_event = Fmake_event (Qnil, Qnil);
|
440
|
1073 Lisp_Event *ev = XEVENT (emacs_event);
|
428
|
1074 ev->channel = DEVICE_CONSOLE (d);
|
960
|
1075 ev->timestamp = event->time;
|
428
|
1076 ev->event_type = key_press_event;
|
943
|
1077 #ifdef USE_KKCC
|
960
|
1078 XSET_EVENT_TYPE (emacs_event, key_press_event);
|
|
1079 XSET_KEY_DATA_MODIFIERS (XEVENT_DATA (emacs_event), 0);
|
|
1080 XSET_KEY_DATA_KEYSYM (XEVENT_DATA (emacs_event), make_char (ch));
|
943
|
1081 #else
|
428
|
1082 ev->event.key.modifiers = 0;
|
|
1083 ev->event.key.keysym = make_char (ch);
|
943
|
1084 #endif
|
428
|
1085 enqueue_Xt_dispatch_event (emacs_event);
|
|
1086 }
|
|
1087 Lstream_close (istr);
|
|
1088 UNGCPRO;
|
|
1089 Lstream_delete (istr);
|
|
1090 Lstream_delete (XLSTREAM (fb_instream));
|
|
1091 return Qnil;
|
|
1092 }
|
|
1093 case XLookupNone: return Qnil;
|
|
1094 case XBufferOverflow:
|
851
|
1095 bufptr = (char *) ALLOCA (len+1);
|
428
|
1096 bufsiz = len+1;
|
|
1097 goto Lookup_String;
|
|
1098 }
|
801
|
1099 return Qnil; /* not (usually) reached */
|
428
|
1100 #endif /* HAVE_XIM */
|
|
1101 }
|
|
1102
|
|
1103 static void
|
|
1104 set_last_server_timestamp (struct device *d, XEvent *x_event)
|
|
1105 {
|
|
1106 Time t;
|
|
1107 switch (x_event->type)
|
|
1108 {
|
|
1109 case KeyPress:
|
|
1110 case KeyRelease: t = x_event->xkey.time; break;
|
|
1111 case ButtonPress:
|
|
1112 case ButtonRelease: t = x_event->xbutton.time; break;
|
|
1113 case EnterNotify:
|
|
1114 case LeaveNotify: t = x_event->xcrossing.time; break;
|
|
1115 case MotionNotify: t = x_event->xmotion.time; break;
|
|
1116 case PropertyNotify: t = x_event->xproperty.time; break;
|
|
1117 case SelectionClear: t = x_event->xselectionclear.time; break;
|
|
1118 case SelectionRequest: t = x_event->xselectionrequest.time; break;
|
|
1119 case SelectionNotify: t = x_event->xselection.time; break;
|
|
1120 default: return;
|
|
1121 }
|
|
1122 DEVICE_X_LAST_SERVER_TIMESTAMP (d) = t;
|
|
1123 }
|
|
1124
|
|
1125 static int
|
440
|
1126 x_event_to_emacs_event (XEvent *x_event, Lisp_Event *emacs_event)
|
428
|
1127 {
|
|
1128 Display *display = x_event->xany.display;
|
|
1129 struct device *d = get_device_from_display (display);
|
|
1130 struct x_device *xd = DEVICE_X_DATA (d);
|
|
1131
|
|
1132 if (DEVICE_X_BEING_DELETED (d))
|
|
1133 /* #### Uh, is this 0 correct? */
|
|
1134 return 0;
|
|
1135
|
|
1136 set_last_server_timestamp (d, x_event);
|
|
1137
|
|
1138 switch (x_event->type)
|
|
1139 {
|
|
1140 case KeyRelease:
|
934
|
1141 {
|
|
1142 x_handle_sticky_modifiers (x_event, d);
|
|
1143 return 0;
|
|
1144 }
|
428
|
1145 case KeyPress:
|
|
1146 case ButtonPress:
|
|
1147 case ButtonRelease:
|
|
1148 {
|
442
|
1149 int modifiers = 0;
|
428
|
1150 int shift_p, lock_p;
|
|
1151 Bool key_event_p = (x_event->type == KeyPress);
|
|
1152 unsigned int *state =
|
|
1153 key_event_p ? &x_event->xkey.state : &x_event->xbutton.state;
|
|
1154
|
|
1155 /* If this is a synthetic KeyPress or Button event, and the user
|
|
1156 has expressed a disinterest in this security hole, then drop
|
|
1157 it on the floor. */
|
|
1158 if ((key_event_p
|
|
1159 ? x_event->xkey.send_event
|
|
1160 : x_event->xbutton.send_event)
|
|
1161 #ifdef EXTERNAL_WIDGET
|
|
1162 /* ben: events get sent to an ExternalShell using XSendEvent.
|
|
1163 This is not a perfect solution. */
|
|
1164 && !FRAME_X_EXTERNAL_WINDOW_P
|
|
1165 (x_any_window_to_frame (d, x_event->xany.window))
|
|
1166 #endif
|
|
1167 && !x_allow_sendevents)
|
|
1168 return 0;
|
|
1169
|
|
1170 DEVICE_X_MOUSE_TIMESTAMP (d) =
|
|
1171 DEVICE_X_GLOBAL_MOUSE_TIMESTAMP (d) =
|
|
1172 key_event_p ? x_event->xkey.time : x_event->xbutton.time;
|
|
1173
|
|
1174 x_handle_sticky_modifiers (x_event, d);
|
|
1175
|
442
|
1176 if (*state & ControlMask) modifiers |= XEMACS_MOD_CONTROL;
|
|
1177 if (*state & xd->MetaMask) modifiers |= XEMACS_MOD_META;
|
|
1178 if (*state & xd->SuperMask) modifiers |= XEMACS_MOD_SUPER;
|
|
1179 if (*state & xd->HyperMask) modifiers |= XEMACS_MOD_HYPER;
|
|
1180 if (*state & xd->AltMask) modifiers |= XEMACS_MOD_ALT;
|
|
1181 {
|
|
1182 int numero_de_botao = -1;
|
|
1183
|
|
1184 if (!key_event_p)
|
|
1185 numero_de_botao = x_event->xbutton.button;
|
|
1186
|
|
1187 /* the button gets noted either in the button or the modifiers
|
|
1188 field, but not both. */
|
|
1189 if (numero_de_botao != 1 && (*state & Button1Mask))
|
|
1190 modifiers |= XEMACS_MOD_BUTTON1;
|
|
1191 if (numero_de_botao != 2 && (*state & Button2Mask))
|
|
1192 modifiers |= XEMACS_MOD_BUTTON2;
|
|
1193 if (numero_de_botao != 3 && (*state & Button3Mask))
|
|
1194 modifiers |= XEMACS_MOD_BUTTON3;
|
|
1195 if (numero_de_botao != 4 && (*state & Button4Mask))
|
|
1196 modifiers |= XEMACS_MOD_BUTTON4;
|
|
1197 if (numero_de_botao != 5 && (*state & Button5Mask))
|
|
1198 modifiers |= XEMACS_MOD_BUTTON5;
|
|
1199 }
|
428
|
1200
|
|
1201 /* Ignore the Caps_Lock key if:
|
|
1202 - any other modifiers are down, so that Caps_Lock doesn't
|
|
1203 turn C-x into C-X, which would suck.
|
|
1204 - the event was a mouse event. */
|
|
1205 if (modifiers || ! key_event_p)
|
|
1206 *state &= (~LockMask);
|
|
1207
|
|
1208 shift_p = *state & ShiftMask;
|
|
1209 lock_p = *state & LockMask;
|
|
1210
|
|
1211 if (shift_p || lock_p)
|
442
|
1212 modifiers |= XEMACS_MOD_SHIFT;
|
428
|
1213
|
|
1214 if (key_event_p)
|
|
1215 {
|
|
1216 Lisp_Object keysym;
|
|
1217 XKeyEvent *ev = &x_event->xkey;
|
|
1218 /* This used to compute the frame from the given X window and
|
|
1219 store it here, but we really don't care about the frame. */
|
934
|
1220 #ifdef USE_KKCC
|
|
1221 SET_EVENT_CHANNEL (emacs_event, DEVICE_CONSOLE (d));
|
|
1222 #else /* not USE_KKCC */
|
428
|
1223 emacs_event->channel = DEVICE_CONSOLE (d);
|
934
|
1224 #endif /* not USE_KKCC */
|
428
|
1225 keysym = x_to_emacs_keysym (&x_event->xkey, 0);
|
|
1226
|
|
1227 /* If the emacs keysym is nil, then that means that the X
|
|
1228 keysym was either a Modifier or NoSymbol, which
|
|
1229 probably means that we're in the midst of reading a
|
|
1230 Multi_key sequence, or a "dead" key prefix, or XIM
|
|
1231 input. Ignore it. */
|
|
1232 if (NILP (keysym))
|
|
1233 return 0;
|
|
1234
|
|
1235 /* More Caps_Lock garbage: Caps_Lock should *only* add the
|
|
1236 shift modifier to two-case keys (that is, A-Z and
|
|
1237 related characters). So at this point (after looking up
|
|
1238 the keysym) if the keysym isn't a dual-case alphabetic,
|
|
1239 and if the caps lock key was down but the shift key
|
|
1240 wasn't, then turn off the shift modifier. Gag barf */
|
|
1241 /* #### type lossage: assuming equivalence of emacs and
|
|
1242 X keysyms */
|
|
1243 /* !!#### maybe fix for Mule */
|
|
1244 if (lock_p && !shift_p &&
|
|
1245 ! (CHAR_OR_CHAR_INTP (keysym)
|
|
1246 && keysym_obeys_caps_lock_p
|
|
1247 ((KeySym) XCHAR_OR_CHAR_INT (keysym), d)))
|
442
|
1248 modifiers &= (~XEMACS_MOD_SHIFT);
|
428
|
1249
|
|
1250 /* If this key contains two distinct keysyms, that is,
|
|
1251 "shift" generates a different keysym than the
|
|
1252 non-shifted key, then don't apply the shift modifier
|
|
1253 bit: it's implicit. Otherwise, if there would be no
|
|
1254 other way to tell the difference between the shifted
|
|
1255 and unshifted version of this key, apply the shift bit.
|
|
1256 Non-graphics, like Backspace and F1 get the shift bit
|
|
1257 in the modifiers slot. Neither the characters "a",
|
|
1258 "A", "2", nor "@" normally have the shift bit set.
|
|
1259 However, "F1" normally does. */
|
442
|
1260 if (modifiers & XEMACS_MOD_SHIFT)
|
428
|
1261 {
|
|
1262 int Mode_switch_p = *state & xd->ModeMask;
|
|
1263 KeySym bot = XLookupKeysym (ev, Mode_switch_p ? 2 : 0);
|
|
1264 KeySym top = XLookupKeysym (ev, Mode_switch_p ? 3 : 1);
|
|
1265 if (top && bot && top != bot)
|
442
|
1266 modifiers &= ~XEMACS_MOD_SHIFT;
|
428
|
1267 }
|
934
|
1268 #ifdef USE_KKCC
|
|
1269 set_event_type (emacs_event, key_press_event);
|
|
1270 SET_EVENT_TIMESTAMP (emacs_event, ev->time);
|
|
1271 XSET_KEY_DATA_MODIFIERS (EVENT_DATA (emacs_event), modifiers);
|
|
1272 XSET_KEY_DATA_KEYSYM (EVENT_DATA (emacs_event), keysym);
|
|
1273 #else /* not USE_KKCC */
|
428
|
1274 emacs_event->event_type = key_press_event;
|
|
1275 emacs_event->timestamp = ev->time;
|
|
1276 emacs_event->event.key.modifiers = modifiers;
|
|
1277 emacs_event->event.key.keysym = keysym;
|
934
|
1278 #endif /* not USE_KKCC */
|
428
|
1279 }
|
|
1280 else /* Mouse press/release event */
|
|
1281 {
|
|
1282 XButtonEvent *ev = &x_event->xbutton;
|
|
1283 struct frame *frame = x_window_to_frame (d, ev->window);
|
|
1284
|
|
1285 if (! frame)
|
|
1286 return 0; /* not for us */
|
934
|
1287 #ifdef USE_KKCC
|
|
1288 set_event_type (emacs_event, (x_event->type == ButtonPress) ?
|
|
1289 button_press_event : button_release_event);
|
|
1290 SET_EVENT_CHANNEL (emacs_event, wrap_frame(frame));
|
|
1291
|
|
1292 XSET_BUTTON_DATA_MODIFIERS (EVENT_DATA (emacs_event), modifiers);
|
|
1293 SET_EVENT_TIMESTAMP (emacs_event, ev->time);
|
|
1294 XSET_BUTTON_DATA_BUTTON (EVENT_DATA (emacs_event), ev->button);
|
|
1295 XSET_BUTTON_DATA_X (EVENT_DATA (emacs_event), ev->x);
|
|
1296 XSET_BUTTON_DATA_Y (EVENT_DATA (emacs_event), ev->y);
|
|
1297 #else /* not USE_KKCC */
|
793
|
1298 emacs_event->channel = wrap_frame (frame);
|
428
|
1299 emacs_event->event_type = (x_event->type == ButtonPress) ?
|
|
1300 button_press_event : button_release_event;
|
|
1301
|
|
1302 emacs_event->event.button.modifiers = modifiers;
|
|
1303 emacs_event->timestamp = ev->time;
|
|
1304 emacs_event->event.button.button = ev->button;
|
|
1305 emacs_event->event.button.x = ev->x;
|
|
1306 emacs_event->event.button.y = ev->y;
|
934
|
1307 #endif /* not USE_KKCC */
|
428
|
1308 /* because we don't seem to get a FocusIn event for button clicks
|
|
1309 when a widget-glyph is selected we will assume that we want the
|
|
1310 focus if a button gets pressed. */
|
|
1311 if (x_event->type == ButtonPress)
|
|
1312 handle_focus_event_1 (frame, 1);
|
|
1313 }
|
|
1314 }
|
|
1315 break;
|
|
1316
|
|
1317 case MotionNotify:
|
|
1318 {
|
|
1319 XMotionEvent *ev = &x_event->xmotion;
|
|
1320 struct frame *frame = x_window_to_frame (d, ev->window);
|
442
|
1321 int modifiers = 0;
|
428
|
1322 XMotionEvent event2;
|
|
1323
|
|
1324 if (! frame)
|
|
1325 return 0; /* not for us */
|
|
1326
|
|
1327 /* We use MotionHintMask, so we will get only one motion event
|
|
1328 until the next time we call XQueryPointer or the user
|
|
1329 clicks the mouse. So call XQueryPointer now (meaning that
|
|
1330 the event will be in sync with the server just before
|
|
1331 Fnext_event() returns). If the mouse is still in motion,
|
|
1332 then the server will immediately generate exactly one more
|
|
1333 motion event, which will be on the queue waiting for us
|
|
1334 next time around. */
|
|
1335 event2 = *ev;
|
|
1336 if (XQueryPointer (event2.display, event2.window,
|
|
1337 &event2.root, &event2.subwindow,
|
|
1338 &event2.x_root, &event2.y_root,
|
|
1339 &event2.x, &event2.y,
|
|
1340 &event2.state))
|
|
1341 ev = &event2; /* only one structure copy */
|
|
1342
|
|
1343 DEVICE_X_MOUSE_TIMESTAMP (d) = ev->time;
|
934
|
1344 #ifdef USE_KKCC
|
|
1345 SET_EVENT_CHANNEL (emacs_event, wrap_frame(frame));
|
|
1346 set_event_type (emacs_event, pointer_motion_event);
|
|
1347 SET_EVENT_TIMESTAMP (emacs_event, ev->time);
|
|
1348 XSET_MOTION_DATA_X (EVENT_DATA (emacs_event), ev->x);
|
|
1349 XSET_MOTION_DATA_Y (EVENT_DATA (emacs_event), ev->y);
|
|
1350 #else /* not USE_KKCC */
|
793
|
1351 emacs_event->channel = wrap_frame (frame);
|
428
|
1352 emacs_event->event_type = pointer_motion_event;
|
|
1353 emacs_event->timestamp = ev->time;
|
|
1354 emacs_event->event.motion.x = ev->x;
|
|
1355 emacs_event->event.motion.y = ev->y;
|
934
|
1356 #endif /* not USE_KKCC */
|
442
|
1357 if (ev->state & ShiftMask) modifiers |= XEMACS_MOD_SHIFT;
|
|
1358 if (ev->state & ControlMask) modifiers |= XEMACS_MOD_CONTROL;
|
|
1359 if (ev->state & xd->MetaMask) modifiers |= XEMACS_MOD_META;
|
|
1360 if (ev->state & xd->SuperMask) modifiers |= XEMACS_MOD_SUPER;
|
|
1361 if (ev->state & xd->HyperMask) modifiers |= XEMACS_MOD_HYPER;
|
|
1362 if (ev->state & xd->AltMask) modifiers |= XEMACS_MOD_ALT;
|
|
1363 if (ev->state & Button1Mask) modifiers |= XEMACS_MOD_BUTTON1;
|
|
1364 if (ev->state & Button2Mask) modifiers |= XEMACS_MOD_BUTTON2;
|
|
1365 if (ev->state & Button3Mask) modifiers |= XEMACS_MOD_BUTTON3;
|
|
1366 if (ev->state & Button4Mask) modifiers |= XEMACS_MOD_BUTTON4;
|
|
1367 if (ev->state & Button5Mask) modifiers |= XEMACS_MOD_BUTTON5;
|
428
|
1368 /* Currently ignores Shift_Lock but probably shouldn't
|
|
1369 (but it definitely should ignore Caps_Lock). */
|
934
|
1370 #ifdef USE_KKCC
|
|
1371 XSET_MOTION_DATA_MODIFIERS (EVENT_DATA (emacs_event), modifiers);
|
|
1372 #else /* not USE_KKCC */
|
428
|
1373 emacs_event->event.motion.modifiers = modifiers;
|
934
|
1374 #endif /* not USE_KKCC */
|
428
|
1375 }
|
|
1376 break;
|
|
1377
|
|
1378 case ClientMessage:
|
|
1379 {
|
|
1380 /* Patch bogus TAKE_FOCUS messages from MWM; CurrentTime is
|
|
1381 passed as the timestamp of the TAKE_FOCUS, which the ICCCM
|
|
1382 explicitly prohibits. */
|
|
1383 XClientMessageEvent *ev = &x_event->xclient;
|
|
1384 #ifdef HAVE_OFFIX_DND
|
|
1385 if (DndIsDropMessage(x_event))
|
|
1386 {
|
442
|
1387 unsigned int state;
|
|
1388 int modifiers = 0;
|
647
|
1389 int button = 0;
|
428
|
1390 struct frame *frame = x_any_window_to_frame (d, ev->window);
|
|
1391 Extbyte *data;
|
|
1392 unsigned long size, dtype;
|
|
1393 Lisp_Object l_type = Qnil, l_data = Qnil;
|
|
1394 Lisp_Object l_dndlist = Qnil, l_item = Qnil;
|
|
1395 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
|
|
1396
|
|
1397 if (! frame)
|
|
1398 return 0; /* not for us */
|
446
|
1399
|
|
1400 GCPRO4 (l_type, l_data, l_dndlist, l_item);
|
934
|
1401 #ifdef USE_KKCC
|
|
1402 set_event_type (emacs_event, misc_user_event);
|
|
1403 SET_EVENT_CHANNEL (emacs_event, wrap_frame(frame));
|
|
1404 SET_EVENT_TIMESTAMP (emacs_event, DEVICE_X_LAST_SERVER_TIMESTAMP (d));
|
|
1405 #else /* not USE_KKCC */
|
793
|
1406 emacs_event->channel = wrap_frame (frame);
|
428
|
1407 emacs_event->event_type = misc_user_event;
|
|
1408 emacs_event->timestamp = DEVICE_X_LAST_SERVER_TIMESTAMP (d);
|
934
|
1409 #endif /* not USE_KKCC */
|
428
|
1410 state=DndDragButtons(x_event);
|
|
1411
|
442
|
1412 if (state & ShiftMask) modifiers |= XEMACS_MOD_SHIFT;
|
|
1413 if (state & ControlMask) modifiers |= XEMACS_MOD_CONTROL;
|
|
1414 if (state & xd->MetaMask) modifiers |= XEMACS_MOD_META;
|
|
1415 if (state & xd->SuperMask) modifiers |= XEMACS_MOD_SUPER;
|
|
1416 if (state & xd->HyperMask) modifiers |= XEMACS_MOD_HYPER;
|
|
1417 if (state & xd->AltMask) modifiers |= XEMACS_MOD_ALT;
|
|
1418 if (state & Button1Mask) modifiers |= XEMACS_MOD_BUTTON1;
|
|
1419 if (state & Button2Mask) modifiers |= XEMACS_MOD_BUTTON2;
|
|
1420 if (state & Button3Mask) modifiers |= XEMACS_MOD_BUTTON3;
|
|
1421 if (state & Button4Mask) modifiers |= XEMACS_MOD_BUTTON4;
|
|
1422 if (state & Button5Mask) modifiers |= XEMACS_MOD_BUTTON5;
|
428
|
1423
|
|
1424 if (state & Button5Mask) button = Button5;
|
|
1425 if (state & Button4Mask) button = Button4;
|
|
1426 if (state & Button3Mask) button = Button3;
|
|
1427 if (state & Button2Mask) button = Button2;
|
|
1428 if (state & Button1Mask) button = Button1;
|
|
1429
|
934
|
1430 #ifdef USE_KKCC
|
|
1431 XSET_MISC_USER_DATA_MODIFIERS (EVENT_DATA (emacs_event), modifiers);
|
|
1432 XSET_MISC_USER_DATA_BUTTON (EVENT_DATA (emacs_event), button);
|
|
1433
|
|
1434 DndDropCoordinates(FRAME_X_TEXT_WIDGET(frame), x_event,
|
|
1435 &(XMISC_USER_DATA_X (EVENT_DATA (emacs_event))),
|
|
1436 &(XMISC_USER_DATA_Y (EVENT_DATA (emacs_event))) );
|
|
1437 #else /* not USE_KKCC */
|
428
|
1438 emacs_event->event.misc.modifiers = modifiers;
|
|
1439 emacs_event->event.misc.button = button;
|
|
1440
|
|
1441 DndDropCoordinates(FRAME_X_TEXT_WIDGET(frame), x_event,
|
|
1442 &(emacs_event->event.misc.x),
|
|
1443 &(emacs_event->event.misc.y) );
|
934
|
1444 #endif /* not USE_KKCC */
|
428
|
1445 DndGetData(x_event,&data,&size);
|
|
1446
|
|
1447 dtype=DndDataType(x_event);
|
|
1448 switch (dtype)
|
|
1449 {
|
|
1450 case DndFiles: /* null terminated strings, end null */
|
|
1451 {
|
|
1452 int len;
|
|
1453 char *hurl = NULL;
|
|
1454
|
|
1455 while (*data)
|
|
1456 {
|
|
1457 len = strlen ((char*)data);
|
|
1458 hurl = dnd_url_hexify_string ((char *)data, "file:");
|
867
|
1459 l_item = make_string ((Ibyte *)hurl, strlen (hurl));
|
428
|
1460 l_dndlist = Fcons (l_item, l_dndlist);
|
|
1461 data += len + 1;
|
|
1462 xfree (hurl);
|
|
1463 }
|
|
1464 l_type = Qdragdrop_URL;
|
|
1465 }
|
|
1466 break;
|
|
1467 case DndText:
|
|
1468 l_type = Qdragdrop_MIME;
|
867
|
1469 l_dndlist = list1 ( list3 ( list1 ( make_string ((Ibyte *)"text/plain", 10) ),
|
|
1470 make_string ((Ibyte *)"8bit", 4),
|
428
|
1471 make_ext_string ((Extbyte *)data,
|
|
1472 strlen((char *)data),
|
440
|
1473 Qctext) ) );
|
428
|
1474 break;
|
|
1475 case DndMIME:
|
|
1476 /* we have to parse this in some way to extract
|
|
1477 content-type and params (in the tm way) and
|
|
1478 content encoding.
|
|
1479 OR: if data is string, let tm do the job
|
|
1480 if data is list[2], give the first two
|
|
1481 to tm...
|
|
1482 */
|
|
1483 l_type = Qdragdrop_MIME;
|
|
1484 l_dndlist = list1 ( make_ext_string ((Extbyte *)data,
|
|
1485 strlen((char *)data),
|
440
|
1486 Qbinary) );
|
428
|
1487 break;
|
|
1488 case DndFile:
|
|
1489 case DndDir:
|
|
1490 case DndLink:
|
|
1491 case DndExe:
|
|
1492 {
|
|
1493 char *hurl = dnd_url_hexify_string ((char *) data, "file:");
|
|
1494
|
867
|
1495 l_dndlist = list1 ( make_string ((Ibyte *)hurl,
|
428
|
1496 strlen (hurl)) );
|
|
1497 l_type = Qdragdrop_URL;
|
|
1498
|
|
1499 xfree (hurl);
|
|
1500 }
|
|
1501 break;
|
|
1502 case DndURL:
|
|
1503 /* as it is a real URL it should already be escaped
|
|
1504 and escaping again will break them (cause % is unsave) */
|
|
1505 l_dndlist = list1 ( make_ext_string ((Extbyte *)data,
|
|
1506 strlen ((char *)data),
|
440
|
1507 Qfile_name) );
|
428
|
1508 l_type = Qdragdrop_URL;
|
|
1509 break;
|
|
1510 default: /* Unknown, RawData and any other type */
|
867
|
1511 l_dndlist = list1 ( list3 ( list1 ( make_string ((Ibyte *)"application/octet-stream", 24) ),
|
|
1512 make_string ((Ibyte *)"8bit", 4),
|
428
|
1513 make_ext_string ((Extbyte *)data,
|
|
1514 size,
|
440
|
1515 Qbinary) ) );
|
428
|
1516 l_type = Qdragdrop_MIME;
|
|
1517 break;
|
|
1518 }
|
|
1519
|
934
|
1520 #ifdef USE_KKCC
|
|
1521 XSET_MISC_USER_DATA_FUNCTION (EVENT_DATA (emacs_event), Qdragdrop_drop_dispatch);
|
|
1522 XSET_MISC_USER_DATA_OBJECT (EVENT_DATA (emacs_event), Fcons (l_type, l_dndlist));
|
|
1523 #else /* not USE_KKCC */
|
428
|
1524 emacs_event->event.misc.function = Qdragdrop_drop_dispatch;
|
|
1525 emacs_event->event.misc.object = Fcons (l_type, l_dndlist);
|
934
|
1526 #endif /* not USE_KKCC */
|
428
|
1527
|
|
1528 UNGCPRO;
|
|
1529
|
|
1530 break;
|
|
1531 }
|
|
1532 #endif /* HAVE_OFFIX_DND */
|
|
1533 if (ev->message_type == DEVICE_XATOM_WM_PROTOCOLS (d)
|
|
1534 && (Atom) (ev->data.l[0]) == DEVICE_XATOM_WM_TAKE_FOCUS (d)
|
|
1535 && (Atom) (ev->data.l[1]) == 0)
|
|
1536 {
|
|
1537 ev->data.l[1] = DEVICE_X_LAST_SERVER_TIMESTAMP (d);
|
|
1538 }
|
|
1539 }
|
|
1540 /* fall through */
|
|
1541
|
|
1542 default: /* it's a magic event */
|
|
1543 {
|
|
1544 struct frame *frame;
|
|
1545 Window w;
|
934
|
1546 #ifdef USE_KKCC
|
|
1547 XEvent *x_event_copy;
|
|
1548 SET_EVENT_TYPE (emacs_event, magic_event);
|
|
1549 x_event_copy = &XMAGIC_DATA_X_EVENT (EVENT_DATA (emacs_event));
|
|
1550 #else /* not USE_KKCC */
|
428
|
1551 XEvent *x_event_copy = &emacs_event->event.magic.underlying_x_event;
|
934
|
1552 #endif /* not USE_KKCC */
|
428
|
1553
|
|
1554 #define FROB(event_member, window_member) \
|
|
1555 x_event_copy->event_member = x_event->event_member; \
|
|
1556 w = x_event->event_member.window_member
|
|
1557
|
|
1558 switch (x_event->type)
|
|
1559 {
|
|
1560 case SelectionRequest: FROB(xselectionrequest, owner); break;
|
|
1561 case SelectionClear: FROB(xselectionclear, window); break;
|
|
1562 case SelectionNotify: FROB(xselection, requestor); break;
|
|
1563 case PropertyNotify: FROB(xproperty, window); break;
|
|
1564 case ClientMessage: FROB(xclient, window); break;
|
|
1565 case ConfigureNotify: FROB(xconfigure, window); break;
|
|
1566 case Expose:
|
|
1567 case GraphicsExpose: FROB(xexpose, window); break;
|
|
1568 case MapNotify:
|
|
1569 case UnmapNotify: FROB(xmap, window); break;
|
|
1570 case EnterNotify:
|
|
1571 case LeaveNotify: FROB(xcrossing, window); break;
|
|
1572 case FocusIn:
|
|
1573 case FocusOut: FROB(xfocus, window); break;
|
|
1574 case VisibilityNotify: FROB(xvisibility, window); break;
|
442
|
1575 case CreateNotify: FROB(xcreatewindow, window); break;
|
428
|
1576 default:
|
|
1577 w = x_event->xany.window;
|
|
1578 *x_event_copy = *x_event;
|
|
1579 break;
|
|
1580 }
|
|
1581 #undef FROB
|
|
1582 frame = x_any_window_to_frame (d, w);
|
|
1583
|
|
1584 if (!frame)
|
|
1585 return 0;
|
|
1586
|
934
|
1587 #ifdef USE_KKCC
|
|
1588 SET_EVENT_TYPE (emacs_event, magic_event);
|
|
1589 SET_EVENT_CHANNEL (emacs_event, wrap_frame(frame));
|
|
1590 XSET_MAGIC_DATA_X_EVENT (EVENT_DATA(emacs_event), *x_event_copy);
|
|
1591 #else /* not USE_KKCC */
|
428
|
1592 emacs_event->event_type = magic_event;
|
793
|
1593 emacs_event->channel = wrap_frame (frame);
|
934
|
1594 #endif /* not USE_KKCC */
|
428
|
1595 break;
|
|
1596 }
|
|
1597 }
|
|
1598 return 1;
|
|
1599 }
|
|
1600
|
|
1601
|
|
1602
|
|
1603 /************************************************************************/
|
|
1604 /* magic-event handling */
|
|
1605 /************************************************************************/
|
|
1606
|
|
1607 static void
|
|
1608 handle_focus_event_1 (struct frame *f, int in_p)
|
|
1609 {
|
863
|
1610 handle_focus_event_2 (XtWindow (FRAME_X_TEXT_WIDGET (f)), f, in_p);
|
|
1611 }
|
|
1612
|
|
1613 static void
|
|
1614 handle_focus_event_2 (Window win, struct frame *f, int in_p)
|
|
1615 {
|
|
1616 /* Although this treats focus differently for all widgets (including
|
|
1617 the frame) it seems to work ok. */
|
|
1618 Widget needs_it = XtWindowToWidget (FRAME_X_DISPLAY (f), win);
|
|
1619
|
428
|
1620 #if XtSpecificationRelease > 5
|
450
|
1621 widget_with_focus = XtGetKeyboardFocusWidget (FRAME_X_TEXT_WIDGET (f));
|
428
|
1622 #endif
|
|
1623 #ifdef HAVE_XIM
|
|
1624 XIM_focus_event (f, in_p);
|
|
1625 #endif /* HAVE_XIM */
|
450
|
1626
|
428
|
1627 /* On focus change, clear all memory of sticky modifiers
|
|
1628 to avoid non-intuitive behavior. */
|
|
1629 clear_sticky_modifiers (XDEVICE (FRAME_DEVICE (f)));
|
|
1630
|
|
1631 /* We don't want to handle the focus change now, because we might
|
|
1632 be in an accept-process-output, sleep-for, or sit-for. So
|
|
1633 we enqueue it.
|
|
1634
|
|
1635 Actually, we half handle it: we handle it as far as changing the
|
|
1636 box cursor for redisplay, but we don't call any hooks or do any
|
|
1637 select-frame stuff until after the sit-for.
|
|
1638
|
|
1639 Unfortunately native widgets break the model because they grab
|
|
1640 the keyboard focus and nothing sets it back again. I cannot find
|
|
1641 any reasonable way to do this elsewhere so we assert here that
|
|
1642 the keyboard focus is on the emacs text widget. Menus and dialogs
|
|
1643 do this in their selection callback, but we don't want that since
|
|
1644 a button having focus is legitimate. An edit field having focus
|
|
1645 is mandatory. Weirdly you get a FocusOut event when you click in
|
442
|
1646 a widget-glyph but you don't get a corresponding FocusIn when you
|
428
|
1647 click in the frame. Why is this? */
|
438
|
1648 if (in_p
|
|
1649 #if XtSpecificationRelease > 5
|
863
|
1650 && needs_it != widget_with_focus
|
428
|
1651 #endif
|
|
1652 )
|
|
1653 {
|
863
|
1654 lw_set_keyboard_focus (FRAME_X_SHELL_WIDGET (f), needs_it);
|
428
|
1655 }
|
450
|
1656
|
863
|
1657 /* If we are focusing on a native widget then record and exit. */
|
|
1658 if (needs_it != FRAME_X_TEXT_WIDGET (f)) {
|
|
1659 widget_with_focus = needs_it;
|
|
1660 return;
|
|
1661 }
|
|
1662
|
450
|
1663 /* We have the focus now. See comment in
|
|
1664 emacs_Xt_handle_widget_losing_focus (). */
|
|
1665 if (in_p)
|
|
1666 widget_with_focus = NULL;
|
|
1667
|
428
|
1668 /* do the generic event-stream stuff. */
|
|
1669 {
|
|
1670 Lisp_Object frm;
|
|
1671 Lisp_Object conser;
|
|
1672 struct gcpro gcpro1;
|
|
1673
|
793
|
1674 frm = wrap_frame (f);
|
428
|
1675 conser = Fcons (frm, Fcons (FRAME_DEVICE (f), in_p ? Qt : Qnil));
|
|
1676 GCPRO1 (conser);
|
|
1677 emacs_handle_focus_change_preliminary (conser);
|
|
1678 enqueue_magic_eval_event (emacs_handle_focus_change_final,
|
|
1679 conser);
|
|
1680 UNGCPRO;
|
|
1681 }
|
|
1682 }
|
|
1683
|
863
|
1684 /* Create a synthetic X focus event. */
|
|
1685 void
|
|
1686 enqueue_focus_event (Widget wants_it, Lisp_Object frame, int in_p)
|
|
1687 {
|
|
1688 Lisp_Object emacs_event = Fmake_event (Qnil, Qnil);
|
|
1689 Lisp_Event *ev = XEVENT (emacs_event);
|
960
|
1690 XEvent *x_event;
|
|
1691
|
|
1692 ev->event_type = magic_event;
|
|
1693
|
934
|
1694 #ifdef USE_KKCC
|
960
|
1695 XSET_EVENT_TYPE (emacs_event, magic_event);
|
|
1696 x_event = &XMAGIC_DATA_X_EVENT (EVENT_DATA (ev));
|
934
|
1697 #else /* not USE_KKCC */
|
960
|
1698 x_event = &ev->event.magic.underlying_x_event;
|
934
|
1699 #endif /* not USE_KKCC */
|
863
|
1700
|
|
1701 x_event->type = in_p ? FocusIn : FocusOut;
|
|
1702 x_event->xfocus.window = XtWindow (wants_it);
|
|
1703
|
934
|
1704 #ifdef USE_KKCC
|
960
|
1705 SET_EVENT_CHANNEL (ev, frame);
|
934
|
1706 #else /* not USE_KKCC */
|
960
|
1707 ev->channel = frame;
|
934
|
1708 #endif /* not USE_KKCC */
|
863
|
1709
|
|
1710 enqueue_Xt_dispatch_event (emacs_event);
|
|
1711 }
|
|
1712
|
450
|
1713 /* The idea here is that when a widget glyph gets unmapped we don't
|
|
1714 want the focus to stay with it if it has focus - because it may
|
863
|
1715 well just get deleted next and then we have lost the focus until the
|
450
|
1716 user does something. So handle_focus_event_1 records the widget
|
|
1717 with keyboard focus when FocusOut is processed, and then, when a
|
|
1718 widget gets unmapped, it calls this function to restore focus if
|
|
1719 appropriate. */
|
853
|
1720 void emacs_Xt_handle_widget_losing_focus (struct frame *f, Widget losing_widget);
|
450
|
1721 void
|
853
|
1722 emacs_Xt_handle_widget_losing_focus (struct frame *f, Widget losing_widget)
|
450
|
1723 {
|
|
1724 if (losing_widget == widget_with_focus)
|
|
1725 {
|
|
1726 handle_focus_event_1 (f, 1);
|
|
1727 }
|
|
1728 }
|
|
1729
|
428
|
1730 /* This is called from the external-widget code */
|
|
1731
|
|
1732 void emacs_Xt_handle_focus_event (XEvent *event);
|
|
1733 void
|
|
1734 emacs_Xt_handle_focus_event (XEvent *event)
|
|
1735 {
|
|
1736 struct device *d = get_device_from_display (event->xany.display);
|
|
1737 struct frame *f;
|
|
1738
|
|
1739 if (DEVICE_X_BEING_DELETED (d))
|
|
1740 return;
|
|
1741
|
|
1742 /*
|
|
1743 * It's curious that we're using x_any_window_to_frame() instead
|
|
1744 * of x_window_to_frame(). I don't know what the impact of this is.
|
|
1745 */
|
|
1746 f = x_any_window_to_frame (d, event->xfocus.window);
|
|
1747 if (!f)
|
|
1748 /* focus events are sometimes generated just before
|
|
1749 a frame is destroyed. */
|
|
1750 return;
|
|
1751 handle_focus_event_1 (f, event->type == FocusIn);
|
|
1752 }
|
|
1753
|
|
1754 /* both MapNotify and VisibilityNotify can cause this
|
|
1755 JV is_visible has the same semantics as f->visible*/
|
|
1756 static void
|
|
1757 change_frame_visibility (struct frame *f, int is_visible)
|
|
1758 {
|
793
|
1759 Lisp_Object frame = wrap_frame (f);
|
|
1760
|
428
|
1761
|
|
1762 if (!FRAME_VISIBLE_P (f) && is_visible)
|
|
1763 {
|
|
1764 FRAME_VISIBLE_P (f) = is_visible;
|
872
|
1765 /* [[ This improves the double flicker when uniconifying a frame
|
428
|
1766 some. A lot of it is not showing a buffer which has changed
|
|
1767 while the frame was iconified. To fix it further requires
|
872
|
1768 the good 'ol double redisplay structure. ]] -- comment is
|
|
1769 invalid, obviously predates 19.12, when the double redisplay
|
|
1770 structure (i.e. current + desired) was put back in. --ben */
|
428
|
1771 MARK_FRAME_WINDOWS_STRUCTURE_CHANGED (f);
|
|
1772 va_run_hook_with_args (Qmap_frame_hook, 1, frame);
|
|
1773 }
|
|
1774 else if (FRAME_VISIBLE_P (f) && !is_visible)
|
|
1775 {
|
|
1776 FRAME_VISIBLE_P (f) = 0;
|
|
1777 va_run_hook_with_args (Qunmap_frame_hook, 1, frame);
|
|
1778 }
|
|
1779 else if (FRAME_VISIBLE_P (f) * is_visible < 0)
|
|
1780 {
|
|
1781 FRAME_VISIBLE_P(f) = - FRAME_VISIBLE_P(f);
|
|
1782 if (FRAME_REPAINT_P(f))
|
|
1783 MARK_FRAME_WINDOWS_STRUCTURE_CHANGED (f);
|
|
1784 va_run_hook_with_args (Qmap_frame_hook, 1, frame);
|
|
1785 }
|
|
1786 }
|
|
1787
|
|
1788 static void
|
593
|
1789 update_frame_iconify_status (struct frame *f)
|
|
1790 {
|
|
1791 f->iconified = (x_frame_window_state (f) == IconicState);
|
|
1792 }
|
|
1793
|
|
1794 static void
|
428
|
1795 handle_map_event (struct frame *f, XEvent *event)
|
|
1796 {
|
593
|
1797
|
|
1798 /* It seems that, given the multiplicity of window managers and X
|
|
1799 implementations, plus the fact that X was designed without
|
|
1800 window managers or icons in mind and this was then grafted on
|
|
1801 with about the skill of a drunk freshman med student attempting
|
|
1802 surgery with a rusty razor blade, we cannot treat any off
|
|
1803 MapNotify/UnmapNotify/VisibilityNotify as more than vague hints
|
|
1804 as to the actual situation.
|
|
1805
|
|
1806 So we should just query the actual status. Unfortunately, things
|
|
1807 are worse because (a) there aren't obvious ways to query some
|
|
1808 of these values (e.g. "totally visible"), and (b) there may be
|
|
1809 race conditions (see below).
|
|
1810
|
638
|
1811 However, according to the ICCCM, there's a specific way to
|
593
|
1812 ask the window manager whether the state is (a) visible,
|
|
1813 (b) iconic, (c) withdrawn. It must be one of these three.
|
|
1814 We already use this call to check for the iconified state.
|
|
1815 I'd suggest we do the same for visible (i.e. NormalState),
|
|
1816 and scrap most of the nasty code below.
|
|
1817
|
|
1818 --ben
|
|
1819 */
|
|
1820
|
|
1821 update_frame_iconify_status (f);
|
|
1822
|
|
1823 /* #### Ben suggests rewriting the code below using
|
|
1824 x_frame_window_state (f). */
|
|
1825
|
428
|
1826 if (event->type == MapNotify)
|
|
1827 {
|
|
1828 XWindowAttributes xwa;
|
|
1829
|
|
1830 /* Bleagh!!!!!! Apparently some window managers (e.g. MWM)
|
|
1831 send synthetic MapNotify events when a window is first
|
|
1832 created, EVEN IF IT'S CREATED ICONIFIED OR INVISIBLE.
|
|
1833 Or something like that. We initially tried a different
|
|
1834 solution below, but that ran into a different window-
|
|
1835 manager bug.
|
|
1836
|
|
1837 It seems that the only reliable way is to treat a
|
|
1838 MapNotify event as a "hint" that the window might or
|
|
1839 might not be visible, and check explicitly. */
|
|
1840
|
|
1841 XGetWindowAttributes (event->xany.display, event->xmap.window,
|
|
1842 &xwa);
|
|
1843 if (xwa.map_state != IsViewable)
|
593
|
1844 return;
|
428
|
1845
|
|
1846 FRAME_X_TOTALLY_VISIBLE_P (f) = 1;
|
|
1847 #if 0
|
|
1848 /* Bleagh again!!!! We initially tried the following hack
|
|
1849 around the MWM problem, but it turns out that TWM
|
|
1850 has a race condition when you un-iconify, where it maps
|
|
1851 the window and then tells the server that the window
|
|
1852 is un-iconified. Usually, XEmacs wakes up between
|
|
1853 those two occurrences, and thus thinks that un-iconified
|
|
1854 windows are still iconified.
|
|
1855
|
|
1856 Ah, the joys of X. */
|
|
1857
|
|
1858 /* By Emacs definition, a frame that is iconified is not
|
|
1859 visible. Marking a frame as visible will automatically cause
|
|
1860 frame-iconified-p to return nil, regardless of whether the
|
|
1861 frame is actually iconified. Therefore, we have to ignore
|
|
1862 MapNotify events on iconified frames. (It's not obvious
|
|
1863 to me why these are being sent, but it happens at startup
|
|
1864 with frames that are initially iconified; perhaps they are
|
|
1865 synthetic MapNotify events coming from the window manager.)
|
|
1866 Note that `frame-iconified-p' queries the server
|
|
1867 to determine whether the frame is currently iconified,
|
|
1868 rather than consulting some internal (and likely
|
|
1869 inaccurate) state flag. Therefore, ignoring the MapNotify
|
|
1870 is correct. */
|
793
|
1871 if (!FRAME_VISIBLE_P (f) && NILP (Fframe_iconified_p (wrap_frame (f))))
|
428
|
1872 #endif /* 0 */
|
|
1873 change_frame_visibility (f, 1);
|
|
1874 }
|
|
1875 else
|
|
1876 {
|
|
1877 FRAME_X_TOTALLY_VISIBLE_P (f) = 0;
|
|
1878 change_frame_visibility (f, 0);
|
|
1879 }
|
|
1880 }
|
|
1881
|
|
1882 static void
|
|
1883 handle_client_message (struct frame *f, XEvent *event)
|
|
1884 {
|
|
1885 struct device *d = XDEVICE (FRAME_DEVICE (f));
|
793
|
1886 Lisp_Object frame = wrap_frame (f);
|
428
|
1887
|
|
1888 if (event->xclient.message_type == DEVICE_XATOM_WM_PROTOCOLS (d) &&
|
|
1889 (Atom) (event->xclient.data.l[0]) == DEVICE_XATOM_WM_DELETE_WINDOW (d))
|
|
1890 {
|
|
1891 /* WM_DELETE_WINDOW is a misc-user event, but other ClientMessages,
|
|
1892 such as WM_TAKE_FOCUS, are eval events. That's because delete-window
|
|
1893 was probably executed with a mouse click, while the others could
|
|
1894 have been sent as a result of mouse motion or some other implicit
|
|
1895 action. (Call this a "heuristic"...) The reason for caring about
|
|
1896 this is so that clicking on the close-box will make emacs prompt
|
|
1897 using a dialog box instead of the minibuffer if there are unsaved
|
|
1898 buffers.
|
|
1899 */
|
|
1900 enqueue_misc_user_event (frame, Qeval,
|
|
1901 list3 (Qdelete_frame, frame, Qt));
|
|
1902 }
|
|
1903 else if (event->xclient.message_type == DEVICE_XATOM_WM_PROTOCOLS (d) &&
|
|
1904 (Atom) event->xclient.data.l[0] == DEVICE_XATOM_WM_TAKE_FOCUS (d))
|
|
1905 {
|
|
1906 handle_focus_event_1 (f, 1);
|
|
1907 #if 0
|
|
1908 /* If there is a dialog box up, focus on it.
|
|
1909
|
|
1910 #### Actually, we're raising it too, which is wrong. We should
|
|
1911 #### just focus on it, but lwlib doesn't currently give us an
|
|
1912 #### easy way to do that. This should be fixed.
|
|
1913 */
|
|
1914 unsigned long take_focus_timestamp = event->xclient.data.l[1];
|
|
1915 Widget widget = lw_raise_all_pop_up_widgets ();
|
|
1916 if (widget)
|
|
1917 {
|
|
1918 /* kludge: raise_all returns bottommost widget, but we really
|
|
1919 want the topmost. So just raise it for now. */
|
|
1920 XMapRaised (XtDisplay (widget), XtWindow (widget));
|
|
1921 /* Grab the focus with the timestamp of the TAKE_FOCUS. */
|
|
1922 XSetInputFocus (XtDisplay (widget), XtWindow (widget),
|
|
1923 RevertToParent, take_focus_timestamp);
|
|
1924 }
|
|
1925 #endif
|
|
1926 }
|
|
1927 }
|
|
1928
|
448
|
1929 /* #### I'm struggling to understand how the X event loop really works.
|
|
1930 Here is the problem:
|
|
1931
|
|
1932 When widgets get mapped / changed etc the actual display updates
|
|
1933 are done asynchronously via X events being processed - this
|
|
1934 normally happens when XtAppProcessEvent() gets called. However, if
|
|
1935 we are executing lisp code or even doing redisplay we won't
|
|
1936 necessarily process X events for a very long time. This has the
|
|
1937 effect of widgets only getting updated when XEmacs only goes into
|
|
1938 idle, or some other event causes processing of the X event queue.
|
|
1939
|
|
1940 XtAppProcessEvent can get called from the following places:
|
|
1941
|
|
1942 emacs_Xt_next_event () - this is normal event processing, almost
|
|
1943 any non-X event will take precedence and this means that we
|
|
1944 cannot rely on it to do the right thing at the right time for
|
|
1945 widget display.
|
|
1946
|
|
1947 drain_X_queue () - this happens when SIGIO gets tripped,
|
|
1948 processing the event queue allows C-g to be checked for. It gets
|
|
1949 called from emacs_Xt_event_pending_p ().
|
|
1950
|
|
1951 In order to solve this I have tried introducing a list primitive -
|
|
1952 dispatch-non-command-events - which forces processing of X events
|
|
1953 related to display. Unfortunately this has a number of problems,
|
|
1954 one is that it is possible for event_stream_event_pending_p to
|
|
1955 block for ever if there isn't actually an event. I guess this can
|
|
1956 happen if we drop the synthetic event for reason. It also relies on
|
|
1957 SIGIO processing which makes things rather fragile.
|
|
1958
|
|
1959 People have seen behaviour whereby XEmacs blocks until you move the
|
|
1960 mouse. This seems to indicate that dispatch-non-command-events is
|
|
1961 blocking. It may be that in a SIGIO world forcing SIGIO processing
|
|
1962 does the wrong thing.
|
|
1963 */
|
428
|
1964 static void
|
853
|
1965 emacs_Xt_force_event_pending (struct frame *f)
|
442
|
1966 {
|
|
1967 XEvent event;
|
|
1968
|
853
|
1969 Display *dpy = DEVICE_X_DISPLAY (XDEVICE (FRAME_DEVICE (f)));
|
442
|
1970 event.xclient.type = ClientMessage;
|
|
1971 event.xclient.display = dpy;
|
|
1972 event.xclient.message_type = XInternAtom (dpy, "BumpQueue", False);
|
|
1973 event.xclient.format = 32;
|
|
1974 event.xclient.window = 0;
|
|
1975
|
|
1976 /* Send the drop message */
|
|
1977 XSendEvent(dpy, XtWindow (FRAME_X_SHELL_WIDGET (f)),
|
|
1978 True, NoEventMask, &event);
|
448
|
1979 /* We rely on SIGIO and friends to realise we have generated an
|
|
1980 event. */
|
442
|
1981 }
|
|
1982
|
|
1983 static void
|
788
|
1984 emacs_Xt_format_magic_event (Lisp_Event *event, Lisp_Object pstream)
|
|
1985 {
|
|
1986 Lisp_Object console = CDFW_CONSOLE (EVENT_CHANNEL (event));
|
|
1987 if (CONSOLE_X_P (XCONSOLE (console)))
|
826
|
1988 write_c_string
|
934
|
1989 #ifdef USE_KKCC
|
|
1990 (pstream, x_event_name ((XMAGIC_DATA_X_EVENT (EVENT_DATA(event))).type));
|
|
1991 #else /* not USE_KKCC */
|
826
|
1992 (pstream, x_event_name (event->event.magic.underlying_x_event.type));
|
934
|
1993 #endif /* not USE_KKCC */
|
788
|
1994 }
|
|
1995
|
|
1996 static int
|
|
1997 emacs_Xt_compare_magic_event (Lisp_Event *e1, Lisp_Event *e2)
|
|
1998 {
|
|
1999 if (CONSOLE_X_P (XCONSOLE (CDFW_CONSOLE (EVENT_CHANNEL (e1)))) &&
|
|
2000 CONSOLE_X_P (XCONSOLE (CDFW_CONSOLE (EVENT_CHANNEL (e2)))))
|
934
|
2001 #ifdef USE_KKCC
|
|
2002 return ((XMAGIC_DATA_X_EVENT (EVENT_DATA(e1))).xany.serial ==
|
|
2003 (XMAGIC_DATA_X_EVENT (EVENT_DATA(e2))).xany.serial);
|
|
2004 #else /* not USE_KKCC */
|
788
|
2005 return (e1->event.magic.underlying_x_event.xany.serial ==
|
|
2006 e2->event.magic.underlying_x_event.xany.serial);
|
934
|
2007 #endif /* not USE_KKCC */
|
788
|
2008 if (CONSOLE_X_P (XCONSOLE (CDFW_CONSOLE (EVENT_CHANNEL (e1)))) ||
|
|
2009 CONSOLE_X_P (XCONSOLE (CDFW_CONSOLE (EVENT_CHANNEL (e2)))))
|
|
2010 return 0;
|
|
2011 return 1;
|
|
2012 }
|
|
2013
|
|
2014 static Hashcode
|
|
2015 emacs_Xt_hash_magic_event (Lisp_Event *e)
|
|
2016 {
|
|
2017 Lisp_Object console = CDFW_CONSOLE (EVENT_CHANNEL (e));
|
|
2018 if (CONSOLE_X_P (XCONSOLE (console)))
|
934
|
2019 #ifdef USE_KKCC
|
|
2020 return (XMAGIC_DATA_X_EVENT (EVENT_DATA(e))).xany.serial;
|
|
2021 #else /* not USE_KKCC */
|
788
|
2022 return e->event.magic.underlying_x_event.xany.serial;
|
934
|
2023 #endif /* not USE_KKCC */
|
788
|
2024 return 0;
|
|
2025 }
|
|
2026
|
|
2027 static void
|
440
|
2028 emacs_Xt_handle_magic_event (Lisp_Event *emacs_event)
|
428
|
2029 {
|
|
2030 /* This function can GC */
|
934
|
2031 #ifdef USE_KKCC
|
|
2032 XEvent *event = &XMAGIC_DATA_X_EVENT (EVENT_DATA(emacs_event));
|
|
2033 #else /* not USE_KKCC */
|
428
|
2034 XEvent *event = &emacs_event->event.magic.underlying_x_event;
|
934
|
2035 #endif /* not USE_KKCC */
|
428
|
2036 struct frame *f = XFRAME (EVENT_CHANNEL (emacs_event));
|
|
2037
|
|
2038 if (!FRAME_LIVE_P (f) || DEVICE_X_BEING_DELETED (XDEVICE (FRAME_DEVICE (f))))
|
|
2039 return;
|
|
2040
|
|
2041 switch (event->type)
|
|
2042 {
|
|
2043 case SelectionRequest:
|
|
2044 x_handle_selection_request (&event->xselectionrequest);
|
|
2045 break;
|
934
|
2046
|
428
|
2047 case SelectionClear:
|
|
2048 x_handle_selection_clear (&event->xselectionclear);
|
|
2049 break;
|
934
|
2050
|
428
|
2051 case SelectionNotify:
|
|
2052 x_handle_selection_notify (&event->xselection);
|
|
2053 break;
|
934
|
2054
|
428
|
2055 case PropertyNotify:
|
|
2056 x_handle_property_notify (&event->xproperty);
|
|
2057 break;
|
934
|
2058
|
428
|
2059 case Expose:
|
|
2060 if (!check_for_ignored_expose (f, event->xexpose.x, event->xexpose.y,
|
|
2061 event->xexpose.width, event->xexpose.height)
|
|
2062 &&
|
|
2063 !find_matching_subwindow (f, event->xexpose.x, event->xexpose.y,
|
|
2064 event->xexpose.width, event->xexpose.height))
|
|
2065 x_redraw_exposed_area (f, event->xexpose.x, event->xexpose.y,
|
|
2066 event->xexpose.width, event->xexpose.height);
|
|
2067 break;
|
|
2068
|
|
2069 case GraphicsExpose: /* This occurs when an XCopyArea's source area was
|
|
2070 obscured or not available. */
|
|
2071 x_redraw_exposed_area (f, event->xexpose.x, event->xexpose.y,
|
|
2072 event->xexpose.width, event->xexpose.height);
|
|
2073 break;
|
|
2074
|
|
2075 case MapNotify:
|
|
2076 case UnmapNotify:
|
|
2077 handle_map_event (f, event);
|
|
2078 break;
|
|
2079
|
|
2080 case EnterNotify:
|
|
2081 if (event->xcrossing.detail != NotifyInferior)
|
|
2082 {
|
793
|
2083 Lisp_Object frame = wrap_frame (f);
|
|
2084
|
428
|
2085 /* FRAME_X_MOUSE_P (f) = 1; */
|
|
2086 va_run_hook_with_args (Qmouse_enter_frame_hook, 1, frame);
|
|
2087 }
|
|
2088 break;
|
|
2089
|
|
2090 case LeaveNotify:
|
|
2091 if (event->xcrossing.detail != NotifyInferior)
|
|
2092 {
|
793
|
2093 Lisp_Object frame = wrap_frame (f);
|
|
2094
|
428
|
2095 /* FRAME_X_MOUSE_P (f) = 0; */
|
|
2096 va_run_hook_with_args (Qmouse_leave_frame_hook, 1, frame);
|
|
2097 }
|
|
2098 break;
|
|
2099
|
|
2100 case FocusIn:
|
|
2101 case FocusOut:
|
|
2102
|
|
2103 #ifdef EXTERNAL_WIDGET
|
|
2104 /* External widget lossage: Ben said:
|
|
2105 YUCK. The only way to make focus changes work properly is to
|
|
2106 completely ignore all FocusIn/FocusOut events and depend only
|
|
2107 on notifications from the ExternalClient widget. */
|
|
2108 if (FRAME_X_EXTERNAL_WINDOW_P (f))
|
|
2109 break;
|
|
2110 #endif
|
863
|
2111 handle_focus_event_2 (event->xfocus.window, f, event->type == FocusIn);
|
428
|
2112 break;
|
|
2113
|
|
2114 case ClientMessage:
|
|
2115 handle_client_message (f, event);
|
|
2116 break;
|
|
2117
|
|
2118 case VisibilityNotify: /* window visibility has changed */
|
|
2119 if (event->xvisibility.window == XtWindow (FRAME_X_SHELL_WIDGET (f)))
|
|
2120 {
|
593
|
2121 /* See comment in handle_map_event */
|
|
2122 update_frame_iconify_status (f);
|
|
2123
|
|
2124 /* #### Ben suggests rewriting the code below using
|
|
2125 x_frame_window_state (f). */
|
428
|
2126 FRAME_X_TOTALLY_VISIBLE_P (f) =
|
|
2127 (event->xvisibility.state == VisibilityUnobscured);
|
|
2128 /* Note that the fvwm pager only sends VisibilityNotify when
|
|
2129 changing pages. Is this all we need to do ? JV */
|
|
2130 /* Nope. We must at least trigger a redisplay here.
|
|
2131 Since this case seems similar to MapNotify, I've
|
|
2132 factored out some code to change_frame_visibility().
|
|
2133 This triggers the necessary redisplay and runs
|
|
2134 (un)map-frame-hook. - dkindred@cs.cmu.edu */
|
|
2135 /* Changed it again to support the tristate visibility flag */
|
|
2136 change_frame_visibility (f, (event->xvisibility.state
|
|
2137 != VisibilityFullyObscured) ? 1 : -1);
|
|
2138 }
|
|
2139 break;
|
|
2140
|
|
2141 case ConfigureNotify:
|
|
2142 #ifdef HAVE_XIM
|
|
2143 XIM_SetGeometry (f);
|
|
2144 #endif
|
|
2145 break;
|
|
2146
|
442
|
2147 case CreateNotify:
|
|
2148 break;
|
|
2149
|
428
|
2150 default:
|
|
2151 break;
|
|
2152 }
|
|
2153 }
|
|
2154
|
|
2155
|
|
2156 /************************************************************************/
|
|
2157 /* timeout events */
|
|
2158 /************************************************************************/
|
|
2159
|
|
2160 static int timeout_id_tick;
|
|
2161
|
|
2162 /* Xt interval id's might not fit into an int (they're pointers, as it
|
|
2163 happens), so we need to provide a conversion list. */
|
|
2164
|
|
2165 static struct Xt_timeout
|
|
2166 {
|
|
2167 int id;
|
|
2168 XtIntervalId interval_id;
|
|
2169 struct Xt_timeout *next;
|
|
2170 } *pending_timeouts, *completed_timeouts;
|
|
2171
|
|
2172 static struct Xt_timeout_blocktype
|
|
2173 {
|
|
2174 Blocktype_declare (struct Xt_timeout);
|
|
2175 } *the_Xt_timeout_blocktype;
|
|
2176
|
|
2177 /* called by XtAppNextEvent() */
|
|
2178 static void
|
|
2179 Xt_timeout_callback (XtPointer closure, XtIntervalId *id)
|
|
2180 {
|
|
2181 struct Xt_timeout *timeout = (struct Xt_timeout *) closure;
|
|
2182 struct Xt_timeout *t2 = pending_timeouts;
|
|
2183 /* Remove this one from the list of pending timeouts */
|
|
2184 if (t2 == timeout)
|
|
2185 pending_timeouts = pending_timeouts->next;
|
|
2186 else
|
|
2187 {
|
|
2188 while (t2->next && t2->next != timeout) t2 = t2->next;
|
|
2189 assert (t2->next);
|
|
2190 t2->next = t2->next->next;
|
|
2191 }
|
|
2192 /* Add this one to the list of completed timeouts */
|
|
2193 timeout->next = completed_timeouts;
|
|
2194 completed_timeouts = timeout;
|
|
2195 }
|
|
2196
|
|
2197 static int
|
|
2198 emacs_Xt_add_timeout (EMACS_TIME thyme)
|
|
2199 {
|
|
2200 struct Xt_timeout *timeout = Blocktype_alloc (the_Xt_timeout_blocktype);
|
|
2201 EMACS_TIME current_time;
|
|
2202 int milliseconds;
|
|
2203
|
|
2204 timeout->id = timeout_id_tick++;
|
|
2205 timeout->next = pending_timeouts;
|
|
2206 pending_timeouts = timeout;
|
|
2207 EMACS_GET_TIME (current_time);
|
|
2208 EMACS_SUB_TIME (thyme, thyme, current_time);
|
|
2209 milliseconds = EMACS_SECS (thyme) * 1000 +
|
|
2210 EMACS_USECS (thyme) / 1000;
|
|
2211 if (milliseconds < 1)
|
|
2212 milliseconds = 1;
|
|
2213 timeout->interval_id = XtAppAddTimeOut (Xt_app_con, milliseconds,
|
|
2214 Xt_timeout_callback,
|
|
2215 (XtPointer) timeout);
|
|
2216 return timeout->id;
|
|
2217 }
|
|
2218
|
|
2219 static void
|
|
2220 emacs_Xt_remove_timeout (int id)
|
|
2221 {
|
|
2222 struct Xt_timeout *timeout, *t2;
|
|
2223
|
|
2224 timeout = NULL;
|
|
2225
|
|
2226 /* Find the timeout on the list of pending ones, if it's still there. */
|
|
2227 if (pending_timeouts)
|
|
2228 {
|
|
2229 if (id == pending_timeouts->id)
|
|
2230 {
|
|
2231 timeout = pending_timeouts;
|
|
2232 pending_timeouts = pending_timeouts->next;
|
|
2233 }
|
|
2234 else
|
|
2235 {
|
|
2236 t2 = pending_timeouts;
|
|
2237 while (t2->next && t2->next->id != id) t2 = t2->next;
|
|
2238 if ( t2->next) /*found it */
|
|
2239 {
|
|
2240 timeout = t2->next;
|
|
2241 t2->next = t2->next->next;
|
|
2242 }
|
|
2243 }
|
|
2244 /* if it was pending, we have removed it from the list */
|
|
2245 if (timeout)
|
|
2246 XtRemoveTimeOut (timeout->interval_id);
|
|
2247 }
|
|
2248
|
|
2249 /* It could be that the Xt call back was already called but we didn't convert
|
|
2250 into an Emacs event yet */
|
|
2251 if (!timeout && completed_timeouts)
|
|
2252 {
|
|
2253 /* Code duplication! */
|
|
2254 if (id == completed_timeouts->id)
|
|
2255 {
|
|
2256 timeout = completed_timeouts;
|
|
2257 completed_timeouts = completed_timeouts->next;
|
|
2258 }
|
|
2259 else
|
|
2260 {
|
|
2261 t2 = completed_timeouts;
|
|
2262 while (t2->next && t2->next->id != id) t2 = t2->next;
|
|
2263 if ( t2->next) /*found it */
|
|
2264 {
|
|
2265 timeout = t2->next;
|
|
2266 t2->next = t2->next->next;
|
|
2267 }
|
|
2268 }
|
|
2269 }
|
|
2270
|
|
2271 /* If we found the thing on the lists of timeouts,
|
|
2272 and removed it, deallocate
|
|
2273 */
|
|
2274 if (timeout)
|
|
2275 Blocktype_free (the_Xt_timeout_blocktype, timeout);
|
|
2276 }
|
|
2277
|
|
2278 static void
|
440
|
2279 Xt_timeout_to_emacs_event (Lisp_Event *emacs_event)
|
428
|
2280 {
|
|
2281 struct Xt_timeout *timeout = completed_timeouts;
|
|
2282 assert (timeout);
|
|
2283 completed_timeouts = completed_timeouts->next;
|
934
|
2284 /* timeout events have nil as channel */
|
|
2285 #ifdef USE_KKCC
|
|
2286 set_event_type(emacs_event, timeout_event);
|
|
2287 SET_EVENT_TIMESTAMP_ZERO (emacs_event); /* #### wrong!! */
|
|
2288 XSET_TIMEOUT_DATA_INTERVAL_ID (EVENT_DATA (emacs_event), timeout->id);
|
|
2289 XSET_TIMEOUT_DATA_FUNCTION (EVENT_DATA (emacs_event), Qnil);
|
|
2290 XSET_TIMEOUT_DATA_OBJECT (EVENT_DATA (emacs_event), Qnil);
|
|
2291 #else /* not USE_KKCC */
|
428
|
2292 emacs_event->event_type = timeout_event;
|
|
2293 emacs_event->timestamp = 0; /* #### wrong!! */
|
|
2294 emacs_event->event.timeout.interval_id = timeout->id;
|
|
2295 emacs_event->event.timeout.function = Qnil;
|
|
2296 emacs_event->event.timeout.object = Qnil;
|
934
|
2297 #endif /* not USE_KKCC */
|
428
|
2298 Blocktype_free (the_Xt_timeout_blocktype, timeout);
|
|
2299 }
|
|
2300
|
|
2301
|
|
2302 /************************************************************************/
|
|
2303 /* process and tty events */
|
|
2304 /************************************************************************/
|
|
2305
|
|
2306 struct what_is_ready_closure
|
|
2307 {
|
|
2308 int fd;
|
|
2309 Lisp_Object what;
|
|
2310 XtInputId id;
|
|
2311 };
|
|
2312
|
|
2313 static Lisp_Object *filedesc_with_input;
|
|
2314 static struct what_is_ready_closure **filedesc_to_what_closure;
|
|
2315
|
|
2316 static void
|
|
2317 init_what_input_once (void)
|
|
2318 {
|
|
2319 int i;
|
|
2320
|
|
2321 filedesc_with_input = xnew_array (Lisp_Object, MAXDESC);
|
|
2322 filedesc_to_what_closure =
|
|
2323 xnew_array (struct what_is_ready_closure *, MAXDESC);
|
|
2324
|
|
2325 for (i = 0; i < MAXDESC; i++)
|
|
2326 {
|
|
2327 filedesc_to_what_closure[i] = 0;
|
|
2328 filedesc_with_input[i] = Qnil;
|
|
2329 }
|
|
2330
|
|
2331 process_events_occurred = 0;
|
|
2332 tty_events_occurred = 0;
|
|
2333 }
|
|
2334
|
|
2335 static void
|
|
2336 mark_what_as_being_ready (struct what_is_ready_closure *closure)
|
|
2337 {
|
|
2338 if (NILP (filedesc_with_input[closure->fd]))
|
|
2339 {
|
|
2340 SELECT_TYPE temp_mask;
|
|
2341 FD_ZERO (&temp_mask);
|
|
2342 FD_SET (closure->fd, &temp_mask);
|
|
2343 /* Check to make sure there's *really* input available.
|
|
2344 Sometimes things seem to get confused and this gets called
|
|
2345 for the tty fd when there's really only input available
|
|
2346 on some process's fd. (It will subsequently get called
|
|
2347 for that process's fd, so returning without setting any
|
|
2348 flags will take care of it.) To see the problem, uncomment
|
|
2349 the stderr_out below, turn NORMAL_QUIT_CHECK_TIMEOUT_MSECS
|
|
2350 down to 25, do sh -c 'xemacs -nw -q -f shell 2>/tmp/log'
|
|
2351 and press return repeatedly. (Seen under AIX & Linux.)
|
|
2352 -dkindred@cs.cmu.edu */
|
|
2353 if (!poll_fds_for_input (temp_mask))
|
|
2354 {
|
|
2355 #if 0
|
|
2356 stderr_out ("mark_what_as_being_ready: no input available (fd=%d)\n",
|
|
2357 closure->fd);
|
|
2358 #endif
|
|
2359 return;
|
|
2360 }
|
|
2361 filedesc_with_input[closure->fd] = closure->what;
|
|
2362 if (PROCESSP (closure->what))
|
|
2363 /* Don't increment this if the current process is already marked
|
|
2364 * as having input. */
|
|
2365 process_events_occurred++;
|
|
2366 else
|
|
2367 tty_events_occurred++;
|
|
2368 }
|
|
2369 }
|
|
2370
|
|
2371 static void
|
|
2372 Xt_what_callback (void *closure, int *source, XtInputId *id)
|
|
2373 {
|
|
2374 /* If closure is 0, then we got a fake event from a signal handler.
|
|
2375 The only purpose of this is to make XtAppProcessEvent() stop
|
|
2376 blocking. */
|
|
2377 if (closure)
|
|
2378 mark_what_as_being_ready ((struct what_is_ready_closure *) closure);
|
|
2379 else
|
|
2380 {
|
|
2381 fake_event_occurred++;
|
|
2382 drain_signal_event_pipe ();
|
|
2383 }
|
|
2384 }
|
|
2385
|
|
2386 static void
|
|
2387 select_filedesc (int fd, Lisp_Object what)
|
|
2388 {
|
|
2389 struct what_is_ready_closure *closure;
|
|
2390
|
|
2391 /* If somebody is trying to select something that's already selected
|
|
2392 for, then something went wrong. The generic routines ought to
|
|
2393 detect this and error before here. */
|
|
2394 assert (!filedesc_to_what_closure[fd]);
|
|
2395
|
|
2396 closure = xnew (struct what_is_ready_closure);
|
|
2397 closure->fd = fd;
|
|
2398 closure->what = what;
|
|
2399 closure->id =
|
|
2400 XtAppAddInput (Xt_app_con, fd,
|
|
2401 (XtPointer) (XtInputReadMask /* | XtInputExceptMask */),
|
|
2402 Xt_what_callback, closure);
|
|
2403 filedesc_to_what_closure[fd] = closure;
|
|
2404 }
|
|
2405
|
|
2406 static void
|
|
2407 unselect_filedesc (int fd)
|
|
2408 {
|
|
2409 struct what_is_ready_closure *closure = filedesc_to_what_closure[fd];
|
|
2410
|
|
2411 assert (closure);
|
|
2412 if (!NILP (filedesc_with_input[fd]))
|
|
2413 {
|
|
2414 /* We are unselecting this process before we have drained the rest of
|
|
2415 the input from it, probably from status_notify() in the command loop.
|
|
2416 This can happen like so:
|
|
2417
|
|
2418 - We are waiting in XtAppNextEvent()
|
|
2419 - Process generates output
|
|
2420 - Process is marked as being ready
|
|
2421 - Process dies, SIGCHLD gets generated before we return (!?)
|
|
2422 It could happen I guess.
|
|
2423 - sigchld_handler() marks process as dead
|
|
2424 - Somehow we end up getting a new KeyPress event on the queue
|
|
2425 at the same time (I'm really so sure how that happens but I'm
|
|
2426 not sure it can't either so let's assume it can...).
|
|
2427 - Key events have priority so we return that instead of the proc.
|
|
2428 - Before dispatching the lisp key event we call status_notify()
|
|
2429 - Which deselects the process that SIGCHLD marked as dead.
|
|
2430
|
|
2431 Thus we never remove it from _with_input and turn it into a lisp
|
|
2432 event, so we need to do it here. But this does not mean that we're
|
|
2433 throwing away the last block of output - status_notify() has already
|
|
2434 taken care of running the proc filter or whatever.
|
|
2435 */
|
|
2436 filedesc_with_input[fd] = Qnil;
|
|
2437 if (PROCESSP (closure->what))
|
|
2438 {
|
|
2439 assert (process_events_occurred > 0);
|
|
2440 process_events_occurred--;
|
|
2441 }
|
|
2442 else
|
|
2443 {
|
|
2444 assert (tty_events_occurred > 0);
|
|
2445 tty_events_occurred--;
|
|
2446 }
|
|
2447 }
|
|
2448 XtRemoveInput (closure->id);
|
|
2449 xfree (closure);
|
|
2450 filedesc_to_what_closure[fd] = 0;
|
|
2451 }
|
|
2452
|
|
2453 static void
|
853
|
2454 emacs_Xt_select_process (Lisp_Process *process, int doin, int doerr)
|
428
|
2455 {
|
853
|
2456 Lisp_Object proc;
|
|
2457 int infd, errfd;
|
|
2458
|
|
2459 event_stream_unixoid_select_process (process, doin, doerr, &infd, &errfd);
|
|
2460
|
|
2461 proc = wrap_process (process);
|
|
2462 if (doin)
|
|
2463 select_filedesc (infd, proc);
|
|
2464 if (doerr)
|
|
2465 select_filedesc (errfd, proc);
|
|
2466 }
|
|
2467
|
|
2468 static void
|
|
2469 emacs_Xt_unselect_process (Lisp_Process *process, int doin, int doerr)
|
|
2470 {
|
|
2471 int infd, errfd;
|
|
2472
|
|
2473 event_stream_unixoid_unselect_process (process, doin, doerr, &infd, &errfd);
|
|
2474
|
|
2475 if (doin)
|
|
2476 unselect_filedesc (infd);
|
|
2477 if (doerr)
|
|
2478 unselect_filedesc (errfd);
|
428
|
2479 }
|
|
2480
|
|
2481 static void
|
853
|
2482 emacs_Xt_create_io_streams (void *inhandle, void *outhandle,
|
|
2483 void *errhandle, Lisp_Object *instream,
|
|
2484 Lisp_Object *outstream,
|
|
2485 Lisp_Object *errstream,
|
|
2486 USID *in_usid,
|
|
2487 USID *err_usid,
|
|
2488 int flags)
|
428
|
2489 {
|
853
|
2490 event_stream_unixoid_create_io_streams
|
|
2491 (inhandle, outhandle, errhandle, instream, outstream,
|
|
2492 errstream, in_usid, err_usid, flags);
|
|
2493 if (*in_usid != USID_ERROR)
|
|
2494 *in_usid = USID_DONTHASH;
|
|
2495 if (*err_usid != USID_ERROR)
|
|
2496 *err_usid = USID_DONTHASH;
|
428
|
2497 }
|
|
2498
|
853
|
2499 static void
|
|
2500 emacs_Xt_delete_io_streams (Lisp_Object instream,
|
|
2501 Lisp_Object outstream,
|
|
2502 Lisp_Object errstream,
|
|
2503 USID *in_usid,
|
|
2504 USID *err_usid)
|
428
|
2505 {
|
853
|
2506 event_stream_unixoid_delete_io_streams
|
|
2507 (instream, outstream, errstream, in_usid, err_usid);
|
|
2508 *in_usid = USID_DONTHASH;
|
|
2509 *err_usid = USID_DONTHASH;
|
428
|
2510 }
|
|
2511
|
|
2512 /* This is called from GC when a process object is about to be freed.
|
|
2513 If we've still got pointers to it in this file, we're gonna lose hard.
|
|
2514 */
|
|
2515 void
|
440
|
2516 debug_process_finalization (Lisp_Process *p)
|
428
|
2517 {
|
|
2518 #if 0 /* #### */
|
|
2519 int i;
|
853
|
2520 Lisp_Object instr, outstr, errstr;
|
|
2521
|
|
2522 get_process_streams (p, &instr, &outstr, &errstr);
|
428
|
2523 /* if it still has fds, then it hasn't been killed yet. */
|
|
2524 assert (NILP(instr));
|
|
2525 assert (NILP(outstr));
|
853
|
2526 assert (NILP(errstr));
|
428
|
2527 /* Better not still be in the "with input" table; we know it's got no fds. */
|
|
2528 for (i = 0; i < MAXDESC; i++)
|
|
2529 {
|
|
2530 Lisp_Object process = filedesc_fds_with_input [i];
|
|
2531 assert (!PROCESSP (process) || XPROCESS (process) != p);
|
|
2532 }
|
|
2533 #endif
|
|
2534 }
|
|
2535
|
|
2536 static void
|
440
|
2537 Xt_process_to_emacs_event (Lisp_Event *emacs_event)
|
428
|
2538 {
|
|
2539 int i;
|
|
2540
|
|
2541 assert (process_events_occurred > 0);
|
438
|
2542
|
428
|
2543 for (i = 0; i < MAXDESC; i++)
|
|
2544 {
|
438
|
2545 Lisp_Object process = filedesc_with_input[i];
|
428
|
2546 if (PROCESSP (process))
|
438
|
2547 {
|
|
2548 filedesc_with_input[i] = Qnil;
|
|
2549 process_events_occurred--;
|
|
2550 /* process events have nil as channel */
|
934
|
2551 #ifdef USE_KKCC
|
|
2552 set_event_type (emacs_event, process_event);
|
|
2553 SET_EVENT_TIMESTAMP_ZERO (emacs_event); /* #### */
|
|
2554 XSET_PROCESS_DATA_PROCESS (EVENT_DATA (emacs_event), process);
|
|
2555 #else /* not USE_KKCC */
|
438
|
2556 emacs_event->event_type = process_event;
|
|
2557 emacs_event->timestamp = 0; /* #### */
|
|
2558 emacs_event->event.process.process = process;
|
934
|
2559 #endif /* not USE_KKCC */
|
438
|
2560 return;
|
|
2561 }
|
428
|
2562 }
|
438
|
2563 abort ();
|
428
|
2564 }
|
|
2565
|
|
2566 static void
|
|
2567 emacs_Xt_select_console (struct console *con)
|
|
2568 {
|
|
2569 Lisp_Object console;
|
|
2570 int infd;
|
|
2571
|
|
2572 if (CONSOLE_X_P (con))
|
|
2573 return; /* X consoles are automatically selected for when we
|
|
2574 initialize them in Xt */
|
|
2575 infd = event_stream_unixoid_select_console (con);
|
793
|
2576 console = wrap_console (con);
|
428
|
2577 select_filedesc (infd, console);
|
|
2578 }
|
|
2579
|
|
2580 static void
|
|
2581 emacs_Xt_unselect_console (struct console *con)
|
|
2582 {
|
|
2583 Lisp_Object console;
|
|
2584 int infd;
|
|
2585
|
|
2586 if (CONSOLE_X_P (con))
|
|
2587 return; /* X consoles are automatically selected for when we
|
|
2588 initialize them in Xt */
|
|
2589 infd = event_stream_unixoid_unselect_console (con);
|
793
|
2590 console = wrap_console (con);
|
428
|
2591 unselect_filedesc (infd);
|
|
2592 }
|
|
2593
|
|
2594 /* read an event from a tty, if one is available. Returns non-zero
|
|
2595 if an event was available. Note that when this function is
|
|
2596 called, there should always be a tty marked as ready for input.
|
|
2597 However, the input condition might actually be EOF, so there
|
|
2598 may not really be any input available. (In this case,
|
|
2599 read_event_from_tty_or_stream_desc() will arrange for the TTY device
|
|
2600 to be deleted.) */
|
|
2601
|
|
2602 static int
|
440
|
2603 Xt_tty_to_emacs_event (Lisp_Event *emacs_event)
|
428
|
2604 {
|
|
2605 int i;
|
|
2606
|
|
2607 assert (tty_events_occurred > 0);
|
|
2608 for (i = 0; i < MAXDESC; i++)
|
|
2609 {
|
|
2610 Lisp_Object console = filedesc_with_input[i];
|
|
2611 if (CONSOLEP (console))
|
|
2612 {
|
|
2613 assert (tty_events_occurred > 0);
|
|
2614 tty_events_occurred--;
|
|
2615 filedesc_with_input[i] = Qnil;
|
771
|
2616 if (read_event_from_tty_or_stream_desc (emacs_event,
|
|
2617 XCONSOLE (console)))
|
428
|
2618 return 1;
|
|
2619 }
|
|
2620 }
|
|
2621
|
|
2622 return 0;
|
|
2623 }
|
|
2624
|
|
2625
|
|
2626 /************************************************************************/
|
|
2627 /* debugging functions to decipher an event */
|
|
2628 /************************************************************************/
|
|
2629
|
|
2630 #ifdef DEBUG_XEMACS
|
|
2631 #include "xintrinsicp.h" /* only describe_event() needs this */
|
|
2632 #include <X11/Xproto.h> /* only describe_event() needs this */
|
|
2633
|
|
2634 static void
|
788
|
2635 describe_event_window (Window window, Display *display, Lisp_Object pstream)
|
428
|
2636 {
|
|
2637 struct frame *f;
|
|
2638 Widget w;
|
788
|
2639 write_fmt_string (pstream, " window: 0x%lx", (unsigned long) window);
|
428
|
2640 w = XtWindowToWidget (display, window);
|
|
2641 if (w)
|
788
|
2642 write_fmt_string (pstream, " %s",
|
|
2643 w->core.widget_class->core_class.class_name);
|
428
|
2644 f = x_any_window_to_frame (get_device_from_display (display), window);
|
|
2645 if (f)
|
788
|
2646 write_fmt_string_lisp (pstream, " \"%s\"", 1, f->name);
|
|
2647 write_fmt_string (pstream, "\n");
|
428
|
2648 }
|
|
2649
|
442
|
2650 static const char *
|
428
|
2651 XEvent_mode_to_string (int mode)
|
|
2652 {
|
|
2653 switch (mode)
|
|
2654 {
|
|
2655 case NotifyNormal: return "Normal";
|
|
2656 case NotifyGrab: return "Grab";
|
|
2657 case NotifyUngrab: return "Ungrab";
|
|
2658 case NotifyWhileGrabbed: return "WhileGrabbed";
|
|
2659 default: return "???";
|
|
2660 }
|
|
2661 }
|
|
2662
|
442
|
2663 static const char *
|
428
|
2664 XEvent_detail_to_string (int detail)
|
|
2665 {
|
|
2666 switch (detail)
|
|
2667 {
|
|
2668 case NotifyAncestor: return "Ancestor";
|
|
2669 case NotifyInferior: return "Inferior";
|
|
2670 case NotifyNonlinear: return "Nonlinear";
|
|
2671 case NotifyNonlinearVirtual: return "NonlinearVirtual";
|
|
2672 case NotifyPointer: return "Pointer";
|
|
2673 case NotifyPointerRoot: return "PointerRoot";
|
|
2674 case NotifyDetailNone: return "DetailNone";
|
|
2675 default: return "???";
|
|
2676 }
|
|
2677 }
|
|
2678
|
442
|
2679 static const char *
|
428
|
2680 XEvent_visibility_to_string (int state)
|
|
2681 {
|
|
2682 switch (state)
|
|
2683 {
|
|
2684 case VisibilityFullyObscured: return "FullyObscured";
|
|
2685 case VisibilityPartiallyObscured: return "PartiallyObscured";
|
|
2686 case VisibilityUnobscured: return "Unobscured";
|
|
2687 default: return "???";
|
|
2688 }
|
|
2689 }
|
|
2690
|
|
2691 static void
|
788
|
2692 describe_event (XEvent *event, Lisp_Object pstream)
|
428
|
2693 {
|
|
2694 char buf[100];
|
|
2695 struct device *d = get_device_from_display (event->xany.display);
|
|
2696
|
|
2697 sprintf (buf, "%s%s", x_event_name (event->type),
|
|
2698 event->xany.send_event ? " (send)" : "");
|
788
|
2699 write_fmt_string (pstream, "%-30s", buf);
|
428
|
2700 switch (event->type)
|
|
2701 {
|
|
2702 case FocusIn:
|
|
2703 case FocusOut:
|
|
2704 {
|
|
2705 XFocusChangeEvent *ev = &event->xfocus;
|
788
|
2706 describe_event_window (ev->window, ev->display, pstream);
|
|
2707 write_fmt_string (pstream, " mode: %s\n",
|
|
2708 XEvent_mode_to_string (ev->mode));
|
|
2709 write_fmt_string (pstream, " detail: %s\n",
|
|
2710 XEvent_detail_to_string (ev->detail));
|
428
|
2711 break;
|
|
2712 }
|
|
2713
|
|
2714 case KeyPress:
|
|
2715 {
|
|
2716 XKeyEvent *ev = &event->xkey;
|
|
2717 unsigned int state = ev->state;
|
|
2718
|
788
|
2719 describe_event_window (ev->window, ev->display, pstream);
|
|
2720 write_fmt_string (pstream, " subwindow: %ld\n", ev->subwindow);
|
|
2721 write_fmt_string (pstream, " state: ");
|
428
|
2722 /* Complete list of modifier key masks */
|
788
|
2723 if (state & ShiftMask) write_fmt_string (pstream, "Shift ");
|
|
2724 if (state & LockMask) write_fmt_string (pstream, "Lock ");
|
|
2725 if (state & ControlMask) write_fmt_string (pstream, "Control ");
|
|
2726 if (state & Mod1Mask) write_fmt_string (pstream, "Mod1 ");
|
|
2727 if (state & Mod2Mask) write_fmt_string (pstream, "Mod2 ");
|
|
2728 if (state & Mod3Mask) write_fmt_string (pstream, "Mod3 ");
|
|
2729 if (state & Mod4Mask) write_fmt_string (pstream, "Mod4 ");
|
|
2730 if (state & Mod5Mask) write_fmt_string (pstream, "Mod5 ");
|
428
|
2731
|
|
2732 if (! state)
|
788
|
2733 write_fmt_string (pstream, "vanilla\n");
|
428
|
2734 else
|
788
|
2735 write_fmt_string (pstream, "\n");
|
428
|
2736 if (x_key_is_modifier_p (ev->keycode, d))
|
788
|
2737 write_fmt_string (pstream, " Modifier key");
|
|
2738 write_fmt_string (pstream, " keycode: 0x%x\n", ev->keycode);
|
428
|
2739 }
|
|
2740 break;
|
|
2741
|
|
2742 case Expose:
|
442
|
2743 if (debug_x_events > 1)
|
428
|
2744 {
|
|
2745 XExposeEvent *ev = &event->xexpose;
|
788
|
2746 describe_event_window (ev->window, ev->display, pstream);
|
|
2747 write_fmt_string (pstream,
|
|
2748 " region: x=%d y=%d width=%d height=%d\n",
|
428
|
2749 ev->x, ev->y, ev->width, ev->height);
|
788
|
2750 write_fmt_string (pstream, " count: %d\n", ev->count);
|
428
|
2751 }
|
|
2752 else
|
788
|
2753 write_fmt_string (pstream, "\n");
|
428
|
2754 break;
|
|
2755
|
|
2756 case GraphicsExpose:
|
442
|
2757 if (debug_x_events > 1)
|
428
|
2758 {
|
|
2759 XGraphicsExposeEvent *ev = &event->xgraphicsexpose;
|
788
|
2760 describe_event_window (ev->drawable, ev->display, pstream);
|
|
2761 write_fmt_string (pstream, " major: %s\n",
|
428
|
2762 (ev ->major_code == X_CopyArea ? "CopyArea" :
|
|
2763 (ev->major_code == X_CopyPlane ? "CopyPlane" : "?")));
|
788
|
2764 write_fmt_string (pstream,
|
|
2765 " region: x=%d y=%d width=%d height=%d\n",
|
428
|
2766 ev->x, ev->y, ev->width, ev->height);
|
788
|
2767 write_fmt_string (pstream, " count: %d\n", ev->count);
|
428
|
2768 }
|
|
2769 else
|
788
|
2770 write_fmt_string (pstream, "\n");
|
428
|
2771 break;
|
|
2772
|
|
2773 case EnterNotify:
|
|
2774 case LeaveNotify:
|
442
|
2775 if (debug_x_events > 1)
|
428
|
2776 {
|
|
2777 XCrossingEvent *ev = &event->xcrossing;
|
788
|
2778 describe_event_window (ev->window, ev->display, pstream);
|
428
|
2779 #if 0
|
788
|
2780 write_fmt_string (pstream, " subwindow: 0x%x\n", ev->subwindow);
|
|
2781 write_fmt_string (pstream, " pos: %d %d\n", ev->x, ev->y);
|
|
2782 write_fmt_string (pstream, " root pos: %d %d\n", ev->x_root,
|
|
2783 ev->y_root);
|
428
|
2784 #endif
|
788
|
2785 write_fmt_string (pstream, " mode: %s\n",
|
|
2786 XEvent_mode_to_string(ev->mode));
|
|
2787 write_fmt_string (pstream, " detail: %s\n",
|
|
2788 XEvent_detail_to_string(ev->detail));
|
|
2789 write_fmt_string (pstream, " focus: %d\n", ev->focus);
|
428
|
2790 #if 0
|
788
|
2791 write_fmt_string (pstream, " state: 0x%x\n", ev->state);
|
428
|
2792 #endif
|
|
2793 }
|
|
2794 else
|
788
|
2795 write_fmt_string (pstream, "\n");
|
428
|
2796 break;
|
|
2797
|
|
2798 case ConfigureNotify:
|
442
|
2799 if (debug_x_events > 1)
|
428
|
2800 {
|
|
2801 XConfigureEvent *ev = &event->xconfigure;
|
788
|
2802 describe_event_window (ev->window, ev->display, pstream);
|
|
2803 write_fmt_string (pstream, " above: 0x%lx\n", ev->above);
|
|
2804 write_fmt_string (pstream, " size: %d %d %d %d\n", ev->x, ev->y,
|
428
|
2805 ev->width, ev->height);
|
788
|
2806 write_fmt_string (pstream, " redirect: %d\n",
|
|
2807 ev->override_redirect);
|
428
|
2808 }
|
|
2809 else
|
788
|
2810 write_fmt_string (pstream, "\n");
|
428
|
2811 break;
|
|
2812
|
|
2813 case VisibilityNotify:
|
442
|
2814 if (debug_x_events > 1)
|
428
|
2815 {
|
|
2816 XVisibilityEvent *ev = &event->xvisibility;
|
788
|
2817 describe_event_window (ev->window, ev->display, pstream);
|
|
2818 write_fmt_string (pstream, " state: %s\n",
|
|
2819 XEvent_visibility_to_string (ev->state));
|
428
|
2820 }
|
|
2821 else
|
788
|
2822 write_fmt_string (pstream, "\n");
|
428
|
2823 break;
|
|
2824
|
|
2825 case ClientMessage:
|
|
2826 {
|
|
2827 XClientMessageEvent *ev = &event->xclient;
|
|
2828 char *name = XGetAtomName (ev->display, ev->message_type);
|
788
|
2829 write_fmt_string (pstream, "%s", name);
|
|
2830 if (!strcmp (name, "WM_PROTOCOLS"))
|
|
2831 {
|
|
2832 char *protname = XGetAtomName (ev->display, ev->data.l[0]);
|
|
2833 write_fmt_string (pstream, "(%s)", protname);
|
|
2834 XFree (protname);
|
|
2835 }
|
428
|
2836 XFree (name);
|
788
|
2837 write_fmt_string (pstream, "\n");
|
428
|
2838 break;
|
|
2839 }
|
|
2840
|
|
2841 default:
|
788
|
2842 write_fmt_string (pstream, "\n");
|
428
|
2843 break;
|
|
2844 }
|
|
2845
|
|
2846 fflush (stdout);
|
|
2847 }
|
|
2848
|
|
2849 #endif /* include describe_event definition */
|
|
2850
|
|
2851
|
|
2852 /************************************************************************/
|
|
2853 /* get the next event from Xt */
|
|
2854 /************************************************************************/
|
|
2855
|
|
2856 static Lisp_Object dispatch_event_queue, dispatch_event_queue_tail;
|
|
2857
|
442
|
2858 void
|
428
|
2859 enqueue_Xt_dispatch_event (Lisp_Object event)
|
|
2860 {
|
|
2861 enqueue_event (event, &dispatch_event_queue, &dispatch_event_queue_tail);
|
|
2862 }
|
|
2863
|
|
2864 static Lisp_Object
|
|
2865 dequeue_Xt_dispatch_event (void)
|
|
2866 {
|
|
2867 return dequeue_event (&dispatch_event_queue, &dispatch_event_queue_tail);
|
|
2868 }
|
|
2869
|
|
2870 /* This business exists because menu events "happen" when
|
|
2871 menubar_selection_callback() is called from somewhere deep
|
|
2872 within XtAppProcessEvent in emacs_Xt_next_event(). The
|
|
2873 callback needs to terminate the modal loop in that function
|
|
2874 or else it will continue waiting until another event is
|
|
2875 received.
|
|
2876
|
|
2877 Same business applies to scrollbar events. */
|
|
2878
|
|
2879 void
|
|
2880 signal_special_Xt_user_event (Lisp_Object channel, Lisp_Object function,
|
|
2881 Lisp_Object object)
|
|
2882 {
|
|
2883 Lisp_Object event = Fmake_event (Qnil, Qnil);
|
|
2884
|
934
|
2885 #ifdef USE_KKCC
|
|
2886 XSET_EVENT_TYPE (event, misc_user_event);
|
|
2887 XSET_EVENT_CHANNEL (event, channel);
|
|
2888 XSET_MISC_USER_DATA_FUNCTION (XEVENT_DATA (event), function);
|
|
2889 XSET_MISC_USER_DATA_OBJECT (XEVENT_DATA (event), object);
|
|
2890 #else /* not USE_KKCC */
|
428
|
2891 XEVENT (event)->event_type = misc_user_event;
|
|
2892 XEVENT (event)->channel = channel;
|
|
2893 XEVENT (event)->event.eval.function = function;
|
|
2894 XEVENT (event)->event.eval.object = object;
|
934
|
2895 #endif /* not USE_KKCC */
|
428
|
2896 enqueue_Xt_dispatch_event (event);
|
|
2897 }
|
|
2898
|
|
2899 static void
|
440
|
2900 emacs_Xt_next_event (Lisp_Event *emacs_event)
|
428
|
2901 {
|
|
2902 we_didnt_get_an_event:
|
|
2903
|
|
2904 while (NILP (dispatch_event_queue) &&
|
|
2905 !completed_timeouts &&
|
|
2906 !fake_event_occurred &&
|
|
2907 !process_events_occurred &&
|
|
2908 !tty_events_occurred)
|
|
2909 {
|
|
2910
|
|
2911 /* Stupid logic in XtAppProcessEvent() dictates that, if process
|
|
2912 events and X events are both available, the process event gets
|
|
2913 taken first. This will cause an infinite loop if we're being
|
|
2914 called from Fdiscard_input().
|
|
2915 */
|
|
2916 if (XtAppPending (Xt_app_con) & XtIMXEvent)
|
|
2917 XtAppProcessEvent (Xt_app_con, XtIMXEvent);
|
|
2918 else
|
|
2919 {
|
|
2920 Lisp_Object devcons, concons;
|
|
2921
|
|
2922 /* We're about to block. Xt has a bug in it (big surprise,
|
|
2923 there) in that it blocks using select() and doesn't
|
|
2924 flush the Xlib output buffers (XNextEvent() does this
|
|
2925 automatically before blocking). So it's necessary
|
|
2926 for us to do this ourselves. If we don't do it, then
|
|
2927 display output may not be seen until the next time
|
|
2928 an X event is received. (This happens esp. with
|
|
2929 subprocess output that gets sent to a visible buffer.)
|
|
2930
|
|
2931 #### The above comment may not have any validity. */
|
|
2932
|
|
2933 DEVICE_LOOP_NO_BREAK (devcons, concons)
|
|
2934 {
|
|
2935 struct device *d;
|
|
2936 d = XDEVICE (XCAR (devcons));
|
|
2937
|
|
2938 if (DEVICE_X_P (d) && DEVICE_X_DISPLAY (d))
|
|
2939 /* emacs may be exiting */
|
|
2940 XFlush (DEVICE_X_DISPLAY (d));
|
|
2941 }
|
|
2942 XtAppProcessEvent (Xt_app_con, XtIMAll);
|
|
2943 }
|
|
2944 }
|
|
2945
|
|
2946 if (!NILP (dispatch_event_queue))
|
|
2947 {
|
|
2948 Lisp_Object event, event2;
|
793
|
2949 event2 = wrap_event (emacs_event);
|
428
|
2950 event = dequeue_Xt_dispatch_event ();
|
|
2951 Fcopy_event (event, event2);
|
|
2952 Fdeallocate_event (event);
|
|
2953 }
|
|
2954 else if (tty_events_occurred)
|
|
2955 {
|
|
2956 if (!Xt_tty_to_emacs_event (emacs_event))
|
|
2957 goto we_didnt_get_an_event;
|
|
2958 }
|
|
2959 else if (completed_timeouts)
|
|
2960 Xt_timeout_to_emacs_event (emacs_event);
|
|
2961 else if (fake_event_occurred)
|
|
2962 {
|
|
2963 /* A dummy event, so that a cycle of the command loop will occur. */
|
|
2964 fake_event_occurred = 0;
|
|
2965 /* eval events have nil as channel */
|
934
|
2966 #ifdef USE_KKCC
|
|
2967 set_event_type (emacs_event, eval_event);
|
|
2968 XSET_EVAL_DATA_FUNCTION (EVENT_DATA (emacs_event), Qidentity);
|
|
2969 XSET_EVAL_DATA_OBJECT (EVENT_DATA (emacs_event), Qnil);
|
|
2970 #else /* not USE_KKCC */
|
428
|
2971 emacs_event->event_type = eval_event;
|
|
2972 emacs_event->event.eval.function = Qidentity;
|
|
2973 emacs_event->event.eval.object = Qnil;
|
934
|
2974 #endif /* not USE_KKCC */
|
428
|
2975 }
|
|
2976 else /* if (process_events_occurred) */
|
|
2977 Xt_process_to_emacs_event (emacs_event);
|
|
2978
|
|
2979 /* No need to call XFilterEvent; Xt does it for us */
|
|
2980 }
|
|
2981
|
|
2982 void
|
|
2983 emacs_Xt_event_handler (Widget wid /* unused */,
|
|
2984 XtPointer closure /* unused */,
|
|
2985 XEvent *event,
|
|
2986 Boolean *continue_to_dispatch /* unused */)
|
|
2987 {
|
|
2988 Lisp_Object emacs_event = Fmake_event (Qnil, Qnil);
|
|
2989
|
|
2990 #ifdef DEBUG_XEMACS
|
442
|
2991 if (debug_x_events > 0)
|
788
|
2992 describe_event (event, Qexternal_debugging_output);
|
428
|
2993 #endif /* DEBUG_XEMACS */
|
|
2994 if (x_event_to_emacs_event (event, XEVENT (emacs_event)))
|
|
2995 enqueue_Xt_dispatch_event (emacs_event);
|
|
2996 else
|
|
2997 Fdeallocate_event (emacs_event);
|
|
2998 }
|
|
2999
|
|
3000
|
|
3001 /************************************************************************/
|
|
3002 /* input pending / C-g checking */
|
|
3003 /************************************************************************/
|
|
3004
|
|
3005 static Bool
|
|
3006 quit_char_predicate (Display *display, XEvent *event, XPointer data)
|
|
3007 {
|
|
3008 struct device *d = get_device_from_display (display);
|
|
3009 struct x_device *xd = DEVICE_X_DATA (d);
|
|
3010 char c, quit_char;
|
|
3011 Bool *critical = (Bool *) data;
|
|
3012 Lisp_Object keysym;
|
|
3013
|
|
3014 if (critical)
|
|
3015 *critical = False;
|
|
3016 if ((event->type != KeyPress) ||
|
|
3017 (! x_any_window_to_frame (d, event->xany.window)) ||
|
|
3018 (event->xkey.state
|
|
3019 & (xd->MetaMask | xd->HyperMask | xd->SuperMask | xd->AltMask)))
|
|
3020 return 0;
|
|
3021
|
|
3022 /* This duplicates some code that exists elsewhere, but it's relatively
|
|
3023 fast and doesn't cons. */
|
|
3024 keysym = x_to_emacs_keysym (&event->xkey, 1);
|
|
3025 if (NILP (keysym)) return 0;
|
|
3026 if (CHAR_OR_CHAR_INTP (keysym))
|
|
3027 c = XCHAR_OR_CHAR_INT (keysym);
|
|
3028 /* Highly doubtful that these are the quit character, but... */
|
|
3029 else if (EQ (keysym, QKbackspace)) c = '\b';
|
|
3030 else if (EQ (keysym, QKtab)) c = '\t';
|
|
3031 else if (EQ (keysym, QKlinefeed)) c = '\n';
|
|
3032 else if (EQ (keysym, QKreturn)) c = '\r';
|
|
3033 else if (EQ (keysym, QKescape)) c = 27;
|
|
3034 else if (EQ (keysym, QKspace)) c = ' ';
|
|
3035 else if (EQ (keysym, QKdelete)) c = 127;
|
|
3036 else return 0;
|
|
3037
|
|
3038 if (event->xkey.state & xd->MetaMask) c |= 0x80;
|
|
3039 if ((event->xkey.state & ControlMask) && !(c >= 'A' && c <= 'Z'))
|
|
3040 c &= 0x1F; /* unshifted control characters */
|
|
3041 quit_char = CONSOLE_QUIT_CHAR (XCONSOLE (DEVICE_CONSOLE (d)));
|
|
3042 if (c == quit_char)
|
|
3043 return True;
|
|
3044 /* If we've got Control-Shift-G instead of Control-G, that means
|
|
3045 we have a critical_quit. Caps_Lock is its own modifier, so it
|
|
3046 won't cause ^G to act differently than before. */
|
|
3047 if (event->xkey.state & ControlMask) c &= 0x1F;
|
|
3048 if (c == quit_char)
|
|
3049 {
|
|
3050 if (critical) *critical = True;
|
|
3051 return True;
|
|
3052 }
|
|
3053 return False;
|
|
3054 }
|
|
3055
|
|
3056 /* This scans the X input queue for a KeyPress event that matches the
|
|
3057 quit character, and sets Vquit_flag. This is called from the
|
|
3058 QUIT macro to determine whether we should quit.
|
|
3059
|
|
3060 In a SIGIO world, this won't be called unless a SIGIO has happened
|
|
3061 since the last time we checked.
|
|
3062
|
|
3063 In a non-SIGIO world, this is called from emacs_Xt_event_pending_p
|
|
3064 (which is called from input_pending_p).
|
|
3065 */
|
|
3066 static void
|
|
3067 x_check_for_quit_char (Display *display)
|
|
3068 {
|
|
3069 XEvent event;
|
|
3070 int queued;
|
|
3071 Bool critical_quit = False;
|
|
3072 XEventsQueued (display, QueuedAfterReading);
|
|
3073 queued = XCheckIfEvent (display, &event,
|
|
3074 quit_char_predicate,
|
|
3075 (char *) &critical_quit);
|
|
3076 if (queued)
|
|
3077 {
|
|
3078 Vquit_flag = (critical_quit ? Qcritical : Qt);
|
|
3079 /* don't put the event back onto the queue. Those functions that
|
|
3080 wanted to read a ^G directly have arranged to do this. */
|
|
3081 }
|
|
3082 }
|
|
3083
|
|
3084 static void
|
|
3085 check_for_tty_quit_char (struct device *d)
|
|
3086 {
|
|
3087 SELECT_TYPE temp_mask;
|
|
3088 int infd = DEVICE_INFD (d);
|
|
3089 struct console *con = XCONSOLE (DEVICE_CONSOLE (d));
|
867
|
3090 Ichar quit_char = CONSOLE_QUIT_CHAR (con);
|
428
|
3091
|
|
3092 FD_ZERO (&temp_mask);
|
|
3093 FD_SET (infd, &temp_mask);
|
|
3094
|
|
3095 while (1)
|
|
3096 {
|
|
3097 Lisp_Object event;
|
867
|
3098 Ichar the_char;
|
428
|
3099
|
|
3100 if (!poll_fds_for_input (temp_mask))
|
|
3101 return;
|
|
3102
|
|
3103 event = Fmake_event (Qnil, Qnil);
|
771
|
3104 if (!read_event_from_tty_or_stream_desc (XEVENT (event), con))
|
428
|
3105 /* EOF, or something ... */
|
|
3106 return;
|
|
3107 /* #### bogus. quit-char should be allowed to be any sort
|
|
3108 of event. */
|
|
3109 the_char = event_to_character (XEVENT (event), 1, 0, 0);
|
|
3110 if (the_char >= 0 && the_char == quit_char)
|
|
3111 {
|
|
3112 Vquit_flag = Qt;
|
|
3113 /* do not queue the C-g. See above. */
|
|
3114 return;
|
|
3115 }
|
|
3116
|
|
3117 /* queue the read event to be read for real later. */
|
|
3118 enqueue_Xt_dispatch_event (event);
|
|
3119 }
|
|
3120 }
|
|
3121
|
|
3122 static void
|
|
3123 emacs_Xt_quit_p (void)
|
|
3124 {
|
|
3125 Lisp_Object devcons, concons;
|
|
3126 CONSOLE_LOOP (concons)
|
|
3127 {
|
|
3128 struct console *con = XCONSOLE (XCAR (concons));
|
|
3129 if (!con->input_enabled)
|
|
3130 continue;
|
|
3131
|
|
3132 CONSOLE_DEVICE_LOOP (devcons, con)
|
|
3133 {
|
|
3134 struct device *d;
|
|
3135 d = XDEVICE (XCAR (devcons));
|
|
3136
|
|
3137 if (DEVICE_X_P (d) && DEVICE_X_DISPLAY (d))
|
|
3138 /* emacs may be exiting */
|
|
3139 x_check_for_quit_char (DEVICE_X_DISPLAY (d));
|
|
3140 else if (DEVICE_TTY_P (d))
|
|
3141 check_for_tty_quit_char (d);
|
|
3142 }
|
|
3143 }
|
|
3144 }
|
|
3145
|
|
3146 static void
|
|
3147 drain_X_queue (void)
|
|
3148 {
|
|
3149 while (XtAppPending (Xt_app_con) & XtIMXEvent)
|
|
3150 XtAppProcessEvent (Xt_app_con, XtIMXEvent);
|
|
3151 }
|
|
3152
|
|
3153 static int
|
|
3154 emacs_Xt_event_pending_p (int user_p)
|
|
3155 {
|
|
3156 Lisp_Object event;
|
|
3157 int tick_count_val;
|
|
3158
|
|
3159 /* If `user_p' is false, then this function returns whether there are any
|
|
3160 X, timeout, or fd events pending (that is, whether emacs_Xt_next_event()
|
|
3161 would return immediately without blocking).
|
|
3162
|
|
3163 if `user_p' is true, then this function returns whether there are any
|
|
3164 *user generated* events available (that is, whether there are keyboard
|
|
3165 or mouse-click events ready to be read). This also implies that
|
|
3166 emacs_Xt_next_event() would not block.
|
|
3167
|
|
3168 In a non-SIGIO world, this also checks whether the user has typed ^G,
|
|
3169 since this is a convenient place to do so. We don't need to do this
|
|
3170 in a SIGIO world, since input causes an interrupt.
|
|
3171 */
|
|
3172
|
|
3173 #if 0
|
|
3174 /* I don't think there's any point to this and it will nullify
|
|
3175 the speed gains achieved by the sigio_happened checking below.
|
|
3176 Its only advantage is that it may possibly make C-g response
|
|
3177 a bit faster. The C-g will be noticed within 0.25 second, anyway,
|
|
3178 even without this. */
|
|
3179 #ifndef SIGIO
|
|
3180 /* First check for C-g if necessary */
|
|
3181 emacs_Xt_quit_p ();
|
|
3182 #endif
|
|
3183 #endif
|
|
3184
|
|
3185 /* This function used to simply check whether there were any X
|
|
3186 events (or if user_p was 1, it iterated over all the pending
|
|
3187 X events using XCheckIfEvent(), looking for keystrokes and
|
|
3188 button events). That worked in the old cheesoid event loop,
|
|
3189 which didn't go through XtAppDispatchEvent(), but it doesn't
|
|
3190 work any more -- X events may not result in anything. For
|
|
3191 example, a button press in a blank part of the menubar appears
|
|
3192 as an X event but will not result in any Emacs events (a
|
|
3193 button press that activates the menubar results in an Emacs
|
|
3194 event through the stop_next_event mechanism).
|
|
3195
|
|
3196 The only accurate way of determining whether these X events
|
|
3197 translate into Emacs events is to go ahead and dispatch them
|
|
3198 until there's something on the dispatch queue. */
|
|
3199
|
|
3200 /* See if there are any user events already on the queue. */
|
|
3201 EVENT_CHAIN_LOOP (event, dispatch_event_queue)
|
|
3202 if (!user_p || command_event_p (event))
|
|
3203 return 1;
|
|
3204
|
|
3205 /* See if there's any TTY input available.
|
|
3206 */
|
|
3207 if (poll_fds_for_input (tty_only_mask))
|
|
3208 return 1;
|
|
3209
|
|
3210 if (!user_p)
|
|
3211 {
|
|
3212 /* If not user_p and there are any timer or file-desc events
|
|
3213 pending, we know there will be an event so we're through. */
|
|
3214 XtInputMask pending_value;
|
|
3215
|
|
3216 /* Note that formerly we just checked the value of XtAppPending()
|
|
3217 to determine if there was file-desc input. This doesn't
|
|
3218 work any more with the signal_event_pipe; XtAppPending()
|
|
3219 will says "yes" in this case but there isn't really any
|
|
3220 input. Another way of fixing this problem is for the
|
|
3221 signal_event_pipe to generate actual input in the form
|
|
3222 of an identity eval event or something. (#### maybe this
|
|
3223 actually happens?) */
|
|
3224
|
|
3225 if (poll_fds_for_input (process_only_mask))
|
|
3226 return 1;
|
|
3227
|
|
3228 pending_value = XtAppPending (Xt_app_con);
|
|
3229
|
|
3230 if (pending_value & XtIMTimer)
|
|
3231 return 1;
|
|
3232 }
|
|
3233
|
|
3234 /* XtAppPending() can be super-slow, esp. over a network connection.
|
593
|
3235 Quantify results have indicated that in some cases the call to
|
|
3236 detect_input_pending() completely dominates the running time of
|
|
3237 redisplay(). Fortunately, in a SIGIO world we can more quickly
|
|
3238 determine whether there are any X events: if an event has
|
|
3239 happened since the last time we checked, then a SIGIO will have
|
|
3240 happened. On a machine with broken SIGIO, we'll still be in an
|
|
3241 OK state -- quit_check_signal_tick_count will get ticked at least
|
|
3242 every 1/4 second, so we'll be no more than that much behind
|
|
3243 reality. (In general it's OK if we erroneously report no input
|
|
3244 pending when input is actually pending() -- preemption is just a
|
|
3245 bit less efficient, that's all. It's bad bad bad if you err the
|
|
3246 other way -- you've promised that `next-event' won't block but it
|
|
3247 actually will, and some action might get delayed until the next
|
|
3248 time you hit a key.)
|
428
|
3249 */
|
|
3250
|
|
3251 /* quit_check_signal_tick_count is volatile so try to avoid race conditions
|
|
3252 by using a temporary variable */
|
|
3253 tick_count_val = quit_check_signal_tick_count;
|
448
|
3254 if (last_quit_check_signal_tick_count != tick_count_val
|
|
3255 #if !defined (SIGIO) || defined (CYGWIN)
|
|
3256 || (XtIMXEvent & XtAppPending (Xt_app_con))
|
|
3257 #endif
|
|
3258 )
|
428
|
3259 {
|
|
3260 last_quit_check_signal_tick_count = tick_count_val;
|
|
3261
|
|
3262 /* We need to drain the entire queue now -- if we only
|
|
3263 drain part of it, we may later on end up with events
|
|
3264 actually pending but detect_input_pending() returning
|
|
3265 false because there wasn't another SIGIO. */
|
|
3266 drain_X_queue ();
|
|
3267
|
|
3268 EVENT_CHAIN_LOOP (event, dispatch_event_queue)
|
|
3269 if (!user_p || command_event_p (event))
|
|
3270 return 1;
|
|
3271 }
|
|
3272
|
|
3273 return 0;
|
|
3274 }
|
|
3275
|
442
|
3276 static int
|
|
3277 emacs_Xt_current_event_timestamp (struct console *c)
|
|
3278 {
|
|
3279 /* semi-yuck. */
|
|
3280 Lisp_Object devs = CONSOLE_DEVICE_LIST (c);
|
|
3281
|
|
3282 if (NILP (devs))
|
|
3283 return 0;
|
|
3284 else
|
|
3285 {
|
|
3286 struct device *d = XDEVICE (XCAR (devs));
|
|
3287 return DEVICE_X_LAST_SERVER_TIMESTAMP (d);
|
|
3288 }
|
|
3289 }
|
|
3290
|
428
|
3291
|
|
3292 /************************************************************************/
|
|
3293 /* replacement for standard string-to-pixel converter */
|
|
3294 /************************************************************************/
|
|
3295
|
|
3296 /* This was constructed by ripping off the standard string-to-pixel
|
|
3297 converter from Converters.c in the Xt source code and modifying
|
|
3298 appropriately. */
|
|
3299
|
|
3300 #if 0
|
|
3301
|
|
3302 /* This is exported by the Xt library (at least by mine). If this
|
|
3303 isn't the case somewhere, rename this appropriately and remove
|
|
3304 the '#if 0'. Note, however, that I got "unknown structure"
|
|
3305 errors when I tried this. */
|
|
3306 XtConvertArgRec Const colorConvertArgs[] = {
|
440
|
3307 { XtWidgetBaseOffset, (XtPointer)XtOffsetOf(WidgetRec, core.screen),
|
|
3308 sizeof (Screen *) },
|
|
3309 { XtWidgetBaseOffset, (XtPointer)XtOffsetOf(WidgetRec, core.colormap),
|
|
3310 sizeof (Colormap) }
|
428
|
3311 };
|
|
3312
|
|
3313 #endif
|
|
3314
|
|
3315 #define done(type, value) \
|
|
3316 if (toVal->addr != NULL) { \
|
|
3317 if (toVal->size < sizeof(type)) { \
|
|
3318 toVal->size = sizeof(type); \
|
|
3319 return False; \
|
|
3320 } \
|
|
3321 *(type*)(toVal->addr) = (value); \
|
|
3322 } else { \
|
|
3323 static type static_val; \
|
|
3324 static_val = (value); \
|
|
3325 toVal->addr = (XPointer)&static_val; \
|
|
3326 } \
|
|
3327 toVal->size = sizeof(type); \
|
|
3328 return True /* Caller supplies `;' */
|
|
3329
|
|
3330 /* JH: We use this because I think there's a possibility this
|
|
3331 is called before the device is properly set up, in which case
|
|
3332 I don't want to abort. */
|
|
3333 extern struct device *get_device_from_display_1 (Display *dpy);
|
|
3334
|
|
3335 static
|
|
3336 Boolean EmacsXtCvtStringToPixel (
|
|
3337 Display *dpy,
|
|
3338 XrmValuePtr args,
|
|
3339 Cardinal *num_args,
|
|
3340 XrmValuePtr fromVal,
|
|
3341 XrmValuePtr toVal,
|
|
3342 XtPointer *closure_ret)
|
|
3343 {
|
|
3344 String str = (String)fromVal->addr;
|
|
3345 XColor screenColor;
|
|
3346 XColor exactColor;
|
|
3347 Screen *screen;
|
|
3348 Colormap colormap;
|
|
3349 Visual *visual;
|
|
3350 struct device *d;
|
|
3351 Status status;
|
|
3352 String params[1];
|
|
3353 Cardinal num_params = 1;
|
|
3354 XtAppContext the_app_con = XtDisplayToApplicationContext (dpy);
|
|
3355
|
|
3356 if (*num_args != 2) {
|
|
3357 XtAppWarningMsg(the_app_con, "wrongParameters", "cvtStringToPixel",
|
|
3358 "XtToolkitError",
|
|
3359 "String to pixel conversion needs screen and colormap arguments",
|
|
3360 (String *)NULL, (Cardinal *)NULL);
|
|
3361 return False;
|
|
3362 }
|
|
3363
|
|
3364 screen = *((Screen **) args[0].addr);
|
|
3365 colormap = *((Colormap *) args[1].addr);
|
|
3366
|
|
3367 /* The original uses the private function CompareISOLatin1().
|
|
3368 Use XmuCompareISOLatin1() if you want, but I don't think it
|
|
3369 makes any difference here. */
|
|
3370 if (strcmp(str, XtDefaultBackground) == 0) {
|
|
3371 *closure_ret = False;
|
|
3372 /* This refers to the display's "*reverseVideo" resource.
|
|
3373 These display resources aren't documented anywhere that
|
|
3374 I can find, so I'm going to ignore this. */
|
|
3375 /* if (pd->rv) done(Pixel, BlackPixelOfScreen(screen)) else */
|
|
3376 done(Pixel, WhitePixelOfScreen(screen));
|
|
3377 }
|
|
3378 if (strcmp(str, XtDefaultForeground) == 0) {
|
|
3379 *closure_ret = False;
|
|
3380 /* if (pd->rv) done(Pixel, WhitePixelOfScreen(screen)) else */
|
|
3381 done(Pixel, BlackPixelOfScreen(screen));
|
|
3382 }
|
|
3383
|
|
3384 /* Originally called XAllocNamedColor() here. */
|
|
3385 if ((d = get_device_from_display_1(dpy))) {
|
|
3386 visual = DEVICE_X_VISUAL(d);
|
|
3387 if (colormap != DEVICE_X_COLORMAP(d)) {
|
442
|
3388 XtAppWarningMsg(the_app_con, "weirdColormap", "cvtStringToPixel",
|
428
|
3389 "XtToolkitWarning",
|
442
|
3390 "The colormap passed to cvtStringToPixel doesn't match the one registered to the device.\n",
|
428
|
3391 NULL, 0);
|
|
3392 status = XAllocNamedColor(dpy, colormap, (char*)str, &screenColor, &exactColor);
|
|
3393 } else {
|
|
3394 status = XParseColor (dpy, colormap, (char*)str, &screenColor);
|
|
3395 if (status) {
|
|
3396 status = allocate_nearest_color (dpy, colormap, visual, &screenColor);
|
|
3397 }
|
|
3398 }
|
|
3399 } else {
|
|
3400 /* We haven't set up this device totally yet, so just punt */
|
|
3401 status = XAllocNamedColor(dpy, colormap, (char*)str, &screenColor, &exactColor);
|
|
3402 }
|
|
3403 if (status == 0) {
|
|
3404 params[0] = str;
|
|
3405 /* Server returns a specific error code but Xlib discards it. Ugh */
|
|
3406 if (XLookupColor(DisplayOfScreen(screen), colormap, (char*) str,
|
|
3407 &exactColor, &screenColor)) {
|
|
3408 XtAppWarningMsg(the_app_con, "noColormap", "cvtStringToPixel",
|
|
3409 "XtToolkitError",
|
|
3410 "Cannot allocate colormap entry for \"%s\"",
|
|
3411 params, &num_params);
|
|
3412
|
|
3413 } else {
|
|
3414 XtAppWarningMsg(the_app_con, "badValue", "cvtStringToPixel",
|
|
3415 "XtToolkitError",
|
|
3416 "Color name \"%s\" is not defined", params, &num_params);
|
|
3417 }
|
|
3418
|
|
3419 *closure_ret = False;
|
|
3420 return False;
|
|
3421 } else {
|
|
3422 *closure_ret = (char*)True;
|
|
3423 done(Pixel, screenColor.pixel);
|
|
3424 }
|
|
3425 }
|
|
3426
|
|
3427 /* ARGSUSED */
|
|
3428 static void EmacsFreePixel (
|
|
3429 XtAppContext app,
|
|
3430 XrmValuePtr toVal,
|
|
3431 XtPointer closure,
|
|
3432 XrmValuePtr args,
|
|
3433 Cardinal *num_args)
|
|
3434 {
|
|
3435 if (*num_args != 2) {
|
|
3436 XtAppWarningMsg(app, "wrongParameters","freePixel","XtToolkitError",
|
|
3437 "Freeing a pixel requires screen and colormap arguments",
|
|
3438 (String *)NULL, (Cardinal *)NULL);
|
|
3439 return;
|
|
3440 }
|
|
3441
|
|
3442 if (closure) {
|
|
3443 Screen *screen = *((Screen **) args[0].addr);
|
|
3444 Colormap colormap = *((Colormap *) args[1].addr);
|
|
3445 XFreeColors(DisplayOfScreen(screen), colormap,
|
|
3446 (unsigned long*)toVal->addr, 1, (unsigned long)0);
|
|
3447 }
|
|
3448 }
|
|
3449
|
|
3450
|
|
3451 /************************************************************************/
|
442
|
3452 /* handle focus changes for native widgets */
|
|
3453 /************************************************************************/
|
|
3454 static void
|
|
3455 emacs_Xt_event_widget_focus_in (Widget w,
|
|
3456 XEvent *event,
|
|
3457 String *params,
|
|
3458 Cardinal *num_params)
|
|
3459 {
|
853
|
3460 struct frame *f =
|
442
|
3461 x_any_widget_or_parent_to_frame (get_device_from_display (event->xany.display), w);
|
|
3462
|
|
3463 XtSetKeyboardFocus (FRAME_X_SHELL_WIDGET (f), w);
|
|
3464 }
|
|
3465
|
|
3466 static void
|
|
3467 emacs_Xt_event_widget_focus_out (Widget w,
|
|
3468 XEvent *event,
|
|
3469 String *params,
|
|
3470 Cardinal *num_params)
|
|
3471 {
|
|
3472 }
|
|
3473
|
|
3474 static XtActionsRec widgetActionsList[] =
|
|
3475 {
|
|
3476 {"widget-focus-in", emacs_Xt_event_widget_focus_in },
|
|
3477 {"widget-focus-out", emacs_Xt_event_widget_focus_out },
|
|
3478 };
|
|
3479
|
|
3480 static void
|
|
3481 emacs_Xt_event_add_widget_actions (XtAppContext ctx)
|
|
3482 {
|
|
3483 XtAppAddActions (ctx, widgetActionsList, 2);
|
|
3484 }
|
|
3485
|
|
3486
|
|
3487 /************************************************************************/
|
428
|
3488 /* initialization */
|
|
3489 /************************************************************************/
|
|
3490
|
|
3491 void
|
|
3492 syms_of_event_Xt (void)
|
|
3493 {
|
563
|
3494 DEFSYMBOL (Qkey_mapping);
|
|
3495 DEFSYMBOL (Qsans_modifiers);
|
|
3496 DEFSYMBOL (Qself_insert_command);
|
428
|
3497 }
|
|
3498
|
|
3499 void
|
|
3500 reinit_vars_of_event_Xt (void)
|
|
3501 {
|
|
3502 Xt_event_stream = xnew (struct event_stream);
|
|
3503 Xt_event_stream->event_pending_p = emacs_Xt_event_pending_p;
|
442
|
3504 Xt_event_stream->force_event_pending = emacs_Xt_force_event_pending;
|
428
|
3505 Xt_event_stream->next_event_cb = emacs_Xt_next_event;
|
|
3506 Xt_event_stream->handle_magic_event_cb = emacs_Xt_handle_magic_event;
|
788
|
3507 Xt_event_stream->format_magic_event_cb = emacs_Xt_format_magic_event;
|
|
3508 Xt_event_stream->compare_magic_event_cb= emacs_Xt_compare_magic_event;
|
|
3509 Xt_event_stream->hash_magic_event_cb = emacs_Xt_hash_magic_event;
|
428
|
3510 Xt_event_stream->add_timeout_cb = emacs_Xt_add_timeout;
|
|
3511 Xt_event_stream->remove_timeout_cb = emacs_Xt_remove_timeout;
|
|
3512 Xt_event_stream->select_console_cb = emacs_Xt_select_console;
|
|
3513 Xt_event_stream->unselect_console_cb = emacs_Xt_unselect_console;
|
|
3514 Xt_event_stream->select_process_cb = emacs_Xt_select_process;
|
|
3515 Xt_event_stream->unselect_process_cb = emacs_Xt_unselect_process;
|
|
3516 Xt_event_stream->quit_p_cb = emacs_Xt_quit_p;
|
853
|
3517 Xt_event_stream->create_io_streams_cb = emacs_Xt_create_io_streams;
|
|
3518 Xt_event_stream->delete_io_streams_cb = emacs_Xt_delete_io_streams;
|
442
|
3519 Xt_event_stream->current_event_timestamp_cb =
|
|
3520 emacs_Xt_current_event_timestamp;
|
428
|
3521
|
|
3522 the_Xt_timeout_blocktype = Blocktype_new (struct Xt_timeout_blocktype);
|
|
3523
|
|
3524 last_quit_check_signal_tick_count = 0;
|
|
3525
|
|
3526 /* this function only makes safe calls */
|
|
3527 init_what_input_once ();
|
|
3528 }
|
|
3529
|
|
3530 void
|
|
3531 vars_of_event_Xt (void)
|
|
3532 {
|
|
3533 reinit_vars_of_event_Xt ();
|
|
3534
|
|
3535 dispatch_event_queue = Qnil;
|
|
3536 staticpro (&dispatch_event_queue);
|
|
3537 dispatch_event_queue_tail = Qnil;
|
452
|
3538 dump_add_root_object (&dispatch_event_queue_tail);
|
428
|
3539
|
|
3540 DEFVAR_BOOL ("x-allow-sendevents", &x_allow_sendevents /*
|
|
3541 *Non-nil means to allow synthetic events. Nil means they are ignored.
|
|
3542 Beware: allowing emacs to process SendEvents opens a big security hole.
|
|
3543 */ );
|
|
3544 x_allow_sendevents = 0;
|
|
3545
|
|
3546 #ifdef DEBUG_XEMACS
|
442
|
3547 DEFVAR_INT ("debug-x-events", &debug_x_events /*
|
428
|
3548 If non-zero, display debug information about X events that XEmacs sees.
|
|
3549 Information is displayed on stderr. Currently defined values are:
|
|
3550
|
|
3551 1 == non-verbose output
|
|
3552 2 == verbose output
|
|
3553 */ );
|
442
|
3554 debug_x_events = 0;
|
428
|
3555 #endif
|
|
3556 }
|
|
3557
|
|
3558 /* This mess is a hack that patches the shell widget to treat visual inheritance
|
|
3559 the same as colormap and depth inheritance */
|
|
3560
|
|
3561 static XtInitProc orig_shell_init_proc;
|
|
3562
|
|
3563 static void ShellVisualPatch(Widget wanted, Widget new,
|
|
3564 ArgList args, Cardinal *num_args)
|
|
3565 {
|
|
3566 Widget p;
|
|
3567 ShellWidget w = (ShellWidget) new;
|
|
3568
|
|
3569 /* first, call the original setup */
|
|
3570 (*orig_shell_init_proc)(wanted, new, args, num_args);
|
|
3571
|
|
3572 /* if the visual isn't explicitly set, grab it from the nearest shell ancestor */
|
|
3573 if (w->shell.visual == CopyFromParent) {
|
|
3574 p = XtParent(w);
|
|
3575 while (p && !XtIsShell(p)) p = XtParent(p);
|
|
3576 if (p) w->shell.visual = ((ShellWidget)p)->shell.visual;
|
|
3577 }
|
|
3578 }
|
|
3579
|
|
3580 void
|
|
3581 init_event_Xt_late (void) /* called when already initialized */
|
|
3582 {
|
|
3583 timeout_id_tick = 1;
|
|
3584 pending_timeouts = 0;
|
|
3585 completed_timeouts = 0;
|
|
3586
|
|
3587 event_stream = Xt_event_stream;
|
|
3588
|
|
3589 XtToolkitInitialize ();
|
|
3590 Xt_app_con = XtCreateApplicationContext ();
|
|
3591 XtAppSetFallbackResources (Xt_app_con, (String *) x_fallback_resources);
|
|
3592
|
442
|
3593 /* In select-x.c */
|
428
|
3594 x_selection_timeout = (XtAppGetSelectionTimeout (Xt_app_con) / 1000);
|
|
3595 XSetErrorHandler (x_error_handler);
|
|
3596 XSetIOErrorHandler (x_IO_error_handler);
|
|
3597
|
442
|
3598 #ifndef WIN32_NATIVE
|
428
|
3599 XtAppAddInput (Xt_app_con, signal_event_pipe[0],
|
|
3600 (XtPointer) (XtInputReadMask /* | XtInputExceptMask */),
|
|
3601 Xt_what_callback, 0);
|
|
3602 #endif
|
|
3603
|
|
3604 XtAppSetTypeConverter (Xt_app_con, XtRString, XtRPixel,
|
|
3605 EmacsXtCvtStringToPixel,
|
|
3606 (XtConvertArgList) colorConvertArgs,
|
|
3607 2, XtCacheByDisplay, EmacsFreePixel);
|
|
3608
|
|
3609 #ifdef XIM_XLIB
|
|
3610 XtAppSetTypeConverter (Xt_app_con, XtRString, XtRXimStyles,
|
|
3611 EmacsXtCvtStringToXIMStyles,
|
|
3612 NULL, 0,
|
|
3613 XtCacheByDisplay, EmacsFreeXIMStyles);
|
|
3614 #endif /* XIM_XLIB */
|
442
|
3615 /* Add extra actions to native widgets to handle focus and friends. */
|
|
3616 emacs_Xt_event_add_widget_actions (Xt_app_con);
|
428
|
3617
|
|
3618 /* insert the visual inheritance patch/hack described above */
|
|
3619 orig_shell_init_proc = shellClassRec.core_class.initialize;
|
|
3620 shellClassRec.core_class.initialize = ShellVisualPatch;
|
|
3621
|
|
3622 }
|