(esc-map): Change ; to comment-dwim and use the new function
[emacs.git] / src / keyboard.c
blobd08fb8bebee35dd03195ae8839a127775e89fa1a
1 /* Keyboard and mouse input; editor command loop.
2 Copyright (C) 1985,86,87,88,89,93,94,95,96,97,99, 2000
3 Free Software Foundation, Inc.
5 This file is part of GNU Emacs.
7 GNU Emacs is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
10 any later version.
12 GNU Emacs is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with GNU Emacs; see the file COPYING. If not, write to
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */
22 #include <config.h>
23 #include <signal.h>
24 #include <stdio.h>
25 #include "termchar.h"
26 #include "termopts.h"
27 #include "lisp.h"
28 #include "termhooks.h"
29 #include "macros.h"
30 #include "frame.h"
31 #include "window.h"
32 #include "commands.h"
33 #include "buffer.h"
34 #include "charset.h"
35 #include "disptab.h"
36 #include "dispextern.h"
37 #include "keyboard.h"
38 #include "syntax.h"
39 #include "intervals.h"
40 #include "blockinput.h"
41 #include "puresize.h"
42 #include "systime.h"
43 #include "atimer.h"
44 #include <setjmp.h>
45 #include <errno.h>
47 #ifdef MSDOS
48 #include "msdos.h"
49 #include <time.h>
50 #else /* not MSDOS */
51 #ifndef VMS
52 #include <sys/ioctl.h>
53 #endif
54 #endif /* not MSDOS */
56 #include "syssignal.h"
57 #include "systty.h"
59 #include <sys/types.h>
60 #ifdef HAVE_UNISTD_H
61 #include <unistd.h>
62 #endif
64 /* This is to get the definitions of the XK_ symbols. */
65 #ifdef HAVE_X_WINDOWS
66 #include "xterm.h"
67 #endif
69 #ifdef HAVE_NTGUI
70 #include "w32term.h"
71 #endif /* HAVE_NTGUI */
73 /* Include systime.h after xterm.h to avoid double inclusion of time.h. */
74 #include "systime.h"
76 extern int errno;
78 /* Variables for blockinput.h: */
80 /* Non-zero if interrupt input is blocked right now. */
81 int interrupt_input_blocked;
83 /* Nonzero means an input interrupt has arrived
84 during the current critical section. */
85 int interrupt_input_pending;
88 /* File descriptor to use for input. */
89 extern int input_fd;
91 #ifdef HAVE_WINDOW_SYSTEM
92 /* Make all keyboard buffers much bigger when using X windows. */
93 #ifdef macintosh
94 /* But not too big (local data > 32K error) if on macintosh */
95 #define KBD_BUFFER_SIZE 512
96 #else
97 #define KBD_BUFFER_SIZE 4096
98 #endif
99 #else /* No X-windows, character input */
100 #define KBD_BUFFER_SIZE 256
101 #endif /* No X-windows */
103 /* Following definition copied from eval.c */
105 struct backtrace
107 struct backtrace *next;
108 Lisp_Object *function;
109 Lisp_Object *args; /* Points to vector of args. */
110 int nargs; /* length of vector. If nargs is UNEVALLED,
111 args points to slot holding list of
112 unevalled args */
113 char evalargs;
116 #ifdef MULTI_KBOARD
117 KBOARD *initial_kboard;
118 KBOARD *current_kboard;
119 KBOARD *all_kboards;
120 int single_kboard;
121 #else
122 KBOARD the_only_kboard;
123 #endif
125 /* Non-nil disable property on a command means
126 do not execute it; call disabled-command-hook's value instead. */
127 Lisp_Object Qdisabled, Qdisabled_command_hook;
129 #define NUM_RECENT_KEYS (100)
130 int recent_keys_index; /* Index for storing next element into recent_keys */
131 int total_keys; /* Total number of elements stored into recent_keys */
132 Lisp_Object recent_keys; /* A vector, holding the last 100 keystrokes */
134 /* Vector holding the key sequence that invoked the current command.
135 It is reused for each command, and it may be longer than the current
136 sequence; this_command_key_count indicates how many elements
137 actually mean something.
138 It's easier to staticpro a single Lisp_Object than an array. */
139 Lisp_Object this_command_keys;
140 int this_command_key_count;
142 /* This vector is used as a buffer to record the events that were actually read
143 by read_key_sequence. */
144 Lisp_Object raw_keybuf;
145 int raw_keybuf_count;
147 #define GROW_RAW_KEYBUF \
148 if (raw_keybuf_count == XVECTOR (raw_keybuf)->size) \
150 int newsize = 2 * XVECTOR (raw_keybuf)->size; \
151 Lisp_Object new; \
152 new = Fmake_vector (make_number (newsize), Qnil); \
153 bcopy (XVECTOR (raw_keybuf)->contents, XVECTOR (new)->contents, \
154 raw_keybuf_count * sizeof (Lisp_Object)); \
155 raw_keybuf = new; \
158 /* Number of elements of this_command_keys
159 that precede this key sequence. */
160 int this_single_command_key_start;
162 /* Record values of this_command_key_count and echo_length ()
163 before this command was read. */
164 static int before_command_key_count;
165 static int before_command_echo_length;
166 /* Values of before_command_key_count and before_command_echo_length
167 saved by reset-this-command-lengths. */
168 static int before_command_key_count_1;
169 static int before_command_echo_length_1;
170 /* Flag set by reset-this-command-lengths,
171 saying to reset the lengths when add_command_key is called. */
172 static int before_command_restore_flag;
174 extern int minbuf_level;
176 extern int message_enable_multibyte;
178 extern struct backtrace *backtrace_list;
180 /* If non-nil, the function that implements the display of help.
181 It's called with one argument, the help string to display. */
183 Lisp_Object Vshow_help_function;
185 /* Nonzero means do menu prompting. */
186 static int menu_prompting;
188 /* Character to see next line of menu prompt. */
189 static Lisp_Object menu_prompt_more_char;
191 /* For longjmp to where kbd input is being done. */
192 static jmp_buf getcjmp;
194 /* True while doing kbd input. */
195 int waiting_for_input;
197 /* True while displaying for echoing. Delays C-g throwing. */
199 static int echoing;
201 /* Non-null means we can start echoing at the next input pause even
202 though there is something in the echo area. */
204 static struct kboard *ok_to_echo_at_next_pause;
206 /* The kboard last echoing, or null for none. Reset to 0 in
207 cancel_echoing. If non-null, and a current echo area message
208 exists, and echo_message_buffer is eq to the current message
209 buffer, we know that the message comes from echo_kboard. */
211 static struct kboard *echo_kboard;
213 /* The buffer used for echoing. Set in echo_now, reset in
214 cancel_echoing. */
216 static Lisp_Object echo_message_buffer;
218 /* Nonzero means disregard local maps for the menu bar. */
219 static int inhibit_local_menu_bar_menus;
221 /* Nonzero means C-g should cause immediate error-signal. */
222 int immediate_quit;
224 /* The user's ERASE setting. */
225 Lisp_Object Vtty_erase_char;
227 /* Character to recognize as the help char. */
228 Lisp_Object Vhelp_char;
230 /* List of other event types to recognize as meaning "help". */
231 Lisp_Object Vhelp_event_list;
233 /* Form to execute when help char is typed. */
234 Lisp_Object Vhelp_form;
236 /* Command to run when the help character follows a prefix key. */
237 Lisp_Object Vprefix_help_command;
239 /* List of items that should move to the end of the menu bar. */
240 Lisp_Object Vmenu_bar_final_items;
242 /* Non-nil means show the equivalent key-binding for
243 any M-x command that has one.
244 The value can be a length of time to show the message for.
245 If the value is non-nil and not a number, we wait 2 seconds. */
246 Lisp_Object Vsuggest_key_bindings;
248 /* Character that causes a quit. Normally C-g.
250 If we are running on an ordinary terminal, this must be an ordinary
251 ASCII char, since we want to make it our interrupt character.
253 If we are not running on an ordinary terminal, it still needs to be
254 an ordinary ASCII char. This character needs to be recognized in
255 the input interrupt handler. At this point, the keystroke is
256 represented as a struct input_event, while the desired quit
257 character is specified as a lispy event. The mapping from struct
258 input_events to lispy events cannot run in an interrupt handler,
259 and the reverse mapping is difficult for anything but ASCII
260 keystrokes.
262 FOR THESE ELABORATE AND UNSATISFYING REASONS, quit_char must be an
263 ASCII character. */
264 int quit_char;
266 extern Lisp_Object current_global_map;
267 extern int minibuf_level;
269 /* If non-nil, this is a map that overrides all other local maps. */
270 Lisp_Object Voverriding_local_map;
272 /* If non-nil, Voverriding_local_map applies to the menu bar. */
273 Lisp_Object Voverriding_local_map_menu_flag;
275 /* Keymap that defines special misc events that should
276 be processed immediately at a low level. */
277 Lisp_Object Vspecial_event_map;
279 /* Current depth in recursive edits. */
280 int command_loop_level;
282 /* Total number of times command_loop has read a key sequence. */
283 int num_input_keys;
285 /* Last input character read as a command. */
286 Lisp_Object last_command_char;
288 /* Last input character read as a command, not counting menus
289 reached by the mouse. */
290 Lisp_Object last_nonmenu_event;
292 /* Last input character read for any purpose. */
293 Lisp_Object last_input_char;
295 /* If not Qnil, a list of objects to be read as subsequent command input. */
296 Lisp_Object Vunread_command_events;
298 /* If not Qnil, a list of objects to be read as subsequent command input
299 including input method processing. */
300 Lisp_Object Vunread_input_method_events;
302 /* If not Qnil, a list of objects to be read as subsequent command input
303 but NOT including input method processing. */
304 Lisp_Object Vunread_post_input_method_events;
306 /* If not -1, an event to be read as subsequent command input. */
307 int unread_command_char;
309 /* If not Qnil, this is a switch-frame event which we decided to put
310 off until the end of a key sequence. This should be read as the
311 next command input, after any unread_command_events.
313 read_key_sequence uses this to delay switch-frame events until the
314 end of the key sequence; Fread_char uses it to put off switch-frame
315 events until a non-ASCII event is acceptable as input. */
316 Lisp_Object unread_switch_frame;
318 /* A mask of extra modifier bits to put into every keyboard char. */
319 int extra_keyboard_modifiers;
321 /* Char to use as prefix when a meta character is typed in.
322 This is bound on entry to minibuffer in case ESC is changed there. */
324 Lisp_Object meta_prefix_char;
326 /* Last size recorded for a current buffer which is not a minibuffer. */
327 static int last_non_minibuf_size;
329 /* Number of idle seconds before an auto-save and garbage collection. */
330 static Lisp_Object Vauto_save_timeout;
332 /* Total number of times read_char has returned. */
333 int num_input_events;
335 /* Total number of times read_char has returned, outside of macros. */
336 int num_nonmacro_input_events;
338 /* Auto-save automatically when this many characters have been typed
339 since the last time. */
341 static int auto_save_interval;
343 /* Value of num_nonmacro_input_events as of last auto save. */
345 int last_auto_save;
347 /* The command being executed by the command loop.
348 Commands may set this, and the value set will be copied into
349 current_kboard->Vlast_command instead of the actual command. */
350 Lisp_Object Vthis_command;
352 /* This is like Vthis_command, except that commands never set it. */
353 Lisp_Object real_this_command;
355 /* The value of point when the last command was executed. */
356 int last_point_position;
358 /* The buffer that was current when the last command was started. */
359 Lisp_Object last_point_position_buffer;
361 /* The frame in which the last input event occurred, or Qmacro if the
362 last event came from a macro. We use this to determine when to
363 generate switch-frame events. This may be cleared by functions
364 like Fselect_frame, to make sure that a switch-frame event is
365 generated by the next character. */
366 Lisp_Object internal_last_event_frame;
368 /* A user-visible version of the above, intended to allow users to
369 figure out where the last event came from, if the event doesn't
370 carry that information itself (i.e. if it was a character). */
371 Lisp_Object Vlast_event_frame;
373 /* The timestamp of the last input event we received from the X server.
374 X Windows wants this for selection ownership. */
375 unsigned long last_event_timestamp;
377 Lisp_Object Qself_insert_command;
378 Lisp_Object Qforward_char;
379 Lisp_Object Qbackward_char;
380 Lisp_Object Qundefined;
381 Lisp_Object Qtimer_event_handler;
383 /* read_key_sequence stores here the command definition of the
384 key sequence that it reads. */
385 Lisp_Object read_key_sequence_cmd;
387 /* Echo unfinished commands after this many seconds of pause. */
388 Lisp_Object Vecho_keystrokes;
390 /* Form to evaluate (if non-nil) when Emacs is started. */
391 Lisp_Object Vtop_level;
393 /* User-supplied string to translate input characters through. */
394 Lisp_Object Vkeyboard_translate_table;
396 /* Keymap mapping ASCII function key sequences onto their preferred forms. */
397 extern Lisp_Object Vfunction_key_map;
399 /* Another keymap that maps key sequences into key sequences.
400 This one takes precedence over ordinary definitions. */
401 extern Lisp_Object Vkey_translation_map;
403 /* If non-nil, this implements the current input method. */
404 Lisp_Object Vinput_method_function;
405 Lisp_Object Qinput_method_function;
407 /* When we call Vinput_method_function,
408 this holds the echo area message that was just erased. */
409 Lisp_Object Vinput_method_previous_message;
411 /* Non-nil means deactivate the mark at end of this command. */
412 Lisp_Object Vdeactivate_mark;
414 /* Menu bar specified in Lucid Emacs fashion. */
416 Lisp_Object Vlucid_menu_bar_dirty_flag;
417 Lisp_Object Qrecompute_lucid_menubar, Qactivate_menubar_hook;
419 Lisp_Object Qecho_area_clear_hook;
421 /* Hooks to run before and after each command. */
422 Lisp_Object Qpre_command_hook, Vpre_command_hook;
423 Lisp_Object Qpost_command_hook, Vpost_command_hook;
424 Lisp_Object Qcommand_hook_internal, Vcommand_hook_internal;
425 /* Hook run after a command if there's no more input soon. */
426 Lisp_Object Qpost_command_idle_hook, Vpost_command_idle_hook;
428 /* Delay time in microseconds before running post-command-idle-hook. */
429 int post_command_idle_delay;
431 /* List of deferred actions to be performed at a later time.
432 The precise format isn't relevant here; we just check whether it is nil. */
433 Lisp_Object Vdeferred_action_list;
435 /* Function to call to handle deferred actions, when there are any. */
436 Lisp_Object Vdeferred_action_function;
437 Lisp_Object Qdeferred_action_function;
439 Lisp_Object Qinput_method_exit_on_first_char;
440 Lisp_Object Qinput_method_use_echo_area;
442 /* File in which we write all commands we read. */
443 FILE *dribble;
445 /* Nonzero if input is available. */
446 int input_pending;
448 /* 1 if should obey 0200 bit in input chars as "Meta", 2 if should
449 keep 0200 bit in input chars. 0 to ignore the 0200 bit. */
451 int meta_key;
453 extern char *pending_malloc_warning;
455 /* Circular buffer for pre-read keyboard input. */
456 static struct input_event kbd_buffer[KBD_BUFFER_SIZE];
458 /* Vector to GCPRO the frames and windows mentioned in kbd_buffer.
460 The interrupt-level event handlers will never enqueue an event on a
461 frame which is not in Vframe_list, and once an event is dequeued,
462 internal_last_event_frame or the event itself points to the frame.
463 So that's all fine.
465 But while the event is sitting in the queue, it's completely
466 unprotected. Suppose the user types one command which will run for
467 a while and then delete a frame, and then types another event at
468 the frame that will be deleted, before the command gets around to
469 it. Suppose there are no references to this frame elsewhere in
470 Emacs, and a GC occurs before the second event is dequeued. Now we
471 have an event referring to a freed frame, which will crash Emacs
472 when it is dequeued.
474 Similar things happen when an event on a scroll bar is enqueued; the
475 window may be deleted while the event is in the queue.
477 So, we use this vector to protect the frame_or_window field in the
478 event queue. That way, they'll be dequeued as dead frames or
479 windows, but still valid lisp objects.
481 If kbd_buffer[i].kind != no_event, then
482 (XVECTOR (kbd_buffer_frame_or_window)->contents[i]
483 == kbd_buffer[i].frame_or_window. */
484 static Lisp_Object kbd_buffer_frame_or_window;
486 /* Pointer to next available character in kbd_buffer.
487 If kbd_fetch_ptr == kbd_store_ptr, the buffer is empty.
488 This may be kbd_buffer + KBD_BUFFER_SIZE, meaning that the the
489 next available char is in kbd_buffer[0]. */
490 static struct input_event *kbd_fetch_ptr;
492 /* Pointer to next place to store character in kbd_buffer. This
493 may be kbd_buffer + KBD_BUFFER_SIZE, meaning that the next
494 character should go in kbd_buffer[0]. */
495 static struct input_event * volatile kbd_store_ptr;
497 /* The above pair of variables forms a "queue empty" flag. When we
498 enqueue a non-hook event, we increment kbd_store_ptr. When we
499 dequeue a non-hook event, we increment kbd_fetch_ptr. We say that
500 there is input available iff the two pointers are not equal.
502 Why not just have a flag set and cleared by the enqueuing and
503 dequeuing functions? Such a flag could be screwed up by interrupts
504 at inopportune times. */
506 /* If this flag is non-nil, we check mouse_moved to see when the
507 mouse moves, and motion events will appear in the input stream.
508 Otherwise, mouse motion is ignored. */
509 static Lisp_Object do_mouse_tracking;
511 /* Symbols to head events. */
512 Lisp_Object Qmouse_movement;
513 Lisp_Object Qscroll_bar_movement;
514 Lisp_Object Qswitch_frame;
515 Lisp_Object Qdelete_frame;
516 Lisp_Object Qiconify_frame;
517 Lisp_Object Qmake_frame_visible;
518 Lisp_Object Qhelp_echo;
520 /* Symbols to denote kinds of events. */
521 Lisp_Object Qfunction_key;
522 Lisp_Object Qmouse_click;
523 #ifdef WINDOWSNT
524 Lisp_Object Qmouse_wheel;
525 Lisp_Object Qlanguage_change;
526 #endif
527 Lisp_Object Qdrag_n_drop;
528 /* Lisp_Object Qmouse_movement; - also an event header */
530 /* Properties of event headers. */
531 Lisp_Object Qevent_kind;
532 Lisp_Object Qevent_symbol_elements;
534 /* menu item parts */
535 Lisp_Object Qmenu_alias;
536 Lisp_Object Qmenu_enable;
537 Lisp_Object QCenable, QCvisible, QChelp, QCfilter, QCkeys, QCkey_sequence;
538 Lisp_Object QCbutton, QCtoggle, QCradio;
539 extern Lisp_Object Vdefine_key_rebound_commands;
540 extern Lisp_Object Qmenu_item;
542 /* An event header symbol HEAD may have a property named
543 Qevent_symbol_element_mask, which is of the form (BASE MODIFIERS);
544 BASE is the base, unmodified version of HEAD, and MODIFIERS is the
545 mask of modifiers applied to it. If present, this is used to help
546 speed up parse_modifiers. */
547 Lisp_Object Qevent_symbol_element_mask;
549 /* An unmodified event header BASE may have a property named
550 Qmodifier_cache, which is an alist mapping modifier masks onto
551 modified versions of BASE. If present, this helps speed up
552 apply_modifiers. */
553 Lisp_Object Qmodifier_cache;
555 /* Symbols to use for parts of windows. */
556 Lisp_Object Qmode_line;
557 Lisp_Object Qvertical_line;
558 Lisp_Object Qvertical_scroll_bar;
559 Lisp_Object Qmenu_bar;
561 Lisp_Object recursive_edit_unwind (), command_loop ();
562 Lisp_Object Fthis_command_keys ();
563 Lisp_Object Qextended_command_history;
564 EMACS_TIME timer_check ();
566 extern Lisp_Object Vhistory_length;
568 extern char *x_get_keysym_name ();
570 static void record_menu_key ();
572 Lisp_Object Qpolling_period;
574 /* List of absolute timers. Appears in order of next scheduled event. */
575 Lisp_Object Vtimer_list;
577 /* List of idle time timers. Appears in order of next scheduled event. */
578 Lisp_Object Vtimer_idle_list;
580 /* Incremented whenever a timer is run. */
581 int timers_run;
583 extern Lisp_Object Vprint_level, Vprint_length;
585 /* Address (if not 0) of EMACS_TIME to zero out if a SIGIO interrupt
586 happens. */
587 EMACS_TIME *input_available_clear_time;
589 /* Nonzero means use SIGIO interrupts; zero means use CBREAK mode.
590 Default is 1 if INTERRUPT_INPUT is defined. */
591 int interrupt_input;
593 /* Nonzero while interrupts are temporarily deferred during redisplay. */
594 int interrupts_deferred;
596 /* Nonzero means use ^S/^Q for flow control. */
597 int flow_control;
599 /* Allow m- file to inhibit use of FIONREAD. */
600 #ifdef BROKEN_FIONREAD
601 #undef FIONREAD
602 #endif
604 /* We are unable to use interrupts if FIONREAD is not available,
605 so flush SIGIO so we won't try. */
606 #ifndef FIONREAD
607 #ifdef SIGIO
608 #undef SIGIO
609 #endif
610 #endif
612 /* If we support a window system, turn on the code to poll periodically
613 to detect C-g. It isn't actually used when doing interrupt input. */
614 #ifdef HAVE_WINDOW_SYSTEM
615 #define POLL_FOR_INPUT
616 #endif
618 /* After a command is executed, if point is moved into a region that
619 has specific properties (e.g. composition, display), we adjust
620 point to the boundary of the region. But, if a command sets this
621 valiable to non-nil, we suppress this point adjustment. This
622 variable is set to nil before reading a command. */
623 Lisp_Object Vdisable_point_adjustment;
625 /* If non-nil, always disable point adjustment. */
626 Lisp_Object Vglobal_disable_point_adjustment;
629 /* Global variable declarations. */
631 /* Function for init_keyboard to call with no args (if nonzero). */
632 void (*keyboard_init_hook) ();
634 static int read_avail_input ();
635 static void get_input_pending ();
636 static int readable_events ();
637 static Lisp_Object read_char_x_menu_prompt ();
638 static Lisp_Object read_char_minibuf_menu_prompt ();
639 static Lisp_Object make_lispy_event ();
640 #ifdef HAVE_MOUSE
641 static Lisp_Object make_lispy_movement ();
642 #endif
643 static Lisp_Object modify_event_symbol ();
644 static Lisp_Object make_lispy_switch_frame ();
645 static int parse_solitary_modifier ();
646 static void save_getcjmp ();
647 static void restore_getcjmp ();
648 static Lisp_Object apply_modifiers P_ ((int, Lisp_Object));
650 /* Nonzero means don't try to suspend even if the operating system seems
651 to support it. */
652 static int cannot_suspend;
654 #define min(a,b) ((a)<(b)?(a):(b))
655 #define max(a,b) ((a)>(b)?(a):(b))
657 /* Install the string STR as the beginning of the string of echoing,
658 so that it serves as a prompt for the next character.
659 Also start echoing. */
661 void
662 echo_prompt (str)
663 char *str;
665 int len = strlen (str);
667 if (len > ECHOBUFSIZE - 4)
668 len = ECHOBUFSIZE - 4;
669 bcopy (str, current_kboard->echobuf, len);
670 current_kboard->echoptr = current_kboard->echobuf + len;
671 *current_kboard->echoptr = '\0';
673 current_kboard->echo_after_prompt = len;
675 echo_now ();
678 /* Add C to the echo string, if echoing is going on.
679 C can be a character, which is printed prettily ("M-C-x" and all that
680 jazz), or a symbol, whose name is printed. */
682 void
683 echo_char (c)
684 Lisp_Object c;
686 extern char *push_key_description ();
688 if (current_kboard->immediate_echo)
690 char *ptr = current_kboard->echoptr;
692 if (ptr != current_kboard->echobuf)
693 *ptr++ = ' ';
695 /* If someone has passed us a composite event, use its head symbol. */
696 c = EVENT_HEAD (c);
698 if (INTEGERP (c))
700 if (ptr - current_kboard->echobuf
701 > ECHOBUFSIZE - KEY_DESCRIPTION_SIZE)
702 return;
704 ptr = push_key_description (XINT (c), ptr);
706 else if (SYMBOLP (c))
708 struct Lisp_String *name = XSYMBOL (c)->name;
709 if ((ptr - current_kboard->echobuf) + STRING_BYTES (name) + 4
710 > ECHOBUFSIZE)
711 return;
712 bcopy (name->data, ptr, STRING_BYTES (name));
713 ptr += STRING_BYTES (name);
716 if (current_kboard->echoptr == current_kboard->echobuf
717 && help_char_p (c))
719 strcpy (ptr, " (Type ? for further options)");
720 ptr += strlen (ptr);
723 *ptr = 0;
724 current_kboard->echoptr = ptr;
726 echo_now ();
730 /* Temporarily add a dash to the end of the echo string if it's not
731 empty, so that it serves as a mini-prompt for the very next character. */
733 void
734 echo_dash ()
736 if (!current_kboard->immediate_echo
737 && current_kboard->echoptr == current_kboard->echobuf)
738 return;
739 /* Do nothing if we just printed a prompt. */
740 if (current_kboard->echo_after_prompt
741 == current_kboard->echoptr - current_kboard->echobuf)
742 return;
743 /* Do nothing if not echoing at all. */
744 if (current_kboard->echoptr == 0)
745 return;
747 /* Put a dash at the end of the buffer temporarily,
748 but make it go away when the next character is added. */
749 current_kboard->echoptr[0] = '-';
750 current_kboard->echoptr[1] = 0;
752 echo_now ();
755 /* Display the current echo string, and begin echoing if not already
756 doing so. */
758 void
759 echo_now ()
761 if (!current_kboard->immediate_echo)
763 int i;
764 current_kboard->immediate_echo = 1;
766 for (i = 0; i < this_command_key_count; i++)
768 Lisp_Object c;
769 c = XVECTOR (this_command_keys)->contents[i];
770 if (! (EVENT_HAS_PARAMETERS (c)
771 && EQ (EVENT_HEAD_KIND (EVENT_HEAD (c)), Qmouse_movement)))
772 echo_char (c);
774 echo_dash ();
777 echoing = 1;
778 message2_nolog (current_kboard->echobuf, strlen (current_kboard->echobuf),
779 ! NILP (current_buffer->enable_multibyte_characters));
780 echoing = 0;
782 /* Record in what buffer we echoed, and from which kboard. */
783 echo_message_buffer = echo_area_buffer[0];
784 echo_kboard = current_kboard;
786 if (waiting_for_input && !NILP (Vquit_flag))
787 quit_throw_to_read_char ();
790 /* Turn off echoing, for the start of a new command. */
792 void
793 cancel_echoing ()
795 current_kboard->immediate_echo = 0;
796 current_kboard->echoptr = current_kboard->echobuf;
797 current_kboard->echo_after_prompt = -1;
798 ok_to_echo_at_next_pause = NULL;
799 echo_kboard = NULL;
800 echo_message_buffer = Qnil;
803 /* Return the length of the current echo string. */
805 static int
806 echo_length ()
808 return current_kboard->echoptr - current_kboard->echobuf;
811 /* Truncate the current echo message to its first LEN chars.
812 This and echo_char get used by read_key_sequence when the user
813 switches frames while entering a key sequence. */
815 static void
816 echo_truncate (len)
817 int len;
819 current_kboard->echobuf[len] = '\0';
820 current_kboard->echoptr = current_kboard->echobuf + len;
821 truncate_echo_area (len);
825 /* Functions for manipulating this_command_keys. */
826 static void
827 add_command_key (key)
828 Lisp_Object key;
830 int size = XVECTOR (this_command_keys)->size;
832 /* If reset-this-command-length was called recently, obey it now.
833 See the doc string of that function for an explanation of why. */
834 if (before_command_restore_flag)
836 this_command_key_count = before_command_key_count_1;
837 if (this_command_key_count < this_single_command_key_start)
838 this_single_command_key_start = this_command_key_count;
839 echo_truncate (before_command_echo_length_1);
840 before_command_restore_flag = 0;
843 if (this_command_key_count >= size)
845 Lisp_Object new_keys;
847 new_keys = Fmake_vector (make_number (size * 2), Qnil);
848 bcopy (XVECTOR (this_command_keys)->contents,
849 XVECTOR (new_keys)->contents,
850 size * sizeof (Lisp_Object));
852 this_command_keys = new_keys;
855 XVECTOR (this_command_keys)->contents[this_command_key_count++] = key;
858 Lisp_Object
859 recursive_edit_1 ()
861 int count = specpdl_ptr - specpdl;
862 Lisp_Object val;
864 if (command_loop_level > 0)
866 specbind (Qstandard_output, Qt);
867 specbind (Qstandard_input, Qt);
870 #ifdef HAVE_X_WINDOWS
871 /* The command loop has started a busy-cursor timer, so we have to
872 cancel it here, otherwise it will fire because the recursive edit
873 can take some time. */
874 if (display_busy_cursor_p)
875 cancel_busy_cursor ();
876 #endif
878 val = command_loop ();
879 if (EQ (val, Qt))
880 Fsignal (Qquit, Qnil);
881 /* Handle throw from read_minibuf when using minibuffer
882 while it's active but we're in another window. */
883 if (STRINGP (val))
884 Fsignal (Qerror, Fcons (val, Qnil));
886 return unbind_to (count, Qnil);
889 /* When an auto-save happens, record the "time", and don't do again soon. */
891 void
892 record_auto_save ()
894 last_auto_save = num_nonmacro_input_events;
897 /* Make an auto save happen as soon as possible at command level. */
899 void
900 force_auto_save_soon ()
902 last_auto_save = - auto_save_interval - 1;
904 record_asynch_buffer_change ();
907 DEFUN ("recursive-edit", Frecursive_edit, Srecursive_edit, 0, 0, "",
908 "Invoke the editor command loop recursively.\n\
909 To get out of the recursive edit, a command can do `(throw 'exit nil)';\n\
910 that tells this function to return.\n\
911 Alternately, `(throw 'exit t)' makes this function signal an error.\n\
912 This function is called by the editor initialization to begin editing.")
915 int count = specpdl_ptr - specpdl;
917 command_loop_level++;
918 update_mode_lines = 1;
920 record_unwind_protect (recursive_edit_unwind,
921 (command_loop_level
922 && current_buffer != XBUFFER (XWINDOW (selected_window)->buffer))
923 ? Fcurrent_buffer ()
924 : Qnil);
925 recursive_edit_1 ();
926 return unbind_to (count, Qnil);
929 Lisp_Object
930 recursive_edit_unwind (buffer)
931 Lisp_Object buffer;
933 if (!NILP (buffer))
934 Fset_buffer (buffer);
936 command_loop_level--;
937 update_mode_lines = 1;
938 return Qnil;
941 static void
942 any_kboard_state ()
944 #ifdef MULTI_KBOARD
945 #if 0 /* Theory: if there's anything in Vunread_command_events,
946 it will right away be read by read_key_sequence,
947 and then if we do switch KBOARDS, it will go into the side
948 queue then. So we don't need to do anything special here -- rms. */
949 if (CONSP (Vunread_command_events))
951 current_kboard->kbd_queue
952 = nconc2 (Vunread_command_events, current_kboard->kbd_queue);
953 current_kboard->kbd_queue_has_data = 1;
955 Vunread_command_events = Qnil;
956 #endif
957 single_kboard = 0;
958 #endif
961 /* Switch to the single-kboard state, making current_kboard
962 the only KBOARD from which further input is accepted. */
964 void
965 single_kboard_state ()
967 #ifdef MULTI_KBOARD
968 single_kboard = 1;
969 #endif
972 /* Maintain a stack of kboards, so other parts of Emacs
973 can switch temporarily to the kboard of a given frame
974 and then revert to the previous status. */
976 struct kboard_stack
978 KBOARD *kboard;
979 struct kboard_stack *next;
982 static struct kboard_stack *kboard_stack;
984 void
985 push_frame_kboard (f)
986 FRAME_PTR f;
988 #ifdef MULTI_KBOARD
989 struct kboard_stack *p
990 = (struct kboard_stack *) xmalloc (sizeof (struct kboard_stack));
992 p->next = kboard_stack;
993 p->kboard = current_kboard;
994 kboard_stack = p;
996 current_kboard = FRAME_KBOARD (f);
997 #endif
1000 void
1001 pop_frame_kboard ()
1003 #ifdef MULTI_KBOARD
1004 struct kboard_stack *p = kboard_stack;
1005 current_kboard = p->kboard;
1006 kboard_stack = p->next;
1007 xfree (p);
1008 #endif
1011 /* Handle errors that are not handled at inner levels
1012 by printing an error message and returning to the editor command loop. */
1014 Lisp_Object
1015 cmd_error (data)
1016 Lisp_Object data;
1018 Lisp_Object old_level, old_length;
1019 char macroerror[50];
1021 if (!NILP (executing_macro))
1023 if (executing_macro_iterations == 1)
1024 sprintf (macroerror, "After 1 kbd macro iteration: ");
1025 else
1026 sprintf (macroerror, "After %d kbd macro iterations: ",
1027 executing_macro_iterations);
1029 else
1030 *macroerror = 0;
1032 Vstandard_output = Qt;
1033 Vstandard_input = Qt;
1034 Vexecuting_macro = Qnil;
1035 executing_macro = Qnil;
1036 current_kboard->Vprefix_arg = Qnil;
1037 current_kboard->Vlast_prefix_arg = Qnil;
1038 cancel_echoing ();
1040 /* Avoid unquittable loop if data contains a circular list. */
1041 old_level = Vprint_level;
1042 old_length = Vprint_length;
1043 XSETFASTINT (Vprint_level, 10);
1044 XSETFASTINT (Vprint_length, 10);
1045 cmd_error_internal (data, macroerror);
1046 Vprint_level = old_level;
1047 Vprint_length = old_length;
1049 Vquit_flag = Qnil;
1051 Vinhibit_quit = Qnil;
1052 #ifdef MULTI_KBOARD
1053 any_kboard_state ();
1054 #endif
1056 return make_number (0);
1059 /* Take actions on handling an error. DATA is the data that describes
1060 the error.
1062 CONTEXT is a C-string containing ASCII characters only which
1063 describes the context in which the error happened. If we need to
1064 generalize CONTEXT to allow multibyte characters, make it a Lisp
1065 string. */
1067 void
1068 cmd_error_internal (data, context)
1069 Lisp_Object data;
1070 char *context;
1072 Lisp_Object stream;
1073 int kill_emacs_p = 0;
1074 struct frame *sf = SELECTED_FRAME ();
1076 Vquit_flag = Qnil;
1077 Vinhibit_quit = Qt;
1078 clear_message (1, 0);
1080 /* If the window system or terminal frame hasn't been initialized
1081 yet, or we're not interactive, it's best to dump this message out
1082 to stderr and exit. */
1083 if (!sf->glyphs_initialized_p
1084 /* This is the case of the frame dumped with Emacs, when we're
1085 running under a window system. */
1086 || (!NILP (Vwindow_system)
1087 && !inhibit_window_system
1088 && FRAME_TERMCAP_P (sf))
1089 || noninteractive)
1091 stream = Qexternal_debugging_output;
1092 kill_emacs_p = 1;
1094 else
1096 Fdiscard_input ();
1097 bitch_at_user ();
1098 stream = Qt;
1101 if (context != 0)
1102 write_string_1 (context, -1, stream);
1104 print_error_message (data, stream);
1106 /* If the window system or terminal frame hasn't been initialized
1107 yet, or we're in -batch mode, this error should cause Emacs to exit. */
1108 if (kill_emacs_p)
1110 Fterpri (stream);
1111 Fkill_emacs (make_number (-1));
1115 Lisp_Object command_loop_1 ();
1116 Lisp_Object command_loop_2 ();
1117 Lisp_Object top_level_1 ();
1119 /* Entry to editor-command-loop.
1120 This level has the catches for exiting/returning to editor command loop.
1121 It returns nil to exit recursive edit, t to abort it. */
1123 Lisp_Object
1124 command_loop ()
1126 if (command_loop_level > 0 || minibuf_level > 0)
1128 Lisp_Object val;
1129 val = internal_catch (Qexit, command_loop_2, Qnil);
1130 executing_macro = Qnil;
1131 return val;
1133 else
1134 while (1)
1136 internal_catch (Qtop_level, top_level_1, Qnil);
1137 internal_catch (Qtop_level, command_loop_2, Qnil);
1138 executing_macro = Qnil;
1140 /* End of file in -batch run causes exit here. */
1141 if (noninteractive)
1142 Fkill_emacs (Qt);
1146 /* Here we catch errors in execution of commands within the
1147 editing loop, and reenter the editing loop.
1148 When there is an error, cmd_error runs and returns a non-nil
1149 value to us. A value of nil means that cmd_loop_1 itself
1150 returned due to end of file (or end of kbd macro). */
1152 Lisp_Object
1153 command_loop_2 ()
1155 register Lisp_Object val;
1158 val = internal_condition_case (command_loop_1, Qerror, cmd_error);
1159 while (!NILP (val));
1161 return Qnil;
1164 Lisp_Object
1165 top_level_2 ()
1167 return Feval (Vtop_level);
1170 Lisp_Object
1171 top_level_1 ()
1173 /* On entry to the outer level, run the startup file */
1174 if (!NILP (Vtop_level))
1175 internal_condition_case (top_level_2, Qerror, cmd_error);
1176 else if (!NILP (Vpurify_flag))
1177 message ("Bare impure Emacs (standard Lisp code not loaded)");
1178 else
1179 message ("Bare Emacs (standard Lisp code not loaded)");
1180 return Qnil;
1183 DEFUN ("top-level", Ftop_level, Stop_level, 0, 0, "",
1184 "Exit all recursive editing levels.")
1187 #ifdef HAVE_X_WINDOWS
1188 if (display_busy_cursor_p)
1189 cancel_busy_cursor ();
1190 #endif
1191 Fthrow (Qtop_level, Qnil);
1194 DEFUN ("exit-recursive-edit", Fexit_recursive_edit, Sexit_recursive_edit, 0, 0, "",
1195 "Exit from the innermost recursive edit or minibuffer.")
1198 if (command_loop_level > 0 || minibuf_level > 0)
1199 Fthrow (Qexit, Qnil);
1201 error ("No recursive edit is in progress");
1204 DEFUN ("abort-recursive-edit", Fabort_recursive_edit, Sabort_recursive_edit, 0, 0, "",
1205 "Abort the command that requested this recursive edit or minibuffer input.")
1208 if (command_loop_level > 0 || minibuf_level > 0)
1209 Fthrow (Qexit, Qt);
1211 error ("No recursive edit is in progress");
1214 /* This is the actual command reading loop,
1215 sans error-handling encapsulation. */
1217 Lisp_Object Fcommand_execute ();
1218 static int read_key_sequence ();
1219 void safe_run_hooks ();
1220 static void adjust_point_for_property ();
1222 Lisp_Object
1223 command_loop_1 ()
1225 Lisp_Object cmd;
1226 int lose;
1227 int nonundocount;
1228 Lisp_Object keybuf[30];
1229 int i;
1230 int no_direct;
1231 int prev_modiff;
1232 struct buffer *prev_buffer;
1233 #ifdef MULTI_KBOARD
1234 int was_locked = single_kboard;
1235 #endif
1237 current_kboard->Vprefix_arg = Qnil;
1238 current_kboard->Vlast_prefix_arg = Qnil;
1239 Vdeactivate_mark = Qnil;
1240 waiting_for_input = 0;
1241 cancel_echoing ();
1243 nonundocount = 0;
1244 this_command_key_count = 0;
1245 this_single_command_key_start = 0;
1247 /* Make sure this hook runs after commands that get errors and
1248 throw to top level. */
1249 /* Note that the value cell will never directly contain nil
1250 if the symbol is a local variable. */
1251 if (!NILP (Vpost_command_hook) && !NILP (Vrun_hooks))
1252 safe_run_hooks (Qpost_command_hook);
1254 /* If displaying a message, resize the echo area window to fit
1255 that message's size exactly. */
1256 if (!NILP (echo_area_buffer[0]))
1257 resize_echo_area_axactly ();
1259 if (!NILP (Vdeferred_action_list))
1260 call0 (Vdeferred_action_function);
1262 if (!NILP (Vpost_command_idle_hook) && !NILP (Vrun_hooks))
1264 if (NILP (Vunread_command_events)
1265 && NILP (Vunread_input_method_events)
1266 && NILP (Vunread_post_input_method_events)
1267 && NILP (Vexecuting_macro)
1268 && !NILP (sit_for (0, post_command_idle_delay, 0, 1, 1)))
1269 safe_run_hooks (Qpost_command_idle_hook);
1272 /* Do this after running Vpost_command_hook, for consistency. */
1273 current_kboard->Vlast_command = Vthis_command;
1274 current_kboard->Vreal_last_command = real_this_command;
1276 while (1)
1278 if (! FRAME_LIVE_P (XFRAME (selected_frame)))
1279 Fkill_emacs (Qnil);
1281 /* Make sure the current window's buffer is selected. */
1282 if (XBUFFER (XWINDOW (selected_window)->buffer) != current_buffer)
1283 set_buffer_internal (XBUFFER (XWINDOW (selected_window)->buffer));
1285 /* Display any malloc warning that just came out. Use while because
1286 displaying one warning can cause another. */
1288 while (pending_malloc_warning)
1289 display_malloc_warning ();
1291 no_direct = 0;
1293 Vdeactivate_mark = Qnil;
1295 /* If minibuffer on and echo area in use,
1296 wait 2 sec and redraw minibuffer. */
1298 if (minibuf_level
1299 && !NILP (echo_area_buffer[0])
1300 && EQ (minibuf_window, echo_area_window))
1302 /* Bind inhibit-quit to t so that C-g gets read in
1303 rather than quitting back to the minibuffer. */
1304 int count = specpdl_ptr - specpdl;
1305 specbind (Qinhibit_quit, Qt);
1307 Fsit_for (make_number (2), Qnil, Qnil);
1308 /* Clear the echo area. */
1309 message2 (0, 0, 0);
1310 safe_run_hooks (Qecho_area_clear_hook);
1312 unbind_to (count, Qnil);
1314 /* If a C-g came in before, treat it as input now. */
1315 if (!NILP (Vquit_flag))
1317 Vquit_flag = Qnil;
1318 Vunread_command_events = Fcons (make_number (quit_char), Qnil);
1322 #ifdef C_ALLOCA
1323 alloca (0); /* Cause a garbage collection now */
1324 /* Since we can free the most stuff here. */
1325 #endif /* C_ALLOCA */
1327 #if 0
1328 /* Select the frame that the last event came from. Usually,
1329 switch-frame events will take care of this, but if some lisp
1330 code swallows a switch-frame event, we'll fix things up here.
1331 Is this a good idea? */
1332 if (FRAMEP (internal_last_event_frame)
1333 && !EQ (internal_last_event_frame, selected_frame))
1334 Fselect_frame (internal_last_event_frame, Qnil);
1335 #endif
1336 /* If it has changed current-menubar from previous value,
1337 really recompute the menubar from the value. */
1338 if (! NILP (Vlucid_menu_bar_dirty_flag)
1339 && !NILP (Ffboundp (Qrecompute_lucid_menubar)))
1340 call0 (Qrecompute_lucid_menubar);
1342 before_command_key_count = this_command_key_count;
1343 before_command_echo_length = echo_length ();
1345 Vthis_command = Qnil;
1346 real_this_command = Qnil;
1348 /* Read next key sequence; i gets its length. */
1349 i = read_key_sequence (keybuf, sizeof keybuf / sizeof keybuf[0],
1350 Qnil, 0, 1, 1);
1352 /* A filter may have run while we were reading the input. */
1353 if (! FRAME_LIVE_P (XFRAME (selected_frame)))
1354 Fkill_emacs (Qnil);
1355 if (XBUFFER (XWINDOW (selected_window)->buffer) != current_buffer)
1356 set_buffer_internal (XBUFFER (XWINDOW (selected_window)->buffer));
1358 ++num_input_keys;
1360 /* Now we have read a key sequence of length I,
1361 or else I is 0 and we found end of file. */
1363 if (i == 0) /* End of file -- happens only in */
1364 return Qnil; /* a kbd macro, at the end. */
1365 /* -1 means read_key_sequence got a menu that was rejected.
1366 Just loop around and read another command. */
1367 if (i == -1)
1369 cancel_echoing ();
1370 this_command_key_count = 0;
1371 this_single_command_key_start = 0;
1372 goto finalize;
1375 last_command_char = keybuf[i - 1];
1377 /* If the previous command tried to force a specific window-start,
1378 forget about that, in case this command moves point far away
1379 from that position. But also throw away beg_unchanged and
1380 end_unchanged information in that case, so that redisplay will
1381 update the whole window properly. */
1382 if (!NILP (XWINDOW (selected_window)->force_start))
1384 struct buffer *b;
1385 XWINDOW (selected_window)->force_start = Qnil;
1386 b = XBUFFER (XWINDOW (selected_window)->buffer);
1387 BUF_BEG_UNCHANGED (b) = BUF_END_UNCHANGED (b) = 0;
1390 cmd = read_key_sequence_cmd;
1391 if (!NILP (Vexecuting_macro))
1393 if (!NILP (Vquit_flag))
1395 Vexecuting_macro = Qt;
1396 QUIT; /* Make some noise. */
1397 /* Will return since macro now empty. */
1401 /* Do redisplay processing after this command except in special
1402 cases identified below. */
1403 prev_buffer = current_buffer;
1404 prev_modiff = MODIFF;
1405 last_point_position = PT;
1406 XSETBUFFER (last_point_position_buffer, prev_buffer);
1408 /* By default, we adjust point to a boundary of a region that
1409 has such a property that should be treated intangible
1410 (e.g. composition, display). But, some commands will set
1411 this variable differently. */
1412 Vdisable_point_adjustment = Qnil;
1414 /* Execute the command. */
1416 Vthis_command = cmd;
1417 real_this_command = cmd;
1418 /* Note that the value cell will never directly contain nil
1419 if the symbol is a local variable. */
1420 if (!NILP (Vpre_command_hook) && !NILP (Vrun_hooks))
1421 safe_run_hooks (Qpre_command_hook);
1423 if (NILP (Vthis_command))
1425 /* nil means key is undefined. */
1426 bitch_at_user ();
1427 current_kboard->defining_kbd_macro = Qnil;
1428 update_mode_lines = 1;
1429 current_kboard->Vprefix_arg = Qnil;
1431 else
1433 if (NILP (current_kboard->Vprefix_arg) && ! no_direct)
1435 /* In case we jump to directly_done. */
1436 Vcurrent_prefix_arg = current_kboard->Vprefix_arg;
1438 /* Recognize some common commands in common situations and
1439 do them directly. */
1440 if (EQ (Vthis_command, Qforward_char) && PT < ZV)
1442 struct Lisp_Char_Table *dp
1443 = window_display_table (XWINDOW (selected_window));
1444 lose = FETCH_CHAR (PT_BYTE);
1445 SET_PT (PT + 1);
1446 if ((dp
1447 ? (VECTORP (DISP_CHAR_VECTOR (dp, lose))
1448 ? XVECTOR (DISP_CHAR_VECTOR (dp, lose))->size == 1
1449 : (NILP (DISP_CHAR_VECTOR (dp, lose))
1450 && (lose >= 0x20 && lose < 0x7f)))
1451 : (lose >= 0x20 && lose < 0x7f))
1452 /* To extract the case of continuation on
1453 wide-column characters. */
1454 && (WIDTH_BY_CHAR_HEAD (FETCH_BYTE (PT_BYTE)) == 1)
1455 && (XFASTINT (XWINDOW (selected_window)->last_modified)
1456 >= MODIFF)
1457 && (XFASTINT (XWINDOW (selected_window)->last_overlay_modified)
1458 >= OVERLAY_MODIFF)
1459 && (XFASTINT (XWINDOW (selected_window)->last_point)
1460 == PT - 1)
1461 && !windows_or_buffers_changed
1462 && EQ (current_buffer->selective_display, Qnil)
1463 && !detect_input_pending ()
1464 && NILP (XWINDOW (selected_window)->column_number_displayed)
1465 && NILP (Vexecuting_macro))
1466 direct_output_forward_char (1);
1467 goto directly_done;
1469 else if (EQ (Vthis_command, Qbackward_char) && PT > BEGV)
1471 struct Lisp_Char_Table *dp
1472 = window_display_table (XWINDOW (selected_window));
1473 SET_PT (PT - 1);
1474 lose = FETCH_CHAR (PT_BYTE);
1475 if ((dp
1476 ? (VECTORP (DISP_CHAR_VECTOR (dp, lose))
1477 ? XVECTOR (DISP_CHAR_VECTOR (dp, lose))->size == 1
1478 : (NILP (DISP_CHAR_VECTOR (dp, lose))
1479 && (lose >= 0x20 && lose < 0x7f)))
1480 : (lose >= 0x20 && lose < 0x7f))
1481 && (XFASTINT (XWINDOW (selected_window)->last_modified)
1482 >= MODIFF)
1483 && (XFASTINT (XWINDOW (selected_window)->last_overlay_modified)
1484 >= OVERLAY_MODIFF)
1485 && (XFASTINT (XWINDOW (selected_window)->last_point)
1486 == PT + 1)
1487 && !windows_or_buffers_changed
1488 && EQ (current_buffer->selective_display, Qnil)
1489 && !detect_input_pending ()
1490 && NILP (XWINDOW (selected_window)->column_number_displayed)
1491 && NILP (Vexecuting_macro))
1492 direct_output_forward_char (-1);
1493 goto directly_done;
1495 else if (EQ (Vthis_command, Qself_insert_command)
1496 /* Try this optimization only on ascii keystrokes. */
1497 && INTEGERP (last_command_char))
1499 unsigned int c = XINT (last_command_char);
1500 int value;
1501 if (NILP (Vexecuting_macro)
1502 && !EQ (minibuf_window, selected_window))
1504 if (!nonundocount || nonundocount >= 20)
1506 Fundo_boundary ();
1507 nonundocount = 0;
1509 nonundocount++;
1512 lose = ((XFASTINT (XWINDOW (selected_window)->last_modified)
1513 < MODIFF)
1514 || (XFASTINT (XWINDOW (selected_window)->last_overlay_modified)
1515 < OVERLAY_MODIFF)
1516 || (XFASTINT (XWINDOW (selected_window)->last_point)
1517 != PT)
1518 || MODIFF <= SAVE_MODIFF
1519 || windows_or_buffers_changed
1520 || !EQ (current_buffer->selective_display, Qnil)
1521 || detect_input_pending ()
1522 || !NILP (XWINDOW (selected_window)->column_number_displayed)
1523 || !NILP (Vexecuting_macro));
1525 value = internal_self_insert (c, 0);
1527 if (value == 2)
1528 nonundocount = 0;
1530 /* VALUE == 1 when AFTER-CHANGE functions are
1531 installed which is the case most of the time
1532 because FONT-LOCK installs one. */
1533 if (!lose && !value)
1534 direct_output_for_insert (c);
1535 goto directly_done;
1539 /* Here for a command that isn't executed directly */
1541 #ifdef HAVE_X_WINDOWS
1542 if (display_busy_cursor_p)
1543 start_busy_cursor ();
1544 #endif
1546 nonundocount = 0;
1547 if (NILP (current_kboard->Vprefix_arg))
1548 Fundo_boundary ();
1549 Fcommand_execute (Vthis_command, Qnil, Qnil, Qnil);
1551 #ifdef HAVE_X_WINDOWS
1552 if (display_busy_cursor_p)
1553 cancel_busy_cursor ();
1554 #endif
1556 directly_done: ;
1557 current_kboard->Vlast_prefix_arg = Vcurrent_prefix_arg;
1559 /* Note that the value cell will never directly contain nil
1560 if the symbol is a local variable. */
1561 if (!NILP (Vpost_command_hook) && !NILP (Vrun_hooks))
1562 safe_run_hooks (Qpost_command_hook);
1564 /* If displaying a message, resize the echo area window to fit
1565 that message's size exactly. */
1566 if (!NILP (echo_area_buffer[0]))
1567 resize_echo_area_axactly ();
1569 if (!NILP (Vdeferred_action_list))
1570 safe_run_hooks (Qdeferred_action_function);
1572 if (!NILP (Vpost_command_idle_hook) && !NILP (Vrun_hooks))
1574 if (NILP (Vunread_command_events)
1575 && NILP (Vunread_input_method_events)
1576 && NILP (Vunread_post_input_method_events)
1577 && NILP (Vexecuting_macro)
1578 && !NILP (sit_for (0, post_command_idle_delay, 0, 1, 1)))
1579 safe_run_hooks (Qpost_command_idle_hook);
1582 /* If there is a prefix argument,
1583 1) We don't want Vlast_command to be ``universal-argument''
1584 (that would be dumb), so don't set Vlast_command,
1585 2) we want to leave echoing on so that the prefix will be
1586 echoed as part of this key sequence, so don't call
1587 cancel_echoing, and
1588 3) we want to leave this_command_key_count non-zero, so that
1589 read_char will realize that it is re-reading a character, and
1590 not echo it a second time.
1592 If the command didn't actually create a prefix arg,
1593 but is merely a frame event that is transparent to prefix args,
1594 then the above doesn't apply. */
1595 if (NILP (current_kboard->Vprefix_arg) || CONSP (last_command_char))
1597 current_kboard->Vlast_command = Vthis_command;
1598 current_kboard->Vreal_last_command = real_this_command;
1599 cancel_echoing ();
1600 this_command_key_count = 0;
1601 this_single_command_key_start = 0;
1604 if (!NILP (current_buffer->mark_active) && !NILP (Vrun_hooks))
1606 if (!NILP (Vdeactivate_mark) && !NILP (Vtransient_mark_mode))
1608 current_buffer->mark_active = Qnil;
1609 call1 (Vrun_hooks, intern ("deactivate-mark-hook"));
1611 else if (current_buffer != prev_buffer || MODIFF != prev_modiff)
1612 call1 (Vrun_hooks, intern ("activate-mark-hook"));
1615 finalize:
1617 if (current_buffer == prev_buffer
1618 && last_point_position != PT
1619 && NILP (Vdisable_point_adjustment)
1620 && NILP (Vglobal_disable_point_adjustment))
1621 adjust_point_for_property (last_point_position);
1623 /* Install chars successfully executed in kbd macro. */
1625 if (!NILP (current_kboard->defining_kbd_macro)
1626 && NILP (current_kboard->Vprefix_arg))
1627 finalize_kbd_macro_chars ();
1629 #ifdef MULTI_KBOARD
1630 if (!was_locked)
1631 any_kboard_state ();
1632 #endif
1636 extern Lisp_Object Qcomposition, Qdisplay;
1638 /* Adjust point to a boundary of a region that has such a property
1639 that should be treated intangible. For the moment, we check
1640 `composition' and `display' property. LAST_PT is the last position
1641 of point. */
1643 static void
1644 adjust_point_for_property (last_pt)
1645 int last_pt;
1647 int start, end;
1648 Lisp_Object val;
1649 int check_composition = 1, check_display = 1;
1651 while (check_composition || check_display)
1653 if (check_composition
1654 && PT > BEGV && PT < ZV
1655 && get_property_and_range (PT, Qcomposition, &val, &start, &end, Qnil)
1656 && COMPOSITION_VALID_P (start, end, val)
1657 && start < PT && end > PT
1658 && (last_pt <= start || last_pt >= end))
1660 if (PT < last_pt)
1661 SET_PT (start);
1662 else
1663 SET_PT (end);
1664 check_display = 1;
1666 check_composition = 0;
1667 if (check_display
1668 && PT > BEGV && PT < ZV
1669 && get_property_and_range (PT, Qdisplay, &val, &start, &end, Qnil)
1670 && start < PT && end > PT
1671 && (last_pt <= start || last_pt >= end))
1673 if (PT < last_pt)
1674 SET_PT (start);
1675 else
1676 SET_PT (end);
1677 check_composition = 1;
1679 check_display = 0;
1683 /* Subroutine for safe_run_hooks: run the hook HOOK. */
1685 static Lisp_Object
1686 safe_run_hooks_1 (hook)
1687 Lisp_Object hook;
1689 return call1 (Vrun_hooks, Vinhibit_quit);
1692 /* Subroutine for safe_run_hooks: handle an error by clearing out the hook. */
1694 static Lisp_Object
1695 safe_run_hooks_error (data)
1696 Lisp_Object data;
1698 Fset (Vinhibit_quit, Qnil);
1701 /* If we get an error while running the hook, cause the hook variable
1702 to be nil. Also inhibit quits, so that C-g won't cause the hook
1703 to mysteriously evaporate. */
1705 void
1706 safe_run_hooks (hook)
1707 Lisp_Object hook;
1709 int count = specpdl_ptr - specpdl;
1710 specbind (Qinhibit_quit, hook);
1712 internal_condition_case (safe_run_hooks_1, Qt, safe_run_hooks_error);
1714 unbind_to (count, Qnil);
1718 /* Number of seconds between polling for input. This is a Lisp
1719 variable that can be bound. */
1721 int polling_period;
1723 /* Nonzero means polling for input is temporarily suppressed. */
1725 int poll_suppress_count;
1727 /* Asynchronous timer for polling. */
1729 struct atimer *poll_timer;
1732 #ifdef POLL_FOR_INPUT
1734 /* Poll for input, so what we catch a C-g if it comes in. This
1735 function is called from x_make_frame_visible, see comment
1736 there. */
1738 void
1739 poll_for_input_1 ()
1741 if (interrupt_input_blocked == 0
1742 && !waiting_for_input)
1743 read_avail_input (0);
1746 /* Timer callback function for poll_timer. TIMER is equal to
1747 poll_timer. */
1749 void
1750 poll_for_input (timer)
1751 struct atimer *timer;
1753 if (poll_suppress_count == 0)
1754 poll_for_input_1 ();
1757 #endif /* POLL_FOR_INPUT */
1759 /* Begin signals to poll for input, if they are appropriate.
1760 This function is called unconditionally from various places. */
1762 void
1763 start_polling ()
1765 #ifdef POLL_FOR_INPUT
1766 if (read_socket_hook && !interrupt_input)
1768 /* Turn alarm handling on unconditionally. It might have
1769 been turned off in process.c. */
1770 turn_on_atimers (1);
1772 /* If poll timer doesn't exist, are we need one with
1773 a different interval, start a new one. */
1774 if (poll_timer == NULL
1775 || EMACS_SECS (poll_timer->interval) != polling_period)
1777 EMACS_TIME interval;
1779 if (poll_timer)
1780 cancel_atimer (poll_timer);
1782 EMACS_SET_SECS_USECS (interval, polling_period, 0);
1783 poll_timer = start_atimer (ATIMER_CONTINUOUS, interval,
1784 poll_for_input, NULL);
1787 /* Let the timer's callback function poll for input
1788 if this becomes zero. */
1789 --poll_suppress_count;
1791 #endif
1794 /* Nonzero if we are using polling to handle input asynchronously. */
1797 input_polling_used ()
1799 #ifdef POLL_FOR_INPUT
1800 return read_socket_hook && !interrupt_input;
1801 #else
1802 return 0;
1803 #endif
1806 /* Turn off polling. */
1808 void
1809 stop_polling ()
1811 #ifdef POLL_FOR_INPUT
1812 if (read_socket_hook && !interrupt_input)
1813 ++poll_suppress_count;
1814 #endif
1817 /* Set the value of poll_suppress_count to COUNT
1818 and start or stop polling accordingly. */
1820 void
1821 set_poll_suppress_count (count)
1822 int count;
1824 #ifdef POLL_FOR_INPUT
1825 if (count == 0 && poll_suppress_count != 0)
1827 poll_suppress_count = 1;
1828 start_polling ();
1830 else if (count != 0 && poll_suppress_count == 0)
1832 stop_polling ();
1834 poll_suppress_count = count;
1835 #endif
1838 /* Bind polling_period to a value at least N.
1839 But don't decrease it. */
1841 void
1842 bind_polling_period (n)
1843 int n;
1845 #ifdef POLL_FOR_INPUT
1846 int new = polling_period;
1848 if (n > new)
1849 new = n;
1851 stop_other_atimers (poll_timer);
1852 stop_polling ();
1853 specbind (Qpolling_period, make_number (new));
1854 /* Start a new alarm with the new period. */
1855 start_polling ();
1856 #endif
1859 /* Apply the control modifier to CHARACTER. */
1862 make_ctrl_char (c)
1863 int c;
1865 /* Save the upper bits here. */
1866 int upper = c & ~0177;
1868 c &= 0177;
1870 /* Everything in the columns containing the upper-case letters
1871 denotes a control character. */
1872 if (c >= 0100 && c < 0140)
1874 int oc = c;
1875 c &= ~0140;
1876 /* Set the shift modifier for a control char
1877 made from a shifted letter. But only for letters! */
1878 if (oc >= 'A' && oc <= 'Z')
1879 c |= shift_modifier;
1882 /* The lower-case letters denote control characters too. */
1883 else if (c >= 'a' && c <= 'z')
1884 c &= ~0140;
1886 /* Include the bits for control and shift
1887 only if the basic ASCII code can't indicate them. */
1888 else if (c >= ' ')
1889 c |= ctrl_modifier;
1891 /* Replace the high bits. */
1892 c |= (upper & ~ctrl_modifier);
1894 return c;
1899 /* Input of single characters from keyboard */
1901 Lisp_Object print_help ();
1902 static Lisp_Object kbd_buffer_get_event ();
1903 static void record_char ();
1905 #ifdef MULTI_KBOARD
1906 static jmp_buf wrong_kboard_jmpbuf;
1907 #endif
1909 /* read a character from the keyboard; call the redisplay if needed */
1910 /* commandflag 0 means do not do auto-saving, but do do redisplay.
1911 -1 means do not do redisplay, but do do autosaving.
1912 1 means do both. */
1914 /* The arguments MAPS and NMAPS are for menu prompting.
1915 MAPS is an array of keymaps; NMAPS is the length of MAPS.
1917 PREV_EVENT is the previous input event, or nil if we are reading
1918 the first event of a key sequence (or not reading a key sequence).
1919 If PREV_EVENT is t, that is a "magic" value that says
1920 not to run input methods, but in other respects to act as if
1921 not reading a key sequence.
1923 If USED_MOUSE_MENU is non-null, then we set *USED_MOUSE_MENU to 1
1924 if we used a mouse menu to read the input, or zero otherwise. If
1925 USED_MOUSE_MENU is null, we don't dereference it.
1927 Value is t if we showed a menu and the user rejected it. */
1929 Lisp_Object
1930 read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu)
1931 int commandflag;
1932 int nmaps;
1933 Lisp_Object *maps;
1934 Lisp_Object prev_event;
1935 int *used_mouse_menu;
1937 Lisp_Object c;
1938 int count;
1939 jmp_buf local_getcjmp;
1940 jmp_buf save_jump;
1941 int key_already_recorded = 0;
1942 Lisp_Object tem, save;
1943 Lisp_Object previous_echo_area_message;
1944 Lisp_Object also_record;
1945 int reread;
1946 struct gcpro gcpro1, gcpro2;
1948 also_record = Qnil;
1950 before_command_key_count = this_command_key_count;
1951 before_command_echo_length = echo_length ();
1952 c = Qnil;
1953 previous_echo_area_message = Qnil;
1955 GCPRO2 (c, previous_echo_area_message);
1957 retry:
1959 reread = 0;
1960 if (CONSP (Vunread_post_input_method_events))
1962 c = XCAR (Vunread_post_input_method_events);
1963 Vunread_post_input_method_events
1964 = XCDR (Vunread_post_input_method_events);
1966 /* Undo what read_char_x_menu_prompt did when it unread
1967 additional keys returned by Fx_popup_menu. */
1968 if (CONSP (c)
1969 && (SYMBOLP (XCAR (c)) || INTEGERP (XCAR (c)))
1970 && NILP (XCDR (c)))
1971 c = XCAR (c);
1973 reread = 1;
1974 goto reread_first;
1977 if (unread_command_char != -1)
1979 XSETINT (c, unread_command_char);
1980 unread_command_char = -1;
1982 reread = 1;
1983 goto reread_first;
1986 if (CONSP (Vunread_command_events))
1988 c = XCAR (Vunread_command_events);
1989 Vunread_command_events = XCDR (Vunread_command_events);
1991 /* Undo what read_char_x_menu_prompt did when it unread
1992 additional keys returned by Fx_popup_menu. */
1993 if (CONSP (c)
1994 && (SYMBOLP (XCAR (c)) || INTEGERP (XCAR (c)))
1995 && NILP (XCDR (c)))
1996 c = XCAR (c);
1998 reread = 1;
1999 goto reread_for_input_method;
2002 if (CONSP (Vunread_input_method_events))
2004 c = XCAR (Vunread_input_method_events);
2005 Vunread_input_method_events = XCDR (Vunread_input_method_events);
2007 /* Undo what read_char_x_menu_prompt did when it unread
2008 additional keys returned by Fx_popup_menu. */
2009 if (CONSP (c)
2010 && (SYMBOLP (XCAR (c)) || INTEGERP (XCAR (c)))
2011 && NILP (XCDR (c)))
2012 c = XCAR (c);
2013 reread = 1;
2014 goto reread_for_input_method;
2017 /* If there is no function key translated before
2018 reset-this-command-lengths takes effect, forget about it. */
2019 before_command_restore_flag = 0;
2021 if (!NILP (Vexecuting_macro))
2023 /* We set this to Qmacro; since that's not a frame, nobody will
2024 try to switch frames on us, and the selected window will
2025 remain unchanged.
2027 Since this event came from a macro, it would be misleading to
2028 leave internal_last_event_frame set to wherever the last
2029 real event came from. Normally, a switch-frame event selects
2030 internal_last_event_frame after each command is read, but
2031 events read from a macro should never cause a new frame to be
2032 selected. */
2033 Vlast_event_frame = internal_last_event_frame = Qmacro;
2035 /* Exit the macro if we are at the end.
2036 Also, some things replace the macro with t
2037 to force an early exit. */
2038 if (EQ (Vexecuting_macro, Qt)
2039 || executing_macro_index >= XFASTINT (Flength (Vexecuting_macro)))
2041 XSETINT (c, -1);
2042 RETURN_UNGCPRO (c);
2045 c = Faref (Vexecuting_macro, make_number (executing_macro_index));
2046 if (STRINGP (Vexecuting_macro)
2047 && (XINT (c) & 0x80))
2048 XSETFASTINT (c, CHAR_META | (XINT (c) & ~0x80));
2050 executing_macro_index++;
2052 goto from_macro;
2055 if (!NILP (unread_switch_frame))
2057 c = unread_switch_frame;
2058 unread_switch_frame = Qnil;
2060 /* This event should make it into this_command_keys, and get echoed
2061 again, so we do not set `reread'. */
2062 goto reread_first;
2065 /* if redisplay was requested */
2066 if (commandflag >= 0)
2068 /* If there is pending input, process any events which are not
2069 user-visible, such as X selection_request events. */
2070 if (input_pending
2071 || detect_input_pending_run_timers (0))
2072 swallow_events (0); /* may clear input_pending */
2074 /* Redisplay if no pending input. */
2075 while (!input_pending)
2077 redisplay ();
2079 if (!input_pending)
2080 /* Normal case: no input arrived during redisplay. */
2081 break;
2083 /* Input arrived and pre-empted redisplay.
2084 Process any events which are not user-visible. */
2085 swallow_events (0);
2086 /* If that cleared input_pending, try again to redisplay. */
2090 /* Message turns off echoing unless more keystrokes turn it on again.
2092 The code in 20.x for the condition was
2094 1. echo_area_glyphs && *echo_area_glyphs
2095 2. && echo_area_glyphs != current_kboard->echobuf
2096 3. && ok_to_echo_at_next_pause != echo_area_glyphs
2098 (1) means there's a current message displayed
2100 (2) means it's not the message from echoing from the current
2101 kboard.
2103 (3) There's only one place in 20.x where ok_to_echo_at_next_pause
2104 is set to a non-null value. This is done in read_char and it is
2105 set to echo_area_glyphs after a call to echo_char. That means
2106 ok_to_echo_at_next_pause is either null or
2107 current_kboard->echobuf with the appropriate current_kboard at
2108 that time.
2110 So, condition (3) means in clear text ok_to_echo_at_next_pause
2111 must be either null, or the current message isn't from echoing at
2112 all, or it's from echoing from a different kboard than the
2113 current one. */
2115 if (/* There currently something in the echo area */
2116 !NILP (echo_area_buffer[0])
2117 && (/* And it's either not from echoing. */
2118 !EQ (echo_area_buffer[0], echo_message_buffer)
2119 /* Or it's an echo from a different kboard. */
2120 || echo_kboard != current_kboard
2121 /* Or we explicitly allow overwriting whatever there is. */
2122 || ok_to_echo_at_next_pause == NULL))
2123 cancel_echoing ();
2124 else
2125 echo_dash ();
2127 /* Try reading a character via menu prompting in the minibuf.
2128 Try this before the sit-for, because the sit-for
2129 would do the wrong thing if we are supposed to do
2130 menu prompting. If EVENT_HAS_PARAMETERS then we are reading
2131 after a mouse event so don't try a minibuf menu. */
2132 c = Qnil;
2133 if (nmaps > 0 && INTERACTIVE
2134 && !NILP (prev_event) && ! EVENT_HAS_PARAMETERS (prev_event)
2135 /* Don't bring up a menu if we already have another event. */
2136 && NILP (Vunread_command_events)
2137 && unread_command_char < 0
2138 && !detect_input_pending_run_timers (0))
2140 c = read_char_minibuf_menu_prompt (commandflag, nmaps, maps);
2141 if (! NILP (c))
2143 key_already_recorded = 1;
2144 goto non_reread_1;
2148 /* Make a longjmp point for quits to use, but don't alter getcjmp just yet.
2149 We will do that below, temporarily for short sections of code,
2150 when appropriate. local_getcjmp must be in effect
2151 around any call to sit_for or kbd_buffer_get_event;
2152 it *must not* be in effect when we call redisplay. */
2154 if (_setjmp (local_getcjmp))
2156 XSETINT (c, quit_char);
2157 internal_last_event_frame = selected_frame;
2158 Vlast_event_frame = internal_last_event_frame;
2159 /* If we report the quit char as an event,
2160 don't do so more than once. */
2161 if (!NILP (Vinhibit_quit))
2162 Vquit_flag = Qnil;
2164 #ifdef MULTI_KBOARD
2166 KBOARD *kb = FRAME_KBOARD (XFRAME (selected_frame));
2167 if (kb != current_kboard)
2169 Lisp_Object *tailp = &kb->kbd_queue;
2170 /* We shouldn't get here if we were in single-kboard mode! */
2171 if (single_kboard)
2172 abort ();
2173 while (CONSP (*tailp))
2174 tailp = &XCDR (*tailp);
2175 if (!NILP (*tailp))
2176 abort ();
2177 *tailp = Fcons (c, Qnil);
2178 kb->kbd_queue_has_data = 1;
2179 current_kboard = kb;
2180 /* This is going to exit from read_char
2181 so we had better get rid of this frame's stuff. */
2182 UNGCPRO;
2183 longjmp (wrong_kboard_jmpbuf, 1);
2186 #endif
2187 goto non_reread;
2190 timer_start_idle ();
2192 /* If in middle of key sequence and minibuffer not active,
2193 start echoing if enough time elapses. */
2195 if (minibuf_level == 0
2196 && !current_kboard->immediate_echo
2197 && this_command_key_count > 0
2198 && ! noninteractive
2199 && (FLOATP (Vecho_keystrokes) || INTEGERP (Vecho_keystrokes))
2200 && NILP (Fzerop (Vecho_keystrokes))
2201 && (/* No message. */
2202 NILP (echo_area_buffer[0])
2203 /* Or empty message. */
2204 || (BUF_BEG (XBUFFER (echo_area_buffer[0]))
2205 == BUF_Z (XBUFFER (echo_area_buffer[0])))
2206 /* Or already echoing from same kboard. */
2207 || (echo_kboard && ok_to_echo_at_next_pause == echo_kboard)
2208 /* Or not echoing before and echoing allowed. */
2209 || (!echo_kboard && ok_to_echo_at_next_pause)))
2211 Lisp_Object tem0;
2213 /* After a mouse event, start echoing right away.
2214 This is because we are probably about to display a menu,
2215 and we don't want to delay before doing so. */
2216 if (EVENT_HAS_PARAMETERS (prev_event))
2217 echo_now ();
2218 else
2220 int sec, usec;
2221 double duration = extract_float (Vecho_keystrokes);
2222 sec = (int) duration;
2223 usec = (duration - sec) * 1000000;
2224 save_getcjmp (save_jump);
2225 restore_getcjmp (local_getcjmp);
2226 tem0 = sit_for (sec, usec, 1, 1, 0);
2227 restore_getcjmp (save_jump);
2228 if (EQ (tem0, Qt)
2229 && ! CONSP (Vunread_command_events))
2230 echo_now ();
2234 /* Maybe auto save due to number of keystrokes. */
2236 if (commandflag != 0
2237 && auto_save_interval > 0
2238 && num_nonmacro_input_events - last_auto_save > max (auto_save_interval, 20)
2239 && !detect_input_pending_run_timers (0))
2241 Fdo_auto_save (Qnil, Qnil);
2242 /* Hooks can actually change some buffers in auto save. */
2243 redisplay ();
2246 /* Try reading using an X menu.
2247 This is never confused with reading using the minibuf
2248 because the recursive call of read_char in read_char_minibuf_menu_prompt
2249 does not pass on any keymaps. */
2251 if (nmaps > 0 && INTERACTIVE
2252 && !NILP (prev_event)
2253 && EVENT_HAS_PARAMETERS (prev_event)
2254 && !EQ (XCAR (prev_event), Qmenu_bar)
2255 && !EQ (XCAR (prev_event), Qtool_bar)
2256 /* Don't bring up a menu if we already have another event. */
2257 && NILP (Vunread_command_events)
2258 && unread_command_char < 0)
2260 c = read_char_x_menu_prompt (nmaps, maps, prev_event, used_mouse_menu);
2262 /* Now that we have read an event, Emacs is not idle. */
2263 timer_stop_idle ();
2265 RETURN_UNGCPRO (c);
2268 /* Maybe autosave and/or garbage collect due to idleness. */
2270 if (INTERACTIVE && NILP (c))
2272 int delay_level, buffer_size;
2274 /* Slow down auto saves logarithmically in size of current buffer,
2275 and garbage collect while we're at it. */
2276 if (! MINI_WINDOW_P (XWINDOW (selected_window)))
2277 last_non_minibuf_size = Z - BEG;
2278 buffer_size = (last_non_minibuf_size >> 8) + 1;
2279 delay_level = 0;
2280 while (buffer_size > 64)
2281 delay_level++, buffer_size -= buffer_size >> 2;
2282 if (delay_level < 4) delay_level = 4;
2283 /* delay_level is 4 for files under around 50k, 7 at 100k,
2284 9 at 200k, 11 at 300k, and 12 at 500k. It is 15 at 1 meg. */
2286 /* Auto save if enough time goes by without input. */
2287 if (commandflag != 0
2288 && num_nonmacro_input_events > last_auto_save
2289 && INTEGERP (Vauto_save_timeout)
2290 && XINT (Vauto_save_timeout) > 0)
2292 Lisp_Object tem0;
2294 save_getcjmp (save_jump);
2295 restore_getcjmp (local_getcjmp);
2296 tem0 = sit_for (delay_level * XFASTINT (Vauto_save_timeout) / 4,
2297 0, 1, 1, 0);
2298 restore_getcjmp (save_jump);
2300 if (EQ (tem0, Qt)
2301 && ! CONSP (Vunread_command_events))
2303 Fdo_auto_save (Qnil, Qnil);
2305 /* If we have auto-saved and there is still no input
2306 available, garbage collect if there has been enough
2307 consing going on to make it worthwhile. */
2308 if (!detect_input_pending_run_timers (0)
2309 && consing_since_gc > gc_cons_threshold / 2)
2310 Fgarbage_collect ();
2312 redisplay ();
2317 /* If this has become non-nil here, it has been set by a timer
2318 or sentinel or filter. */
2319 if (CONSP (Vunread_command_events))
2321 c = XCAR (Vunread_command_events);
2322 Vunread_command_events = XCDR (Vunread_command_events);
2325 /* Read something from current KBOARD's side queue, if possible. */
2327 if (NILP (c))
2329 if (current_kboard->kbd_queue_has_data)
2331 if (!CONSP (current_kboard->kbd_queue))
2332 abort ();
2333 c = XCAR (current_kboard->kbd_queue);
2334 current_kboard->kbd_queue
2335 = XCDR (current_kboard->kbd_queue);
2336 if (NILP (current_kboard->kbd_queue))
2337 current_kboard->kbd_queue_has_data = 0;
2338 input_pending = readable_events (0);
2339 if (EVENT_HAS_PARAMETERS (c)
2340 && EQ (EVENT_HEAD_KIND (EVENT_HEAD (c)), Qswitch_frame))
2341 internal_last_event_frame = XCAR (XCDR (c));
2342 Vlast_event_frame = internal_last_event_frame;
2346 #ifdef MULTI_KBOARD
2347 /* If current_kboard's side queue is empty check the other kboards.
2348 If one of them has data that we have not yet seen here,
2349 switch to it and process the data waiting for it.
2351 Note: if the events queued up for another kboard
2352 have already been seen here, and therefore are not a complete command,
2353 the kbd_queue_has_data field is 0, so we skip that kboard here.
2354 That's to avoid an infinite loop switching between kboards here. */
2355 if (NILP (c) && !single_kboard)
2357 KBOARD *kb;
2358 for (kb = all_kboards; kb; kb = kb->next_kboard)
2359 if (kb->kbd_queue_has_data)
2361 current_kboard = kb;
2362 /* This is going to exit from read_char
2363 so we had better get rid of this frame's stuff. */
2364 UNGCPRO;
2365 longjmp (wrong_kboard_jmpbuf, 1);
2368 #endif
2370 wrong_kboard:
2372 stop_polling ();
2374 /* Finally, we read from the main queue,
2375 and if that gives us something we can't use yet, we put it on the
2376 appropriate side queue and try again. */
2378 if (NILP (c))
2380 KBOARD *kb;
2382 /* Actually read a character, waiting if necessary. */
2383 save_getcjmp (save_jump);
2384 restore_getcjmp (local_getcjmp);
2385 c = kbd_buffer_get_event (&kb, used_mouse_menu);
2386 restore_getcjmp (save_jump);
2388 #ifdef MULTI_KBOARD
2389 if (! NILP (c) && (kb != current_kboard))
2391 Lisp_Object *tailp = &kb->kbd_queue;
2392 while (CONSP (*tailp))
2393 tailp = &XCDR (*tailp);
2394 if (!NILP (*tailp))
2395 abort ();
2396 *tailp = Fcons (c, Qnil);
2397 kb->kbd_queue_has_data = 1;
2398 c = Qnil;
2399 if (single_kboard)
2400 goto wrong_kboard;
2401 current_kboard = kb;
2402 /* This is going to exit from read_char
2403 so we had better get rid of this frame's stuff. */
2404 UNGCPRO;
2405 longjmp (wrong_kboard_jmpbuf, 1);
2407 #endif
2410 /* Terminate Emacs in batch mode if at eof. */
2411 if (noninteractive && INTEGERP (c) && XINT (c) < 0)
2412 Fkill_emacs (make_number (1));
2414 if (INTEGERP (c))
2416 /* Add in any extra modifiers, where appropriate. */
2417 if ((extra_keyboard_modifiers & CHAR_CTL)
2418 || ((extra_keyboard_modifiers & 0177) < ' '
2419 && (extra_keyboard_modifiers & 0177) != 0))
2420 XSETINT (c, make_ctrl_char (XINT (c)));
2422 /* Transfer any other modifier bits directly from
2423 extra_keyboard_modifiers to c. Ignore the actual character code
2424 in the low 16 bits of extra_keyboard_modifiers. */
2425 XSETINT (c, XINT (c) | (extra_keyboard_modifiers & ~0xff7f & ~CHAR_CTL));
2428 non_reread:
2430 timer_stop_idle ();
2432 start_polling ();
2434 if (NILP (c))
2436 if (commandflag >= 0
2437 && !input_pending && !detect_input_pending_run_timers (0))
2438 redisplay ();
2440 goto wrong_kboard;
2443 non_reread_1:
2445 /* Buffer switch events are only for internal wakeups
2446 so don't show them to the user.
2447 Also, don't record a key if we already did. */
2448 if (BUFFERP (c) || key_already_recorded)
2449 RETURN_UNGCPRO (c);
2451 /* Process special events within read_char
2452 and loop around to read another event. */
2453 save = Vquit_flag;
2454 Vquit_flag = Qnil;
2455 tem = get_keyelt (access_keymap (get_keymap_1 (Vspecial_event_map, 0, 0),
2456 c, 0, 0), 1);
2457 Vquit_flag = save;
2459 if (!NILP (tem))
2461 int was_locked = single_kboard;
2463 last_input_char = c;
2464 Fcommand_execute (tem, Qnil, Fvector (1, &last_input_char), Qt);
2466 /* Resume allowing input from any kboard, if that was true before. */
2467 if (!was_locked)
2468 any_kboard_state ();
2470 goto retry;
2473 /* Handle things that only apply to characters. */
2474 if (INTEGERP (c))
2476 /* If kbd_buffer_get_event gave us an EOF, return that. */
2477 if (XINT (c) == -1)
2478 RETURN_UNGCPRO (c);
2480 if ((STRINGP (Vkeyboard_translate_table)
2481 && XSTRING (Vkeyboard_translate_table)->size > (unsigned) XFASTINT (c))
2482 || (VECTORP (Vkeyboard_translate_table)
2483 && XVECTOR (Vkeyboard_translate_table)->size > (unsigned) XFASTINT (c))
2484 || (CHAR_TABLE_P (Vkeyboard_translate_table)
2485 && CHAR_TABLE_ORDINARY_SLOTS > (unsigned) XFASTINT (c)))
2487 Lisp_Object d;
2488 d = Faref (Vkeyboard_translate_table, c);
2489 /* nil in keyboard-translate-table means no translation. */
2490 if (!NILP (d))
2491 c = d;
2495 /* If this event is a mouse click in the menu bar,
2496 return just menu-bar for now. Modify the mouse click event
2497 so we won't do this twice, then queue it up. */
2498 if (EVENT_HAS_PARAMETERS (c)
2499 && CONSP (XCDR (c))
2500 && CONSP (EVENT_START (c))
2501 && CONSP (XCDR (EVENT_START (c))))
2503 Lisp_Object posn;
2505 posn = POSN_BUFFER_POSN (EVENT_START (c));
2506 /* Handle menu-bar events:
2507 insert the dummy prefix event `menu-bar'. */
2508 if (EQ (posn, Qmenu_bar) || EQ (posn, Qtool_bar))
2510 /* Change menu-bar to (menu-bar) as the event "position". */
2511 POSN_BUFFER_POSN (EVENT_START (c)) = Fcons (posn, Qnil);
2513 also_record = c;
2514 Vunread_command_events = Fcons (c, Vunread_command_events);
2515 c = posn;
2519 /* Store these characters into recent_keys, the dribble file if any,
2520 and the keyboard macro being defined, if any. */
2521 record_char (c);
2522 if (! NILP (also_record))
2523 record_char (also_record);
2525 /* Wipe the echo area.
2526 But first, if we are about to use an input method,
2527 save the echo area contents for it to refer to. */
2528 if (INTEGERP (c)
2529 && ! NILP (Vinput_method_function)
2530 && (unsigned) XINT (c) >= ' '
2531 && (unsigned) XINT (c) != 127
2532 && (unsigned) XINT (c) < 256)
2534 previous_echo_area_message = Fcurrent_message ();
2535 Vinput_method_previous_message = previous_echo_area_message;
2538 /* Now wipe the echo area, except for help events which do their
2539 own stuff with the echo area. */
2540 if (!CONSP (c) || !(EQ (Qhelp_echo, XCAR (c))))
2542 if (!NILP (echo_area_buffer[0]))
2543 safe_run_hooks (Qecho_area_clear_hook);
2544 clear_message (1, 0);
2547 reread_for_input_method:
2548 from_macro:
2549 /* Pass this to the input method, if appropriate. */
2550 if (INTEGERP (c)
2551 && ! NILP (Vinput_method_function)
2552 /* Don't run the input method within a key sequence,
2553 after the first event of the key sequence. */
2554 && NILP (prev_event)
2555 && (unsigned) XINT (c) >= ' '
2556 && (unsigned) XINT (c) != 127
2557 && (unsigned) XINT (c) < 256)
2559 Lisp_Object keys;
2560 int key_count;
2561 struct gcpro gcpro1;
2562 int count = specpdl_ptr - specpdl;
2564 /* Save the echo status. */
2565 int saved_immediate_echo = current_kboard->immediate_echo;
2566 struct kboard *saved_ok_to_echo = ok_to_echo_at_next_pause;
2567 int saved_echo_after_prompt = current_kboard->echo_after_prompt;
2569 if (before_command_restore_flag)
2571 this_command_key_count = before_command_key_count_1;
2572 if (this_command_key_count < this_single_command_key_start)
2573 this_single_command_key_start = this_command_key_count;
2574 echo_truncate (before_command_echo_length_1);
2575 before_command_restore_flag = 0;
2578 /* Save the this_command_keys status. */
2579 key_count = this_command_key_count;
2581 if (key_count > 0)
2582 keys = Fcopy_sequence (this_command_keys);
2583 else
2584 keys = Qnil;
2585 GCPRO1 (keys);
2587 /* Clear out this_command_keys. */
2588 this_command_key_count = 0;
2590 /* Now wipe the echo area. */
2591 if (!NILP (echo_area_buffer[0]))
2592 safe_run_hooks (Qecho_area_clear_hook);
2593 clear_message (1, 0);
2594 echo_truncate (0);
2596 /* If we are not reading a key sequence,
2597 never use the echo area. */
2598 if (maps == 0)
2600 specbind (Qinput_method_use_echo_area, Qt);
2603 /* Call the input method. */
2604 tem = call1 (Vinput_method_function, c);
2606 tem = unbind_to (count, tem);
2608 /* Restore the saved echoing state
2609 and this_command_keys state. */
2610 this_command_key_count = key_count;
2611 if (key_count > 0)
2612 this_command_keys = keys;
2614 cancel_echoing ();
2615 ok_to_echo_at_next_pause = saved_ok_to_echo;
2616 current_kboard->echo_after_prompt = saved_echo_after_prompt;
2617 if (saved_immediate_echo)
2618 echo_now ();
2620 UNGCPRO;
2622 /* The input method can return no events. */
2623 if (! CONSP (tem))
2625 /* Bring back the previous message, if any. */
2626 if (! NILP (previous_echo_area_message))
2627 message_with_string ("%s", previous_echo_area_message, 0);
2628 goto retry;
2630 /* It returned one event or more. */
2631 c = XCAR (tem);
2632 Vunread_post_input_method_events
2633 = nconc2 (XCDR (tem), Vunread_post_input_method_events);
2636 reread_first:
2638 /* Display help if not echoing. */
2639 if (CONSP (c) && EQ (XCAR (c), Qhelp_echo))
2641 Lisp_Object msg;
2643 msg = XCDR (XCDR (c));
2645 if (!NILP (Vshow_help_function))
2646 call1 (Vshow_help_function, msg);
2647 else if (/* Don't overwrite minibuffer contents. */
2648 !MINI_WINDOW_P (XWINDOW (selected_window))
2649 /* Don't overwrite a keystroke echo. */
2650 && NILP (echo_message_buffer)
2651 /* Don't overwrite a prompt. */
2652 && !cursor_in_echo_area)
2654 if (STRINGP (msg))
2655 message3_nolog (msg, XSTRING (msg)->size, STRING_MULTIBYTE (msg));
2656 else
2657 message (0);
2660 goto retry;
2663 if (this_command_key_count == 0 || ! reread)
2665 before_command_key_count = this_command_key_count;
2666 before_command_echo_length = echo_length ();
2668 /* Don't echo mouse motion events. */
2669 if ((FLOATP (Vecho_keystrokes) || INTEGERP (Vecho_keystrokes))
2670 && NILP (Fzerop (Vecho_keystrokes))
2671 && ! (EVENT_HAS_PARAMETERS (c)
2672 && EQ (EVENT_HEAD_KIND (EVENT_HEAD (c)), Qmouse_movement)))
2674 echo_char (c);
2675 if (! NILP (also_record))
2676 echo_char (also_record);
2677 /* Once we reread a character, echoing can happen
2678 the next time we pause to read a new one. */
2679 ok_to_echo_at_next_pause = current_kboard;
2682 /* Record this character as part of the current key. */
2683 add_command_key (c);
2684 if (! NILP (also_record))
2685 add_command_key (also_record);
2688 last_input_char = c;
2689 num_input_events++;
2691 /* Process the help character specially if enabled */
2692 if (!NILP (Vhelp_form) && help_char_p (c))
2694 Lisp_Object tem0;
2695 count = specpdl_ptr - specpdl;
2697 record_unwind_protect (Fset_window_configuration,
2698 Fcurrent_window_configuration (Qnil));
2700 tem0 = Feval (Vhelp_form);
2701 if (STRINGP (tem0))
2702 internal_with_output_to_temp_buffer ("*Help*", print_help, tem0);
2704 cancel_echoing ();
2706 c = read_char (0, 0, 0, Qnil, 0);
2707 while (BUFFERP (c));
2708 /* Remove the help from the frame */
2709 unbind_to (count, Qnil);
2711 redisplay ();
2712 if (EQ (c, make_number (040)))
2714 cancel_echoing ();
2716 c = read_char (0, 0, 0, Qnil, 0);
2717 while (BUFFERP (c));
2721 RETURN_UNGCPRO (c);
2724 /* Record a key that came from a mouse menu.
2725 Record it for echoing, for this-command-keys, and so on. */
2727 static void
2728 record_menu_key (c)
2729 Lisp_Object c;
2731 /* Wipe the echo area. */
2732 clear_message (1, 0);
2734 record_char (c);
2736 before_command_key_count = this_command_key_count;
2737 before_command_echo_length = echo_length ();
2739 /* Don't echo mouse motion events. */
2740 if ((FLOATP (Vecho_keystrokes) || INTEGERP (Vecho_keystrokes))
2741 && NILP (Fzerop (Vecho_keystrokes)))
2743 echo_char (c);
2745 /* Once we reread a character, echoing can happen
2746 the next time we pause to read a new one. */
2747 ok_to_echo_at_next_pause = 0;
2750 /* Record this character as part of the current key. */
2751 add_command_key (c);
2753 /* Re-reading in the middle of a command */
2754 last_input_char = c;
2755 num_input_events++;
2758 /* Return 1 if should recognize C as "the help character". */
2761 help_char_p (c)
2762 Lisp_Object c;
2764 Lisp_Object tail;
2766 if (EQ (c, Vhelp_char))
2767 return 1;
2768 for (tail = Vhelp_event_list; CONSP (tail); tail = XCDR (tail))
2769 if (EQ (c, XCAR (tail)))
2770 return 1;
2771 return 0;
2774 /* Record the input event C in various ways. */
2776 static void
2777 record_char (c)
2778 Lisp_Object c;
2780 total_keys++;
2781 XVECTOR (recent_keys)->contents[recent_keys_index] = c;
2782 if (++recent_keys_index >= NUM_RECENT_KEYS)
2783 recent_keys_index = 0;
2785 /* Write c to the dribble file. If c is a lispy event, write
2786 the event's symbol to the dribble file, in <brackets>. Bleaugh.
2787 If you, dear reader, have a better idea, you've got the source. :-) */
2788 if (dribble)
2790 if (INTEGERP (c))
2792 if (XUINT (c) < 0x100)
2793 putc (XINT (c), dribble);
2794 else
2795 fprintf (dribble, " 0x%x", (int) XUINT (c));
2797 else
2799 Lisp_Object dribblee;
2801 /* If it's a structured event, take the event header. */
2802 dribblee = EVENT_HEAD (c);
2804 if (SYMBOLP (dribblee))
2806 putc ('<', dribble);
2807 fwrite (XSYMBOL (dribblee)->name->data, sizeof (char),
2808 STRING_BYTES (XSYMBOL (dribblee)->name),
2809 dribble);
2810 putc ('>', dribble);
2814 fflush (dribble);
2817 store_kbd_macro_char (c);
2819 num_nonmacro_input_events++;
2822 Lisp_Object
2823 print_help (object)
2824 Lisp_Object object;
2826 struct buffer *old = current_buffer;
2827 Fprinc (object, Qnil);
2828 set_buffer_internal (XBUFFER (Vstandard_output));
2829 call0 (intern ("help-mode"));
2830 set_buffer_internal (old);
2831 return Qnil;
2834 /* Copy out or in the info on where C-g should throw to.
2835 This is used when running Lisp code from within get_char,
2836 in case get_char is called recursively.
2837 See read_process_output. */
2839 static void
2840 save_getcjmp (temp)
2841 jmp_buf temp;
2843 bcopy (getcjmp, temp, sizeof getcjmp);
2846 static void
2847 restore_getcjmp (temp)
2848 jmp_buf temp;
2850 bcopy (temp, getcjmp, sizeof getcjmp);
2853 #ifdef HAVE_MOUSE
2855 /* Restore mouse tracking enablement. See Ftrack_mouse for the only use
2856 of this function. */
2858 static Lisp_Object
2859 tracking_off (old_value)
2860 Lisp_Object old_value;
2862 do_mouse_tracking = old_value;
2863 if (NILP (old_value))
2865 /* Redisplay may have been preempted because there was input
2866 available, and it assumes it will be called again after the
2867 input has been processed. If the only input available was
2868 the sort that we have just disabled, then we need to call
2869 redisplay. */
2870 if (!readable_events (1))
2872 redisplay_preserve_echo_area ();
2873 get_input_pending (&input_pending, 1);
2878 DEFUN ("track-mouse", Ftrack_mouse, Strack_mouse, 0, UNEVALLED, 0,
2879 "Evaluate BODY with mouse movement events enabled.\n\
2880 Within a `track-mouse' form, mouse motion generates input events that\n\
2881 you can read with `read-event'.\n\
2882 Normally, mouse motion is ignored.")
2883 (args)
2884 Lisp_Object args;
2886 int count = specpdl_ptr - specpdl;
2887 Lisp_Object val;
2889 record_unwind_protect (tracking_off, do_mouse_tracking);
2891 do_mouse_tracking = Qt;
2893 val = Fprogn (args);
2894 return unbind_to (count, val);
2897 /* If mouse has moved on some frame, return one of those frames.
2898 Return 0 otherwise. */
2900 static FRAME_PTR
2901 some_mouse_moved ()
2903 Lisp_Object tail, frame;
2905 FOR_EACH_FRAME (tail, frame)
2907 if (XFRAME (frame)->mouse_moved)
2908 return XFRAME (frame);
2911 return 0;
2914 #endif /* HAVE_MOUSE */
2916 /* Low level keyboard/mouse input.
2917 kbd_buffer_store_event places events in kbd_buffer, and
2918 kbd_buffer_get_event retrieves them. */
2920 /* Return true iff there are any events in the queue that read-char
2921 would return. If this returns false, a read-char would block. */
2922 static int
2923 readable_events (do_timers_now)
2924 int do_timers_now;
2926 if (do_timers_now)
2927 timer_check (do_timers_now);
2929 if (kbd_fetch_ptr != kbd_store_ptr)
2930 return 1;
2931 #ifdef HAVE_MOUSE
2932 if (!NILP (do_mouse_tracking) && some_mouse_moved ())
2933 return 1;
2934 #endif
2935 if (single_kboard)
2937 if (current_kboard->kbd_queue_has_data)
2938 return 1;
2940 else
2942 KBOARD *kb;
2943 for (kb = all_kboards; kb; kb = kb->next_kboard)
2944 if (kb->kbd_queue_has_data)
2945 return 1;
2947 return 0;
2950 /* Set this for debugging, to have a way to get out */
2951 int stop_character;
2953 #ifdef MULTI_KBOARD
2954 static KBOARD *
2955 event_to_kboard (event)
2956 struct input_event *event;
2958 Lisp_Object frame;
2959 frame = event->frame_or_window;
2960 if (CONSP (frame))
2961 frame = XCAR (frame);
2962 else if (WINDOWP (frame))
2963 frame = WINDOW_FRAME (XWINDOW (frame));
2965 /* There are still some events that don't set this field.
2966 For now, just ignore the problem.
2967 Also ignore dead frames here. */
2968 if (!FRAMEP (frame) || !FRAME_LIVE_P (XFRAME (frame)))
2969 return 0;
2970 else
2971 return FRAME_KBOARD (XFRAME (frame));
2973 #endif
2975 /* Store an event obtained at interrupt level into kbd_buffer, fifo */
2977 void
2978 kbd_buffer_store_event (event)
2979 register struct input_event *event;
2981 if (event->kind == no_event)
2982 abort ();
2984 if (event->kind == ascii_keystroke)
2986 register int c = event->code & 0377;
2988 if (event->modifiers & ctrl_modifier)
2989 c = make_ctrl_char (c);
2991 c |= (event->modifiers
2992 & (meta_modifier | alt_modifier
2993 | hyper_modifier | super_modifier));
2995 if (c == quit_char)
2997 extern SIGTYPE interrupt_signal ();
2998 #ifdef MULTI_KBOARD
2999 KBOARD *kb;
3000 struct input_event *sp;
3002 if (single_kboard
3003 && (kb = FRAME_KBOARD (XFRAME (event->frame_or_window)),
3004 kb != current_kboard))
3006 kb->kbd_queue
3007 = Fcons (make_lispy_switch_frame (event->frame_or_window),
3008 Fcons (make_number (c), Qnil));
3009 kb->kbd_queue_has_data = 1;
3010 for (sp = kbd_fetch_ptr; sp != kbd_store_ptr; sp++)
3012 if (sp == kbd_buffer + KBD_BUFFER_SIZE)
3013 sp = kbd_buffer;
3015 if (event_to_kboard (sp) == kb)
3017 sp->kind = no_event;
3018 sp->frame_or_window = Qnil;
3021 return;
3023 #endif
3025 /* If this results in a quit_char being returned to Emacs as
3026 input, set Vlast_event_frame properly. If this doesn't
3027 get returned to Emacs as an event, the next event read
3028 will set Vlast_event_frame again, so this is safe to do. */
3030 Lisp_Object focus;
3032 focus = FRAME_FOCUS_FRAME (XFRAME (event->frame_or_window));
3033 if (NILP (focus))
3034 focus = event->frame_or_window;
3035 internal_last_event_frame = focus;
3036 Vlast_event_frame = focus;
3039 last_event_timestamp = event->timestamp;
3040 interrupt_signal ();
3041 return;
3044 if (c && c == stop_character)
3046 sys_suspend ();
3047 return;
3050 /* Don't insert two buffer_switch_event's in a row.
3051 Just ignore the second one. */
3052 else if (event->kind == buffer_switch_event
3053 && kbd_fetch_ptr != kbd_store_ptr
3054 && kbd_store_ptr->kind == buffer_switch_event)
3055 return;
3057 if (kbd_store_ptr - kbd_buffer == KBD_BUFFER_SIZE)
3058 kbd_store_ptr = kbd_buffer;
3060 /* Don't let the very last slot in the buffer become full,
3061 since that would make the two pointers equal,
3062 and that is indistinguishable from an empty buffer.
3063 Discard the event if it would fill the last slot. */
3064 if (kbd_fetch_ptr - 1 != kbd_store_ptr)
3066 struct input_event *sp = kbd_store_ptr;
3067 sp->kind = event->kind;
3068 if (event->kind == selection_request_event)
3070 /* We must not use the ordinary copying code for this case,
3071 since `part' is an enum and copying it might not copy enough
3072 in this case. */
3073 bcopy (event, (char *) sp, sizeof (*event));
3075 else
3077 sp->code = event->code;
3078 sp->part = event->part;
3079 sp->frame_or_window = event->frame_or_window;
3080 sp->modifiers = event->modifiers;
3081 sp->x = event->x;
3082 sp->y = event->y;
3083 sp->timestamp = event->timestamp;
3085 (XVECTOR (kbd_buffer_frame_or_window)->contents[kbd_store_ptr
3086 - kbd_buffer]
3087 = event->frame_or_window);
3089 kbd_store_ptr++;
3093 /* Discard any mouse events in the event buffer by setting them to
3094 no_event. */
3095 void
3096 discard_mouse_events ()
3098 struct input_event *sp;
3099 for (sp = kbd_fetch_ptr; sp != kbd_store_ptr; sp++)
3101 if (sp == kbd_buffer + KBD_BUFFER_SIZE)
3102 sp = kbd_buffer;
3104 if (sp->kind == mouse_click
3105 #ifdef WINDOWSNT
3106 || sp->kind == w32_scroll_bar_click
3107 #endif
3108 || sp->kind == scroll_bar_click)
3110 sp->kind = no_event;
3115 /* Read one event from the event buffer, waiting if necessary.
3116 The value is a Lisp object representing the event.
3117 The value is nil for an event that should be ignored,
3118 or that was handled here.
3119 We always read and discard one event. */
3121 static Lisp_Object
3122 kbd_buffer_get_event (kbp, used_mouse_menu)
3123 KBOARD **kbp;
3124 int *used_mouse_menu;
3126 register int c;
3127 Lisp_Object obj;
3129 if (noninteractive)
3131 c = getchar ();
3132 XSETINT (obj, c);
3133 *kbp = current_kboard;
3134 return obj;
3137 /* Wait until there is input available. */
3138 for (;;)
3140 if (kbd_fetch_ptr != kbd_store_ptr)
3141 break;
3142 #ifdef HAVE_MOUSE
3143 if (!NILP (do_mouse_tracking) && some_mouse_moved ())
3144 break;
3145 #endif
3147 /* If the quit flag is set, then read_char will return
3148 quit_char, so that counts as "available input." */
3149 if (!NILP (Vquit_flag))
3150 quit_throw_to_read_char ();
3152 /* One way or another, wait until input is available; then, if
3153 interrupt handlers have not read it, read it now. */
3155 #ifdef OLDVMS
3156 wait_for_kbd_input ();
3157 #else
3158 /* Note SIGIO has been undef'd if FIONREAD is missing. */
3159 #ifdef SIGIO
3160 gobble_input (0);
3161 #endif /* SIGIO */
3162 if (kbd_fetch_ptr != kbd_store_ptr)
3163 break;
3164 #ifdef HAVE_MOUSE
3165 if (!NILP (do_mouse_tracking) && some_mouse_moved ())
3166 break;
3167 #endif
3169 Lisp_Object minus_one;
3171 XSETINT (minus_one, -1);
3172 wait_reading_process_input (0, 0, minus_one, 1);
3174 if (!interrupt_input && kbd_fetch_ptr == kbd_store_ptr)
3175 /* Pass 1 for EXPECT since we just waited to have input. */
3176 read_avail_input (1);
3178 #endif /* not VMS */
3181 if (CONSP (Vunread_command_events))
3183 Lisp_Object first;
3184 first = XCAR (Vunread_command_events);
3185 Vunread_command_events = XCDR (Vunread_command_events);
3186 *kbp = current_kboard;
3187 return first;
3190 /* At this point, we know that there is a readable event available
3191 somewhere. If the event queue is empty, then there must be a
3192 mouse movement enabled and available. */
3193 if (kbd_fetch_ptr != kbd_store_ptr)
3195 struct input_event *event;
3197 event = ((kbd_fetch_ptr < kbd_buffer + KBD_BUFFER_SIZE)
3198 ? kbd_fetch_ptr
3199 : kbd_buffer);
3201 last_event_timestamp = event->timestamp;
3203 #ifdef MULTI_KBOARD
3204 *kbp = event_to_kboard (event);
3205 if (*kbp == 0)
3206 *kbp = current_kboard; /* Better than returning null ptr? */
3207 #else
3208 *kbp = &the_only_kboard;
3209 #endif
3211 obj = Qnil;
3213 /* These two kinds of events get special handling
3214 and don't actually appear to the command loop.
3215 We return nil for them. */
3216 if (event->kind == selection_request_event)
3218 #ifdef HAVE_X11
3219 struct input_event copy;
3221 /* Remove it from the buffer before processing it,
3222 since otherwise swallow_events will see it
3223 and process it again. */
3224 copy = *event;
3225 kbd_fetch_ptr = event + 1;
3226 input_pending = readable_events (0);
3227 x_handle_selection_request (&copy);
3228 #else
3229 /* We're getting selection request events, but we don't have
3230 a window system. */
3231 abort ();
3232 #endif
3235 else if (event->kind == selection_clear_event)
3237 #ifdef HAVE_X11
3238 struct input_event copy;
3240 /* Remove it from the buffer before processing it. */
3241 copy = *event;
3242 kbd_fetch_ptr = event + 1;
3243 input_pending = readable_events (0);
3244 x_handle_selection_clear (&copy);
3245 #else
3246 /* We're getting selection request events, but we don't have
3247 a window system. */
3248 abort ();
3249 #endif
3251 #if defined (HAVE_X11) || defined (HAVE_NTGUI)
3252 else if (event->kind == delete_window_event)
3254 /* Make an event (delete-frame (FRAME)). */
3255 obj = Fcons (event->frame_or_window, Qnil);
3256 obj = Fcons (Qdelete_frame, Fcons (obj, Qnil));
3257 kbd_fetch_ptr = event + 1;
3259 else if (event->kind == iconify_event)
3261 /* Make an event (iconify-frame (FRAME)). */
3262 obj = Fcons (event->frame_or_window, Qnil);
3263 obj = Fcons (Qiconify_frame, Fcons (obj, Qnil));
3264 kbd_fetch_ptr = event + 1;
3266 else if (event->kind == deiconify_event)
3268 /* Make an event (make-frame-visible (FRAME)). */
3269 obj = Fcons (event->frame_or_window, Qnil);
3270 obj = Fcons (Qmake_frame_visible, Fcons (obj, Qnil));
3271 kbd_fetch_ptr = event + 1;
3273 #endif
3274 else if (event->kind == buffer_switch_event)
3276 /* The value doesn't matter here; only the type is tested. */
3277 XSETBUFFER (obj, current_buffer);
3278 kbd_fetch_ptr = event + 1;
3280 #if defined (USE_X_TOOLKIT) || defined (HAVE_NTGUI)
3281 else if (event->kind == menu_bar_activate_event)
3283 kbd_fetch_ptr = event + 1;
3284 input_pending = readable_events (0);
3285 if (FRAME_LIVE_P (XFRAME (event->frame_or_window)))
3286 x_activate_menubar (XFRAME (event->frame_or_window));
3288 #endif
3289 #ifdef WINDOWSNT
3290 else if (event->kind == language_change_event)
3292 /* Make an event (language-change (FRAME CHARSET LCID)). */
3293 obj = Fcons (event->modifiers, Qnil);
3294 obj = Fcons (event->code, Qnil);
3295 obj = Fcons (event->frame_or_window, obj);
3296 obj = Fcons (Qlanguage_change, Fcons (obj, Qnil));
3297 kbd_fetch_ptr = event + 1;
3299 #endif
3300 /* Just discard these, by returning nil.
3301 With MULTI_KBOARD, these events are used as placeholders
3302 when we need to randomly delete events from the queue.
3303 (They shouldn't otherwise be found in the buffer,
3304 but on some machines it appears they do show up
3305 even without MULTI_KBOARD.) */
3306 /* On Windows NT/9X, no_event is used to delete extraneous
3307 mouse events during a popup-menu call. */
3308 else if (event->kind == no_event)
3309 kbd_fetch_ptr = event + 1;
3310 else if (event->kind == HELP_EVENT)
3312 /* The car of event->frame_or_window is a frame,
3313 the cdr is the help to display. */
3314 obj = Fcons (Qhelp_echo, event->frame_or_window);
3315 kbd_fetch_ptr = event + 1;
3317 /* If this event is on a different frame, return a switch-frame this
3318 time, and leave the event in the queue for next time. */
3319 else
3321 Lisp_Object frame;
3322 Lisp_Object focus;
3324 frame = event->frame_or_window;
3325 if (CONSP (frame))
3326 frame = XCAR (frame);
3327 else if (WINDOWP (frame))
3328 frame = WINDOW_FRAME (XWINDOW (frame));
3330 focus = FRAME_FOCUS_FRAME (XFRAME (frame));
3331 if (! NILP (focus))
3332 frame = focus;
3334 if (! EQ (frame, internal_last_event_frame)
3335 && !EQ (frame, selected_frame))
3336 obj = make_lispy_switch_frame (frame);
3337 internal_last_event_frame = frame;
3339 /* If we didn't decide to make a switch-frame event, go ahead
3340 and build a real event from the queue entry. */
3342 if (NILP (obj))
3344 obj = make_lispy_event (event);
3345 #if defined (USE_X_TOOLKIT) || defined (HAVE_NTGUI)
3346 /* If this was a menu selection, then set the flag to inhibit
3347 writing to last_nonmenu_event. Don't do this if the event
3348 we're returning is (menu-bar), though; that indicates the
3349 beginning of the menu sequence, and we might as well leave
3350 that as the `event with parameters' for this selection. */
3351 if ((event->kind == menu_bar_event
3352 || event->kind == TOOL_BAR_EVENT)
3353 && !(CONSP (obj) && EQ (XCAR (obj), Qmenu_bar))
3354 && !(CONSP (obj) && EQ (XCAR (obj), Qtool_bar))
3355 && used_mouse_menu)
3356 *used_mouse_menu = 1;
3357 #endif
3359 /* Wipe out this event, to catch bugs. */
3360 event->kind = no_event;
3361 XVECTOR (kbd_buffer_frame_or_window)->contents[event - kbd_buffer] = Qnil;
3363 kbd_fetch_ptr = event + 1;
3367 #ifdef HAVE_MOUSE
3368 /* Try generating a mouse motion event. */
3369 else if (!NILP (do_mouse_tracking) && some_mouse_moved ())
3371 FRAME_PTR f = some_mouse_moved ();
3372 Lisp_Object bar_window;
3373 enum scroll_bar_part part;
3374 Lisp_Object x, y;
3375 unsigned long time;
3377 *kbp = current_kboard;
3378 /* Note that this uses F to determine which display to look at.
3379 If there is no valid info, it does not store anything
3380 so x remains nil. */
3381 x = Qnil;
3382 (*mouse_position_hook) (&f, 0, &bar_window, &part, &x, &y, &time);
3384 obj = Qnil;
3386 /* Decide if we should generate a switch-frame event. Don't
3387 generate switch-frame events for motion outside of all Emacs
3388 frames. */
3389 if (!NILP (x) && f)
3391 Lisp_Object frame;
3393 frame = FRAME_FOCUS_FRAME (f);
3394 if (NILP (frame))
3395 XSETFRAME (frame, f);
3397 if (! EQ (frame, internal_last_event_frame)
3398 && !EQ (frame, selected_frame))
3399 obj = make_lispy_switch_frame (frame);
3400 internal_last_event_frame = frame;
3403 /* If we didn't decide to make a switch-frame event, go ahead and
3404 return a mouse-motion event. */
3405 if (!NILP (x) && NILP (obj))
3406 obj = make_lispy_movement (f, bar_window, part, x, y, time);
3408 #endif /* HAVE_MOUSE */
3409 else
3410 /* We were promised by the above while loop that there was
3411 something for us to read! */
3412 abort ();
3414 input_pending = readable_events (0);
3416 Vlast_event_frame = internal_last_event_frame;
3418 return (obj);
3421 /* Process any events that are not user-visible,
3422 then return, without reading any user-visible events. */
3424 void
3425 swallow_events (do_display)
3426 int do_display;
3428 int old_timers_run;
3430 while (kbd_fetch_ptr != kbd_store_ptr)
3432 struct input_event *event;
3434 event = ((kbd_fetch_ptr < kbd_buffer + KBD_BUFFER_SIZE)
3435 ? kbd_fetch_ptr
3436 : kbd_buffer);
3438 last_event_timestamp = event->timestamp;
3440 /* These two kinds of events get special handling
3441 and don't actually appear to the command loop. */
3442 if (event->kind == selection_request_event)
3444 #ifdef HAVE_X11
3445 struct input_event copy;
3447 /* Remove it from the buffer before processing it,
3448 since otherwise swallow_events called recursively could see it
3449 and process it again. */
3450 copy = *event;
3451 kbd_fetch_ptr = event + 1;
3452 input_pending = readable_events (0);
3453 x_handle_selection_request (&copy);
3454 #else
3455 /* We're getting selection request events, but we don't have
3456 a window system. */
3457 abort ();
3458 #endif
3461 else if (event->kind == selection_clear_event)
3463 #ifdef HAVE_X11
3464 struct input_event copy;
3466 /* Remove it from the buffer before processing it, */
3467 copy = *event;
3469 kbd_fetch_ptr = event + 1;
3470 input_pending = readable_events (0);
3471 x_handle_selection_clear (&copy);
3472 #else
3473 /* We're getting selection request events, but we don't have
3474 a window system. */
3475 abort ();
3476 #endif
3478 else
3479 break;
3482 old_timers_run = timers_run;
3483 get_input_pending (&input_pending, 1);
3485 if (timers_run != old_timers_run && do_display)
3486 redisplay_preserve_echo_area ();
3489 static EMACS_TIME timer_idleness_start_time;
3491 /* Record the start of when Emacs is idle,
3492 for the sake of running idle-time timers. */
3494 void
3495 timer_start_idle ()
3497 Lisp_Object timers;
3499 /* If we are already in the idle state, do nothing. */
3500 if (! EMACS_TIME_NEG_P (timer_idleness_start_time))
3501 return;
3503 EMACS_GET_TIME (timer_idleness_start_time);
3505 /* Mark all idle-time timers as once again candidates for running. */
3506 for (timers = Vtimer_idle_list; CONSP (timers); timers = XCDR (timers))
3508 Lisp_Object timer;
3510 timer = XCAR (timers);
3512 if (!VECTORP (timer) || XVECTOR (timer)->size != 8)
3513 continue;
3514 XVECTOR (timer)->contents[0] = Qnil;
3518 /* Record that Emacs is no longer idle, so stop running idle-time timers. */
3520 void
3521 timer_stop_idle ()
3523 EMACS_SET_SECS_USECS (timer_idleness_start_time, -1, -1);
3526 /* This is only for debugging. */
3527 struct input_event last_timer_event;
3529 /* Check whether a timer has fired. To prevent larger problems we simply
3530 disregard elements that are not proper timers. Do not make a circular
3531 timer list for the time being.
3533 Returns the number of seconds to wait until the next timer fires. If a
3534 timer is triggering now, return zero seconds.
3535 If no timer is active, return -1 seconds.
3537 If a timer is ripe, we run it, with quitting turned off.
3539 DO_IT_NOW is now ignored. It used to mean that we should
3540 run the timer directly instead of queueing a timer-event.
3541 Now we always run timers directly. */
3543 EMACS_TIME
3544 timer_check (do_it_now)
3545 int do_it_now;
3547 EMACS_TIME nexttime;
3548 EMACS_TIME now, idleness_now;
3549 Lisp_Object timers, idle_timers, chosen_timer;
3550 struct gcpro gcpro1, gcpro2, gcpro3;
3552 EMACS_SET_SECS (nexttime, -1);
3553 EMACS_SET_USECS (nexttime, -1);
3555 /* Always consider the ordinary timers. */
3556 timers = Vtimer_list;
3557 /* Consider the idle timers only if Emacs is idle. */
3558 if (! EMACS_TIME_NEG_P (timer_idleness_start_time))
3559 idle_timers = Vtimer_idle_list;
3560 else
3561 idle_timers = Qnil;
3562 chosen_timer = Qnil;
3563 GCPRO3 (timers, idle_timers, chosen_timer);
3565 if (CONSP (timers) || CONSP (idle_timers))
3567 EMACS_GET_TIME (now);
3568 if (! EMACS_TIME_NEG_P (timer_idleness_start_time))
3569 EMACS_SUB_TIME (idleness_now, now, timer_idleness_start_time);
3572 while (CONSP (timers) || CONSP (idle_timers))
3574 Lisp_Object *vector;
3575 Lisp_Object timer, idle_timer;
3576 EMACS_TIME timer_time, idle_timer_time;
3577 EMACS_TIME difference, timer_difference, idle_timer_difference;
3579 /* Skip past invalid timers and timers already handled. */
3580 if (!NILP (timers))
3582 timer = XCAR (timers);
3583 if (!VECTORP (timer) || XVECTOR (timer)->size != 8)
3585 timers = XCDR (timers);
3586 continue;
3588 vector = XVECTOR (timer)->contents;
3590 if (!INTEGERP (vector[1]) || !INTEGERP (vector[2])
3591 || !INTEGERP (vector[3])
3592 || ! NILP (vector[0]))
3594 timers = XCDR (timers);
3595 continue;
3598 if (!NILP (idle_timers))
3600 timer = XCAR (idle_timers);
3601 if (!VECTORP (timer) || XVECTOR (timer)->size != 8)
3603 idle_timers = XCDR (idle_timers);
3604 continue;
3606 vector = XVECTOR (timer)->contents;
3608 if (!INTEGERP (vector[1]) || !INTEGERP (vector[2])
3609 || !INTEGERP (vector[3])
3610 || ! NILP (vector[0]))
3612 idle_timers = XCDR (idle_timers);
3613 continue;
3617 /* Set TIMER, TIMER_TIME and TIMER_DIFFERENCE
3618 based on the next ordinary timer.
3619 TIMER_DIFFERENCE is the distance in time from NOW to when
3620 this timer becomes ripe (negative if it's already ripe). */
3621 if (!NILP (timers))
3623 timer = XCAR (timers);
3624 vector = XVECTOR (timer)->contents;
3625 EMACS_SET_SECS (timer_time,
3626 (XINT (vector[1]) << 16) | (XINT (vector[2])));
3627 EMACS_SET_USECS (timer_time, XINT (vector[3]));
3628 EMACS_SUB_TIME (timer_difference, timer_time, now);
3631 /* Set IDLE_TIMER, IDLE_TIMER_TIME and IDLE_TIMER_DIFFERENCE
3632 based on the next idle timer. */
3633 if (!NILP (idle_timers))
3635 idle_timer = XCAR (idle_timers);
3636 vector = XVECTOR (idle_timer)->contents;
3637 EMACS_SET_SECS (idle_timer_time,
3638 (XINT (vector[1]) << 16) | (XINT (vector[2])));
3639 EMACS_SET_USECS (idle_timer_time, XINT (vector[3]));
3640 EMACS_SUB_TIME (idle_timer_difference, idle_timer_time, idleness_now);
3643 /* Decide which timer is the next timer,
3644 and set CHOSEN_TIMER, VECTOR and DIFFERENCE accordingly.
3645 Also step down the list where we found that timer. */
3647 if (! NILP (timers) && ! NILP (idle_timers))
3649 EMACS_TIME temp;
3650 EMACS_SUB_TIME (temp, timer_difference, idle_timer_difference);
3651 if (EMACS_TIME_NEG_P (temp))
3653 chosen_timer = timer;
3654 timers = XCDR (timers);
3655 difference = timer_difference;
3657 else
3659 chosen_timer = idle_timer;
3660 idle_timers = XCDR (idle_timers);
3661 difference = idle_timer_difference;
3664 else if (! NILP (timers))
3666 chosen_timer = timer;
3667 timers = XCDR (timers);
3668 difference = timer_difference;
3670 else
3672 chosen_timer = idle_timer;
3673 idle_timers = XCDR (idle_timers);
3674 difference = idle_timer_difference;
3676 vector = XVECTOR (chosen_timer)->contents;
3678 /* If timer is ripe, run it if it hasn't been run. */
3679 if (EMACS_TIME_NEG_P (difference)
3680 || (EMACS_SECS (difference) == 0
3681 && EMACS_USECS (difference) == 0))
3683 if (NILP (vector[0]))
3685 int was_locked = single_kboard;
3686 int count = specpdl_ptr - specpdl;
3688 /* Mark the timer as triggered to prevent problems if the lisp
3689 code fails to reschedule it right. */
3690 vector[0] = Qt;
3692 specbind (Qinhibit_quit, Qt);
3694 call1 (Qtimer_event_handler, chosen_timer);
3695 timers_run++;
3697 unbind_to (count, Qnil);
3699 /* Resume allowing input from any kboard, if that was true before. */
3700 if (!was_locked)
3701 any_kboard_state ();
3703 /* Since we have handled the event,
3704 we don't need to tell the caller to wake up and do it. */
3707 else
3708 /* When we encounter a timer that is still waiting,
3709 return the amount of time to wait before it is ripe. */
3711 UNGCPRO;
3712 return difference;
3716 /* No timers are pending in the future. */
3717 /* Return 0 if we generated an event, and -1 if not. */
3718 UNGCPRO;
3719 return nexttime;
3722 /* Caches for modify_event_symbol. */
3723 static Lisp_Object accent_key_syms;
3724 static Lisp_Object func_key_syms;
3725 static Lisp_Object mouse_syms;
3726 #ifdef WINDOWSNT
3727 static Lisp_Object mouse_wheel_syms;
3728 #endif
3729 static Lisp_Object drag_n_drop_syms;
3731 /* This is a list of keysym codes for special "accent" characters.
3732 It parallels lispy_accent_keys. */
3734 static int lispy_accent_codes[] =
3736 #ifdef XK_dead_circumflex
3737 XK_dead_circumflex,
3738 #else
3740 #endif
3741 #ifdef XK_dead_grave
3742 XK_dead_grave,
3743 #else
3745 #endif
3746 #ifdef XK_dead_tilde
3747 XK_dead_tilde,
3748 #else
3750 #endif
3751 #ifdef XK_dead_diaeresis
3752 XK_dead_diaeresis,
3753 #else
3755 #endif
3756 #ifdef XK_dead_macron
3757 XK_dead_macron,
3758 #else
3760 #endif
3761 #ifdef XK_dead_degree
3762 XK_dead_degree,
3763 #else
3765 #endif
3766 #ifdef XK_dead_acute
3767 XK_dead_acute,
3768 #else
3770 #endif
3771 #ifdef XK_dead_cedilla
3772 XK_dead_cedilla,
3773 #else
3775 #endif
3776 #ifdef XK_dead_breve
3777 XK_dead_breve,
3778 #else
3780 #endif
3781 #ifdef XK_dead_ogonek
3782 XK_dead_ogonek,
3783 #else
3785 #endif
3786 #ifdef XK_dead_caron
3787 XK_dead_caron,
3788 #else
3790 #endif
3791 #ifdef XK_dead_doubleacute
3792 XK_dead_doubleacute,
3793 #else
3795 #endif
3796 #ifdef XK_dead_abovedot
3797 XK_dead_abovedot,
3798 #else
3800 #endif
3803 /* This is a list of Lisp names for special "accent" characters.
3804 It parallels lispy_accent_codes. */
3806 static char *lispy_accent_keys[] =
3808 "dead-circumflex",
3809 "dead-grave",
3810 "dead-tilde",
3811 "dead-diaeresis",
3812 "dead-macron",
3813 "dead-degree",
3814 "dead-acute",
3815 "dead-cedilla",
3816 "dead-breve",
3817 "dead-ogonek",
3818 "dead-caron",
3819 "dead-doubleacute",
3820 "dead-abovedot",
3823 #ifdef HAVE_NTGUI
3824 #define FUNCTION_KEY_OFFSET 0x0
3826 char *lispy_function_keys[] =
3828 0, /* 0 */
3830 0, /* VK_LBUTTON 0x01 */
3831 0, /* VK_RBUTTON 0x02 */
3832 "cancel", /* VK_CANCEL 0x03 */
3833 0, /* VK_MBUTTON 0x04 */
3835 0, 0, 0, /* 0x05 .. 0x07 */
3837 "backspace", /* VK_BACK 0x08 */
3838 "tab", /* VK_TAB 0x09 */
3840 0, 0, /* 0x0A .. 0x0B */
3842 "clear", /* VK_CLEAR 0x0C */
3843 "return", /* VK_RETURN 0x0D */
3845 0, 0, /* 0x0E .. 0x0F */
3847 0, /* VK_SHIFT 0x10 */
3848 0, /* VK_CONTROL 0x11 */
3849 0, /* VK_MENU 0x12 */
3850 "pause", /* VK_PAUSE 0x13 */
3851 "capslock", /* VK_CAPITAL 0x14 */
3853 0, 0, 0, 0, 0, 0, /* 0x15 .. 0x1A */
3855 "escape", /* VK_ESCAPE 0x1B */
3857 0, 0, 0, 0, /* 0x1C .. 0x1F */
3859 0, /* VK_SPACE 0x20 */
3860 "prior", /* VK_PRIOR 0x21 */
3861 "next", /* VK_NEXT 0x22 */
3862 "end", /* VK_END 0x23 */
3863 "home", /* VK_HOME 0x24 */
3864 "left", /* VK_LEFT 0x25 */
3865 "up", /* VK_UP 0x26 */
3866 "right", /* VK_RIGHT 0x27 */
3867 "down", /* VK_DOWN 0x28 */
3868 "select", /* VK_SELECT 0x29 */
3869 "print", /* VK_PRINT 0x2A */
3870 "execute", /* VK_EXECUTE 0x2B */
3871 "snapshot", /* VK_SNAPSHOT 0x2C */
3872 "insert", /* VK_INSERT 0x2D */
3873 "delete", /* VK_DELETE 0x2E */
3874 "help", /* VK_HELP 0x2F */
3876 /* VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39) */
3878 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3880 0, 0, 0, 0, 0, 0, 0, /* 0x3A .. 0x40 */
3882 /* VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A) */
3884 0, 0, 0, 0, 0, 0, 0, 0, 0,
3885 0, 0, 0, 0, 0, 0, 0, 0, 0,
3886 0, 0, 0, 0, 0, 0, 0, 0,
3888 "lwindow", /* VK_LWIN 0x5B */
3889 "rwindow", /* VK_RWIN 0x5C */
3890 "apps", /* VK_APPS 0x5D */
3892 0, 0, /* 0x5E .. 0x5F */
3894 "kp-0", /* VK_NUMPAD0 0x60 */
3895 "kp-1", /* VK_NUMPAD1 0x61 */
3896 "kp-2", /* VK_NUMPAD2 0x62 */
3897 "kp-3", /* VK_NUMPAD3 0x63 */
3898 "kp-4", /* VK_NUMPAD4 0x64 */
3899 "kp-5", /* VK_NUMPAD5 0x65 */
3900 "kp-6", /* VK_NUMPAD6 0x66 */
3901 "kp-7", /* VK_NUMPAD7 0x67 */
3902 "kp-8", /* VK_NUMPAD8 0x68 */
3903 "kp-9", /* VK_NUMPAD9 0x69 */
3904 "kp-multiply", /* VK_MULTIPLY 0x6A */
3905 "kp-add", /* VK_ADD 0x6B */
3906 "kp-separator", /* VK_SEPARATOR 0x6C */
3907 "kp-subtract", /* VK_SUBTRACT 0x6D */
3908 "kp-decimal", /* VK_DECIMAL 0x6E */
3909 "kp-divide", /* VK_DIVIDE 0x6F */
3910 "f1", /* VK_F1 0x70 */
3911 "f2", /* VK_F2 0x71 */
3912 "f3", /* VK_F3 0x72 */
3913 "f4", /* VK_F4 0x73 */
3914 "f5", /* VK_F5 0x74 */
3915 "f6", /* VK_F6 0x75 */
3916 "f7", /* VK_F7 0x76 */
3917 "f8", /* VK_F8 0x77 */
3918 "f9", /* VK_F9 0x78 */
3919 "f10", /* VK_F10 0x79 */
3920 "f11", /* VK_F11 0x7A */
3921 "f12", /* VK_F12 0x7B */
3922 "f13", /* VK_F13 0x7C */
3923 "f14", /* VK_F14 0x7D */
3924 "f15", /* VK_F15 0x7E */
3925 "f16", /* VK_F16 0x7F */
3926 "f17", /* VK_F17 0x80 */
3927 "f18", /* VK_F18 0x81 */
3928 "f19", /* VK_F19 0x82 */
3929 "f20", /* VK_F20 0x83 */
3930 "f21", /* VK_F21 0x84 */
3931 "f22", /* VK_F22 0x85 */
3932 "f23", /* VK_F23 0x86 */
3933 "f24", /* VK_F24 0x87 */
3935 0, 0, 0, 0, /* 0x88 .. 0x8B */
3936 0, 0, 0, 0, /* 0x8C .. 0x8F */
3938 "kp-numlock", /* VK_NUMLOCK 0x90 */
3939 "scroll", /* VK_SCROLL 0x91 */
3941 "kp-space", /* VK_NUMPAD_CLEAR 0x92 */
3942 "kp-enter", /* VK_NUMPAD_ENTER 0x93 */
3943 "kp-prior", /* VK_NUMPAD_PRIOR 0x94 */
3944 "kp-next", /* VK_NUMPAD_NEXT 0x95 */
3945 "kp-end", /* VK_NUMPAD_END 0x96 */
3946 "kp-home", /* VK_NUMPAD_HOME 0x97 */
3947 "kp-left", /* VK_NUMPAD_LEFT 0x98 */
3948 "kp-up", /* VK_NUMPAD_UP 0x99 */
3949 "kp-right", /* VK_NUMPAD_RIGHT 0x9A */
3950 "kp-down", /* VK_NUMPAD_DOWN 0x9B */
3951 "kp-insert", /* VK_NUMPAD_INSERT 0x9C */
3952 "kp-delete", /* VK_NUMPAD_DELETE 0x9D */
3954 0, 0, /* 0x9E .. 0x9F */
3957 * VK_L* & VK_R* - left and right Alt, Ctrl and Shift virtual keys.
3958 * Used only as parameters to GetAsyncKeyState and GetKeyState.
3959 * No other API or message will distinguish left and right keys this way.
3961 /* 0xA0 .. 0xEF */
3963 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3964 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3965 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3966 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3967 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3969 /* 0xF0 .. 0xF5 */
3971 0, 0, 0, 0, 0, 0,
3973 "attn", /* VK_ATTN 0xF6 */
3974 "crsel", /* VK_CRSEL 0xF7 */
3975 "exsel", /* VK_EXSEL 0xF8 */
3976 "ereof", /* VK_EREOF 0xF9 */
3977 "play", /* VK_PLAY 0xFA */
3978 "zoom", /* VK_ZOOM 0xFB */
3979 "noname", /* VK_NONAME 0xFC */
3980 "pa1", /* VK_PA1 0xFD */
3981 "oem_clear", /* VK_OEM_CLEAR 0xFE */
3982 0 /* 0xFF */
3985 #else /* not HAVE_NTGUI */
3987 #ifdef XK_kana_A
3988 static char *lispy_kana_keys[] =
3990 /* X Keysym value */
3991 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 0x400 .. 0x40f */
3992 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 0x410 .. 0x41f */
3993 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 0x420 .. 0x42f */
3994 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 0x430 .. 0x43f */
3995 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 0x440 .. 0x44f */
3996 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 0x450 .. 0x45f */
3997 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 0x460 .. 0x46f */
3998 0,0,0,0,0,0,0,0,0,0,0,0,0,0,"overline",0,
3999 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 0x480 .. 0x48f */
4000 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 0x490 .. 0x49f */
4001 0, "kana-fullstop", "kana-openingbracket", "kana-closingbracket",
4002 "kana-comma", "kana-conjunctive", "kana-WO", "kana-a",
4003 "kana-i", "kana-u", "kana-e", "kana-o",
4004 "kana-ya", "kana-yu", "kana-yo", "kana-tsu",
4005 "prolongedsound", "kana-A", "kana-I", "kana-U",
4006 "kana-E", "kana-O", "kana-KA", "kana-KI",
4007 "kana-KU", "kana-KE", "kana-KO", "kana-SA",
4008 "kana-SHI", "kana-SU", "kana-SE", "kana-SO",
4009 "kana-TA", "kana-CHI", "kana-TSU", "kana-TE",
4010 "kana-TO", "kana-NA", "kana-NI", "kana-NU",
4011 "kana-NE", "kana-NO", "kana-HA", "kana-HI",
4012 "kana-FU", "kana-HE", "kana-HO", "kana-MA",
4013 "kana-MI", "kana-MU", "kana-ME", "kana-MO",
4014 "kana-YA", "kana-YU", "kana-YO", "kana-RA",
4015 "kana-RI", "kana-RU", "kana-RE", "kana-RO",
4016 "kana-WA", "kana-N", "voicedsound", "semivoicedsound",
4017 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 0x4e0 .. 0x4ef */
4018 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 0x4f0 .. 0x4ff */
4020 #endif /* XK_kana_A */
4022 #define FUNCTION_KEY_OFFSET 0xff00
4024 /* You'll notice that this table is arranged to be conveniently
4025 indexed by X Windows keysym values. */
4026 static char *lispy_function_keys[] =
4028 /* X Keysym value */
4030 0, 0, 0, 0, 0, 0, 0, 0, /* 0xff00...0f */
4031 "backspace", "tab", "linefeed", "clear",
4032 0, "return", 0, 0,
4033 0, 0, 0, "pause", /* 0xff10...1f */
4034 0, 0, 0, 0, 0, 0, 0, "escape",
4035 0, 0, 0, 0,
4036 0, "kanji", "muhenkan", "henkan", /* 0xff20...2f */
4037 "romaji", "hiragana", "katakana", "hiragana-katakana",
4038 "zenkaku", "hankaku", "zenkaku-hankaku", "touroku",
4039 "massyo", "kana-lock", "kana-shift", "eisu-shift",
4040 "eisu-toggle", /* 0xff30...3f */
4041 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
4042 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0xff40...4f */
4044 "home", "left", "up", "right", /* 0xff50 */ /* IsCursorKey */
4045 "down", "prior", "next", "end",
4046 "begin", 0, 0, 0, 0, 0, 0, 0,
4047 "select", /* 0xff60 */ /* IsMiscFunctionKey */
4048 "print",
4049 "execute",
4050 "insert",
4051 0, /* 0xff64 */
4052 "undo",
4053 "redo",
4054 "menu",
4055 "find",
4056 "cancel",
4057 "help",
4058 "break", /* 0xff6b */
4060 0, 0, 0, 0,
4061 0, 0, 0, 0, "backtab", 0, 0, 0, /* 0xff70... */
4062 0, 0, 0, 0, 0, 0, 0, "kp-numlock", /* 0xff78... */
4063 "kp-space", /* 0xff80 */ /* IsKeypadKey */
4064 0, 0, 0, 0, 0, 0, 0, 0,
4065 "kp-tab", /* 0xff89 */
4066 0, 0, 0,
4067 "kp-enter", /* 0xff8d */
4068 0, 0, 0,
4069 "kp-f1", /* 0xff91 */
4070 "kp-f2",
4071 "kp-f3",
4072 "kp-f4",
4073 "kp-home", /* 0xff95 */
4074 "kp-left",
4075 "kp-up",
4076 "kp-right",
4077 "kp-down",
4078 "kp-prior", /* kp-page-up */
4079 "kp-next", /* kp-page-down */
4080 "kp-end",
4081 "kp-begin",
4082 "kp-insert",
4083 "kp-delete",
4084 0, /* 0xffa0 */
4085 0, 0, 0, 0, 0, 0, 0, 0, 0,
4086 "kp-multiply", /* 0xffaa */
4087 "kp-add",
4088 "kp-separator",
4089 "kp-subtract",
4090 "kp-decimal",
4091 "kp-divide", /* 0xffaf */
4092 "kp-0", /* 0xffb0 */
4093 "kp-1", "kp-2", "kp-3", "kp-4", "kp-5", "kp-6", "kp-7", "kp-8", "kp-9",
4094 0, /* 0xffba */
4095 0, 0,
4096 "kp-equal", /* 0xffbd */
4097 "f1", /* 0xffbe */ /* IsFunctionKey */
4098 "f2",
4099 "f3", "f4", "f5", "f6", "f7", "f8", "f9", "f10", /* 0xffc0 */
4100 "f11", "f12", "f13", "f14", "f15", "f16", "f17", "f18",
4101 "f19", "f20", "f21", "f22", "f23", "f24", "f25", "f26", /* 0xffd0 */
4102 "f27", "f28", "f29", "f30", "f31", "f32", "f33", "f34",
4103 "f35", 0, 0, 0, 0, 0, 0, 0, /* 0xffe0 */
4104 0, 0, 0, 0, 0, 0, 0, 0,
4105 0, 0, 0, 0, 0, 0, 0, 0, /* 0xfff0 */
4106 0, 0, 0, 0, 0, 0, 0, "delete"
4109 /* ISO 9995 Function and Modifier Keys; the first byte is 0xFE. */
4110 #define ISO_FUNCTION_KEY_OFFSET 0xfe00
4112 static char *iso_lispy_function_keys[] =
4114 0, 0, 0, 0, 0, 0, 0, 0, /* 0xfe00 */
4115 0, 0, 0, 0, 0, 0, 0, 0, /* 0xfe08 */
4116 0, 0, 0, 0, 0, 0, 0, 0, /* 0xfe10 */
4117 0, 0, 0, 0, 0, 0, 0, 0, /* 0xfe18 */
4118 "iso-lefttab", /* 0xfe20 */
4119 "iso-move-line-up", "iso-move-line-down",
4120 "iso-partial-line-up", "iso-partial-line-down",
4121 "iso-partial-space-left", "iso-partial-space-right",
4122 "iso-set-margin-left", "iso-set-margin-right", /* 0xffe27, 28 */
4123 "iso-release-margin-left", "iso-release-margin-right",
4124 "iso-release-both-margins",
4125 "iso-fast-cursor-left", "iso-fast-cursor-right",
4126 "iso-fast-cursor-up", "iso-fast-cursor-down",
4127 "iso-continuous-underline", "iso-discontinuous-underline", /* 0xfe30, 31 */
4128 "iso-emphasize", "iso-center-object", "iso-enter", /* ... 0xfe34 */
4131 #endif /* not HAVE_NTGUI */
4133 Lisp_Object Vlispy_mouse_stem;
4135 #ifdef WINDOWSNT
4136 /* mouse-wheel events are generated by the wheel on devices such as
4137 the MS Intellimouse. The wheel sits in between the left and right
4138 mouse buttons, and is typically used to scroll or zoom the window
4139 underneath the pointer. mouse-wheel events specify the object on
4140 which they operate, and a delta corresponding to the amount and
4141 direction that the wheel is rotated. Clicking the mouse-wheel
4142 generates a mouse-2 event. */
4143 static char *lispy_mouse_wheel_names[] =
4145 "mouse-wheel"
4148 #endif /* WINDOWSNT */
4150 /* drag-n-drop events are generated when a set of selected files are
4151 dragged from another application and dropped onto an Emacs window. */
4152 static char *lispy_drag_n_drop_names[] =
4154 "drag-n-drop"
4157 /* Scroll bar parts. */
4158 Lisp_Object Qabove_handle, Qhandle, Qbelow_handle;
4159 Lisp_Object Qup, Qdown, Qbottom, Qend_scroll;
4160 Lisp_Object Qtop, Qratio;
4162 /* An array of scroll bar parts, indexed by an enum scroll_bar_part value. */
4163 Lisp_Object *scroll_bar_parts[] = {
4164 &Qabove_handle, &Qhandle, &Qbelow_handle,
4165 &Qup, &Qdown, &Qtop, &Qbottom, &Qend_scroll, &Qratio
4168 /* User signal events. */
4169 Lisp_Object Qusr1_signal, Qusr2_signal;
4171 Lisp_Object *lispy_user_signals[] =
4173 &Qusr1_signal, &Qusr2_signal
4177 /* A vector, indexed by button number, giving the down-going location
4178 of currently depressed buttons, both scroll bar and non-scroll bar.
4180 The elements have the form
4181 (BUTTON-NUMBER MODIFIER-MASK . REST)
4182 where REST is the cdr of a position as it would be reported in the event.
4184 The make_lispy_event function stores positions here to tell the
4185 difference between click and drag events, and to store the starting
4186 location to be included in drag events. */
4188 static Lisp_Object button_down_location;
4190 /* Information about the most recent up-going button event: Which
4191 button, what location, and what time. */
4193 static int last_mouse_button;
4194 static int last_mouse_x;
4195 static int last_mouse_y;
4196 static unsigned long button_down_time;
4198 /* The maximum time between clicks to make a double-click,
4199 or Qnil to disable double-click detection,
4200 or Qt for no time limit. */
4201 Lisp_Object Vdouble_click_time;
4203 /* The number of clicks in this multiple-click. */
4205 int double_click_count;
4207 /* Given a struct input_event, build the lisp event which represents
4208 it. If EVENT is 0, build a mouse movement event from the mouse
4209 movement buffer, which should have a movement event in it.
4211 Note that events must be passed to this function in the order they
4212 are received; this function stores the location of button presses
4213 in order to build drag events when the button is released. */
4215 static Lisp_Object
4216 make_lispy_event (event)
4217 struct input_event *event;
4219 int i;
4221 switch (SWITCH_ENUM_CAST (event->kind))
4223 /* A simple keystroke. */
4224 case ascii_keystroke:
4226 Lisp_Object lispy_c;
4227 int c = event->code & 0377;
4228 /* Turn ASCII characters into control characters
4229 when proper. */
4230 if (event->modifiers & ctrl_modifier)
4231 c = make_ctrl_char (c);
4233 /* Add in the other modifier bits. We took care of ctrl_modifier
4234 just above, and the shift key was taken care of by the X code,
4235 and applied to control characters by make_ctrl_char. */
4236 c |= (event->modifiers
4237 & (meta_modifier | alt_modifier
4238 | hyper_modifier | super_modifier));
4239 /* Distinguish Shift-SPC from SPC. */
4240 if ((event->code & 0377) == 040
4241 && event->modifiers & shift_modifier)
4242 c |= shift_modifier;
4243 button_down_time = 0;
4244 XSETFASTINT (lispy_c, c);
4245 return lispy_c;
4248 /* A function key. The symbol may need to have modifier prefixes
4249 tacked onto it. */
4250 case non_ascii_keystroke:
4251 button_down_time = 0;
4253 for (i = 0; i < sizeof (lispy_accent_codes) / sizeof (int); i++)
4254 if (event->code == lispy_accent_codes[i])
4255 return modify_event_symbol (i,
4256 event->modifiers,
4257 Qfunction_key, Qnil,
4258 lispy_accent_keys, &accent_key_syms,
4259 (sizeof (lispy_accent_keys)
4260 / sizeof (lispy_accent_keys[0])));
4262 /* Handle system-specific keysyms. */
4263 if (event->code & (1 << 28))
4265 /* We need to use an alist rather than a vector as the cache
4266 since we can't make a vector long enuf. */
4267 if (NILP (current_kboard->system_key_syms))
4268 current_kboard->system_key_syms = Fcons (Qnil, Qnil);
4269 return modify_event_symbol (event->code,
4270 event->modifiers,
4271 Qfunction_key,
4272 current_kboard->Vsystem_key_alist,
4273 0, &current_kboard->system_key_syms,
4274 (unsigned)-1);
4277 #ifdef XK_kana_A
4278 if (event->code >= 0x400 && event->code < 0x500)
4279 return modify_event_symbol (event->code - 0x400,
4280 event->modifiers & ~shift_modifier,
4281 Qfunction_key, Qnil,
4282 lispy_kana_keys, &func_key_syms,
4283 (sizeof (lispy_kana_keys)
4284 / sizeof (lispy_kana_keys[0])));
4285 #endif /* XK_kana_A */
4287 #ifdef ISO_FUNCTION_KEY_OFFSET
4288 if (event->code < FUNCTION_KEY_OFFSET
4289 && event->code >= ISO_FUNCTION_KEY_OFFSET)
4290 return modify_event_symbol (event->code - ISO_FUNCTION_KEY_OFFSET,
4291 event->modifiers,
4292 Qfunction_key, Qnil,
4293 iso_lispy_function_keys, &func_key_syms,
4294 (sizeof (iso_lispy_function_keys)
4295 / sizeof (iso_lispy_function_keys[0])));
4296 else
4297 #endif
4298 return modify_event_symbol (event->code - FUNCTION_KEY_OFFSET,
4299 event->modifiers,
4300 Qfunction_key, Qnil,
4301 lispy_function_keys, &func_key_syms,
4302 (sizeof (lispy_function_keys)
4303 / sizeof (lispy_function_keys[0])));
4305 #ifdef HAVE_MOUSE
4306 /* A mouse click. Figure out where it is, decide whether it's
4307 a press, click or drag, and build the appropriate structure. */
4308 case mouse_click:
4309 #ifndef USE_TOOLKIT_SCROLL_BARS
4310 case scroll_bar_click:
4311 #endif
4313 int button = event->code;
4314 int is_double;
4315 Lisp_Object position;
4316 Lisp_Object *start_pos_ptr;
4317 Lisp_Object start_pos;
4319 /* Build the position as appropriate for this mouse click. */
4320 if (event->kind == mouse_click)
4322 int part;
4323 FRAME_PTR f = XFRAME (event->frame_or_window);
4324 Lisp_Object window;
4325 Lisp_Object posn;
4326 Lisp_Object string_info = Qnil;
4327 int row, column;
4329 /* Ignore mouse events that were made on frame that
4330 have been deleted. */
4331 if (! FRAME_LIVE_P (f))
4332 return Qnil;
4334 /* EVENT->x and EVENT->y are frame-relative pixel
4335 coordinates at this place. Under old redisplay, COLUMN
4336 and ROW are set to frame relative glyph coordinates
4337 which are then used to determine whether this click is
4338 in a menu (non-toolkit version). */
4339 pixel_to_glyph_coords (f, XINT (event->x), XINT (event->y),
4340 &column, &row, NULL, 1);
4342 #ifndef USE_X_TOOLKIT
4343 /* In the non-toolkit version, clicks on the menu bar
4344 are ordinary button events in the event buffer.
4345 Distinguish them, and invoke the menu.
4347 (In the toolkit version, the toolkit handles the menu bar
4348 and Emacs doesn't know about it until after the user
4349 makes a selection.) */
4350 if (row >= 0 && row < FRAME_MENU_BAR_LINES (f)
4351 && (event->modifiers & down_modifier))
4353 Lisp_Object items, item;
4354 int hpos;
4355 int i;
4357 #if 0
4358 /* Activate the menu bar on the down event. If the
4359 up event comes in before the menu code can deal with it,
4360 just ignore it. */
4361 if (! (event->modifiers & down_modifier))
4362 return Qnil;
4363 #endif
4365 /* Find the menu bar item under `column'. */
4366 item = Qnil;
4367 items = FRAME_MENU_BAR_ITEMS (f);
4368 for (i = 0; i < XVECTOR (items)->size; i += 4)
4370 Lisp_Object pos, string;
4371 string = XVECTOR (items)->contents[i + 1];
4372 pos = XVECTOR (items)->contents[i + 3];
4373 if (NILP (string))
4374 break;
4375 if (column >= XINT (pos)
4376 && column < XINT (pos) + XSTRING (string)->size)
4378 item = XVECTOR (items)->contents[i];
4379 break;
4383 /* ELisp manual 2.4b says (x y) are window relative but
4384 code says they are frame-relative. */
4385 position
4386 = Fcons (event->frame_or_window,
4387 Fcons (Qmenu_bar,
4388 Fcons (Fcons (event->x, event->y),
4389 Fcons (make_number (event->timestamp),
4390 Qnil))));
4392 return Fcons (item, Fcons (position, Qnil));
4394 #endif /* not USE_X_TOOLKIT */
4396 /* Set `window' to the window under frame pixel coordinates
4397 event->x/event->y. */
4398 window = window_from_coordinates (f, XINT (event->x),
4399 XINT (event->y), &part, 0);
4401 if (!WINDOWP (window))
4403 window = event->frame_or_window;
4404 posn = Qnil;
4406 else
4408 /* It's a click in window window at frame coordinates
4409 event->x/ event->y. */
4410 struct window *w = XWINDOW (window);
4412 /* Get window relative coordinates. Original code
4413 `rounded' this to glyph boundaries. */
4414 int wx = FRAME_TO_WINDOW_PIXEL_X (w, XINT (event->x));
4415 int wy = FRAME_TO_WINDOW_PIXEL_Y (w, XINT (event->y));
4417 /* Set event coordinates to window-relative coordinates
4418 for constructing the Lisp event below. */
4419 XSETINT (event->x, wx);
4420 XSETINT (event->y, wy);
4422 if (part == 1 || part == 3)
4424 /* Mode line or top line. Look for a string under
4425 the mouse that may have a `local-map' property. */
4426 Lisp_Object string;
4427 int charpos;
4429 posn = part == 1 ? Qmode_line : Qheader_line;
4430 string = mode_line_string (w, wx, wy, part == 1, &charpos);
4431 if (STRINGP (string))
4432 string_info = Fcons (string, make_number (charpos));
4434 else if (part == 2)
4435 posn = Qvertical_line;
4436 else
4437 XSETINT (posn, buffer_posn_from_coords (w, &wx, &wy));
4440 position
4441 = Fcons (window,
4442 Fcons (posn,
4443 Fcons (Fcons (event->x, event->y),
4444 Fcons (make_number (event->timestamp),
4445 (NILP (string_info)
4446 ? Qnil
4447 : Fcons (string_info, Qnil))))));
4449 #ifndef USE_TOOLKIT_SCROLL_BARS
4450 else
4452 /* It's a scrollbar click. */
4453 Lisp_Object window;
4454 Lisp_Object portion_whole;
4455 Lisp_Object part;
4457 window = event->frame_or_window;
4458 portion_whole = Fcons (event->x, event->y);
4459 part = *scroll_bar_parts[(int) event->part];
4461 position
4462 = Fcons (window,
4463 Fcons (Qvertical_scroll_bar,
4464 Fcons (portion_whole,
4465 Fcons (make_number (event->timestamp),
4466 Fcons (part, Qnil)))));
4468 #endif /* not USE_TOOLKIT_SCROLL_BARS */
4470 if (button >= XVECTOR (button_down_location)->size)
4472 button_down_location = larger_vector (button_down_location,
4473 button + 1, Qnil);
4474 mouse_syms = larger_vector (mouse_syms, button + 1, Qnil);
4477 start_pos_ptr = &XVECTOR (button_down_location)->contents[button];
4479 start_pos = *start_pos_ptr;
4480 *start_pos_ptr = Qnil;
4482 is_double = (button == last_mouse_button
4483 && XINT (event->x) == last_mouse_x
4484 && XINT (event->y) == last_mouse_y
4485 && button_down_time != 0
4486 && (EQ (Vdouble_click_time, Qt)
4487 || (INTEGERP (Vdouble_click_time)
4488 && ((int)(event->timestamp - button_down_time)
4489 < XINT (Vdouble_click_time)))));
4490 last_mouse_button = button;
4491 last_mouse_x = XINT (event->x);
4492 last_mouse_y = XINT (event->y);
4494 /* If this is a button press, squirrel away the location, so
4495 we can decide later whether it was a click or a drag. */
4496 if (event->modifiers & down_modifier)
4498 if (is_double)
4500 double_click_count++;
4501 event->modifiers |= ((double_click_count > 2)
4502 ? triple_modifier
4503 : double_modifier);
4505 else
4506 double_click_count = 1;
4507 button_down_time = event->timestamp;
4508 *start_pos_ptr = Fcopy_alist (position);
4511 /* Now we're releasing a button - check the co-ordinates to
4512 see if this was a click or a drag. */
4513 else if (event->modifiers & up_modifier)
4515 /* If we did not see a down before this up,
4516 ignore the up. Probably this happened because
4517 the down event chose a menu item.
4518 It would be an annoyance to treat the release
4519 of the button that chose the menu item
4520 as a separate event. */
4522 if (!CONSP (start_pos))
4523 return Qnil;
4525 event->modifiers &= ~up_modifier;
4526 #if 0 /* Formerly we treated an up with no down as a click event. */
4527 if (!CONSP (start_pos))
4528 event->modifiers |= click_modifier;
4529 else
4530 #endif
4532 /* The third element of every position should be the (x,y)
4533 pair. */
4534 Lisp_Object down;
4536 down = Fnth (make_number (2), start_pos);
4537 if (EQ (event->x, XCAR (down))
4538 && EQ (event->y, XCDR (down)))
4540 event->modifiers |= click_modifier;
4542 else
4544 button_down_time = 0;
4545 event->modifiers |= drag_modifier;
4547 /* Don't check is_double; treat this as multiple
4548 if the down-event was multiple. */
4549 if (double_click_count > 1)
4550 event->modifiers |= ((double_click_count > 2)
4551 ? triple_modifier
4552 : double_modifier);
4555 else
4556 /* Every mouse event should either have the down_modifier or
4557 the up_modifier set. */
4558 abort ();
4561 /* Get the symbol we should use for the mouse click. */
4562 Lisp_Object head;
4564 head = modify_event_symbol (button,
4565 event->modifiers,
4566 Qmouse_click, Vlispy_mouse_stem,
4567 NULL,
4568 &mouse_syms,
4569 XVECTOR (mouse_syms)->size);
4570 if (event->modifiers & drag_modifier)
4571 return Fcons (head,
4572 Fcons (start_pos,
4573 Fcons (position,
4574 Qnil)));
4575 else if (event->modifiers & (double_modifier | triple_modifier))
4576 return Fcons (head,
4577 Fcons (position,
4578 Fcons (make_number (double_click_count),
4579 Qnil)));
4580 else
4581 return Fcons (head,
4582 Fcons (position,
4583 Qnil));
4587 #if USE_TOOLKIT_SCROLL_BARS
4589 /* We don't have down and up events if using toolkit scroll bars,
4590 so make this always a click event. Store in the `part' of
4591 the Lisp event a symbol which maps to the following actions:
4593 `above_handle' page up
4594 `below_handle' page down
4595 `up' line up
4596 `down' line down
4597 `top' top of buffer
4598 `bottom' bottom of buffer
4599 `handle' thumb has been dragged.
4600 `end-scroll' end of interaction with scroll bar
4602 The incoming input_event contains in its `part' member an
4603 index of type `enum scroll_bar_part' which we can use as an
4604 index in scroll_bar_parts to get the appropriate symbol. */
4606 case scroll_bar_click:
4608 Lisp_Object position, head, window, portion_whole, part;
4610 window = event->frame_or_window;
4611 portion_whole = Fcons (event->x, event->y);
4612 part = *scroll_bar_parts[(int) event->part];
4614 position
4615 = Fcons (window,
4616 Fcons (Qvertical_scroll_bar,
4617 Fcons (portion_whole,
4618 Fcons (make_number (event->timestamp),
4619 Fcons (part, Qnil)))));
4621 /* Always treat scroll bar events as clicks. */
4622 event->modifiers |= click_modifier;
4624 /* Get the symbol we should use for the mouse click. */
4625 head = modify_event_symbol (event->code,
4626 event->modifiers,
4627 Qmouse_click,
4628 Vlispy_mouse_stem,
4629 NULL, &mouse_syms,
4630 XVECTOR (mouse_syms)->size);
4631 return Fcons (head, Fcons (position, Qnil));
4634 #endif /* USE_TOOLKIT_SCROLL_BARS */
4636 #ifdef WINDOWSNT
4637 case w32_scroll_bar_click:
4639 int button = event->code;
4640 int is_double;
4641 Lisp_Object position;
4642 Lisp_Object *start_pos_ptr;
4643 Lisp_Object start_pos;
4646 Lisp_Object window;
4647 Lisp_Object portion_whole;
4648 Lisp_Object part;
4650 window = event->frame_or_window;
4651 portion_whole = Fcons (event->x, event->y);
4652 part = *scroll_bar_parts[(int) event->part];
4654 position
4655 = Fcons (window,
4656 Fcons (Qvertical_scroll_bar,
4657 Fcons (portion_whole,
4658 Fcons (make_number (event->timestamp),
4659 Fcons (part, Qnil)))));
4662 /* Always treat W32 scroll bar events as clicks. */
4663 event->modifiers |= click_modifier;
4666 /* Get the symbol we should use for the mouse click. */
4667 Lisp_Object head;
4669 head = modify_event_symbol (button,
4670 event->modifiers,
4671 Qmouse_click,
4672 Vlispy_mouse_stem,
4673 NULL, &mouse_syms,
4674 XVECTOR (mouse_syms)->size);
4675 return Fcons (head,
4676 Fcons (position,
4677 Qnil));
4680 case mouse_wheel:
4682 int part;
4683 FRAME_PTR f = XFRAME (event->frame_or_window);
4684 Lisp_Object window;
4685 Lisp_Object posn;
4686 Lisp_Object head, position;
4687 int row, column;
4689 /* Ignore mouse events that were made on frame that
4690 have been deleted. */
4691 if (! FRAME_LIVE_P (f))
4692 return Qnil;
4693 pixel_to_glyph_coords (f, XINT (event->x), XINT (event->y),
4694 &column, &row, NULL, 1);
4695 window = window_from_coordinates (f, column, row, &part, 0);
4697 if (!WINDOWP (window))
4699 window = event->frame_or_window;
4700 posn = Qnil;
4702 else
4704 int pixcolumn, pixrow;
4705 column -= XINT (XWINDOW (window)->left);
4706 row -= XINT (XWINDOW (window)->top);
4707 glyph_to_pixel_coords (f, column, row, &pixcolumn, &pixrow);
4708 XSETINT (event->x, pixcolumn);
4709 XSETINT (event->y, pixrow);
4711 if (part == 1)
4712 posn = Qmode_line;
4713 else if (part == 2)
4714 posn = Qvertical_line;
4715 else if (part == 3)
4716 posn = Qheader_line;
4717 else
4718 XSETINT (posn,
4719 buffer_posn_from_coords (XWINDOW (window),
4720 &column, &row));
4724 Lisp_Object head, position;
4726 position
4727 = Fcons (window,
4728 Fcons (posn,
4729 Fcons (Fcons (event->x, event->y),
4730 Fcons (make_number (event->timestamp),
4731 Qnil))));
4733 head = modify_event_symbol (0, event->modifiers,
4734 Qmouse_wheel, Qnil,
4735 lispy_mouse_wheel_names,
4736 &mouse_wheel_syms, 1);
4737 return Fcons (head,
4738 Fcons (position,
4739 Fcons (make_number (event->code),
4740 Qnil)));
4743 #endif /* WINDOWSNT */
4745 case drag_n_drop:
4747 int part;
4748 FRAME_PTR f;
4749 Lisp_Object window;
4750 Lisp_Object posn;
4751 Lisp_Object files;
4752 int row, column;
4754 /* The frame_or_window field should be a cons of the frame in
4755 which the event occurred and a list of the filenames
4756 dropped. */
4757 if (! CONSP (event->frame_or_window))
4758 abort ();
4760 f = XFRAME (XCAR (event->frame_or_window));
4761 files = XCDR (event->frame_or_window);
4763 /* Ignore mouse events that were made on frames that
4764 have been deleted. */
4765 if (! FRAME_LIVE_P (f))
4766 return Qnil;
4767 pixel_to_glyph_coords (f, XINT (event->x), XINT (event->y),
4768 &column, &row, NULL, 1);
4769 window = window_from_coordinates (f, column, row, &part, 0);
4771 if (!WINDOWP (window))
4773 window = XCAR (event->frame_or_window);
4774 posn = Qnil;
4776 else
4778 /* It's an event in window `window' at frame coordinates
4779 event->x/ event->y. */
4780 struct window *w = XWINDOW (window);
4782 /* Get window relative coordinates. */
4783 int wx = FRAME_TO_WINDOW_PIXEL_X (w, XINT (event->x));
4784 int wy = FRAME_TO_WINDOW_PIXEL_Y (w, XINT (event->y));
4786 /* Set event coordinates to window-relative coordinates
4787 for constructing the Lisp event below. */
4788 XSETINT (event->x, wx);
4789 XSETINT (event->y, wy);
4791 if (part == 1)
4792 posn = Qmode_line;
4793 else if (part == 2)
4794 posn = Qvertical_line;
4795 else if (part == 3)
4796 posn = Qheader_line;
4797 else
4798 XSETINT (posn, buffer_posn_from_coords (w, &wx, &wy));
4802 Lisp_Object head, position;
4804 position
4805 = Fcons (window,
4806 Fcons (posn,
4807 Fcons (Fcons (event->x, event->y),
4808 Fcons (make_number (event->timestamp),
4809 Qnil))));
4811 head = modify_event_symbol (0, event->modifiers,
4812 Qdrag_n_drop, Qnil,
4813 lispy_drag_n_drop_names,
4814 &drag_n_drop_syms, 1);
4815 return Fcons (head,
4816 Fcons (position,
4817 Fcons (files,
4818 Qnil)));
4821 #endif /* HAVE_MOUSE */
4823 #if defined (USE_X_TOOLKIT) || defined (HAVE_NTGUI)
4824 case menu_bar_event:
4825 /* The event value is in the cdr of the frame_or_window slot. */
4826 if (!CONSP (event->frame_or_window))
4827 abort ();
4828 return XCDR (event->frame_or_window);
4829 #endif
4831 case TOOL_BAR_EVENT:
4833 Lisp_Object key;
4834 if (!CONSP (event->frame_or_window))
4835 abort ();
4836 key = XCDR (event->frame_or_window);
4837 if (SYMBOLP (key))
4838 key = apply_modifiers (event->modifiers, key);
4839 return key;
4842 case user_signal:
4843 /* A user signal. */
4844 return *lispy_user_signals[event->code];
4846 /* The 'kind' field of the event is something we don't recognize. */
4847 default:
4848 abort ();
4852 #ifdef HAVE_MOUSE
4854 static Lisp_Object
4855 make_lispy_movement (frame, bar_window, part, x, y, time)
4856 FRAME_PTR frame;
4857 Lisp_Object bar_window;
4858 enum scroll_bar_part part;
4859 Lisp_Object x, y;
4860 unsigned long time;
4862 /* Is it a scroll bar movement? */
4863 if (frame && ! NILP (bar_window))
4865 Lisp_Object part_sym;
4867 part_sym = *scroll_bar_parts[(int) part];
4868 return Fcons (Qscroll_bar_movement,
4869 (Fcons (Fcons (bar_window,
4870 Fcons (Qvertical_scroll_bar,
4871 Fcons (Fcons (x, y),
4872 Fcons (make_number (time),
4873 Fcons (part_sym,
4874 Qnil))))),
4875 Qnil)));
4878 /* Or is it an ordinary mouse movement? */
4879 else
4881 int area;
4882 Lisp_Object window;
4883 Lisp_Object posn;
4885 if (frame)
4886 /* It's in a frame; which window on that frame? */
4887 window = window_from_coordinates (frame, XINT (x), XINT (y), &area, 0);
4888 else
4889 window = Qnil;
4891 if (WINDOWP (window))
4893 struct window *w = XWINDOW (window);
4894 int wx, wy;
4896 /* Get window relative coordinates. */
4897 wx = FRAME_TO_WINDOW_PIXEL_X (w, XINT (x));
4898 wy = FRAME_TO_WINDOW_PIXEL_Y (w, XINT (y));
4899 XSETINT (x, wx);
4900 XSETINT (y, wy);
4902 if (area == 1)
4903 posn = Qmode_line;
4904 else if (area == 2)
4905 posn = Qvertical_line;
4906 else if (area == 3)
4907 posn = Qheader_line;
4908 else
4909 XSETINT (posn, buffer_posn_from_coords (w, &wx, &wy));
4911 else if (frame != 0)
4913 XSETFRAME (window, frame);
4914 posn = Qnil;
4916 else
4918 window = Qnil;
4919 posn = Qnil;
4920 XSETFASTINT (x, 0);
4921 XSETFASTINT (y, 0);
4924 return Fcons (Qmouse_movement,
4925 Fcons (Fcons (window,
4926 Fcons (posn,
4927 Fcons (Fcons (x, y),
4928 Fcons (make_number (time),
4929 Qnil)))),
4930 Qnil));
4934 #endif /* HAVE_MOUSE */
4936 /* Construct a switch frame event. */
4937 static Lisp_Object
4938 make_lispy_switch_frame (frame)
4939 Lisp_Object frame;
4941 return Fcons (Qswitch_frame, Fcons (frame, Qnil));
4944 /* Manipulating modifiers. */
4946 /* Parse the name of SYMBOL, and return the set of modifiers it contains.
4948 If MODIFIER_END is non-zero, set *MODIFIER_END to the position in
4949 SYMBOL's name of the end of the modifiers; the string from this
4950 position is the unmodified symbol name.
4952 This doesn't use any caches. */
4954 static int
4955 parse_modifiers_uncached (symbol, modifier_end)
4956 Lisp_Object symbol;
4957 int *modifier_end;
4959 struct Lisp_String *name;
4960 int i;
4961 int modifiers;
4963 CHECK_SYMBOL (symbol, 1);
4965 modifiers = 0;
4966 name = XSYMBOL (symbol)->name;
4968 for (i = 0; i+2 <= STRING_BYTES (name); )
4970 int this_mod_end = 0;
4971 int this_mod = 0;
4973 /* See if the name continues with a modifier word.
4974 Check that the word appears, but don't check what follows it.
4975 Set this_mod and this_mod_end to record what we find. */
4977 switch (name->data[i])
4979 #define SINGLE_LETTER_MOD(BIT) \
4980 (this_mod_end = i + 1, this_mod = BIT)
4982 case 'A':
4983 SINGLE_LETTER_MOD (alt_modifier);
4984 break;
4986 case 'C':
4987 SINGLE_LETTER_MOD (ctrl_modifier);
4988 break;
4990 case 'H':
4991 SINGLE_LETTER_MOD (hyper_modifier);
4992 break;
4994 case 'M':
4995 SINGLE_LETTER_MOD (meta_modifier);
4996 break;
4998 case 'S':
4999 SINGLE_LETTER_MOD (shift_modifier);
5000 break;
5002 case 's':
5003 SINGLE_LETTER_MOD (super_modifier);
5004 break;
5006 #undef SINGLE_LETTER_MOD
5009 /* If we found no modifier, stop looking for them. */
5010 if (this_mod_end == 0)
5011 break;
5013 /* Check there is a dash after the modifier, so that it
5014 really is a modifier. */
5015 if (this_mod_end >= STRING_BYTES (name)
5016 || name->data[this_mod_end] != '-')
5017 break;
5019 /* This modifier is real; look for another. */
5020 modifiers |= this_mod;
5021 i = this_mod_end + 1;
5024 /* Should we include the `click' modifier? */
5025 if (! (modifiers & (down_modifier | drag_modifier
5026 | double_modifier | triple_modifier))
5027 && i + 7 == STRING_BYTES (name)
5028 && strncmp (name->data + i, "mouse-", 6) == 0
5029 && ('0' <= name->data[i + 6] && name->data[i + 6] <= '9'))
5030 modifiers |= click_modifier;
5032 if (modifier_end)
5033 *modifier_end = i;
5035 return modifiers;
5038 /* Return a symbol whose name is the modifier prefixes for MODIFIERS
5039 prepended to the string BASE[0..BASE_LEN-1].
5040 This doesn't use any caches. */
5041 static Lisp_Object
5042 apply_modifiers_uncached (modifiers, base, base_len, base_len_byte)
5043 int modifiers;
5044 char *base;
5045 int base_len, base_len_byte;
5047 /* Since BASE could contain nulls, we can't use intern here; we have
5048 to use Fintern, which expects a genuine Lisp_String, and keeps a
5049 reference to it. */
5050 char *new_mods
5051 = (char *) alloca (sizeof ("A-C-H-M-S-s-down-drag-double-triple-"));
5052 int mod_len;
5055 char *p = new_mods;
5057 /* Only the event queue may use the `up' modifier; it should always
5058 be turned into a click or drag event before presented to lisp code. */
5059 if (modifiers & up_modifier)
5060 abort ();
5062 if (modifiers & alt_modifier) { *p++ = 'A'; *p++ = '-'; }
5063 if (modifiers & ctrl_modifier) { *p++ = 'C'; *p++ = '-'; }
5064 if (modifiers & hyper_modifier) { *p++ = 'H'; *p++ = '-'; }
5065 if (modifiers & meta_modifier) { *p++ = 'M'; *p++ = '-'; }
5066 if (modifiers & shift_modifier) { *p++ = 'S'; *p++ = '-'; }
5067 if (modifiers & super_modifier) { *p++ = 's'; *p++ = '-'; }
5068 if (modifiers & double_modifier) { strcpy (p, "double-"); p += 7; }
5069 if (modifiers & triple_modifier) { strcpy (p, "triple-"); p += 7; }
5070 if (modifiers & down_modifier) { strcpy (p, "down-"); p += 5; }
5071 if (modifiers & drag_modifier) { strcpy (p, "drag-"); p += 5; }
5072 /* The click modifier is denoted by the absence of other modifiers. */
5074 *p = '\0';
5076 mod_len = p - new_mods;
5080 Lisp_Object new_name;
5082 new_name = make_uninit_multibyte_string (mod_len + base_len,
5083 mod_len + base_len_byte);
5084 bcopy (new_mods, XSTRING (new_name)->data, mod_len);
5085 bcopy (base, XSTRING (new_name)->data + mod_len, base_len_byte);
5087 return Fintern (new_name, Qnil);
5092 static char *modifier_names[] =
5094 "up", "down", "drag", "click", "double", "triple", 0, 0,
5095 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
5096 0, 0, "alt", "super", "hyper", "shift", "control", "meta"
5098 #define NUM_MOD_NAMES (sizeof (modifier_names) / sizeof (modifier_names[0]))
5100 static Lisp_Object modifier_symbols;
5102 /* Return the list of modifier symbols corresponding to the mask MODIFIERS. */
5103 static Lisp_Object
5104 lispy_modifier_list (modifiers)
5105 int modifiers;
5107 Lisp_Object modifier_list;
5108 int i;
5110 modifier_list = Qnil;
5111 for (i = 0; (1<<i) <= modifiers && i < NUM_MOD_NAMES; i++)
5112 if (modifiers & (1<<i))
5113 modifier_list = Fcons (XVECTOR (modifier_symbols)->contents[i],
5114 modifier_list);
5116 return modifier_list;
5120 /* Parse the modifiers on SYMBOL, and return a list like (UNMODIFIED MASK),
5121 where UNMODIFIED is the unmodified form of SYMBOL,
5122 MASK is the set of modifiers present in SYMBOL's name.
5123 This is similar to parse_modifiers_uncached, but uses the cache in
5124 SYMBOL's Qevent_symbol_element_mask property, and maintains the
5125 Qevent_symbol_elements property. */
5127 Lisp_Object
5128 parse_modifiers (symbol)
5129 Lisp_Object symbol;
5131 Lisp_Object elements;
5133 elements = Fget (symbol, Qevent_symbol_element_mask);
5134 if (CONSP (elements))
5135 return elements;
5136 else
5138 int end;
5139 int modifiers = parse_modifiers_uncached (symbol, &end);
5140 Lisp_Object unmodified;
5141 Lisp_Object mask;
5143 unmodified = Fintern (make_string (XSYMBOL (symbol)->name->data + end,
5144 STRING_BYTES (XSYMBOL (symbol)->name) - end),
5145 Qnil);
5147 if (modifiers & ~(((EMACS_INT)1 << VALBITS) - 1))
5148 abort ();
5149 XSETFASTINT (mask, modifiers);
5150 elements = Fcons (unmodified, Fcons (mask, Qnil));
5152 /* Cache the parsing results on SYMBOL. */
5153 Fput (symbol, Qevent_symbol_element_mask,
5154 elements);
5155 Fput (symbol, Qevent_symbol_elements,
5156 Fcons (unmodified, lispy_modifier_list (modifiers)));
5158 /* Since we know that SYMBOL is modifiers applied to unmodified,
5159 it would be nice to put that in unmodified's cache.
5160 But we can't, since we're not sure that parse_modifiers is
5161 canonical. */
5163 return elements;
5167 /* Apply the modifiers MODIFIERS to the symbol BASE.
5168 BASE must be unmodified.
5170 This is like apply_modifiers_uncached, but uses BASE's
5171 Qmodifier_cache property, if present. It also builds
5172 Qevent_symbol_elements properties, since it has that info anyway.
5174 apply_modifiers copies the value of BASE's Qevent_kind property to
5175 the modified symbol. */
5176 static Lisp_Object
5177 apply_modifiers (modifiers, base)
5178 int modifiers;
5179 Lisp_Object base;
5181 Lisp_Object cache, index, entry, new_symbol;
5183 /* Mask out upper bits. We don't know where this value's been. */
5184 modifiers &= ((EMACS_INT)1 << VALBITS) - 1;
5186 /* The click modifier never figures into cache indices. */
5187 cache = Fget (base, Qmodifier_cache);
5188 XSETFASTINT (index, (modifiers & ~click_modifier));
5189 entry = assq_no_quit (index, cache);
5191 if (CONSP (entry))
5192 new_symbol = XCDR (entry);
5193 else
5195 /* We have to create the symbol ourselves. */
5196 new_symbol = apply_modifiers_uncached (modifiers,
5197 XSYMBOL (base)->name->data,
5198 XSYMBOL (base)->name->size,
5199 STRING_BYTES (XSYMBOL (base)->name));
5201 /* Add the new symbol to the base's cache. */
5202 entry = Fcons (index, new_symbol);
5203 Fput (base, Qmodifier_cache, Fcons (entry, cache));
5205 /* We have the parsing info now for free, so add it to the caches. */
5206 XSETFASTINT (index, modifiers);
5207 Fput (new_symbol, Qevent_symbol_element_mask,
5208 Fcons (base, Fcons (index, Qnil)));
5209 Fput (new_symbol, Qevent_symbol_elements,
5210 Fcons (base, lispy_modifier_list (modifiers)));
5213 /* Make sure this symbol is of the same kind as BASE.
5215 You'd think we could just set this once and for all when we
5216 intern the symbol above, but reorder_modifiers may call us when
5217 BASE's property isn't set right; we can't assume that just
5218 because it has a Qmodifier_cache property it must have its
5219 Qevent_kind set right as well. */
5220 if (NILP (Fget (new_symbol, Qevent_kind)))
5222 Lisp_Object kind;
5224 kind = Fget (base, Qevent_kind);
5225 if (! NILP (kind))
5226 Fput (new_symbol, Qevent_kind, kind);
5229 return new_symbol;
5233 /* Given a symbol whose name begins with modifiers ("C-", "M-", etc),
5234 return a symbol with the modifiers placed in the canonical order.
5235 Canonical order is alphabetical, except for down and drag, which
5236 always come last. The 'click' modifier is never written out.
5238 Fdefine_key calls this to make sure that (for example) C-M-foo
5239 and M-C-foo end up being equivalent in the keymap. */
5241 Lisp_Object
5242 reorder_modifiers (symbol)
5243 Lisp_Object symbol;
5245 /* It's hopefully okay to write the code this way, since everything
5246 will soon be in caches, and no consing will be done at all. */
5247 Lisp_Object parsed;
5249 parsed = parse_modifiers (symbol);
5250 return apply_modifiers ((int) XINT (XCAR (XCDR (parsed))),
5251 XCAR (parsed));
5255 /* For handling events, we often want to produce a symbol whose name
5256 is a series of modifier key prefixes ("M-", "C-", etcetera) attached
5257 to some base, like the name of a function key or mouse button.
5258 modify_event_symbol produces symbols of this sort.
5260 NAME_TABLE should point to an array of strings, such that NAME_TABLE[i]
5261 is the name of the i'th symbol. TABLE_SIZE is the number of elements
5262 in the table.
5264 Alternatively, NAME_ALIST_OR_STEM is either an alist mapping codes
5265 into symbol names, or a string specifying a name stem used to
5266 contruct a symbol name or the form `STEM-N', where N is the decimal
5267 representation of SYMBOL_NUM. NAME_ALIST_OR_STEM is used if it is
5268 non-nil; otherwise NAME_TABLE is used.
5270 SYMBOL_TABLE should be a pointer to a Lisp_Object whose value will
5271 persist between calls to modify_event_symbol that it can use to
5272 store a cache of the symbols it's generated for this NAME_TABLE
5273 before. The object stored there may be a vector or an alist.
5275 SYMBOL_NUM is the number of the base name we want from NAME_TABLE.
5277 MODIFIERS is a set of modifier bits (as given in struct input_events)
5278 whose prefixes should be applied to the symbol name.
5280 SYMBOL_KIND is the value to be placed in the event_kind property of
5281 the returned symbol.
5283 The symbols we create are supposed to have an
5284 `event-symbol-elements' property, which lists the modifiers present
5285 in the symbol's name. */
5287 static Lisp_Object
5288 modify_event_symbol (symbol_num, modifiers, symbol_kind, name_alist_or_stem,
5289 name_table, symbol_table, table_size)
5290 int symbol_num;
5291 unsigned modifiers;
5292 Lisp_Object symbol_kind;
5293 Lisp_Object name_alist_or_stem;
5294 char **name_table;
5295 Lisp_Object *symbol_table;
5296 unsigned int table_size;
5298 Lisp_Object value;
5299 Lisp_Object symbol_int;
5301 /* Get rid of the "vendor-specific" bit here. */
5302 XSETINT (symbol_int, symbol_num & 0xffffff);
5304 /* Is this a request for a valid symbol? */
5305 if (symbol_num < 0 || symbol_num >= table_size)
5306 return Qnil;
5308 if (CONSP (*symbol_table))
5309 value = Fcdr (assq_no_quit (symbol_int, *symbol_table));
5311 /* If *symbol_table doesn't seem to be initialized properly, fix that.
5312 *symbol_table should be a lisp vector TABLE_SIZE elements long,
5313 where the Nth element is the symbol for NAME_TABLE[N], or nil if
5314 we've never used that symbol before. */
5315 else
5317 if (! VECTORP (*symbol_table)
5318 || XVECTOR (*symbol_table)->size != table_size)
5320 Lisp_Object size;
5322 XSETFASTINT (size, table_size);
5323 *symbol_table = Fmake_vector (size, Qnil);
5326 value = XVECTOR (*symbol_table)->contents[symbol_num];
5329 /* Have we already used this symbol before? */
5330 if (NILP (value))
5332 /* No; let's create it. */
5333 if (CONSP (name_alist_or_stem))
5334 value = Fcdr_safe (Fassq (symbol_int, name_alist_or_stem));
5335 else if (STRINGP (name_alist_or_stem))
5337 int len = STRING_BYTES (XSTRING (name_alist_or_stem));
5338 char *buf = (char *) alloca (len + 50);
5339 sprintf (buf, "%s-%d", XSTRING (name_alist_or_stem)->data,
5340 XINT (symbol_int) + 1);
5341 value = intern (buf);
5343 else if (name_table != 0 && name_table[symbol_num])
5344 value = intern (name_table[symbol_num]);
5346 #ifdef HAVE_WINDOW_SYSTEM
5347 if (NILP (value))
5349 char *name = x_get_keysym_name (symbol_num);
5350 if (name)
5351 value = intern (name);
5353 #endif
5355 if (NILP (value))
5357 char buf[20];
5358 sprintf (buf, "key-%d", symbol_num);
5359 value = intern (buf);
5362 if (CONSP (*symbol_table))
5363 *symbol_table = Fcons (Fcons (symbol_int, value), *symbol_table);
5364 else
5365 XVECTOR (*symbol_table)->contents[symbol_num] = value;
5367 /* Fill in the cache entries for this symbol; this also
5368 builds the Qevent_symbol_elements property, which the user
5369 cares about. */
5370 apply_modifiers (modifiers & click_modifier, value);
5371 Fput (value, Qevent_kind, symbol_kind);
5374 /* Apply modifiers to that symbol. */
5375 return apply_modifiers (modifiers, value);
5378 /* Convert a list that represents an event type,
5379 such as (ctrl meta backspace), into the usual representation of that
5380 event type as a number or a symbol. */
5382 DEFUN ("event-convert-list", Fevent_convert_list, Sevent_convert_list, 1, 1, 0,
5383 "Convert the event description list EVENT-DESC to an event type.\n\
5384 EVENT-DESC should contain one base event type (a character or symbol)\n\
5385 and zero or more modifier names (control, meta, hyper, super, shift, alt,\n\
5386 drag, down, double or triple). The base must be last.\n\
5387 The return value is an event type (a character or symbol) which\n\
5388 has the same base event type and all the specified modifiers.")
5389 (event_desc)
5390 Lisp_Object event_desc;
5392 Lisp_Object base;
5393 int modifiers = 0;
5394 Lisp_Object rest;
5396 base = Qnil;
5397 rest = event_desc;
5398 while (CONSP (rest))
5400 Lisp_Object elt;
5401 int this = 0;
5403 elt = XCAR (rest);
5404 rest = XCDR (rest);
5406 /* Given a symbol, see if it is a modifier name. */
5407 if (SYMBOLP (elt) && CONSP (rest))
5408 this = parse_solitary_modifier (elt);
5410 if (this != 0)
5411 modifiers |= this;
5412 else if (!NILP (base))
5413 error ("Two bases given in one event");
5414 else
5415 base = elt;
5419 /* Let the symbol A refer to the character A. */
5420 if (SYMBOLP (base) && XSYMBOL (base)->name->size == 1)
5421 XSETINT (base, XSYMBOL (base)->name->data[0]);
5423 if (INTEGERP (base))
5425 /* Turn (shift a) into A. */
5426 if ((modifiers & shift_modifier) != 0
5427 && (XINT (base) >= 'a' && XINT (base) <= 'z'))
5429 XSETINT (base, XINT (base) - ('a' - 'A'));
5430 modifiers &= ~shift_modifier;
5433 /* Turn (control a) into C-a. */
5434 if (modifiers & ctrl_modifier)
5435 return make_number ((modifiers & ~ctrl_modifier)
5436 | make_ctrl_char (XINT (base)));
5437 else
5438 return make_number (modifiers | XINT (base));
5440 else if (SYMBOLP (base))
5441 return apply_modifiers (modifiers, base);
5442 else
5443 error ("Invalid base event");
5446 /* Try to recognize SYMBOL as a modifier name.
5447 Return the modifier flag bit, or 0 if not recognized. */
5449 static int
5450 parse_solitary_modifier (symbol)
5451 Lisp_Object symbol;
5453 struct Lisp_String *name = XSYMBOL (symbol)->name;
5455 switch (name->data[0])
5457 #define SINGLE_LETTER_MOD(BIT) \
5458 if (STRING_BYTES (name) == 1) \
5459 return BIT;
5461 #define MULTI_LETTER_MOD(BIT, NAME, LEN) \
5462 if (LEN == STRING_BYTES (name) \
5463 && ! strncmp (name->data, NAME, LEN)) \
5464 return BIT;
5466 case 'A':
5467 SINGLE_LETTER_MOD (alt_modifier);
5468 break;
5470 case 'a':
5471 MULTI_LETTER_MOD (alt_modifier, "alt", 3);
5472 break;
5474 case 'C':
5475 SINGLE_LETTER_MOD (ctrl_modifier);
5476 break;
5478 case 'c':
5479 MULTI_LETTER_MOD (ctrl_modifier, "ctrl", 4);
5480 MULTI_LETTER_MOD (ctrl_modifier, "control", 7);
5481 break;
5483 case 'H':
5484 SINGLE_LETTER_MOD (hyper_modifier);
5485 break;
5487 case 'h':
5488 MULTI_LETTER_MOD (hyper_modifier, "hyper", 5);
5489 break;
5491 case 'M':
5492 SINGLE_LETTER_MOD (meta_modifier);
5493 break;
5495 case 'm':
5496 MULTI_LETTER_MOD (meta_modifier, "meta", 4);
5497 break;
5499 case 'S':
5500 SINGLE_LETTER_MOD (shift_modifier);
5501 break;
5503 case 's':
5504 MULTI_LETTER_MOD (shift_modifier, "shift", 5);
5505 MULTI_LETTER_MOD (super_modifier, "super", 5);
5506 SINGLE_LETTER_MOD (super_modifier);
5507 break;
5509 case 'd':
5510 MULTI_LETTER_MOD (drag_modifier, "drag", 4);
5511 MULTI_LETTER_MOD (down_modifier, "down", 4);
5512 MULTI_LETTER_MOD (double_modifier, "double", 6);
5513 break;
5515 case 't':
5516 MULTI_LETTER_MOD (triple_modifier, "triple", 6);
5517 break;
5519 #undef SINGLE_LETTER_MOD
5520 #undef MULTI_LETTER_MOD
5523 return 0;
5526 /* Return 1 if EVENT is a list whose elements are all integers or symbols.
5527 Such a list is not valid as an event,
5528 but it can be a Lucid-style event type list. */
5531 lucid_event_type_list_p (object)
5532 Lisp_Object object;
5534 Lisp_Object tail;
5536 if (! CONSP (object))
5537 return 0;
5539 for (tail = object; CONSP (tail); tail = XCDR (tail))
5541 Lisp_Object elt;
5542 elt = XCAR (tail);
5543 if (! (INTEGERP (elt) || SYMBOLP (elt)))
5544 return 0;
5547 return NILP (tail);
5550 /* Store into *addr a value nonzero if terminal input chars are available.
5551 Serves the purpose of ioctl (0, FIONREAD, addr)
5552 but works even if FIONREAD does not exist.
5553 (In fact, this may actually read some input.)
5555 If DO_TIMERS_NOW is nonzero, actually run timer events that are ripe. */
5557 static void
5558 get_input_pending (addr, do_timers_now)
5559 int *addr;
5560 int do_timers_now;
5562 /* First of all, have we already counted some input? */
5563 *addr = !NILP (Vquit_flag) || readable_events (do_timers_now);
5565 /* If input is being read as it arrives, and we have none, there is none. */
5566 if (*addr > 0 || (interrupt_input && ! interrupts_deferred))
5567 return;
5569 /* Try to read some input and see how much we get. */
5570 gobble_input (0);
5571 *addr = !NILP (Vquit_flag) || readable_events (do_timers_now);
5574 /* Interface to read_avail_input, blocking SIGIO or SIGALRM if necessary. */
5576 void
5577 gobble_input (expected)
5578 int expected;
5580 #ifndef VMS
5581 #ifdef SIGIO
5582 if (interrupt_input)
5584 SIGMASKTYPE mask;
5585 mask = sigblock (sigmask (SIGIO));
5586 read_avail_input (expected);
5587 sigsetmask (mask);
5589 else
5590 #ifdef POLL_FOR_INPUT
5591 if (read_socket_hook && !interrupt_input && poll_suppress_count == 0)
5593 SIGMASKTYPE mask;
5594 mask = sigblock (sigmask (SIGALRM));
5595 read_avail_input (expected);
5596 sigsetmask (mask);
5598 else
5599 #endif
5600 #endif
5601 read_avail_input (expected);
5602 #endif
5605 /* Put a buffer_switch_event in the buffer
5606 so that read_key_sequence will notice the new current buffer. */
5608 void
5609 record_asynch_buffer_change ()
5611 struct input_event event;
5612 Lisp_Object tem;
5614 event.kind = buffer_switch_event;
5615 event.frame_or_window = Qnil;
5617 #ifdef subprocesses
5618 /* We don't need a buffer-switch event unless Emacs is waiting for input.
5619 The purpose of the event is to make read_key_sequence look up the
5620 keymaps again. If we aren't in read_key_sequence, we don't need one,
5621 and the event could cause trouble by messing up (input-pending-p). */
5622 tem = Fwaiting_for_user_input_p ();
5623 if (NILP (tem))
5624 return;
5625 #else
5626 /* We never need these events if we have no asynchronous subprocesses. */
5627 return;
5628 #endif
5630 /* Make sure no interrupt happens while storing the event. */
5631 #ifdef SIGIO
5632 if (interrupt_input)
5634 SIGMASKTYPE mask;
5635 mask = sigblock (sigmask (SIGIO));
5636 kbd_buffer_store_event (&event);
5637 sigsetmask (mask);
5639 else
5640 #endif
5642 stop_polling ();
5643 kbd_buffer_store_event (&event);
5644 start_polling ();
5648 #ifndef VMS
5650 /* Read any terminal input already buffered up by the system
5651 into the kbd_buffer, but do not wait.
5653 EXPECTED should be nonzero if the caller knows there is some input.
5655 Except on VMS, all input is read by this function.
5656 If interrupt_input is nonzero, this function MUST be called
5657 only when SIGIO is blocked.
5659 Returns the number of keyboard chars read, or -1 meaning
5660 this is a bad time to try to read input. */
5662 static int
5663 read_avail_input (expected)
5664 int expected;
5666 struct input_event buf[KBD_BUFFER_SIZE];
5667 register int i;
5668 int nread;
5670 if (read_socket_hook)
5671 /* No need for FIONREAD or fcntl; just say don't wait. */
5672 nread = (*read_socket_hook) (input_fd, buf, KBD_BUFFER_SIZE, expected);
5673 else
5675 /* Using KBD_BUFFER_SIZE - 1 here avoids reading more than
5676 the kbd_buffer can really hold. That may prevent loss
5677 of characters on some systems when input is stuffed at us. */
5678 unsigned char cbuf[KBD_BUFFER_SIZE - 1];
5679 int n_to_read;
5681 /* Determine how many characters we should *try* to read. */
5682 #ifdef WINDOWSNT
5683 return 0;
5684 #else /* not WINDOWSNT */
5685 #ifdef MSDOS
5686 n_to_read = dos_keysns ();
5687 if (n_to_read == 0)
5688 return 0;
5689 #else /* not MSDOS */
5690 #ifdef FIONREAD
5691 /* Find out how much input is available. */
5692 if (ioctl (input_fd, FIONREAD, &n_to_read) < 0)
5693 /* Formerly simply reported no input, but that sometimes led to
5694 a failure of Emacs to terminate.
5695 SIGHUP seems appropriate if we can't reach the terminal. */
5696 /* ??? Is it really right to send the signal just to this process
5697 rather than to the whole process group?
5698 Perhaps on systems with FIONREAD Emacs is alone in its group. */
5699 kill (getpid (), SIGHUP);
5700 if (n_to_read == 0)
5701 return 0;
5702 if (n_to_read > sizeof cbuf)
5703 n_to_read = sizeof cbuf;
5704 #else /* no FIONREAD */
5705 #if defined (USG) || defined (DGUX)
5706 /* Read some input if available, but don't wait. */
5707 n_to_read = sizeof cbuf;
5708 fcntl (input_fd, F_SETFL, O_NDELAY);
5709 #else
5710 you lose;
5711 #endif
5712 #endif
5713 #endif /* not MSDOS */
5714 #endif /* not WINDOWSNT */
5716 /* Now read; for one reason or another, this will not block.
5717 NREAD is set to the number of chars read. */
5720 #ifdef MSDOS
5721 cbuf[0] = dos_keyread ();
5722 nread = 1;
5723 #else
5724 nread = emacs_read (input_fd, cbuf, n_to_read);
5725 #endif
5726 /* POSIX infers that processes which are not in the session leader's
5727 process group won't get SIGHUP's at logout time. BSDI adheres to
5728 this part standard and returns -1 from read (0) with errno==EIO
5729 when the control tty is taken away.
5730 Jeffrey Honig <jch@bsdi.com> says this is generally safe. */
5731 if (nread == -1 && errno == EIO)
5732 kill (0, SIGHUP);
5733 #if defined (AIX) && (! defined (aix386) && defined (_BSD))
5734 /* The kernel sometimes fails to deliver SIGHUP for ptys.
5735 This looks incorrect, but it isn't, because _BSD causes
5736 O_NDELAY to be defined in fcntl.h as O_NONBLOCK,
5737 and that causes a value other than 0 when there is no input. */
5738 if (nread == 0)
5739 kill (0, SIGHUP);
5740 #endif
5742 while (
5743 /* We used to retry the read if it was interrupted.
5744 But this does the wrong thing when O_NDELAY causes
5745 an EAGAIN error. Does anybody know of a situation
5746 where a retry is actually needed? */
5747 #if 0
5748 nread < 0 && (errno == EAGAIN
5749 #ifdef EFAULT
5750 || errno == EFAULT
5751 #endif
5752 #ifdef EBADSLT
5753 || errno == EBADSLT
5754 #endif
5756 #else
5758 #endif
5761 #ifndef FIONREAD
5762 #if defined (USG) || defined (DGUX)
5763 fcntl (input_fd, F_SETFL, 0);
5764 #endif /* USG or DGUX */
5765 #endif /* no FIONREAD */
5766 for (i = 0; i < nread; i++)
5768 buf[i].kind = ascii_keystroke;
5769 buf[i].modifiers = 0;
5770 if (meta_key == 1 && (cbuf[i] & 0x80))
5771 buf[i].modifiers = meta_modifier;
5772 if (meta_key != 2)
5773 cbuf[i] &= ~0x80;
5775 buf[i].code = cbuf[i];
5776 buf[i].frame_or_window = selected_frame;
5780 /* Scan the chars for C-g and store them in kbd_buffer. */
5781 for (i = 0; i < nread; i++)
5783 kbd_buffer_store_event (&buf[i]);
5784 /* Don't look at input that follows a C-g too closely.
5785 This reduces lossage due to autorepeat on C-g. */
5786 if (buf[i].kind == ascii_keystroke
5787 && buf[i].code == quit_char)
5788 break;
5791 return nread;
5793 #endif /* not VMS */
5795 #ifdef SIGIO /* for entire page */
5796 /* Note SIGIO has been undef'd if FIONREAD is missing. */
5798 SIGTYPE
5799 input_available_signal (signo)
5800 int signo;
5802 /* Must preserve main program's value of errno. */
5803 int old_errno = errno;
5804 #ifdef BSD4_1
5805 extern int select_alarmed;
5806 #endif
5808 #if defined (USG) && !defined (POSIX_SIGNALS)
5809 /* USG systems forget handlers when they are used;
5810 must reestablish each time */
5811 signal (signo, input_available_signal);
5812 #endif /* USG */
5814 #ifdef BSD4_1
5815 sigisheld (SIGIO);
5816 #endif
5818 if (input_available_clear_time)
5819 EMACS_SET_SECS_USECS (*input_available_clear_time, 0, 0);
5821 while (1)
5823 int nread;
5824 nread = read_avail_input (1);
5825 /* -1 means it's not ok to read the input now.
5826 UNBLOCK_INPUT will read it later; now, avoid infinite loop.
5827 0 means there was no keyboard input available. */
5828 if (nread <= 0)
5829 break;
5831 #ifdef BSD4_1
5832 select_alarmed = 1; /* Force the select emulator back to life */
5833 #endif
5836 #ifdef BSD4_1
5837 sigfree ();
5838 #endif
5839 errno = old_errno;
5841 #endif /* SIGIO */
5843 /* Send ourselves a SIGIO.
5845 This function exists so that the UNBLOCK_INPUT macro in
5846 blockinput.h can have some way to take care of input we put off
5847 dealing with, without assuming that every file which uses
5848 UNBLOCK_INPUT also has #included the files necessary to get SIGIO. */
5849 void
5850 reinvoke_input_signal ()
5852 #ifdef SIGIO
5853 kill (getpid (), SIGIO);
5854 #endif
5859 /* Return the prompt-string of a sparse keymap.
5860 This is the first element which is a string.
5861 Return nil if there is none. */
5863 Lisp_Object
5864 map_prompt (map)
5865 Lisp_Object map;
5867 while (CONSP (map))
5869 register Lisp_Object tem;
5870 tem = Fcar (map);
5871 if (STRINGP (tem))
5872 return tem;
5873 map = Fcdr (map);
5875 return Qnil;
5878 static void menu_bar_item ();
5879 static void menu_bar_one_keymap ();
5881 /* These variables hold the vector under construction within
5882 menu_bar_items and its subroutines, and the current index
5883 for storing into that vector. */
5884 static Lisp_Object menu_bar_items_vector;
5885 static int menu_bar_items_index;
5887 /* Return a vector of menu items for a menu bar, appropriate
5888 to the current buffer. Each item has three elements in the vector:
5889 KEY STRING MAPLIST.
5891 OLD is an old vector we can optionally reuse, or nil. */
5893 Lisp_Object
5894 menu_bar_items (old)
5895 Lisp_Object old;
5897 /* The number of keymaps we're scanning right now, and the number of
5898 keymaps we have allocated space for. */
5899 int nmaps;
5901 /* maps[0..nmaps-1] are the prefix definitions of KEYBUF[0..t-1]
5902 in the current keymaps, or nil where it is not a prefix. */
5903 Lisp_Object *maps;
5905 Lisp_Object def, tem, tail;
5907 Lisp_Object result;
5909 int mapno;
5910 Lisp_Object oquit;
5912 int i;
5914 struct gcpro gcpro1;
5916 /* In order to build the menus, we need to call the keymap
5917 accessors. They all call QUIT. But this function is called
5918 during redisplay, during which a quit is fatal. So inhibit
5919 quitting while building the menus.
5920 We do this instead of specbind because (1) errors will clear it anyway
5921 and (2) this avoids risk of specpdl overflow. */
5922 oquit = Vinhibit_quit;
5923 Vinhibit_quit = Qt;
5925 if (!NILP (old))
5926 menu_bar_items_vector = old;
5927 else
5928 menu_bar_items_vector = Fmake_vector (make_number (24), Qnil);
5929 menu_bar_items_index = 0;
5931 GCPRO1 (menu_bar_items_vector);
5933 /* Build our list of keymaps.
5934 If we recognize a function key and replace its escape sequence in
5935 keybuf with its symbol, or if the sequence starts with a mouse
5936 click and we need to switch buffers, we jump back here to rebuild
5937 the initial keymaps from the current buffer. */
5939 Lisp_Object *tmaps;
5941 /* Should overriding-terminal-local-map and overriding-local-map apply? */
5942 if (!NILP (Voverriding_local_map_menu_flag))
5944 /* Yes, use them (if non-nil) as well as the global map. */
5945 maps = (Lisp_Object *) alloca (3 * sizeof (maps[0]));
5946 nmaps = 0;
5947 if (!NILP (current_kboard->Voverriding_terminal_local_map))
5948 maps[nmaps++] = current_kboard->Voverriding_terminal_local_map;
5949 if (!NILP (Voverriding_local_map))
5950 maps[nmaps++] = Voverriding_local_map;
5952 else
5954 /* No, so use major and minor mode keymaps. */
5955 nmaps = current_minor_maps (NULL, &tmaps);
5956 maps = (Lisp_Object *) alloca ((nmaps + 2) * sizeof (maps[0]));
5957 bcopy (tmaps, maps, nmaps * sizeof (maps[0]));
5958 maps[nmaps++] = get_local_map (PT, current_buffer);
5960 maps[nmaps++] = current_global_map;
5963 /* Look up in each map the dummy prefix key `menu-bar'. */
5965 result = Qnil;
5967 for (mapno = nmaps - 1; mapno >= 0; mapno--)
5969 if (! NILP (maps[mapno]))
5970 def = get_keyelt (access_keymap (maps[mapno], Qmenu_bar, 1, 0), 0);
5971 else
5972 def = Qnil;
5974 tem = Fkeymapp (def);
5975 if (!NILP (tem))
5976 menu_bar_one_keymap (def);
5979 /* Move to the end those items that should be at the end. */
5981 for (tail = Vmenu_bar_final_items; CONSP (tail); tail = XCDR (tail))
5983 int i;
5984 int end = menu_bar_items_index;
5986 for (i = 0; i < end; i += 4)
5987 if (EQ (XCAR (tail), XVECTOR (menu_bar_items_vector)->contents[i]))
5989 Lisp_Object tem0, tem1, tem2, tem3;
5990 /* Move the item at index I to the end,
5991 shifting all the others forward. */
5992 tem0 = XVECTOR (menu_bar_items_vector)->contents[i + 0];
5993 tem1 = XVECTOR (menu_bar_items_vector)->contents[i + 1];
5994 tem2 = XVECTOR (menu_bar_items_vector)->contents[i + 2];
5995 tem3 = XVECTOR (menu_bar_items_vector)->contents[i + 3];
5996 if (end > i + 4)
5997 bcopy (&XVECTOR (menu_bar_items_vector)->contents[i + 4],
5998 &XVECTOR (menu_bar_items_vector)->contents[i],
5999 (end - i - 4) * sizeof (Lisp_Object));
6000 XVECTOR (menu_bar_items_vector)->contents[end - 4] = tem0;
6001 XVECTOR (menu_bar_items_vector)->contents[end - 3] = tem1;
6002 XVECTOR (menu_bar_items_vector)->contents[end - 2] = tem2;
6003 XVECTOR (menu_bar_items_vector)->contents[end - 1] = tem3;
6004 break;
6008 /* Add nil, nil, nil, nil at the end. */
6009 i = menu_bar_items_index;
6010 if (i + 4 > XVECTOR (menu_bar_items_vector)->size)
6012 Lisp_Object tem;
6013 tem = Fmake_vector (make_number (2 * i), Qnil);
6014 bcopy (XVECTOR (menu_bar_items_vector)->contents,
6015 XVECTOR (tem)->contents, i * sizeof (Lisp_Object));
6016 menu_bar_items_vector = tem;
6018 /* Add this item. */
6019 XVECTOR (menu_bar_items_vector)->contents[i++] = Qnil;
6020 XVECTOR (menu_bar_items_vector)->contents[i++] = Qnil;
6021 XVECTOR (menu_bar_items_vector)->contents[i++] = Qnil;
6022 XVECTOR (menu_bar_items_vector)->contents[i++] = Qnil;
6023 menu_bar_items_index = i;
6025 Vinhibit_quit = oquit;
6026 UNGCPRO;
6027 return menu_bar_items_vector;
6030 /* Scan one map KEYMAP, accumulating any menu items it defines
6031 in menu_bar_items_vector. */
6033 static Lisp_Object menu_bar_one_keymap_changed_items;
6035 static void
6036 menu_bar_one_keymap (keymap)
6037 Lisp_Object keymap;
6039 Lisp_Object tail, item;
6041 menu_bar_one_keymap_changed_items = Qnil;
6043 /* Loop over all keymap entries that have menu strings. */
6044 for (tail = keymap; CONSP (tail); tail = XCDR (tail))
6046 item = XCAR (tail);
6047 if (CONSP (item))
6048 menu_bar_item (XCAR (item), XCDR (item));
6049 else if (VECTORP (item))
6051 /* Loop over the char values represented in the vector. */
6052 int len = XVECTOR (item)->size;
6053 int c;
6054 for (c = 0; c < len; c++)
6056 Lisp_Object character;
6057 XSETFASTINT (character, c);
6058 menu_bar_item (character, XVECTOR (item)->contents[c]);
6064 /* Add one item to menu_bar_items_vector, for KEY, ITEM_STRING and DEF.
6065 If there's already an item for KEY, add this DEF to it. */
6067 Lisp_Object item_properties;
6069 static void
6070 menu_bar_item (key, item)
6071 Lisp_Object key, item;
6073 struct gcpro gcpro1;
6074 int i;
6075 Lisp_Object tem;
6077 if (EQ (item, Qundefined))
6079 /* If a map has an explicit `undefined' as definition,
6080 discard any previously made menu bar item. */
6082 for (i = 0; i < menu_bar_items_index; i += 4)
6083 if (EQ (key, XVECTOR (menu_bar_items_vector)->contents[i]))
6085 if (menu_bar_items_index > i + 4)
6086 bcopy (&XVECTOR (menu_bar_items_vector)->contents[i + 4],
6087 &XVECTOR (menu_bar_items_vector)->contents[i],
6088 (menu_bar_items_index - i - 4) * sizeof (Lisp_Object));
6089 menu_bar_items_index -= 4;
6090 return;
6093 /* If there's no definition for this key yet,
6094 just ignore `undefined'. */
6095 return;
6098 GCPRO1 (key); /* Is this necessary? */
6099 i = parse_menu_item (item, 0, 1);
6100 UNGCPRO;
6101 if (!i)
6102 return;
6104 /* If this keymap has already contributed to this KEY,
6105 don't contribute to it a second time. */
6106 tem = Fmemq (key, menu_bar_one_keymap_changed_items);
6107 if (!NILP (tem))
6108 return;
6110 menu_bar_one_keymap_changed_items
6111 = Fcons (key, menu_bar_one_keymap_changed_items);
6113 item = XVECTOR (item_properties)->contents[ITEM_PROPERTY_DEF];
6115 /* Find any existing item for this KEY. */
6116 for (i = 0; i < menu_bar_items_index; i += 4)
6117 if (EQ (key, XVECTOR (menu_bar_items_vector)->contents[i]))
6118 break;
6120 /* If we did not find this KEY, add it at the end. */
6121 if (i == menu_bar_items_index)
6123 /* If vector is too small, get a bigger one. */
6124 if (i + 4 > XVECTOR (menu_bar_items_vector)->size)
6126 Lisp_Object tem;
6127 tem = Fmake_vector (make_number (2 * i), Qnil);
6128 bcopy (XVECTOR (menu_bar_items_vector)->contents,
6129 XVECTOR (tem)->contents, i * sizeof (Lisp_Object));
6130 menu_bar_items_vector = tem;
6133 /* Add this item. */
6134 XVECTOR (menu_bar_items_vector)->contents[i++] = key;
6135 XVECTOR (menu_bar_items_vector)->contents[i++]
6136 = XVECTOR (item_properties)->contents[ITEM_PROPERTY_NAME];
6137 XVECTOR (menu_bar_items_vector)->contents[i++] = Fcons (item, Qnil);
6138 XVECTOR (menu_bar_items_vector)->contents[i++] = make_number (0);
6139 menu_bar_items_index = i;
6141 /* We did find an item for this KEY. Add ITEM to its list of maps. */
6142 else
6144 Lisp_Object old;
6145 old = XVECTOR (menu_bar_items_vector)->contents[i + 2];
6146 XVECTOR (menu_bar_items_vector)->contents[i + 2] = Fcons (item, old);
6150 /* This is used as the handler when calling menu_item_eval_property. */
6151 static Lisp_Object
6152 menu_item_eval_property_1 (arg)
6153 Lisp_Object arg;
6155 /* If we got a quit from within the menu computation,
6156 quit all the way out of it. This takes care of C-] in the debugger. */
6157 if (CONSP (arg) && EQ (XCAR (arg), Qquit))
6158 Fsignal (Qquit, Qnil);
6160 return Qnil;
6163 /* Evaluate an expression and return the result (or nil if something
6164 went wrong). Used to evaluate dynamic parts of menu items. */
6165 Lisp_Object
6166 menu_item_eval_property (sexpr)
6167 Lisp_Object sexpr;
6169 int count = specpdl_ptr - specpdl;
6170 Lisp_Object val;
6171 specbind (Qinhibit_redisplay, Qt);
6172 val = internal_condition_case_1 (Feval, sexpr, Qerror,
6173 menu_item_eval_property_1);
6174 return unbind_to (count, val);
6177 /* This function parses a menu item and leaves the result in the
6178 vector item_properties.
6179 ITEM is a key binding, a possible menu item.
6180 If NOTREAL is nonzero, only check for equivalent key bindings, don't
6181 evaluate dynamic expressions in the menu item.
6182 INMENUBAR is > 0 when this is considered for an entry in a menu bar
6183 top level.
6184 INMENUBAR is < 0 when this is considered for an entry in a keyboard menu.
6185 parse_menu_item returns true if the item is a menu item and false
6186 otherwise. */
6189 parse_menu_item (item, notreal, inmenubar)
6190 Lisp_Object item;
6191 int notreal, inmenubar;
6193 Lisp_Object def, tem, item_string, start;
6194 Lisp_Object cachelist;
6195 Lisp_Object filter;
6196 Lisp_Object keyhint;
6197 int i;
6198 int newcache = 0;
6200 cachelist = Qnil;
6201 filter = Qnil;
6202 keyhint = Qnil;
6204 if (!CONSP (item))
6205 return 0;
6207 /* Create item_properties vector if necessary. */
6208 if (NILP (item_properties))
6209 item_properties
6210 = Fmake_vector (make_number (ITEM_PROPERTY_ENABLE + 1), Qnil);
6212 /* Initialize optional entries. */
6213 for (i = ITEM_PROPERTY_DEF; i < ITEM_PROPERTY_ENABLE; i++)
6214 XVECTOR (item_properties)->contents[i] = Qnil;
6215 XVECTOR (item_properties)->contents[ITEM_PROPERTY_ENABLE] = Qt;
6217 /* Save the item here to protect it from GC. */
6218 XVECTOR (item_properties)->contents[ITEM_PROPERTY_ITEM] = item;
6220 item_string = XCAR (item);
6222 start = item;
6223 item = XCDR (item);
6224 if (STRINGP (item_string))
6226 /* Old format menu item. */
6227 XVECTOR (item_properties)->contents[ITEM_PROPERTY_NAME] = item_string;
6229 /* Maybe help string. */
6230 if (CONSP (item) && STRINGP (XCAR (item)))
6232 XVECTOR (item_properties)->contents[ITEM_PROPERTY_HELP]
6233 = XCAR (item);
6234 start = item;
6235 item = XCDR (item);
6238 /* Maybee key binding cache. */
6239 if (CONSP (item) && CONSP (XCAR (item))
6240 && (NILP (XCAR (XCAR (item)))
6241 || VECTORP (XCAR (XCAR (item)))))
6243 cachelist = XCAR (item);
6244 item = XCDR (item);
6247 /* This is the real definition--the function to run. */
6248 XVECTOR (item_properties)->contents[ITEM_PROPERTY_DEF] = item;
6250 /* Get enable property, if any. */
6251 if (SYMBOLP (item))
6253 tem = Fget (item, Qmenu_enable);
6254 if (!NILP (tem))
6255 XVECTOR (item_properties)->contents[ITEM_PROPERTY_ENABLE] = tem;
6258 else if (EQ (item_string, Qmenu_item) && CONSP (item))
6260 /* New format menu item. */
6261 XVECTOR (item_properties)->contents[ITEM_PROPERTY_NAME]
6262 = XCAR (item);
6263 start = XCDR (item);
6264 if (CONSP (start))
6266 /* We have a real binding. */
6267 XVECTOR (item_properties)->contents[ITEM_PROPERTY_DEF]
6268 = XCAR (start);
6270 item = XCDR (start);
6271 /* Is there a cache list with key equivalences. */
6272 if (CONSP (item) && CONSP (XCAR (item)))
6274 cachelist = XCAR (item);
6275 item = XCDR (item);
6278 /* Parse properties. */
6279 while (CONSP (item) && CONSP (XCDR (item)))
6281 tem = XCAR (item);
6282 item = XCDR (item);
6284 if (EQ (tem, QCenable))
6285 XVECTOR (item_properties)->contents[ITEM_PROPERTY_ENABLE]
6286 = XCAR (item);
6287 else if (EQ (tem, QCvisible) && !notreal)
6289 /* If got a visible property and that evaluates to nil
6290 then ignore this item. */
6291 tem = menu_item_eval_property (XCAR (item));
6292 if (NILP (tem))
6293 return 0;
6295 else if (EQ (tem, QChelp))
6296 XVECTOR (item_properties)->contents[ITEM_PROPERTY_HELP]
6297 = XCAR (item);
6298 else if (EQ (tem, QCfilter))
6299 filter = item;
6300 else if (EQ (tem, QCkey_sequence))
6302 tem = XCAR (item);
6303 if (NILP (cachelist)
6304 && (SYMBOLP (tem) || STRINGP (tem) || VECTORP (tem)))
6305 /* Be GC protected. Set keyhint to item instead of tem. */
6306 keyhint = item;
6308 else if (EQ (tem, QCkeys))
6310 tem = XCAR (item);
6311 if (CONSP (tem) || (STRINGP (tem) && NILP (cachelist)))
6312 XVECTOR (item_properties)->contents[ITEM_PROPERTY_KEYEQ]
6313 = tem;
6315 else if (EQ (tem, QCbutton) && CONSP (XCAR (item)))
6317 Lisp_Object type;
6318 tem = XCAR (item);
6319 type = XCAR (tem);
6320 if (EQ (type, QCtoggle) || EQ (type, QCradio))
6322 XVECTOR (item_properties)->contents[ITEM_PROPERTY_SELECTED]
6323 = XCDR (tem);
6324 XVECTOR (item_properties)->contents[ITEM_PROPERTY_TYPE]
6325 = type;
6328 item = XCDR (item);
6331 else if (inmenubar || !NILP (start))
6332 return 0;
6334 else
6335 return 0; /* not a menu item */
6337 /* If item string is not a string, evaluate it to get string.
6338 If we don't get a string, skip this item. */
6339 item_string = XVECTOR (item_properties)->contents[ITEM_PROPERTY_NAME];
6340 if (!(STRINGP (item_string) || notreal))
6342 item_string = menu_item_eval_property (item_string);
6343 if (!STRINGP (item_string))
6344 return 0;
6345 XVECTOR (item_properties)->contents[ITEM_PROPERTY_NAME] = item_string;
6348 /* If got a filter apply it on definition. */
6349 def = XVECTOR (item_properties)->contents[ITEM_PROPERTY_DEF];
6350 if (!NILP (filter))
6352 def = menu_item_eval_property (list2 (XCAR (filter),
6353 list2 (Qquote, def)));
6355 XVECTOR (item_properties)->contents[ITEM_PROPERTY_DEF] = def;
6358 /* If we got no definition, this item is just unselectable text which
6359 is OK in a submenu but not in the menubar. */
6360 if (NILP (def))
6361 return (inmenubar ? 0 : 1);
6363 /* Enable or disable selection of item. */
6364 tem = XVECTOR (item_properties)->contents[ITEM_PROPERTY_ENABLE];
6365 if (!EQ (tem, Qt))
6367 if (notreal)
6368 tem = Qt;
6369 else
6370 tem = menu_item_eval_property (tem);
6371 if (inmenubar && NILP (tem))
6372 return 0; /* Ignore disabled items in menu bar. */
6373 XVECTOR (item_properties)->contents[ITEM_PROPERTY_ENABLE] = tem;
6376 /* See if this is a separate pane or a submenu. */
6377 def = XVECTOR (item_properties)->contents[ITEM_PROPERTY_DEF];
6378 tem = get_keymap_1 (def, 0, 1);
6379 /* For a subkeymap, just record its details and exit. */
6380 if (!NILP (tem))
6382 XVECTOR (item_properties)->contents[ITEM_PROPERTY_MAP] = tem;
6383 XVECTOR (item_properties)->contents[ITEM_PROPERTY_DEF] = tem;
6384 return 1;
6386 /* At the top level in the menu bar, do likewise for commands also.
6387 The menu bar does not display equivalent key bindings anyway.
6388 ITEM_PROPERTY_DEF is already set up properly. */
6389 if (inmenubar > 0)
6390 return 1;
6392 /* This is a command. See if there is an equivalent key binding. */
6393 if (NILP (cachelist))
6395 /* We have to create a cachelist. */
6396 CHECK_IMPURE (start);
6397 XCDR (start) = Fcons (Fcons (Qnil, Qnil), XCDR (start));
6398 cachelist = XCAR (XCDR (start));
6399 newcache = 1;
6400 tem = XVECTOR (item_properties)->contents[ITEM_PROPERTY_KEYEQ];
6401 if (!NILP (keyhint))
6403 XCAR (cachelist) = XCAR (keyhint);
6404 newcache = 0;
6406 else if (STRINGP (tem))
6408 XCDR (cachelist) = Fsubstitute_command_keys (tem);
6409 XCAR (cachelist) = Qt;
6412 tem = XCAR (cachelist);
6413 if (!EQ (tem, Qt))
6415 int chkcache = 0;
6416 Lisp_Object prefix;
6418 if (!NILP (tem))
6419 tem = Fkey_binding (tem, Qnil);
6421 prefix = XVECTOR (item_properties)->contents[ITEM_PROPERTY_KEYEQ];
6422 if (CONSP (prefix))
6424 def = XCAR (prefix);
6425 prefix = XCDR (prefix);
6427 else
6428 def = XVECTOR (item_properties)->contents[ITEM_PROPERTY_DEF];
6430 if (NILP (XCAR (cachelist))) /* Have no saved key. */
6432 if (newcache /* Always check first time. */
6433 /* Should we check everything when precomputing key
6434 bindings? */
6435 /* || notreal */
6436 /* If something had no key binding before, don't recheck it
6437 because that is too slow--except if we have a list of
6438 rebound commands in Vdefine_key_rebound_commands, do
6439 recheck any command that appears in that list. */
6440 || (CONSP (Vdefine_key_rebound_commands)
6441 && !NILP (Fmemq (def, Vdefine_key_rebound_commands))))
6442 chkcache = 1;
6444 /* We had a saved key. Is it still bound to the command? */
6445 else if (NILP (tem)
6446 || (!EQ (tem, def)
6447 /* If the command is an alias for another
6448 (such as lmenu.el set it up), check if the
6449 original command matches the cached command. */
6450 && !(SYMBOLP (def) && EQ (tem, XSYMBOL (def)->function))))
6451 chkcache = 1; /* Need to recompute key binding. */
6453 if (chkcache)
6455 /* Recompute equivalent key binding. If the command is an alias
6456 for another (such as lmenu.el set it up), see if the original
6457 command name has equivalent keys. Otherwise look up the
6458 specified command itself. We don't try both, because that
6459 makes lmenu menus slow. */
6460 if (SYMBOLP (def) && SYMBOLP (XSYMBOL (def)->function)
6461 && ! NILP (Fget (def, Qmenu_alias)))
6462 def = XSYMBOL (def)->function;
6463 tem = Fwhere_is_internal (def, Qnil, Qt, Qnil);
6464 XCAR (cachelist) = tem;
6465 if (NILP (tem))
6467 XCDR (cachelist) = Qnil;
6468 chkcache = 0;
6471 else if (!NILP (keyhint) && !NILP (XCAR (cachelist)))
6473 tem = XCAR (cachelist);
6474 chkcache = 1;
6477 newcache = chkcache;
6478 if (chkcache)
6480 tem = Fkey_description (tem);
6481 if (CONSP (prefix))
6483 if (STRINGP (XCAR (prefix)))
6484 tem = concat2 (XCAR (prefix), tem);
6485 if (STRINGP (XCDR (prefix)))
6486 tem = concat2 (tem, XCDR (prefix));
6488 XCDR (cachelist) = tem;
6492 tem = XCDR (cachelist);
6493 if (newcache && !NILP (tem))
6495 tem = concat3 (build_string (" ("), tem, build_string (")"));
6496 XCDR (cachelist) = tem;
6499 /* If we only want to precompute equivalent key bindings, stop here. */
6500 if (notreal)
6501 return 1;
6503 /* If we have an equivalent key binding, use that. */
6504 XVECTOR (item_properties)->contents[ITEM_PROPERTY_KEYEQ] = tem;
6506 /* Include this when menu help is implemented.
6507 tem = XVECTOR (item_properties)->contents[ITEM_PROPERTY_HELP];
6508 if (!(NILP (tem) || STRINGP (tem)))
6510 tem = menu_item_eval_property (tem);
6511 if (!STRINGP (tem))
6512 tem = Qnil;
6513 XVECTOR (item_properties)->contents[ITEM_PROPERTY_HELP] = tem;
6517 /* Handle radio buttons or toggle boxes. */
6518 tem = XVECTOR (item_properties)->contents[ITEM_PROPERTY_SELECTED];
6519 if (!NILP (tem))
6520 XVECTOR (item_properties)->contents[ITEM_PROPERTY_SELECTED]
6521 = menu_item_eval_property (tem);
6523 return 1;
6528 /***********************************************************************
6529 Tool-bars
6530 ***********************************************************************/
6532 /* A vector holding tool bar items while they are parsed in function
6533 tool_bar_items runs Each item occupies TOOL_BAR_ITEM_NSCLOTS elements
6534 in the vector. */
6536 static Lisp_Object tool_bar_items_vector;
6538 /* A vector holding the result of parse_tool_bar_item. Layout is like
6539 the one for a single item in tool_bar_items_vector. */
6541 static Lisp_Object tool_bar_item_properties;
6543 /* Next free index in tool_bar_items_vector. */
6545 static int ntool_bar_items;
6547 /* The symbols `tool-bar', and `:image'. */
6549 extern Lisp_Object Qtool_bar;
6550 Lisp_Object QCimage;
6552 /* Function prototypes. */
6554 static void init_tool_bar_items P_ ((Lisp_Object));
6555 static void process_tool_bar_item P_ ((Lisp_Object, Lisp_Object));
6556 static int parse_tool_bar_item P_ ((Lisp_Object, Lisp_Object));
6557 static void append_tool_bar_item P_ ((void));
6560 /* Return a vector of tool bar items for keymaps currently in effect.
6561 Reuse vector REUSE if non-nil. Return in *NITEMS the number of
6562 tool bar items found. */
6564 Lisp_Object
6565 tool_bar_items (reuse, nitems)
6566 Lisp_Object reuse;
6567 int *nitems;
6569 Lisp_Object *maps;
6570 int nmaps, i;
6571 Lisp_Object oquit;
6572 Lisp_Object *tmaps;
6573 extern Lisp_Object Voverriding_local_map_menu_flag;
6574 extern Lisp_Object Voverriding_local_map;
6576 *nitems = 0;
6578 /* In order to build the menus, we need to call the keymap
6579 accessors. They all call QUIT. But this function is called
6580 during redisplay, during which a quit is fatal. So inhibit
6581 quitting while building the menus. We do this instead of
6582 specbind because (1) errors will clear it anyway and (2) this
6583 avoids risk of specpdl overflow. */
6584 oquit = Vinhibit_quit;
6585 Vinhibit_quit = Qt;
6587 /* Initialize tool_bar_items_vector and protect it from GC. */
6588 init_tool_bar_items (reuse);
6590 /* Build list of keymaps in maps. Set nmaps to the number of maps
6591 to process. */
6593 /* Should overriding-terminal-local-map and overriding-local-map apply? */
6594 if (!NILP (Voverriding_local_map_menu_flag))
6596 /* Yes, use them (if non-nil) as well as the global map. */
6597 maps = (Lisp_Object *) alloca (3 * sizeof (maps[0]));
6598 nmaps = 0;
6599 if (!NILP (current_kboard->Voverriding_terminal_local_map))
6600 maps[nmaps++] = current_kboard->Voverriding_terminal_local_map;
6601 if (!NILP (Voverriding_local_map))
6602 maps[nmaps++] = Voverriding_local_map;
6604 else
6606 /* No, so use major and minor mode keymaps. */
6607 nmaps = current_minor_maps (NULL, &tmaps);
6608 maps = (Lisp_Object *) alloca ((nmaps + 2) * sizeof (maps[0]));
6609 bcopy (tmaps, maps, nmaps * sizeof (maps[0]));
6610 maps[nmaps++] = get_local_map (PT, current_buffer);
6613 /* Add global keymap at the end. */
6614 maps[nmaps++] = current_global_map;
6616 /* Process maps in reverse order and look up in each map the prefix
6617 key `tool-bar'. */
6618 for (i = nmaps - 1; i >= 0; --i)
6619 if (!NILP (maps[i]))
6621 Lisp_Object keymap;
6623 keymap = get_keyelt (access_keymap (maps[i], Qtool_bar, 1, 1), 0);
6624 if (!NILP (Fkeymapp (keymap)))
6626 Lisp_Object tail;
6628 /* KEYMAP is a list `(keymap (KEY . BINDING) ...)'. */
6629 for (tail = keymap; CONSP (tail); tail = XCDR (tail))
6631 Lisp_Object keydef = XCAR (tail);
6632 if (CONSP (keydef))
6633 process_tool_bar_item (XCAR (keydef), XCDR (keydef));
6638 Vinhibit_quit = oquit;
6639 *nitems = ntool_bar_items / TOOL_BAR_ITEM_NSLOTS;
6640 return tool_bar_items_vector;
6644 /* Process the definition of KEY which is DEF. */
6646 static void
6647 process_tool_bar_item (key, def)
6648 Lisp_Object key, def;
6650 int i;
6651 extern Lisp_Object Qundefined;
6652 struct gcpro gcpro1, gcpro2;
6654 /* Protect KEY and DEF from GC because parse_tool_bar_item may call
6655 eval. */
6656 GCPRO2 (key, def);
6658 if (EQ (def, Qundefined))
6660 /* If a map has an explicit `undefined' as definition,
6661 discard any previously made item. */
6662 for (i = 0; i < ntool_bar_items; i += TOOL_BAR_ITEM_NSLOTS)
6664 Lisp_Object *v = XVECTOR (tool_bar_items_vector)->contents + i;
6666 if (EQ (key, v[TOOL_BAR_ITEM_KEY]))
6668 if (ntool_bar_items > i + TOOL_BAR_ITEM_NSLOTS)
6669 bcopy (v + TOOL_BAR_ITEM_NSLOTS, v,
6670 ((ntool_bar_items - i - TOOL_BAR_ITEM_NSLOTS)
6671 * sizeof (Lisp_Object)));
6672 ntool_bar_items -= TOOL_BAR_ITEM_NSLOTS;
6673 break;
6677 else if (parse_tool_bar_item (key, def))
6678 /* Append a new tool bar item to tool_bar_items_vector. Accept
6679 more than one definition for the same key. */
6680 append_tool_bar_item ();
6682 UNGCPRO;
6686 /* Parse a tool bar item specification ITEM for key KEY and return the
6687 result in tool_bar_item_properties. Value is zero if ITEM is
6688 invalid.
6690 ITEM is a list `(menu-item CAPTION BINDING PROPS...)'.
6692 CAPTION is the caption of the item, If it's not a string, it is
6693 evaluated to get a string.
6695 BINDING is the tool bar item's binding. Tool-bar items with keymaps
6696 as binding are currently ignored.
6698 The following properties are recognized:
6700 - `:enable FORM'.
6702 FORM is evaluated and specifies whether the tool bar item is
6703 enabled or disabled.
6705 - `:visible FORM'
6707 FORM is evaluated and specifies whether the tool bar item is visible.
6709 - `:filter FUNCTION'
6711 FUNCTION is invoked with one parameter `(quote BINDING)'. Its
6712 result is stored as the new binding.
6714 - `:button (TYPE SELECTED)'
6716 TYPE must be one of `:radio' or `:toggle'. SELECTED is evaluated
6717 and specifies whether the button is selected (pressed) or not.
6719 - `:image IMAGES'
6721 IMAGES is either a single image specification or a vector of four
6722 image specifications. See enum tool_bar_item_images.
6724 - `:help HELP-STRING'.
6726 Gives a help string to display for the tool bar item. */
6728 static int
6729 parse_tool_bar_item (key, item)
6730 Lisp_Object key, item;
6732 /* Access slot with index IDX of vector tool_bar_item_properties. */
6733 #define PROP(IDX) XVECTOR (tool_bar_item_properties)->contents[IDX]
6735 Lisp_Object filter = Qnil;
6736 Lisp_Object caption;
6737 extern Lisp_Object QCenable, QCvisible, QChelp, QCfilter;
6738 extern Lisp_Object QCbutton, QCtoggle, QCradio;
6739 int i;
6741 /* Defininition looks like `(tool-bar-item CAPTION BINDING
6742 PROPS...)'. Rule out items that aren't lists, don't start with
6743 `tool-bar-item' or whose rest following `tool-bar-item' is not a
6744 list. */
6745 if (!CONSP (item)
6746 || !EQ (XCAR (item), Qmenu_item)
6747 || (item = XCDR (item),
6748 !CONSP (item)))
6749 return 0;
6751 /* Create tool_bar_item_properties vector if necessary. Reset it to
6752 defaults. */
6753 if (VECTORP (tool_bar_item_properties))
6755 for (i = 0; i < TOOL_BAR_ITEM_NSLOTS; ++i)
6756 PROP (i) = Qnil;
6758 else
6759 tool_bar_item_properties
6760 = Fmake_vector (make_number (TOOL_BAR_ITEM_NSLOTS), Qnil);
6762 /* Set defaults. */
6763 PROP (TOOL_BAR_ITEM_KEY) = key;
6764 PROP (TOOL_BAR_ITEM_ENABLED_P) = Qt;
6766 /* Get the caption of the item. If the caption is not a string,
6767 evaluate it to get a string. If we don't get a string, skip this
6768 item. */
6769 caption = XCAR (item);
6770 if (!STRINGP (caption))
6772 caption = menu_item_eval_property (caption);
6773 if (!STRINGP (caption))
6774 return 0;
6776 PROP (TOOL_BAR_ITEM_CAPTION) = caption;
6778 /* Give up if rest following the caption is not a list. */
6779 item = XCDR (item);
6780 if (!CONSP (item))
6781 return 0;
6783 /* Store the binding. */
6784 PROP (TOOL_BAR_ITEM_BINDING) = XCAR (item);
6785 item = XCDR (item);
6787 /* Process the rest of the properties. */
6788 for (; CONSP (item) && CONSP (XCDR (item)); item = XCDR (XCDR (item)))
6790 Lisp_Object key, value;
6792 key = XCAR (item);
6793 value = XCAR (XCDR (item));
6795 if (EQ (key, QCenable))
6796 /* `:enable FORM'. */
6797 PROP (TOOL_BAR_ITEM_ENABLED_P) = value;
6798 else if (EQ (key, QCvisible))
6800 /* `:visible FORM'. If got a visible property and that
6801 evaluates to nil then ignore this item. */
6802 if (NILP (menu_item_eval_property (value)))
6803 return 0;
6805 else if (EQ (key, QChelp))
6806 /* `:help HELP-STRING'. */
6807 PROP (TOOL_BAR_ITEM_HELP) = value;
6808 else if (EQ (key, QCfilter))
6809 /* ':filter FORM'. */
6810 filter = value;
6811 else if (EQ (key, QCbutton) && CONSP (value))
6813 /* `:button (TYPE . SELECTED)'. */
6814 Lisp_Object type, selected;
6816 type = XCAR (value);
6817 selected = XCDR (value);
6818 if (EQ (type, QCtoggle) || EQ (type, QCradio))
6820 PROP (TOOL_BAR_ITEM_SELECTED_P) = selected;
6821 PROP (TOOL_BAR_ITEM_TYPE) = type;
6824 else if (EQ (key, QCimage)
6825 && (CONSP (value)
6826 || (VECTORP (value) && XVECTOR (value)->size == 4)))
6827 /* Value is either a single image specification or a vector
6828 of 4 such specifications for the different buttion states. */
6829 PROP (TOOL_BAR_ITEM_IMAGES) = value;
6832 /* If got a filter apply it on binding. */
6833 if (!NILP (filter))
6834 PROP (TOOL_BAR_ITEM_BINDING)
6835 = menu_item_eval_property (list2 (filter,
6836 list2 (Qquote,
6837 PROP (TOOL_BAR_ITEM_BINDING))));
6839 /* See if the binding is a keymap. Give up if it is. */
6840 if (!NILP (get_keymap_1 (PROP (TOOL_BAR_ITEM_BINDING), 0, 1)))
6841 return 0;
6843 /* Enable or disable selection of item. */
6844 if (!EQ (PROP (TOOL_BAR_ITEM_ENABLED_P), Qt))
6845 PROP (TOOL_BAR_ITEM_ENABLED_P)
6846 = menu_item_eval_property (PROP (TOOL_BAR_ITEM_ENABLED_P));
6848 /* Handle radio buttons or toggle boxes. */
6849 if (!NILP (PROP (TOOL_BAR_ITEM_SELECTED_P)))
6850 PROP (TOOL_BAR_ITEM_SELECTED_P)
6851 = menu_item_eval_property (PROP (TOOL_BAR_ITEM_SELECTED_P));
6853 return 1;
6855 #undef PROP
6859 /* Initialize tool_bar_items_vector. REUSE, if non-nil, is a vector
6860 that can be reused. */
6862 static void
6863 init_tool_bar_items (reuse)
6864 Lisp_Object reuse;
6866 if (VECTORP (reuse))
6867 tool_bar_items_vector = reuse;
6868 else
6869 tool_bar_items_vector = Fmake_vector (make_number (64), Qnil);
6870 ntool_bar_items = 0;
6874 /* Append parsed tool bar item properties from
6875 tool_bar_item_properties */
6877 static void
6878 append_tool_bar_item ()
6880 Lisp_Object *to, *from;
6882 /* Enlarge tool_bar_items_vector if necessary. */
6883 if (ntool_bar_items + TOOL_BAR_ITEM_NSLOTS
6884 >= XVECTOR (tool_bar_items_vector)->size)
6886 Lisp_Object new_vector;
6887 int old_size = XVECTOR (tool_bar_items_vector)->size;
6889 new_vector = Fmake_vector (make_number (2 * old_size), Qnil);
6890 bcopy (XVECTOR (tool_bar_items_vector)->contents,
6891 XVECTOR (new_vector)->contents,
6892 old_size * sizeof (Lisp_Object));
6893 tool_bar_items_vector = new_vector;
6896 /* Append entries from tool_bar_item_properties to the end of
6897 tool_bar_items_vector. */
6898 to = XVECTOR (tool_bar_items_vector)->contents + ntool_bar_items;
6899 from = XVECTOR (tool_bar_item_properties)->contents;
6900 bcopy (from, to, TOOL_BAR_ITEM_NSLOTS * sizeof *to);
6901 ntool_bar_items += TOOL_BAR_ITEM_NSLOTS;
6908 /* Read a character using menus based on maps in the array MAPS.
6909 NMAPS is the length of MAPS. Return nil if there are no menus in the maps.
6910 Return t if we displayed a menu but the user rejected it.
6912 PREV_EVENT is the previous input event, or nil if we are reading
6913 the first event of a key sequence.
6915 If USED_MOUSE_MENU is non-null, then we set *USED_MOUSE_MENU to 1
6916 if we used a mouse menu to read the input, or zero otherwise. If
6917 USED_MOUSE_MENU is null, we don't dereference it.
6919 The prompting is done based on the prompt-string of the map
6920 and the strings associated with various map elements.
6922 This can be done with X menus or with menus put in the minibuf.
6923 These are done in different ways, depending on how the input will be read.
6924 Menus using X are done after auto-saving in read-char, getting the input
6925 event from Fx_popup_menu; menus using the minibuf use read_char recursively
6926 and do auto-saving in the inner call of read_char. */
6928 static Lisp_Object
6929 read_char_x_menu_prompt (nmaps, maps, prev_event, used_mouse_menu)
6930 int nmaps;
6931 Lisp_Object *maps;
6932 Lisp_Object prev_event;
6933 int *used_mouse_menu;
6935 int mapno;
6936 register Lisp_Object name;
6938 if (used_mouse_menu)
6939 *used_mouse_menu = 0;
6941 /* Use local over global Menu maps */
6943 if (! menu_prompting)
6944 return Qnil;
6946 /* Optionally disregard all but the global map. */
6947 if (inhibit_local_menu_bar_menus)
6949 maps += (nmaps - 1);
6950 nmaps = 1;
6953 /* Get the menu name from the first map that has one (a prompt string). */
6954 for (mapno = 0; mapno < nmaps; mapno++)
6956 name = map_prompt (maps[mapno]);
6957 if (!NILP (name))
6958 break;
6961 /* If we don't have any menus, just read a character normally. */
6962 if (mapno >= nmaps)
6963 return Qnil;
6965 #ifdef HAVE_MENUS
6966 /* If we got to this point via a mouse click,
6967 use a real menu for mouse selection. */
6968 if (EVENT_HAS_PARAMETERS (prev_event)
6969 && !EQ (XCAR (prev_event), Qmenu_bar)
6970 && !EQ (XCAR (prev_event), Qtool_bar))
6972 /* Display the menu and get the selection. */
6973 Lisp_Object *realmaps
6974 = (Lisp_Object *) alloca (nmaps * sizeof (Lisp_Object));
6975 Lisp_Object value;
6976 int nmaps1 = 0;
6978 /* Use the maps that are not nil. */
6979 for (mapno = 0; mapno < nmaps; mapno++)
6980 if (!NILP (maps[mapno]))
6981 realmaps[nmaps1++] = maps[mapno];
6983 value = Fx_popup_menu (prev_event, Flist (nmaps1, realmaps));
6984 if (CONSP (value))
6986 Lisp_Object tem;
6988 record_menu_key (XCAR (value));
6990 /* If we got multiple events, unread all but
6991 the first.
6992 There is no way to prevent those unread events
6993 from showing up later in last_nonmenu_event.
6994 So turn symbol and integer events into lists,
6995 to indicate that they came from a mouse menu,
6996 so that when present in last_nonmenu_event
6997 they won't confuse things. */
6998 for (tem = XCDR (value); !NILP (tem);
6999 tem = XCDR (tem))
7001 record_menu_key (XCAR (tem));
7002 if (SYMBOLP (XCAR (tem))
7003 || INTEGERP (XCAR (tem)))
7004 XCAR (tem)
7005 = Fcons (XCAR (tem), Qnil);
7008 /* If we got more than one event, put all but the first
7009 onto this list to be read later.
7010 Return just the first event now. */
7011 Vunread_command_events
7012 = nconc2 (XCDR (value), Vunread_command_events);
7013 value = XCAR (value);
7015 else if (NILP (value))
7016 value = Qt;
7017 if (used_mouse_menu)
7018 *used_mouse_menu = 1;
7019 return value;
7021 #endif /* HAVE_MENUS */
7022 return Qnil ;
7025 /* Buffer in use so far for the minibuf prompts for menu keymaps.
7026 We make this bigger when necessary, and never free it. */
7027 static char *read_char_minibuf_menu_text;
7028 /* Size of that buffer. */
7029 static int read_char_minibuf_menu_width;
7031 static Lisp_Object
7032 read_char_minibuf_menu_prompt (commandflag, nmaps, maps)
7033 int commandflag ;
7034 int nmaps;
7035 Lisp_Object *maps;
7037 int mapno;
7038 register Lisp_Object name;
7039 int nlength;
7040 int width = FRAME_WIDTH (SELECTED_FRAME ()) - 4;
7041 int idx = -1;
7042 int nobindings = 1;
7043 Lisp_Object rest, vector;
7044 char *menu;
7046 if (! menu_prompting)
7047 return Qnil;
7049 /* Make sure we have a big enough buffer for the menu text. */
7050 if (read_char_minibuf_menu_text == 0)
7052 read_char_minibuf_menu_width = width + 4;
7053 read_char_minibuf_menu_text = (char *) xmalloc (width + 4);
7055 else if (width + 4 > read_char_minibuf_menu_width)
7057 read_char_minibuf_menu_width = width + 4;
7058 read_char_minibuf_menu_text
7059 = (char *) xrealloc (read_char_minibuf_menu_text, width + 4);
7061 menu = read_char_minibuf_menu_text;
7063 /* Get the menu name from the first map that has one (a prompt string). */
7064 for (mapno = 0; mapno < nmaps; mapno++)
7066 name = map_prompt (maps[mapno]);
7067 if (!NILP (name))
7068 break;
7071 /* If we don't have any menus, just read a character normally. */
7072 if (mapno >= nmaps)
7073 return Qnil;
7075 /* Prompt string always starts with map's prompt, and a space. */
7076 strcpy (menu, XSTRING (name)->data);
7077 nlength = STRING_BYTES (XSTRING (name));
7078 menu[nlength++] = ':';
7079 menu[nlength++] = ' ';
7080 menu[nlength] = 0;
7082 /* Start prompting at start of first map. */
7083 mapno = 0;
7084 rest = maps[mapno];
7086 /* Present the documented bindings, a line at a time. */
7087 while (1)
7089 int notfirst = 0;
7090 int i = nlength;
7091 Lisp_Object obj;
7092 int ch;
7093 Lisp_Object orig_defn_macro;
7095 /* Loop over elements of map. */
7096 while (i < width)
7098 Lisp_Object elt;
7100 /* If reached end of map, start at beginning of next map. */
7101 if (NILP (rest))
7103 mapno++;
7104 /* At end of last map, wrap around to first map if just starting,
7105 or end this line if already have something on it. */
7106 if (mapno == nmaps)
7108 mapno = 0;
7109 if (notfirst || nobindings) break;
7111 rest = maps[mapno];
7114 /* Look at the next element of the map. */
7115 if (idx >= 0)
7116 elt = XVECTOR (vector)->contents[idx];
7117 else
7118 elt = Fcar_safe (rest);
7120 if (idx < 0 && VECTORP (elt))
7122 /* If we found a dense table in the keymap,
7123 advanced past it, but start scanning its contents. */
7124 rest = Fcdr_safe (rest);
7125 vector = elt;
7126 idx = 0;
7128 else
7130 /* An ordinary element. */
7131 Lisp_Object event, tem;
7133 if (idx < 0)
7135 event = Fcar_safe (elt); /* alist */
7136 elt = Fcdr_safe (elt);
7138 else
7140 XSETINT (event, idx); /* vector */
7143 /* Ignore the element if it has no prompt string. */
7144 if (INTEGERP (event) && parse_menu_item (elt, 0, -1))
7146 /* 1 if the char to type matches the string. */
7147 int char_matches;
7148 Lisp_Object upcased_event, downcased_event;
7149 Lisp_Object desc;
7150 Lisp_Object s
7151 = XVECTOR (item_properties)->contents[ITEM_PROPERTY_NAME];
7153 upcased_event = Fupcase (event);
7154 downcased_event = Fdowncase (event);
7155 char_matches = (XINT (upcased_event) == XSTRING (s)->data[0]
7156 || XINT (downcased_event) == XSTRING (s)->data[0]);
7157 if (! char_matches)
7158 desc = Fsingle_key_description (event);
7161 = XVECTOR (item_properties)->contents[ITEM_PROPERTY_KEYEQ];
7162 if (!NILP (tem))
7163 /* Insert equivalent keybinding. */
7164 s = concat2 (s, tem);
7167 = XVECTOR (item_properties)->contents[ITEM_PROPERTY_TYPE];
7168 if (EQ (tem, QCradio) || EQ (tem, QCtoggle))
7170 /* Insert button prefix. */
7171 Lisp_Object selected
7172 = XVECTOR (item_properties)->contents[ITEM_PROPERTY_SELECTED];
7173 if (EQ (tem, QCradio))
7174 tem = build_string (NILP (selected) ? "(*) " : "( ) ");
7175 else
7176 tem = build_string (NILP (selected) ? "[X] " : "[ ] ");
7177 s = concat2 (tem, s);
7181 /* If we have room for the prompt string, add it to this line.
7182 If this is the first on the line, always add it. */
7183 if ((XSTRING (s)->size + i + 2
7184 + (char_matches ? 0 : XSTRING (desc)->size + 3))
7185 < width
7186 || !notfirst)
7188 int thiswidth;
7190 /* Punctuate between strings. */
7191 if (notfirst)
7193 strcpy (menu + i, ", ");
7194 i += 2;
7196 notfirst = 1;
7197 nobindings = 0 ;
7199 /* If the char to type doesn't match the string's
7200 first char, explicitly show what char to type. */
7201 if (! char_matches)
7203 /* Add as much of string as fits. */
7204 thiswidth = XSTRING (desc)->size;
7205 if (thiswidth + i > width)
7206 thiswidth = width - i;
7207 bcopy (XSTRING (desc)->data, menu + i, thiswidth);
7208 i += thiswidth;
7209 strcpy (menu + i, " = ");
7210 i += 3;
7213 /* Add as much of string as fits. */
7214 thiswidth = XSTRING (s)->size;
7215 if (thiswidth + i > width)
7216 thiswidth = width - i;
7217 bcopy (XSTRING (s)->data, menu + i, thiswidth);
7218 i += thiswidth;
7219 menu[i] = 0;
7221 else
7223 /* If this element does not fit, end the line now,
7224 and save the element for the next line. */
7225 strcpy (menu + i, "...");
7226 break;
7230 /* Move past this element. */
7231 if (idx >= 0 && idx + 1 >= XVECTOR (vector)->size)
7232 /* Handle reaching end of dense table. */
7233 idx = -1;
7234 if (idx >= 0)
7235 idx++;
7236 else
7237 rest = Fcdr_safe (rest);
7241 /* Prompt with that and read response. */
7242 message2_nolog (menu, strlen (menu),
7243 ! NILP (current_buffer->enable_multibyte_characters));
7245 /* Make believe its not a keyboard macro in case the help char
7246 is pressed. Help characters are not recorded because menu prompting
7247 is not used on replay.
7249 orig_defn_macro = current_kboard->defining_kbd_macro;
7250 current_kboard->defining_kbd_macro = Qnil;
7252 obj = read_char (commandflag, 0, 0, Qnil, 0);
7253 while (BUFFERP (obj));
7254 current_kboard->defining_kbd_macro = orig_defn_macro;
7256 if (!INTEGERP (obj))
7257 return obj;
7258 else
7259 ch = XINT (obj);
7261 if (! EQ (obj, menu_prompt_more_char)
7262 && (!INTEGERP (menu_prompt_more_char)
7263 || ! EQ (obj, make_number (Ctl (XINT (menu_prompt_more_char))))))
7265 if (!NILP (current_kboard->defining_kbd_macro))
7266 store_kbd_macro_char (obj);
7267 return obj;
7269 /* Help char - go round again */
7273 /* Reading key sequences. */
7275 /* Follow KEY in the maps in CURRENT[0..NMAPS-1], placing its bindings
7276 in DEFS[0..NMAPS-1]. Set NEXT[i] to DEFS[i] if DEFS[i] is a
7277 keymap, or nil otherwise. Return the index of the first keymap in
7278 which KEY has any binding, or NMAPS if no map has a binding.
7280 If KEY is a meta ASCII character, treat it like meta-prefix-char
7281 followed by the corresponding non-meta character. Keymaps in
7282 CURRENT with non-prefix bindings for meta-prefix-char become nil in
7283 NEXT.
7285 If KEY has no bindings in any of the CURRENT maps, NEXT is left
7286 unmodified.
7288 NEXT may be the same array as CURRENT. */
7290 static int
7291 follow_key (key, nmaps, current, defs, next)
7292 Lisp_Object key;
7293 Lisp_Object *current, *defs, *next;
7294 int nmaps;
7296 int i, first_binding;
7297 int did_meta = 0;
7299 /* If KEY is a meta ASCII character, treat it like meta-prefix-char
7300 followed by the corresponding non-meta character.
7301 Put the results into DEFS, since we are going to alter that anyway.
7302 Do not alter CURRENT or NEXT. */
7303 if (INTEGERP (key) && (XINT (key) & CHAR_META))
7305 for (i = 0; i < nmaps; i++)
7306 if (! NILP (current[i]))
7308 Lisp_Object def;
7309 def = get_keyelt (access_keymap (current[i],
7310 meta_prefix_char, 1, 0), 0);
7312 /* Note that since we pass the resulting bindings through
7313 get_keymap_1, non-prefix bindings for meta-prefix-char
7314 disappear. */
7315 defs[i] = get_keymap_1 (def, 0, 1);
7317 else
7318 defs[i] = Qnil;
7320 did_meta = 1;
7321 XSETINT (key, XFASTINT (key) & ~CHAR_META);
7324 first_binding = nmaps;
7325 for (i = nmaps - 1; i >= 0; i--)
7327 if (! NILP (current[i]))
7329 Lisp_Object map;
7330 if (did_meta)
7331 map = defs[i];
7332 else
7333 map = current[i];
7335 defs[i] = get_keyelt (access_keymap (map, key, 1, 0), 0);
7336 if (! NILP (defs[i]))
7337 first_binding = i;
7339 else
7340 defs[i] = Qnil;
7343 /* Given the set of bindings we've found, produce the next set of maps. */
7344 if (first_binding < nmaps)
7345 for (i = 0; i < nmaps; i++)
7346 next[i] = NILP (defs[i]) ? Qnil : get_keymap_1 (defs[i], 0, 1);
7348 return first_binding;
7351 /* Read a sequence of keys that ends with a non prefix character,
7352 storing it in KEYBUF, a buffer of size BUFSIZE.
7353 Prompt with PROMPT.
7354 Return the length of the key sequence stored.
7355 Return -1 if the user rejected a command menu.
7357 Echo starting immediately unless `prompt' is 0.
7359 Where a key sequence ends depends on the currently active keymaps.
7360 These include any minor mode keymaps active in the current buffer,
7361 the current buffer's local map, and the global map.
7363 If a key sequence has no other bindings, we check Vfunction_key_map
7364 to see if some trailing subsequence might be the beginning of a
7365 function key's sequence. If so, we try to read the whole function
7366 key, and substitute its symbolic name into the key sequence.
7368 We ignore unbound `down-' mouse clicks. We turn unbound `drag-' and
7369 `double-' events into similar click events, if that would make them
7370 bound. We try to turn `triple-' events first into `double-' events,
7371 then into clicks.
7373 If we get a mouse click in a mode line, vertical divider, or other
7374 non-text area, we treat the click as if it were prefixed by the
7375 symbol denoting that area - `mode-line', `vertical-line', or
7376 whatever.
7378 If the sequence starts with a mouse click, we read the key sequence
7379 with respect to the buffer clicked on, not the current buffer.
7381 If the user switches frames in the midst of a key sequence, we put
7382 off the switch-frame event until later; the next call to
7383 read_char will return it.
7385 If FIX_CURRENT_BUFFER is nonzero, we restore current_buffer
7386 from the selected window's buffer. */
7388 static int
7389 read_key_sequence (keybuf, bufsize, prompt, dont_downcase_last,
7390 can_return_switch_frame, fix_current_buffer)
7391 Lisp_Object *keybuf;
7392 int bufsize;
7393 Lisp_Object prompt;
7394 int dont_downcase_last;
7395 int can_return_switch_frame;
7396 int fix_current_buffer;
7398 int count = specpdl_ptr - specpdl;
7400 /* How many keys there are in the current key sequence. */
7401 int t;
7403 /* The length of the echo buffer when we started reading, and
7404 the length of this_command_keys when we started reading. */
7405 int echo_start;
7406 int keys_start;
7408 /* The number of keymaps we're scanning right now, and the number of
7409 keymaps we have allocated space for. */
7410 int nmaps;
7411 int nmaps_allocated = 0;
7413 /* defs[0..nmaps-1] are the definitions of KEYBUF[0..t-1] in
7414 the current keymaps. */
7415 Lisp_Object *defs;
7417 /* submaps[0..nmaps-1] are the prefix definitions of KEYBUF[0..t-1]
7418 in the current keymaps, or nil where it is not a prefix. */
7419 Lisp_Object *submaps;
7421 /* The local map to start out with at start of key sequence. */
7422 Lisp_Object orig_local_map;
7424 /* 1 if we have already considered switching to the local-map property
7425 of the place where a mouse click occurred. */
7426 int localized_local_map = 0;
7428 /* The index in defs[] of the first keymap that has a binding for
7429 this key sequence. In other words, the lowest i such that
7430 defs[i] is non-nil. */
7431 int first_binding;
7433 /* If t < mock_input, then KEYBUF[t] should be read as the next
7434 input key.
7436 We use this to recover after recognizing a function key. Once we
7437 realize that a suffix of the current key sequence is actually a
7438 function key's escape sequence, we replace the suffix with the
7439 function key's binding from Vfunction_key_map. Now keybuf
7440 contains a new and different key sequence, so the echo area,
7441 this_command_keys, and the submaps and defs arrays are wrong. In
7442 this situation, we set mock_input to t, set t to 0, and jump to
7443 restart_sequence; the loop will read keys from keybuf up until
7444 mock_input, thus rebuilding the state; and then it will resume
7445 reading characters from the keyboard. */
7446 int mock_input = 0;
7448 /* If the sequence is unbound in submaps[], then
7449 keybuf[fkey_start..fkey_end-1] is a prefix in Vfunction_key_map,
7450 and fkey_map is its binding.
7452 These might be > t, indicating that all function key scanning
7453 should hold off until t reaches them. We do this when we've just
7454 recognized a function key, to avoid searching for the function
7455 key's again in Vfunction_key_map. */
7456 int fkey_start = 0, fkey_end = 0;
7457 Lisp_Object fkey_map;
7459 /* Likewise, for key_translation_map. */
7460 int keytran_start = 0, keytran_end = 0;
7461 Lisp_Object keytran_map;
7463 /* If we receive a ``switch-frame'' event in the middle of a key sequence,
7464 we put it off for later. While we're reading, we keep the event here. */
7465 Lisp_Object delayed_switch_frame;
7467 /* See the comment below... */
7468 #if defined (GOBBLE_FIRST_EVENT)
7469 Lisp_Object first_event;
7470 #endif
7472 Lisp_Object original_uppercase;
7473 int original_uppercase_position = -1;
7475 /* Gets around Microsoft compiler limitations. */
7476 int dummyflag = 0;
7478 struct buffer *starting_buffer;
7480 /* Nonzero if we seem to have got the beginning of a binding
7481 in function_key_map. */
7482 int function_key_possible = 0;
7483 int key_translation_possible = 0;
7485 /* Save the status of key translation before each step,
7486 so that we can restore this after downcasing. */
7487 Lisp_Object prev_fkey_map;
7488 int prev_fkey_start;
7489 int prev_fkey_end;
7491 Lisp_Object prev_keytran_map;
7492 int prev_keytran_start;
7493 int prev_keytran_end;
7495 #if defined (GOBBLE_FIRST_EVENT)
7496 int junk;
7497 #endif
7499 raw_keybuf_count = 0;
7501 last_nonmenu_event = Qnil;
7503 delayed_switch_frame = Qnil;
7504 fkey_map = Vfunction_key_map;
7505 keytran_map = Vkey_translation_map;
7507 /* If there is no function-key-map, turn off function key scanning. */
7508 if (NILP (Fkeymapp (Vfunction_key_map)))
7509 fkey_start = fkey_end = bufsize + 1;
7511 /* If there is no key-translation-map, turn off scanning. */
7512 if (NILP (Fkeymapp (Vkey_translation_map)))
7513 keytran_start = keytran_end = bufsize + 1;
7515 if (INTERACTIVE)
7517 if (!NILP (prompt))
7518 echo_prompt (XSTRING (prompt)->data);
7519 else if (cursor_in_echo_area
7520 && (FLOATP (Vecho_keystrokes) || INTEGERP (Vecho_keystrokes))
7521 && NILP (Fzerop (Vecho_keystrokes)))
7522 /* This doesn't put in a dash if the echo buffer is empty, so
7523 you don't always see a dash hanging out in the minibuffer. */
7524 echo_dash ();
7527 /* Record the initial state of the echo area and this_command_keys;
7528 we will need to restore them if we replay a key sequence. */
7529 if (INTERACTIVE)
7530 echo_start = echo_length ();
7531 keys_start = this_command_key_count;
7532 this_single_command_key_start = keys_start;
7534 #if defined (GOBBLE_FIRST_EVENT)
7535 /* This doesn't quite work, because some of the things that read_char
7536 does cannot safely be bypassed. It seems too risky to try to make
7537 this work right. */
7539 /* Read the first char of the sequence specially, before setting
7540 up any keymaps, in case a filter runs and switches buffers on us. */
7541 first_event = read_char (NILP (prompt), 0, submaps, last_nonmenu_event,
7542 &junk);
7543 #endif /* GOBBLE_FIRST_EVENT */
7545 orig_local_map = get_local_map (PT, current_buffer);
7547 /* We jump here when the key sequence has been thoroughly changed, and
7548 we need to rescan it starting from the beginning. When we jump here,
7549 keybuf[0..mock_input] holds the sequence we should reread. */
7550 replay_sequence:
7552 starting_buffer = current_buffer;
7553 function_key_possible = 0;
7554 key_translation_possible = 0;
7556 /* Build our list of keymaps.
7557 If we recognize a function key and replace its escape sequence in
7558 keybuf with its symbol, or if the sequence starts with a mouse
7559 click and we need to switch buffers, we jump back here to rebuild
7560 the initial keymaps from the current buffer. */
7562 Lisp_Object *maps;
7564 if (!NILP (current_kboard->Voverriding_terminal_local_map)
7565 || !NILP (Voverriding_local_map))
7567 if (3 > nmaps_allocated)
7569 submaps = (Lisp_Object *) alloca (3 * sizeof (submaps[0]));
7570 defs = (Lisp_Object *) alloca (3 * sizeof (defs[0]));
7571 nmaps_allocated = 3;
7573 nmaps = 0;
7574 if (!NILP (current_kboard->Voverriding_terminal_local_map))
7575 submaps[nmaps++] = current_kboard->Voverriding_terminal_local_map;
7576 if (!NILP (Voverriding_local_map))
7577 submaps[nmaps++] = Voverriding_local_map;
7579 else
7581 nmaps = current_minor_maps (0, &maps);
7582 if (nmaps + 2 > nmaps_allocated)
7584 submaps = (Lisp_Object *) alloca ((nmaps+2) * sizeof (submaps[0]));
7585 defs = (Lisp_Object *) alloca ((nmaps+2) * sizeof (defs[0]));
7586 nmaps_allocated = nmaps + 2;
7588 bcopy (maps, submaps, nmaps * sizeof (submaps[0]));
7589 submaps[nmaps++] = orig_local_map;
7591 submaps[nmaps++] = current_global_map;
7594 /* Find an accurate initial value for first_binding. */
7595 for (first_binding = 0; first_binding < nmaps; first_binding++)
7596 if (! NILP (submaps[first_binding]))
7597 break;
7599 /* Start from the beginning in keybuf. */
7600 t = 0;
7602 /* These are no-ops the first time through, but if we restart, they
7603 revert the echo area and this_command_keys to their original state. */
7604 this_command_key_count = keys_start;
7605 if (INTERACTIVE && t < mock_input)
7606 echo_truncate (echo_start);
7608 /* If the best binding for the current key sequence is a keymap, or
7609 we may be looking at a function key's escape sequence, keep on
7610 reading. */
7611 while ((first_binding < nmaps && ! NILP (submaps[first_binding]))
7612 || (first_binding >= nmaps
7613 && fkey_start < t
7614 /* mock input is never part of a function key's sequence. */
7615 && mock_input <= fkey_start)
7616 || (first_binding >= nmaps
7617 && keytran_start < t && key_translation_possible)
7618 /* Don't return in the middle of a possible function key sequence,
7619 if the only bindings we found were via case conversion.
7620 Thus, if ESC O a has a function-key-map translation
7621 and ESC o has a binding, don't return after ESC O,
7622 so that we can translate ESC O plus the next character. */
7625 Lisp_Object key;
7626 int used_mouse_menu = 0;
7628 /* Where the last real key started. If we need to throw away a
7629 key that has expanded into more than one element of keybuf
7630 (say, a mouse click on the mode line which is being treated
7631 as [mode-line (mouse-...)], then we backtrack to this point
7632 of keybuf. */
7633 int last_real_key_start;
7635 /* These variables are analogous to echo_start and keys_start;
7636 while those allow us to restart the entire key sequence,
7637 echo_local_start and keys_local_start allow us to throw away
7638 just one key. */
7639 int echo_local_start, keys_local_start, local_first_binding;
7641 if (t >= bufsize)
7642 error ("Key sequence too long");
7644 if (INTERACTIVE)
7645 echo_local_start = echo_length ();
7646 keys_local_start = this_command_key_count;
7647 local_first_binding = first_binding;
7649 replay_key:
7650 /* These are no-ops, unless we throw away a keystroke below and
7651 jumped back up to replay_key; in that case, these restore the
7652 variables to their original state, allowing us to replay the
7653 loop. */
7654 if (INTERACTIVE && t < mock_input)
7655 echo_truncate (echo_local_start);
7656 this_command_key_count = keys_local_start;
7657 first_binding = local_first_binding;
7659 /* By default, assume each event is "real". */
7660 last_real_key_start = t;
7662 /* Does mock_input indicate that we are re-reading a key sequence? */
7663 if (t < mock_input)
7665 key = keybuf[t];
7666 add_command_key (key);
7667 if ((FLOATP (Vecho_keystrokes) || INTEGERP (Vecho_keystrokes))
7668 && NILP (Fzerop (Vecho_keystrokes)))
7669 echo_char (key);
7672 /* If not, we should actually read a character. */
7673 else
7676 #ifdef MULTI_KBOARD
7677 KBOARD *interrupted_kboard = current_kboard;
7678 struct frame *interrupted_frame = SELECTED_FRAME ();
7679 if (setjmp (wrong_kboard_jmpbuf))
7681 if (!NILP (delayed_switch_frame))
7683 interrupted_kboard->kbd_queue
7684 = Fcons (delayed_switch_frame,
7685 interrupted_kboard->kbd_queue);
7686 delayed_switch_frame = Qnil;
7688 while (t > 0)
7689 interrupted_kboard->kbd_queue
7690 = Fcons (keybuf[--t], interrupted_kboard->kbd_queue);
7692 /* If the side queue is non-empty, ensure it begins with a
7693 switch-frame, so we'll replay it in the right context. */
7694 if (CONSP (interrupted_kboard->kbd_queue)
7695 && (key = XCAR (interrupted_kboard->kbd_queue),
7696 !(EVENT_HAS_PARAMETERS (key)
7697 && EQ (EVENT_HEAD_KIND (EVENT_HEAD (key)),
7698 Qswitch_frame))))
7700 Lisp_Object frame;
7701 XSETFRAME (frame, interrupted_frame);
7702 interrupted_kboard->kbd_queue
7703 = Fcons (make_lispy_switch_frame (frame),
7704 interrupted_kboard->kbd_queue);
7706 mock_input = 0;
7707 orig_local_map = get_local_map (PT, current_buffer);
7708 goto replay_sequence;
7710 #endif
7711 key = read_char (NILP (prompt), nmaps, submaps, last_nonmenu_event,
7712 &used_mouse_menu);
7715 /* read_char returns t when it shows a menu and the user rejects it.
7716 Just return -1. */
7717 if (EQ (key, Qt))
7719 unbind_to (count, Qnil);
7720 return -1;
7723 /* read_char returns -1 at the end of a macro.
7724 Emacs 18 handles this by returning immediately with a
7725 zero, so that's what we'll do. */
7726 if (INTEGERP (key) && XINT (key) == -1)
7728 t = 0;
7729 /* The Microsoft C compiler can't handle the goto that
7730 would go here. */
7731 dummyflag = 1;
7732 break;
7735 /* If the current buffer has been changed from under us, the
7736 keymap may have changed, so replay the sequence. */
7737 if (BUFFERP (key))
7739 mock_input = t;
7740 /* Reset the current buffer from the selected window
7741 in case something changed the former and not the latter.
7742 This is to be more consistent with the behavior
7743 of the command_loop_1. */
7744 if (fix_current_buffer)
7746 if (! FRAME_LIVE_P (XFRAME (selected_frame)))
7747 Fkill_emacs (Qnil);
7748 if (XBUFFER (XWINDOW (selected_window)->buffer) != current_buffer)
7749 Fset_buffer (XWINDOW (selected_window)->buffer);
7752 orig_local_map = get_local_map (PT, current_buffer);
7753 goto replay_sequence;
7756 /* If we have a quit that was typed in another frame, and
7757 quit_throw_to_read_char switched buffers,
7758 replay to get the right keymap. */
7759 if (XINT (key) == quit_char && current_buffer != starting_buffer)
7761 GROW_RAW_KEYBUF;
7762 XVECTOR (raw_keybuf)->contents[raw_keybuf_count++] = key;
7763 keybuf[t++] = key;
7764 mock_input = t;
7765 Vquit_flag = Qnil;
7766 orig_local_map = get_local_map (PT, current_buffer);
7767 goto replay_sequence;
7770 Vquit_flag = Qnil;
7772 if (EVENT_HAS_PARAMETERS (key)
7773 && EQ (EVENT_HEAD_KIND (EVENT_HEAD (key)), Qswitch_frame))
7775 /* If we're at the beginning of a key sequence, and the caller
7776 says it's okay, go ahead and return this event. If we're
7777 in the midst of a key sequence, delay it until the end. */
7778 if (t > 0 || !can_return_switch_frame)
7780 delayed_switch_frame = key;
7781 goto replay_key;
7785 GROW_RAW_KEYBUF;
7786 XVECTOR (raw_keybuf)->contents[raw_keybuf_count++] = key;
7789 /* Clicks in non-text areas get prefixed by the symbol
7790 in their CHAR-ADDRESS field. For example, a click on
7791 the mode line is prefixed by the symbol `mode-line'.
7793 Furthermore, key sequences beginning with mouse clicks
7794 are read using the keymaps of the buffer clicked on, not
7795 the current buffer. So we may have to switch the buffer
7796 here.
7798 When we turn one event into two events, we must make sure
7799 that neither of the two looks like the original--so that,
7800 if we replay the events, they won't be expanded again.
7801 If not for this, such reexpansion could happen either here
7802 or when user programs play with this-command-keys. */
7803 if (EVENT_HAS_PARAMETERS (key))
7805 Lisp_Object kind;
7807 kind = EVENT_HEAD_KIND (EVENT_HEAD (key));
7808 if (EQ (kind, Qmouse_click))
7810 Lisp_Object window, posn;
7812 window = POSN_WINDOW (EVENT_START (key));
7813 posn = POSN_BUFFER_POSN (EVENT_START (key));
7815 if (CONSP (posn))
7817 /* We're looking at the second event of a
7818 sequence which we expanded before. Set
7819 last_real_key_start appropriately. */
7820 if (t > 0)
7821 last_real_key_start = t - 1;
7824 /* Key sequences beginning with mouse clicks are
7825 read using the keymaps in the buffer clicked on,
7826 not the current buffer. If we're at the
7827 beginning of a key sequence, switch buffers. */
7828 if (last_real_key_start == 0
7829 && WINDOWP (window)
7830 && BUFFERP (XWINDOW (window)->buffer)
7831 && XBUFFER (XWINDOW (window)->buffer) != current_buffer)
7833 XVECTOR (raw_keybuf)->contents[raw_keybuf_count++] = key;
7834 keybuf[t] = key;
7835 mock_input = t + 1;
7837 /* Arrange to go back to the original buffer once we're
7838 done reading the key sequence. Note that we can't
7839 use save_excursion_{save,restore} here, because they
7840 save point as well as the current buffer; we don't
7841 want to save point, because redisplay may change it,
7842 to accommodate a Fset_window_start or something. We
7843 don't want to do this at the top of the function,
7844 because we may get input from a subprocess which
7845 wants to change the selected window and stuff (say,
7846 emacsclient). */
7847 record_unwind_protect (Fset_buffer, Fcurrent_buffer ());
7849 if (! FRAME_LIVE_P (XFRAME (selected_frame)))
7850 Fkill_emacs (Qnil);
7851 set_buffer_internal (XBUFFER (XWINDOW (window)->buffer));
7852 orig_local_map = get_local_map (PT, current_buffer);
7853 goto replay_sequence;
7856 /* For a mouse click, get the local text-property keymap
7857 of the place clicked on, rather than point. */
7858 if (last_real_key_start == 0
7859 && CONSP (XCDR (key))
7860 && ! localized_local_map)
7862 Lisp_Object map_here, start, pos;
7864 localized_local_map = 1;
7865 start = EVENT_START (key);
7867 if (CONSP (start) && CONSP (XCDR (start)))
7869 pos = POSN_BUFFER_POSN (start);
7870 if (INTEGERP (pos)
7871 && XINT (pos) >= BEG && XINT (pos) <= Z)
7873 map_here = get_local_map (XINT (pos), current_buffer);
7874 if (!EQ (map_here, orig_local_map))
7876 orig_local_map = map_here;
7877 keybuf[t] = key;
7878 mock_input = t + 1;
7880 goto replay_sequence;
7886 /* Expand mode-line and scroll-bar events into two events:
7887 use posn as a fake prefix key. */
7888 if (SYMBOLP (posn))
7890 if (t + 1 >= bufsize)
7891 error ("Key sequence too long");
7892 keybuf[t] = posn;
7893 keybuf[t+1] = key;
7894 mock_input = t + 2;
7896 /* Zap the position in key, so we know that we've
7897 expanded it, and don't try to do so again. */
7898 POSN_BUFFER_POSN (EVENT_START (key))
7899 = Fcons (posn, Qnil);
7901 /* If on a mode line string with a local keymap,
7902 reconsider the key sequence with that keymap. */
7903 if (CONSP (POSN_STRING (EVENT_START (key))))
7905 Lisp_Object string, pos, map;
7907 string = POSN_STRING (EVENT_START (key));
7908 pos = XCDR (string);
7909 string = XCAR (string);
7911 if (XINT (pos) >= 0
7912 && XINT (pos) < XSTRING (string)->size
7913 && (map = Fget_text_property (pos, Qlocal_map,
7914 string),
7915 !NILP (map)))
7917 orig_local_map = map;
7918 goto replay_sequence;
7922 goto replay_key;
7925 else if (CONSP (XCDR (key))
7926 && CONSP (EVENT_START (key))
7927 && CONSP (XCDR (EVENT_START (key))))
7929 Lisp_Object posn;
7931 posn = POSN_BUFFER_POSN (EVENT_START (key));
7932 /* Handle menu-bar events:
7933 insert the dummy prefix event `menu-bar'. */
7934 if (EQ (posn, Qmenu_bar) || EQ (posn, Qtool_bar))
7936 if (t + 1 >= bufsize)
7937 error ("Key sequence too long");
7938 keybuf[t] = posn;
7939 keybuf[t+1] = key;
7941 /* Zap the position in key, so we know that we've
7942 expanded it, and don't try to do so again. */
7943 POSN_BUFFER_POSN (EVENT_START (key))
7944 = Fcons (posn, Qnil);
7946 mock_input = t + 2;
7947 goto replay_sequence;
7949 else if (CONSP (posn))
7951 /* We're looking at the second event of a
7952 sequence which we expanded before. Set
7953 last_real_key_start appropriately. */
7954 if (last_real_key_start == t && t > 0)
7955 last_real_key_start = t - 1;
7960 /* We have finally decided that KEY is something we might want
7961 to look up. */
7962 first_binding = (follow_key (key,
7963 nmaps - first_binding,
7964 submaps + first_binding,
7965 defs + first_binding,
7966 submaps + first_binding)
7967 + first_binding);
7969 /* If KEY wasn't bound, we'll try some fallbacks. */
7970 if (first_binding >= nmaps)
7972 Lisp_Object head;
7974 head = EVENT_HEAD (key);
7975 if (help_char_p (head) && t > 0)
7977 read_key_sequence_cmd = Vprefix_help_command;
7978 keybuf[t++] = key;
7979 last_nonmenu_event = key;
7980 /* The Microsoft C compiler can't handle the goto that
7981 would go here. */
7982 dummyflag = 1;
7983 break;
7986 if (SYMBOLP (head))
7988 Lisp_Object breakdown;
7989 int modifiers;
7991 breakdown = parse_modifiers (head);
7992 modifiers = XINT (XCAR (XCDR (breakdown)));
7993 /* Attempt to reduce an unbound mouse event to a simpler
7994 event that is bound:
7995 Drags reduce to clicks.
7996 Double-clicks reduce to clicks.
7997 Triple-clicks reduce to double-clicks, then to clicks.
7998 Down-clicks are eliminated.
7999 Double-downs reduce to downs, then are eliminated.
8000 Triple-downs reduce to double-downs, then to downs,
8001 then are eliminated. */
8002 if (modifiers & (down_modifier | drag_modifier
8003 | double_modifier | triple_modifier))
8005 while (modifiers & (down_modifier | drag_modifier
8006 | double_modifier | triple_modifier))
8008 Lisp_Object new_head, new_click;
8009 if (modifiers & triple_modifier)
8010 modifiers ^= (double_modifier | triple_modifier);
8011 else if (modifiers & double_modifier)
8012 modifiers &= ~double_modifier;
8013 else if (modifiers & drag_modifier)
8014 modifiers &= ~drag_modifier;
8015 else
8017 /* Dispose of this `down' event by simply jumping
8018 back to replay_key, to get another event.
8020 Note that if this event came from mock input,
8021 then just jumping back to replay_key will just
8022 hand it to us again. So we have to wipe out any
8023 mock input.
8025 We could delete keybuf[t] and shift everything
8026 after that to the left by one spot, but we'd also
8027 have to fix up any variable that points into
8028 keybuf, and shifting isn't really necessary
8029 anyway.
8031 Adding prefixes for non-textual mouse clicks
8032 creates two characters of mock input, and both
8033 must be thrown away. If we're only looking at
8034 the prefix now, we can just jump back to
8035 replay_key. On the other hand, if we've already
8036 processed the prefix, and now the actual click
8037 itself is giving us trouble, then we've lost the
8038 state of the keymaps we want to backtrack to, and
8039 we need to replay the whole sequence to rebuild
8042 Beyond that, only function key expansion could
8043 create more than two keys, but that should never
8044 generate mouse events, so it's okay to zero
8045 mock_input in that case too.
8047 Isn't this just the most wonderful code ever? */
8048 if (t == last_real_key_start)
8050 mock_input = 0;
8051 goto replay_key;
8053 else
8055 mock_input = last_real_key_start;
8056 goto replay_sequence;
8060 new_head
8061 = apply_modifiers (modifiers, XCAR (breakdown));
8062 new_click
8063 = Fcons (new_head, Fcons (EVENT_START (key), Qnil));
8065 /* Look for a binding for this new key. follow_key
8066 promises that it didn't munge submaps the
8067 last time we called it, since key was unbound. */
8068 first_binding
8069 = (follow_key (new_click,
8070 nmaps - local_first_binding,
8071 submaps + local_first_binding,
8072 defs + local_first_binding,
8073 submaps + local_first_binding)
8074 + local_first_binding);
8076 /* If that click is bound, go for it. */
8077 if (first_binding < nmaps)
8079 key = new_click;
8080 break;
8082 /* Otherwise, we'll leave key set to the drag event. */
8088 keybuf[t++] = key;
8089 /* Normally, last_nonmenu_event gets the previous key we read.
8090 But when a mouse popup menu is being used,
8091 we don't update last_nonmenu_event; it continues to hold the mouse
8092 event that preceded the first level of menu. */
8093 if (!used_mouse_menu)
8094 last_nonmenu_event = key;
8096 /* Record what part of this_command_keys is the current key sequence. */
8097 this_single_command_key_start = this_command_key_count - t;
8099 prev_fkey_map = fkey_map;
8100 prev_fkey_start = fkey_start;
8101 prev_fkey_end = fkey_end;
8103 prev_keytran_map = keytran_map;
8104 prev_keytran_start = keytran_start;
8105 prev_keytran_end = keytran_end;
8107 /* If the sequence is unbound, see if we can hang a function key
8108 off the end of it. We only want to scan real keyboard input
8109 for function key sequences, so if mock_input says that we're
8110 re-reading old events, don't examine it. */
8111 if (first_binding >= nmaps
8112 && t >= mock_input)
8114 Lisp_Object fkey_next;
8116 /* Continue scan from fkey_end until we find a bound suffix.
8117 If we fail, increment fkey_start
8118 and start fkey_end from there. */
8119 while (fkey_end < t)
8121 Lisp_Object key;
8123 key = keybuf[fkey_end++];
8124 /* Look up meta-characters by prefixing them
8125 with meta_prefix_char. I hate this. */
8126 if (INTEGERP (key) && XINT (key) & meta_modifier)
8128 fkey_next
8129 = get_keymap_1
8130 (get_keyelt
8131 (access_keymap (fkey_map, meta_prefix_char, 1, 0), 0),
8132 0, 1);
8133 XSETFASTINT (key, XFASTINT (key) & ~meta_modifier);
8135 else
8136 fkey_next = fkey_map;
8138 fkey_next
8139 = get_keyelt (access_keymap (fkey_next, key, 1, 0), 1);
8141 /* Handle symbol with autoload definition. */
8142 if (SYMBOLP (fkey_next) && ! NILP (Ffboundp (fkey_next))
8143 && CONSP (XSYMBOL (fkey_next)->function)
8144 && EQ (XCAR (XSYMBOL (fkey_next)->function), Qautoload))
8145 do_autoload (XSYMBOL (fkey_next)->function,
8146 fkey_next);
8148 /* Handle a symbol whose function definition is a keymap
8149 or an array. */
8150 if (SYMBOLP (fkey_next) && ! NILP (Ffboundp (fkey_next))
8151 && (!NILP (Farrayp (XSYMBOL (fkey_next)->function))
8152 || !NILP (Fkeymapp (XSYMBOL (fkey_next)->function))))
8153 fkey_next = XSYMBOL (fkey_next)->function;
8155 #if 0 /* I didn't turn this on, because it might cause trouble
8156 for the mapping of return into C-m and tab into C-i. */
8157 /* Optionally don't map function keys into other things.
8158 This enables the user to redefine kp- keys easily. */
8159 if (SYMBOLP (key) && !NILP (Vinhibit_function_key_mapping))
8160 fkey_next = Qnil;
8161 #endif
8163 /* If the function key map gives a function, not an
8164 array, then call the function with no args and use
8165 its value instead. */
8166 if (SYMBOLP (fkey_next) && ! NILP (Ffboundp (fkey_next))
8167 && fkey_end == t)
8169 struct gcpro gcpro1, gcpro2, gcpro3;
8170 Lisp_Object tem;
8171 tem = fkey_next;
8173 GCPRO3 (fkey_map, keytran_map, delayed_switch_frame);
8174 fkey_next = call1 (fkey_next, prompt);
8175 UNGCPRO;
8176 /* If the function returned something invalid,
8177 barf--don't ignore it.
8178 (To ignore it safely, we would need to gcpro a bunch of
8179 other variables.) */
8180 if (! (VECTORP (fkey_next) || STRINGP (fkey_next)))
8181 error ("Function in key-translation-map returns invalid key sequence");
8184 function_key_possible = ! NILP (fkey_next);
8186 /* If keybuf[fkey_start..fkey_end] is bound in the
8187 function key map and it's a suffix of the current
8188 sequence (i.e. fkey_end == t), replace it with
8189 the binding and restart with fkey_start at the end. */
8190 if ((VECTORP (fkey_next) || STRINGP (fkey_next))
8191 && fkey_end == t)
8193 int len = XFASTINT (Flength (fkey_next));
8195 t = fkey_start + len;
8196 if (t >= bufsize)
8197 error ("Key sequence too long");
8199 if (VECTORP (fkey_next))
8200 bcopy (XVECTOR (fkey_next)->contents,
8201 keybuf + fkey_start,
8202 (t - fkey_start) * sizeof (keybuf[0]));
8203 else if (STRINGP (fkey_next))
8205 int i;
8207 for (i = 0; i < len; i++)
8208 XSETFASTINT (keybuf[fkey_start + i],
8209 XSTRING (fkey_next)->data[i]);
8212 mock_input = t;
8213 fkey_start = fkey_end = t;
8214 fkey_map = Vfunction_key_map;
8216 /* Do pass the results through key-translation-map.
8217 But don't retranslate what key-translation-map
8218 has already translated. */
8219 keytran_end = keytran_start;
8220 keytran_map = Vkey_translation_map;
8222 goto replay_sequence;
8225 fkey_map = get_keymap_1 (fkey_next, 0, 1);
8227 /* If we no longer have a bound suffix, try a new positions for
8228 fkey_start. */
8229 if (NILP (fkey_map))
8231 fkey_end = ++fkey_start;
8232 fkey_map = Vfunction_key_map;
8233 function_key_possible = 0;
8238 /* Look for this sequence in key-translation-map. */
8240 Lisp_Object keytran_next;
8242 /* Scan from keytran_end until we find a bound suffix. */
8243 while (keytran_end < t)
8245 Lisp_Object key;
8247 key = keybuf[keytran_end++];
8248 /* Look up meta-characters by prefixing them
8249 with meta_prefix_char. I hate this. */
8250 if (INTEGERP (key) && XINT (key) & meta_modifier)
8252 keytran_next
8253 = get_keymap_1
8254 (get_keyelt
8255 (access_keymap (keytran_map, meta_prefix_char, 1, 0), 0),
8256 0, 1);
8257 XSETFASTINT (key, XFASTINT (key) & ~meta_modifier);
8259 else
8260 keytran_next = keytran_map;
8262 keytran_next
8263 = get_keyelt (access_keymap (keytran_next, key, 1, 0), 1);
8265 /* Handle symbol with autoload definition. */
8266 if (SYMBOLP (keytran_next) && ! NILP (Ffboundp (keytran_next))
8267 && CONSP (XSYMBOL (keytran_next)->function)
8268 && EQ (XCAR (XSYMBOL (keytran_next)->function), Qautoload))
8269 do_autoload (XSYMBOL (keytran_next)->function,
8270 keytran_next);
8272 /* Handle a symbol whose function definition is a keymap
8273 or an array. */
8274 if (SYMBOLP (keytran_next) && ! NILP (Ffboundp (keytran_next))
8275 && (!NILP (Farrayp (XSYMBOL (keytran_next)->function))
8276 || !NILP (Fkeymapp (XSYMBOL (keytran_next)->function))))
8277 keytran_next = XSYMBOL (keytran_next)->function;
8279 /* If the key translation map gives a function, not an
8280 array, then call the function with one arg and use
8281 its value instead. */
8282 if (SYMBOLP (keytran_next) && ! NILP (Ffboundp (keytran_next))
8283 && keytran_end == t)
8285 struct gcpro gcpro1, gcpro2, gcpro3;
8286 Lisp_Object tem;
8287 tem = keytran_next;
8289 GCPRO3 (fkey_map, keytran_map, delayed_switch_frame);
8290 keytran_next = call1 (keytran_next, prompt);
8291 UNGCPRO;
8292 /* If the function returned something invalid,
8293 barf--don't ignore it.
8294 (To ignore it safely, we would need to gcpro a bunch of
8295 other variables.) */
8296 if (! (VECTORP (keytran_next) || STRINGP (keytran_next)))
8297 error ("Function in key-translation-map returns invalid key sequence");
8300 key_translation_possible = ! NILP (keytran_next);
8302 /* If keybuf[keytran_start..keytran_end] is bound in the
8303 key translation map and it's a suffix of the current
8304 sequence (i.e. keytran_end == t), replace it with
8305 the binding and restart with keytran_start at the end. */
8306 if ((VECTORP (keytran_next) || STRINGP (keytran_next))
8307 && keytran_end == t)
8309 int len = XFASTINT (Flength (keytran_next));
8311 t = keytran_start + len;
8312 if (t >= bufsize)
8313 error ("Key sequence too long");
8315 if (VECTORP (keytran_next))
8316 bcopy (XVECTOR (keytran_next)->contents,
8317 keybuf + keytran_start,
8318 (t - keytran_start) * sizeof (keybuf[0]));
8319 else if (STRINGP (keytran_next))
8321 int i;
8323 for (i = 0; i < len; i++)
8324 XSETFASTINT (keybuf[keytran_start + i],
8325 XSTRING (keytran_next)->data[i]);
8328 mock_input = t;
8329 keytran_start = keytran_end = t;
8330 keytran_map = Vkey_translation_map;
8332 /* Don't pass the results of key-translation-map
8333 through function-key-map. */
8334 fkey_start = fkey_end = t;
8335 fkey_map = Vfunction_key_map;
8337 goto replay_sequence;
8340 keytran_map = get_keymap_1 (keytran_next, 0, 1);
8342 /* If we no longer have a bound suffix, try a new positions for
8343 keytran_start. */
8344 if (NILP (keytran_map))
8346 keytran_end = ++keytran_start;
8347 keytran_map = Vkey_translation_map;
8348 key_translation_possible = 0;
8353 /* If KEY is not defined in any of the keymaps,
8354 and cannot be part of a function key or translation,
8355 and is an upper case letter
8356 use the corresponding lower-case letter instead. */
8357 if (first_binding == nmaps && ! function_key_possible
8358 && ! key_translation_possible
8359 && INTEGERP (key)
8360 && ((((XINT (key) & 0x3ffff)
8361 < XCHAR_TABLE (current_buffer->downcase_table)->size)
8362 && UPPERCASEP (XINT (key) & 0x3ffff))
8363 || (XINT (key) & shift_modifier)))
8365 Lisp_Object new_key;
8367 original_uppercase = key;
8368 original_uppercase_position = t - 1;
8370 if (XINT (key) & shift_modifier)
8371 XSETINT (new_key, XINT (key) & ~shift_modifier);
8372 else
8373 XSETINT (new_key, (DOWNCASE (XINT (key) & 0x3ffff)
8374 | (XINT (key) & ~0x3ffff)));
8376 /* We have to do this unconditionally, regardless of whether
8377 the lower-case char is defined in the keymaps, because they
8378 might get translated through function-key-map. */
8379 keybuf[t - 1] = new_key;
8380 mock_input = t;
8382 fkey_map = prev_fkey_map;
8383 fkey_start = prev_fkey_start;
8384 fkey_end = prev_fkey_end;
8386 keytran_map = prev_keytran_map;
8387 keytran_start = prev_keytran_start;
8388 keytran_end = prev_keytran_end;
8390 goto replay_sequence;
8392 /* If KEY is not defined in any of the keymaps,
8393 and cannot be part of a function key or translation,
8394 and is a shifted function key,
8395 use the corresponding unshifted function key instead. */
8396 if (first_binding == nmaps && ! function_key_possible
8397 && ! key_translation_possible
8398 && SYMBOLP (key))
8400 Lisp_Object breakdown;
8401 int modifiers;
8403 breakdown = parse_modifiers (key);
8404 modifiers = XINT (XCAR (XCDR (breakdown)));
8405 if (modifiers & shift_modifier)
8407 Lisp_Object new_key;
8409 original_uppercase = key;
8410 original_uppercase_position = t - 1;
8412 modifiers &= ~shift_modifier;
8413 new_key = apply_modifiers (modifiers,
8414 XCAR (breakdown));
8416 keybuf[t - 1] = new_key;
8417 mock_input = t;
8419 fkey_map = prev_fkey_map;
8420 fkey_start = prev_fkey_start;
8421 fkey_end = prev_fkey_end;
8423 keytran_map = prev_keytran_map;
8424 keytran_start = prev_keytran_start;
8425 keytran_end = prev_keytran_end;
8427 goto replay_sequence;
8432 if (!dummyflag)
8433 read_key_sequence_cmd = (first_binding < nmaps
8434 ? defs[first_binding]
8435 : Qnil);
8437 unread_switch_frame = delayed_switch_frame;
8438 unbind_to (count, Qnil);
8440 /* Don't downcase the last character if the caller says don't.
8441 Don't downcase it if the result is undefined, either. */
8442 if ((dont_downcase_last || first_binding >= nmaps)
8443 && t - 1 == original_uppercase_position)
8444 keybuf[t - 1] = original_uppercase;
8446 /* Occasionally we fabricate events, perhaps by expanding something
8447 according to function-key-map, or by adding a prefix symbol to a
8448 mouse click in the scroll bar or modeline. In this cases, return
8449 the entire generated key sequence, even if we hit an unbound
8450 prefix or a definition before the end. This means that you will
8451 be able to push back the event properly, and also means that
8452 read-key-sequence will always return a logical unit.
8454 Better ideas? */
8455 for (; t < mock_input; t++)
8457 if ((FLOATP (Vecho_keystrokes) || INTEGERP (Vecho_keystrokes))
8458 && NILP (Fzerop (Vecho_keystrokes)))
8459 echo_char (keybuf[t]);
8460 add_command_key (keybuf[t]);
8465 return t;
8468 #if 0 /* This doc string is too long for some compilers.
8469 This commented-out definition serves for DOC. */
8470 DEFUN ("read-key-sequence", Fread_key_sequence, Sread_key_sequence, 1, 4, 0,
8471 "Read a sequence of keystrokes and return as a string or vector.\n\
8472 The sequence is sufficient to specify a non-prefix command in the\n\
8473 current local and global maps.\n\
8475 First arg PROMPT is a prompt string. If nil, do not prompt specially.\n\
8476 Second (optional) arg CONTINUE-ECHO, if non-nil, means this key echos\n\
8477 as a continuation of the previous key.\n\
8479 The third (optional) arg DONT-DOWNCASE-LAST, if non-nil, means do not\n\
8480 convert the last event to lower case. (Normally any upper case event\n\
8481 is converted to lower case if the original event is undefined and the lower\n\
8482 case equivalent is defined.) A non-nil value is appropriate for reading\n\
8483 a key sequence to be defined.\n\
8485 A C-g typed while in this function is treated like any other character,\n\
8486 and `quit-flag' is not set.\n\
8488 If the key sequence starts with a mouse click, then the sequence is read\n\
8489 using the keymaps of the buffer of the window clicked in, not the buffer\n\
8490 of the selected window as normal.\n\
8491 ""\n\
8492 `read-key-sequence' drops unbound button-down events, since you normally\n\
8493 only care about the click or drag events which follow them. If a drag\n\
8494 or multi-click event is unbound, but the corresponding click event would\n\
8495 be bound, `read-key-sequence' turns the event into a click event at the\n\
8496 drag's starting position. This means that you don't have to distinguish\n\
8497 between click and drag, double, or triple events unless you want to.\n\
8499 `read-key-sequence' prefixes mouse events on mode lines, the vertical\n\
8500 lines separating windows, and scroll bars with imaginary keys\n\
8501 `mode-line', `vertical-line', and `vertical-scroll-bar'.\n\
8503 Optional fourth argument CAN-RETURN-SWITCH-FRAME non-nil means that this\n\
8504 function will process a switch-frame event if the user switches frames\n\
8505 before typing anything. If the user switches frames in the middle of a\n\
8506 key sequence, or at the start of the sequence but CAN-RETURN-SWITCH-FRAME\n\
8507 is nil, then the event will be put off until after the current key sequence.\n\
8509 `read-key-sequence' checks `function-key-map' for function key\n\
8510 sequences, where they wouldn't conflict with ordinary bindings. See\n\
8511 `function-key-map' for more details.\n\
8513 The optional fifth argument COMMAND-LOOP, if non-nil, means\n\
8514 that this key sequence is being read by something that will\n\
8515 read commands one after another. It should be nil if the caller\n\
8516 will read just one key sequence.")
8517 (prompt, continue_echo, dont_downcase_last, can_return_switch_frame, command-loop)
8518 #endif
8520 DEFUN ("read-key-sequence", Fread_key_sequence, Sread_key_sequence, 1, 5, 0,
8522 (prompt, continue_echo, dont_downcase_last, can_return_switch_frame,
8523 command_loop)
8524 Lisp_Object prompt, continue_echo, dont_downcase_last;
8525 Lisp_Object can_return_switch_frame, command_loop;
8527 Lisp_Object keybuf[30];
8528 register int i;
8529 struct gcpro gcpro1;
8530 int count = specpdl_ptr - specpdl;
8532 if (!NILP (prompt))
8533 CHECK_STRING (prompt, 0);
8534 QUIT;
8536 specbind (Qinput_method_exit_on_first_char,
8537 (NILP (command_loop) ? Qt : Qnil));
8538 specbind (Qinput_method_use_echo_area,
8539 (NILP (command_loop) ? Qt : Qnil));
8541 bzero (keybuf, sizeof keybuf);
8542 GCPRO1 (keybuf[0]);
8543 gcpro1.nvars = (sizeof keybuf/sizeof (keybuf[0]));
8545 if (NILP (continue_echo))
8547 this_command_key_count = 0;
8548 this_single_command_key_start = 0;
8551 #ifdef HAVE_X_WINDOWS
8552 if (display_busy_cursor_p)
8553 cancel_busy_cursor ();
8554 #endif
8556 i = read_key_sequence (keybuf, (sizeof keybuf/sizeof (keybuf[0])),
8557 prompt, ! NILP (dont_downcase_last),
8558 ! NILP (can_return_switch_frame), 0);
8560 #ifdef HAVE_X_WINDOWS
8561 if (display_busy_cursor_p)
8562 start_busy_cursor ();
8563 #endif
8565 if (i == -1)
8567 Vquit_flag = Qt;
8568 QUIT;
8570 UNGCPRO;
8571 return unbind_to (count, make_event_array (i, keybuf));
8574 DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,
8575 Sread_key_sequence_vector, 1, 5, 0,
8576 "Like `read-key-sequence' but always return a vector.")
8577 (prompt, continue_echo, dont_downcase_last, can_return_switch_frame,
8578 command_loop)
8579 Lisp_Object prompt, continue_echo, dont_downcase_last;
8580 Lisp_Object can_return_switch_frame, command_loop;
8582 Lisp_Object keybuf[30];
8583 register int i;
8584 struct gcpro gcpro1;
8585 int count = specpdl_ptr - specpdl;
8587 if (!NILP (prompt))
8588 CHECK_STRING (prompt, 0);
8589 QUIT;
8591 specbind (Qinput_method_exit_on_first_char,
8592 (NILP (command_loop) ? Qt : Qnil));
8593 specbind (Qinput_method_use_echo_area,
8594 (NILP (command_loop) ? Qt : Qnil));
8596 bzero (keybuf, sizeof keybuf);
8597 GCPRO1 (keybuf[0]);
8598 gcpro1.nvars = (sizeof keybuf/sizeof (keybuf[0]));
8600 if (NILP (continue_echo))
8602 this_command_key_count = 0;
8603 this_single_command_key_start = 0;
8606 #ifdef HAVE_X_WINDOWS
8607 if (display_busy_cursor_p)
8608 cancel_busy_cursor ();
8609 #endif
8611 i = read_key_sequence (keybuf, (sizeof keybuf/sizeof (keybuf[0])),
8612 prompt, ! NILP (dont_downcase_last),
8613 ! NILP (can_return_switch_frame), 0);
8615 #ifdef HAVE_X_WINDOWS
8616 if (display_busy_cursor_p)
8617 start_busy_cursor ();
8618 #endif
8620 if (i == -1)
8622 Vquit_flag = Qt;
8623 QUIT;
8625 UNGCPRO;
8626 return unbind_to (count, Fvector (i, keybuf));
8629 DEFUN ("command-execute", Fcommand_execute, Scommand_execute, 1, 4, 0,
8630 "Execute CMD as an editor command.\n\
8631 CMD must be a symbol that satisfies the `commandp' predicate.\n\
8632 Optional second arg RECORD-FLAG non-nil\n\
8633 means unconditionally put this command in `command-history'.\n\
8634 Otherwise, that is done only if an arg is read using the minibuffer.\n\
8635 The argument KEYS specifies the value to use instead of (this-command-keys)\n\
8636 when reading the arguments; if it is nil, (this-command-keys) is used.\n\
8637 The argument SPECIAL, if non-nil, means that this command is executing\n\
8638 a special event, so ignore the prefix argument and don't clear it.")
8639 (cmd, record_flag, keys, special)
8640 Lisp_Object cmd, record_flag, keys, special;
8642 register Lisp_Object final;
8643 register Lisp_Object tem;
8644 Lisp_Object prefixarg;
8645 struct backtrace backtrace;
8646 extern int debug_on_next_call;
8648 debug_on_next_call = 0;
8650 if (NILP (special))
8652 prefixarg = current_kboard->Vprefix_arg;
8653 Vcurrent_prefix_arg = prefixarg;
8654 current_kboard->Vprefix_arg = Qnil;
8656 else
8657 prefixarg = Qnil;
8659 if (SYMBOLP (cmd))
8661 tem = Fget (cmd, Qdisabled);
8662 if (!NILP (tem) && !NILP (Vrun_hooks))
8664 tem = Fsymbol_value (Qdisabled_command_hook);
8665 if (!NILP (tem))
8666 return call1 (Vrun_hooks, Qdisabled_command_hook);
8670 while (1)
8672 final = Findirect_function (cmd);
8674 if (CONSP (final) && (tem = Fcar (final), EQ (tem, Qautoload)))
8676 struct gcpro gcpro1, gcpro2;
8678 GCPRO2 (cmd, prefixarg);
8679 do_autoload (final, cmd);
8680 UNGCPRO;
8682 else
8683 break;
8686 if (STRINGP (final) || VECTORP (final))
8688 /* If requested, place the macro in the command history. For
8689 other sorts of commands, call-interactively takes care of
8690 this. */
8691 if (!NILP (record_flag))
8693 Vcommand_history
8694 = Fcons (Fcons (Qexecute_kbd_macro,
8695 Fcons (final, Fcons (prefixarg, Qnil))),
8696 Vcommand_history);
8698 /* Don't keep command history around forever. */
8699 if (NUMBERP (Vhistory_length) && XINT (Vhistory_length) > 0)
8701 tem = Fnthcdr (Vhistory_length, Vcommand_history);
8702 if (CONSP (tem))
8703 XCDR (tem) = Qnil;
8707 return Fexecute_kbd_macro (final, prefixarg);
8710 if (CONSP (final) || SUBRP (final) || COMPILEDP (final))
8712 backtrace.next = backtrace_list;
8713 backtrace_list = &backtrace;
8714 backtrace.function = &Qcall_interactively;
8715 backtrace.args = &cmd;
8716 backtrace.nargs = 1;
8717 backtrace.evalargs = 0;
8719 tem = Fcall_interactively (cmd, record_flag, keys);
8721 backtrace_list = backtrace.next;
8722 return tem;
8724 return Qnil;
8727 DEFUN ("execute-extended-command", Fexecute_extended_command, Sexecute_extended_command,
8728 1, 1, "P",
8729 "Read function name, then read its arguments and call it.")
8730 (prefixarg)
8731 Lisp_Object prefixarg;
8733 Lisp_Object function;
8734 char buf[40];
8735 Lisp_Object saved_keys;
8736 Lisp_Object bindings, value;
8737 struct gcpro gcpro1, gcpro2;
8739 saved_keys = Fvector (this_command_key_count,
8740 XVECTOR (this_command_keys)->contents);
8741 buf[0] = 0;
8742 GCPRO2 (saved_keys, prefixarg);
8744 if (EQ (prefixarg, Qminus))
8745 strcpy (buf, "- ");
8746 else if (CONSP (prefixarg) && XINT (XCAR (prefixarg)) == 4)
8747 strcpy (buf, "C-u ");
8748 else if (CONSP (prefixarg) && INTEGERP (XCAR (prefixarg)))
8750 if (sizeof (int) == sizeof (EMACS_INT))
8751 sprintf (buf, "%d ", XINT (XCAR (prefixarg)));
8752 else if (sizeof (long) == sizeof (EMACS_INT))
8753 sprintf (buf, "%ld ", (long) XINT (XCAR (prefixarg)));
8754 else
8755 abort ();
8757 else if (INTEGERP (prefixarg))
8759 if (sizeof (int) == sizeof (EMACS_INT))
8760 sprintf (buf, "%d ", XINT (prefixarg));
8761 else if (sizeof (long) == sizeof (EMACS_INT))
8762 sprintf (buf, "%ld ", (long) XINT (prefixarg));
8763 else
8764 abort ();
8767 /* This isn't strictly correct if execute-extended-command
8768 is bound to anything else. Perhaps it should use
8769 this_command_keys? */
8770 strcat (buf, "M-x ");
8772 /* Prompt with buf, and then read a string, completing from and
8773 restricting to the set of all defined commands. Don't provide
8774 any initial input. Save the command read on the extended-command
8775 history list. */
8776 function = Fcompleting_read (build_string (buf),
8777 Vobarray, Qcommandp,
8778 Qt, Qnil, Qextended_command_history, Qnil,
8779 Qnil);
8781 if (STRINGP (function) && XSTRING (function)->size == 0)
8782 error ("No command name given");
8784 /* Set this_command_keys to the concatenation of saved_keys and
8785 function, followed by a RET. */
8787 struct Lisp_String *str;
8788 Lisp_Object *keys;
8789 int i;
8791 this_command_key_count = 0;
8792 this_single_command_key_start = 0;
8794 keys = XVECTOR (saved_keys)->contents;
8795 for (i = 0; i < XVECTOR (saved_keys)->size; i++)
8796 add_command_key (keys[i]);
8798 str = XSTRING (function);
8799 for (i = 0; i < str->size; i++)
8800 add_command_key (Faref (function, make_number (i)));
8802 add_command_key (make_number ('\015'));
8805 UNGCPRO;
8807 function = Fintern (function, Qnil);
8808 current_kboard->Vprefix_arg = prefixarg;
8809 Vthis_command = function;
8810 real_this_command = function;
8812 /* If enabled, show which key runs this command. */
8813 if (!NILP (Vsuggest_key_bindings)
8814 && NILP (Vexecuting_macro)
8815 && SYMBOLP (function))
8816 bindings = Fwhere_is_internal (function, Voverriding_local_map,
8817 Qt, Qnil);
8818 else
8819 bindings = Qnil;
8821 value = Qnil;
8822 GCPRO2 (bindings, value);
8823 value = Fcommand_execute (function, Qt, Qnil, Qnil);
8825 /* If the command has a key binding, print it now. */
8826 if (!NILP (bindings)
8827 && ! (VECTORP (bindings) && EQ (Faref (bindings, make_number (0)),
8828 Qmouse_movement)))
8830 /* But first wait, and skip the message if there is input. */
8831 int delay_time;
8832 if (!NILP (echo_area_buffer[0]))
8833 /* This command displayed something in the echo area;
8834 so wait a few seconds, then display our suggestion message. */
8835 delay_time = (NUMBERP (Vsuggest_key_bindings)
8836 ? XINT (Vsuggest_key_bindings) : 2);
8837 else
8838 /* This command left the echo area empty,
8839 so display our message immediately. */
8840 delay_time = 0;
8842 if (!NILP (Fsit_for (make_number (delay_time), Qnil, Qnil))
8843 && ! CONSP (Vunread_command_events))
8845 Lisp_Object binding;
8846 char *newmessage;
8847 int message_p = push_message ();
8849 binding = Fkey_description (bindings);
8851 newmessage
8852 = (char *) alloca (XSYMBOL (function)->name->size
8853 + STRING_BYTES (XSTRING (binding))
8854 + 100);
8855 sprintf (newmessage, "You can run the command `%s' with %s",
8856 XSYMBOL (function)->name->data,
8857 XSTRING (binding)->data);
8858 message2_nolog (newmessage,
8859 strlen (newmessage),
8860 STRING_MULTIBYTE (binding));
8861 if (!NILP (Fsit_for ((NUMBERP (Vsuggest_key_bindings)
8862 ? Vsuggest_key_bindings : make_number (2)),
8863 Qnil, Qnil))
8864 && message_p)
8865 restore_message ();
8867 pop_message ();
8871 RETURN_UNGCPRO (value);
8874 /* Find the set of keymaps now active.
8875 Store into *MAPS_P a vector holding the various maps
8876 and return the number of them. The vector was malloc'd
8877 and the caller should free it. */
8880 current_active_maps (maps_p)
8881 Lisp_Object **maps_p;
8883 Lisp_Object *tmaps, *maps;
8884 int nmaps;
8886 /* Should overriding-terminal-local-map and overriding-local-map apply? */
8887 if (!NILP (Voverriding_local_map_menu_flag))
8889 /* Yes, use them (if non-nil) as well as the global map. */
8890 maps = (Lisp_Object *) xmalloc (3 * sizeof (maps[0]));
8891 nmaps = 0;
8892 if (!NILP (current_kboard->Voverriding_terminal_local_map))
8893 maps[nmaps++] = current_kboard->Voverriding_terminal_local_map;
8894 if (!NILP (Voverriding_local_map))
8895 maps[nmaps++] = Voverriding_local_map;
8897 else
8899 /* No, so use major and minor mode keymaps. */
8900 nmaps = current_minor_maps (NULL, &tmaps);
8901 maps = (Lisp_Object *) xmalloc ((nmaps + 2) * sizeof (maps[0]));
8902 bcopy (tmaps, maps, nmaps * sizeof (maps[0]));
8903 maps[nmaps++] = get_local_map (PT, current_buffer);
8905 maps[nmaps++] = current_global_map;
8907 *maps_p = maps;
8908 return nmaps;
8911 /* Return nonzero if input events are pending. */
8914 detect_input_pending ()
8916 if (!input_pending)
8917 get_input_pending (&input_pending, 0);
8919 return input_pending;
8922 /* Return nonzero if input events are pending, and run any pending timers. */
8925 detect_input_pending_run_timers (do_display)
8926 int do_display;
8928 int old_timers_run = timers_run;
8930 if (!input_pending)
8931 get_input_pending (&input_pending, 1);
8933 if (old_timers_run != timers_run && do_display)
8935 redisplay_preserve_echo_area ();
8936 /* The following fixes a bug when using lazy-lock with
8937 lazy-lock-defer-on-the-fly set to t, i.e. when fontifying
8938 from an idle timer function. The symptom of the bug is that
8939 the cursor sometimes doesn't become visible until the next X
8940 event is processed. --gerd. */
8941 if (rif)
8942 rif->flush_display (NULL);
8945 return input_pending;
8948 /* This is called in some cases before a possible quit.
8949 It cases the next call to detect_input_pending to recompute input_pending.
8950 So calling this function unnecessarily can't do any harm. */
8952 void
8953 clear_input_pending ()
8955 input_pending = 0;
8958 /* Return nonzero if there are pending requeued events.
8959 This isn't used yet. The hope is to make wait_reading_process_input
8960 call it, and return return if it runs Lisp code that unreads something.
8961 The problem is, kbd_buffer_get_event needs to be fixed to know what
8962 to do in that case. It isn't trivial. */
8965 requeued_events_pending_p ()
8967 return (!NILP (Vunread_command_events) || unread_command_char != -1);
8971 DEFUN ("input-pending-p", Finput_pending_p, Sinput_pending_p, 0, 0, 0,
8972 "T if command input is currently available with no waiting.\n\
8973 Actually, the value is nil only if we can be sure that no input is available.")
8976 if (!NILP (Vunread_command_events) || unread_command_char != -1)
8977 return (Qt);
8979 get_input_pending (&input_pending, 1);
8980 return input_pending > 0 ? Qt : Qnil;
8983 DEFUN ("recent-keys", Frecent_keys, Srecent_keys, 0, 0, 0,
8984 "Return vector of last 100 events, not counting those from keyboard macros.")
8987 Lisp_Object *keys = XVECTOR (recent_keys)->contents;
8988 Lisp_Object val;
8990 if (total_keys < NUM_RECENT_KEYS)
8991 return Fvector (total_keys, keys);
8992 else
8994 val = Fvector (NUM_RECENT_KEYS, keys);
8995 bcopy (keys + recent_keys_index,
8996 XVECTOR (val)->contents,
8997 (NUM_RECENT_KEYS - recent_keys_index) * sizeof (Lisp_Object));
8998 bcopy (keys,
8999 XVECTOR (val)->contents + NUM_RECENT_KEYS - recent_keys_index,
9000 recent_keys_index * sizeof (Lisp_Object));
9001 return val;
9005 DEFUN ("this-command-keys", Fthis_command_keys, Sthis_command_keys, 0, 0, 0,
9006 "Return the key sequence that invoked this command.\n\
9007 The value is a string or a vector.")
9010 return make_event_array (this_command_key_count,
9011 XVECTOR (this_command_keys)->contents);
9014 DEFUN ("this-command-keys-vector", Fthis_command_keys_vector, Sthis_command_keys_vector, 0, 0, 0,
9015 "Return the key sequence that invoked this command, as a vector.")
9018 return Fvector (this_command_key_count,
9019 XVECTOR (this_command_keys)->contents);
9022 DEFUN ("this-single-command-keys", Fthis_single_command_keys,
9023 Sthis_single_command_keys, 0, 0, 0,
9024 "Return the key sequence that invoked this command.\n\
9025 Unlike `this-command-keys', this function's value\n\
9026 does not include prefix arguments.\n\
9027 The value is always a vector.")
9030 return Fvector (this_command_key_count
9031 - this_single_command_key_start,
9032 (XVECTOR (this_command_keys)->contents
9033 + this_single_command_key_start));
9036 DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,
9037 Sthis_single_command_raw_keys, 0, 0, 0,
9038 "Return the raw events that were read for this command.\n\
9039 Unlike `this-single-command-keys', this function's value\n\
9040 shows the events before all translations (except for input methods).\n\
9041 The value is always a vector.")
9044 return Fvector (raw_keybuf_count,
9045 (XVECTOR (raw_keybuf)->contents));
9048 DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,
9049 Sreset_this_command_lengths, 0, 0, 0,
9050 "Used for complicated reasons in `universal-argument-other-key'.\n\
9052 `universal-argument-other-key' rereads the event just typed.\n\
9053 It then gets translated through `function-key-map'.\n\
9054 The translated event gets included in the echo area and in\n\
9055 the value of `this-command-keys' in addition to the raw original event.\n\
9056 That is not right.\n\
9058 Calling this function directs the translated event to replace\n\
9059 the original event, so that only one version of the event actually\n\
9060 appears in the echo area and in the value of `this-command-keys.'.")
9063 before_command_restore_flag = 1;
9064 before_command_key_count_1 = before_command_key_count;
9065 before_command_echo_length_1 = before_command_echo_length;
9066 return Qnil;
9069 DEFUN ("clear-this-command-keys", Fclear_this_command_keys,
9070 Sclear_this_command_keys, 0, 0, 0,
9071 "Clear out the vector that `this-command-keys' returns.\n\
9072 Clear vector containing last 100 events.")
9075 int i;
9077 this_command_key_count = 0;
9079 for (i = 0; i < XVECTOR (recent_keys)->size; ++i)
9080 XVECTOR (recent_keys)->contents[i] = Qnil;
9081 total_keys = 0;
9082 recent_keys_index = 0;
9083 return Qnil;
9086 DEFUN ("recursion-depth", Frecursion_depth, Srecursion_depth, 0, 0, 0,
9087 "Return the current depth in recursive edits.")
9090 Lisp_Object temp;
9091 XSETFASTINT (temp, command_loop_level + minibuf_level);
9092 return temp;
9095 DEFUN ("open-dribble-file", Fopen_dribble_file, Sopen_dribble_file, 1, 1,
9096 "FOpen dribble file: ",
9097 "Start writing all keyboard characters to a dribble file called FILE.\n\
9098 If FILE is nil, close any open dribble file.")
9099 (file)
9100 Lisp_Object file;
9102 if (dribble)
9104 fclose (dribble);
9105 dribble = 0;
9107 if (!NILP (file))
9109 file = Fexpand_file_name (file, Qnil);
9110 dribble = fopen (XSTRING (file)->data, "w");
9111 if (dribble == 0)
9112 report_file_error ("Opening dribble", Fcons (file, Qnil));
9114 return Qnil;
9117 DEFUN ("discard-input", Fdiscard_input, Sdiscard_input, 0, 0, 0,
9118 "Discard the contents of the terminal input buffer.\n\
9119 Also cancel any kbd macro being defined.")
9122 current_kboard->defining_kbd_macro = Qnil;
9123 update_mode_lines++;
9125 Vunread_command_events = Qnil;
9126 unread_command_char = -1;
9128 discard_tty_input ();
9130 kbd_fetch_ptr = kbd_store_ptr;
9131 Ffillarray (kbd_buffer_frame_or_window, Qnil);
9132 input_pending = 0;
9134 return Qnil;
9137 DEFUN ("suspend-emacs", Fsuspend_emacs, Ssuspend_emacs, 0, 1, "",
9138 "Stop Emacs and return to superior process. You can resume later.\n\
9139 If `cannot-suspend' is non-nil, or if the system doesn't support job\n\
9140 control, run a subshell instead.\n\n\
9141 If optional arg STUFFSTRING is non-nil, its characters are stuffed\n\
9142 to be read as terminal input by Emacs's parent, after suspension.\n\
9144 Before suspending, run the normal hook `suspend-hook'.\n\
9145 After resumption run the normal hook `suspend-resume-hook'.\n\
9147 Some operating systems cannot stop the Emacs process and resume it later.\n\
9148 On such systems, Emacs starts a subshell instead of suspending.")
9149 (stuffstring)
9150 Lisp_Object stuffstring;
9152 int count = specpdl_ptr - specpdl;
9153 int old_height, old_width;
9154 int width, height;
9155 struct gcpro gcpro1;
9157 if (!NILP (stuffstring))
9158 CHECK_STRING (stuffstring, 0);
9160 /* Run the functions in suspend-hook. */
9161 if (!NILP (Vrun_hooks))
9162 call1 (Vrun_hooks, intern ("suspend-hook"));
9164 GCPRO1 (stuffstring);
9165 get_frame_size (&old_width, &old_height);
9166 reset_sys_modes ();
9167 /* sys_suspend can get an error if it tries to fork a subshell
9168 and the system resources aren't available for that. */
9169 record_unwind_protect ((Lisp_Object (*) P_ ((Lisp_Object))) init_sys_modes,
9170 Qnil);
9171 stuff_buffered_input (stuffstring);
9172 if (cannot_suspend)
9173 sys_subshell ();
9174 else
9175 sys_suspend ();
9176 unbind_to (count, Qnil);
9178 /* Check if terminal/window size has changed.
9179 Note that this is not useful when we are running directly
9180 with a window system; but suspend should be disabled in that case. */
9181 get_frame_size (&width, &height);
9182 if (width != old_width || height != old_height)
9183 change_frame_size (SELECTED_FRAME (), height, width, 0, 0, 0);
9185 /* Run suspend-resume-hook. */
9186 if (!NILP (Vrun_hooks))
9187 call1 (Vrun_hooks, intern ("suspend-resume-hook"));
9189 UNGCPRO;
9190 return Qnil;
9193 /* If STUFFSTRING is a string, stuff its contents as pending terminal input.
9194 Then in any case stuff anything Emacs has read ahead and not used. */
9196 void
9197 stuff_buffered_input (stuffstring)
9198 Lisp_Object stuffstring;
9200 /* stuff_char works only in BSD, versions 4.2 and up. */
9201 #ifdef BSD_SYSTEM
9202 #ifndef BSD4_1
9203 register unsigned char *p;
9205 if (STRINGP (stuffstring))
9207 register int count;
9209 p = XSTRING (stuffstring)->data;
9210 count = STRING_BYTES (XSTRING (stuffstring));
9211 while (count-- > 0)
9212 stuff_char (*p++);
9213 stuff_char ('\n');
9215 /* Anything we have read ahead, put back for the shell to read. */
9216 /* ?? What should this do when we have multiple keyboards??
9217 Should we ignore anything that was typed in at the "wrong" kboard? */
9218 for (; kbd_fetch_ptr != kbd_store_ptr; kbd_fetch_ptr++)
9220 if (kbd_fetch_ptr == kbd_buffer + KBD_BUFFER_SIZE)
9221 kbd_fetch_ptr = kbd_buffer;
9222 if (kbd_fetch_ptr->kind == ascii_keystroke)
9223 stuff_char (kbd_fetch_ptr->code);
9224 kbd_fetch_ptr->kind = no_event;
9225 (XVECTOR (kbd_buffer_frame_or_window)->contents[kbd_fetch_ptr
9226 - kbd_buffer]
9227 = Qnil);
9229 input_pending = 0;
9230 #endif
9231 #endif /* BSD_SYSTEM and not BSD4_1 */
9234 void
9235 set_waiting_for_input (time_to_clear)
9236 EMACS_TIME *time_to_clear;
9238 input_available_clear_time = time_to_clear;
9240 /* Tell interrupt_signal to throw back to read_char, */
9241 waiting_for_input = 1;
9243 /* If interrupt_signal was called before and buffered a C-g,
9244 make it run again now, to avoid timing error. */
9245 if (!NILP (Vquit_flag))
9246 quit_throw_to_read_char ();
9249 void
9250 clear_waiting_for_input ()
9252 /* Tell interrupt_signal not to throw back to read_char, */
9253 waiting_for_input = 0;
9254 input_available_clear_time = 0;
9257 /* This routine is called at interrupt level in response to C-G.
9258 If interrupt_input, this is the handler for SIGINT.
9259 Otherwise, it is called from kbd_buffer_store_event,
9260 in handling SIGIO or SIGTINT.
9262 If `waiting_for_input' is non zero, then unless `echoing' is nonzero,
9263 immediately throw back to read_char.
9265 Otherwise it sets the Lisp variable quit-flag not-nil.
9266 This causes eval to throw, when it gets a chance.
9267 If quit-flag is already non-nil, it stops the job right away. */
9269 SIGTYPE
9270 interrupt_signal (signalnum) /* If we don't have an argument, */
9271 int signalnum; /* some compilers complain in signal calls. */
9273 char c;
9274 /* Must preserve main program's value of errno. */
9275 int old_errno = errno;
9276 struct frame *sf = SELECTED_FRAME ();
9278 #if defined (USG) && !defined (POSIX_SIGNALS)
9279 if (!read_socket_hook && NILP (Vwindow_system))
9281 /* USG systems forget handlers when they are used;
9282 must reestablish each time */
9283 signal (SIGINT, interrupt_signal);
9284 signal (SIGQUIT, interrupt_signal);
9286 #endif /* USG */
9288 cancel_echoing ();
9290 if (!NILP (Vquit_flag)
9291 && (FRAME_TERMCAP_P (sf) || FRAME_MSDOS_P (sf)))
9293 /* If SIGINT isn't blocked, don't let us be interrupted by
9294 another SIGINT, it might be harmful due to non-reentrancy
9295 in I/O functions. */
9296 sigblock (sigmask (SIGINT));
9298 fflush (stdout);
9299 reset_sys_modes ();
9301 #ifdef SIGTSTP /* Support possible in later USG versions */
9303 * On systems which can suspend the current process and return to the original
9304 * shell, this command causes the user to end up back at the shell.
9305 * The "Auto-save" and "Abort" questions are not asked until
9306 * the user elects to return to emacs, at which point he can save the current
9307 * job and either dump core or continue.
9309 sys_suspend ();
9310 #else
9311 #ifdef VMS
9312 if (sys_suspend () == -1)
9314 printf ("Not running as a subprocess;\n");
9315 printf ("you can continue or abort.\n");
9317 #else /* not VMS */
9318 /* Perhaps should really fork an inferior shell?
9319 But that would not provide any way to get back
9320 to the original shell, ever. */
9321 printf ("No support for stopping a process on this operating system;\n");
9322 printf ("you can continue or abort.\n");
9323 #endif /* not VMS */
9324 #endif /* not SIGTSTP */
9325 #ifdef MSDOS
9326 /* We must remain inside the screen area when the internal terminal
9327 is used. Note that [Enter] is not echoed by dos. */
9328 cursor_to (0, 0);
9329 #endif
9330 /* It doesn't work to autosave while GC is in progress;
9331 the code used for auto-saving doesn't cope with the mark bit. */
9332 if (!gc_in_progress)
9334 printf ("Auto-save? (y or n) ");
9335 fflush (stdout);
9336 if (((c = getchar ()) & ~040) == 'Y')
9338 Fdo_auto_save (Qt, Qnil);
9339 #ifdef MSDOS
9340 printf ("\r\nAuto-save done");
9341 #else /* not MSDOS */
9342 printf ("Auto-save done\n");
9343 #endif /* not MSDOS */
9345 while (c != '\n') c = getchar ();
9347 else
9349 /* During GC, it must be safe to reenable quitting again. */
9350 Vinhibit_quit = Qnil;
9351 #ifdef MSDOS
9352 printf ("\r\n");
9353 #endif /* not MSDOS */
9354 printf ("Garbage collection in progress; cannot auto-save now\r\n");
9355 printf ("but will instead do a real quit after garbage collection ends\r\n");
9356 fflush (stdout);
9359 #ifdef MSDOS
9360 printf ("\r\nAbort? (y or n) ");
9361 #else /* not MSDOS */
9362 #ifdef VMS
9363 printf ("Abort (and enter debugger)? (y or n) ");
9364 #else /* not VMS */
9365 printf ("Abort (and dump core)? (y or n) ");
9366 #endif /* not VMS */
9367 #endif /* not MSDOS */
9368 fflush (stdout);
9369 if (((c = getchar ()) & ~040) == 'Y')
9370 abort ();
9371 while (c != '\n') c = getchar ();
9372 #ifdef MSDOS
9373 printf ("\r\nContinuing...\r\n");
9374 #else /* not MSDOS */
9375 printf ("Continuing...\n");
9376 #endif /* not MSDOS */
9377 fflush (stdout);
9378 init_sys_modes ();
9379 sigfree ();
9381 else
9383 /* If executing a function that wants to be interrupted out of
9384 and the user has not deferred quitting by binding `inhibit-quit'
9385 then quit right away. */
9386 if (immediate_quit && NILP (Vinhibit_quit))
9388 struct gl_state_s saved;
9389 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
9391 immediate_quit = 0;
9392 sigfree ();
9393 saved = gl_state;
9394 GCPRO4 (saved.object, saved.global_code,
9395 saved.current_syntax_table, saved.old_prop);
9396 Fsignal (Qquit, Qnil);
9397 gl_state = saved;
9398 UNGCPRO;
9400 else
9401 /* Else request quit when it's safe */
9402 Vquit_flag = Qt;
9405 if (waiting_for_input && !echoing)
9406 quit_throw_to_read_char ();
9408 errno = old_errno;
9411 /* Handle a C-g by making read_char return C-g. */
9413 void
9414 quit_throw_to_read_char ()
9416 sigfree ();
9417 /* Prevent another signal from doing this before we finish. */
9418 clear_waiting_for_input ();
9419 input_pending = 0;
9421 Vunread_command_events = Qnil;
9422 unread_command_char = -1;
9424 #if 0 /* Currently, sit_for is called from read_char without turning
9425 off polling. And that can call set_waiting_for_input.
9426 It seems to be harmless. */
9427 #ifdef POLL_FOR_INPUT
9428 /* May be > 1 if in recursive minibuffer. */
9429 if (poll_suppress_count == 0)
9430 abort ();
9431 #endif
9432 #endif
9433 if (FRAMEP (internal_last_event_frame)
9434 && !EQ (internal_last_event_frame, selected_frame))
9435 do_switch_frame (make_lispy_switch_frame (internal_last_event_frame),
9436 Qnil, 0);
9438 _longjmp (getcjmp, 1);
9441 DEFUN ("set-input-mode", Fset_input_mode, Sset_input_mode, 3, 4, 0,
9442 "Set mode of reading keyboard input.\n\
9443 First arg INTERRUPT non-nil means use input interrupts;\n\
9444 nil means use CBREAK mode.\n\
9445 Second arg FLOW non-nil means use ^S/^Q flow control for output to terminal\n\
9446 (no effect except in CBREAK mode).\n\
9447 Third arg META t means accept 8-bit input (for a Meta key).\n\
9448 META nil means ignore the top bit, on the assumption it is parity.\n\
9449 Otherwise, accept 8-bit input and don't use the top bit for Meta.\n\
9450 Optional fourth arg QUIT if non-nil specifies character to use for quitting.\n\
9451 See also `current-input-mode'.")
9452 (interrupt, flow, meta, quit)
9453 Lisp_Object interrupt, flow, meta, quit;
9455 if (!NILP (quit)
9456 && (!INTEGERP (quit) || XINT (quit) < 0 || XINT (quit) > 0400))
9457 error ("set-input-mode: QUIT must be an ASCII character");
9459 #ifdef POLL_FOR_INPUT
9460 stop_polling ();
9461 #endif
9463 #ifndef DOS_NT
9464 /* this causes startup screen to be restored and messes with the mouse */
9465 reset_sys_modes ();
9466 #endif
9468 #ifdef SIGIO
9469 /* Note SIGIO has been undef'd if FIONREAD is missing. */
9470 if (read_socket_hook)
9472 /* When using X, don't give the user a real choice,
9473 because we haven't implemented the mechanisms to support it. */
9474 #ifdef NO_SOCK_SIGIO
9475 interrupt_input = 0;
9476 #else /* not NO_SOCK_SIGIO */
9477 interrupt_input = 1;
9478 #endif /* NO_SOCK_SIGIO */
9480 else
9481 interrupt_input = !NILP (interrupt);
9482 #else /* not SIGIO */
9483 interrupt_input = 0;
9484 #endif /* not SIGIO */
9486 /* Our VMS input only works by interrupts, as of now. */
9487 #ifdef VMS
9488 interrupt_input = 1;
9489 #endif
9491 flow_control = !NILP (flow);
9492 if (NILP (meta))
9493 meta_key = 0;
9494 else if (EQ (meta, Qt))
9495 meta_key = 1;
9496 else
9497 meta_key = 2;
9498 if (!NILP (quit))
9499 /* Don't let this value be out of range. */
9500 quit_char = XINT (quit) & (meta_key ? 0377 : 0177);
9502 #ifndef DOS_NT
9503 init_sys_modes ();
9504 #endif
9506 #ifdef POLL_FOR_INPUT
9507 poll_suppress_count = 1;
9508 start_polling ();
9509 #endif
9510 return Qnil;
9513 DEFUN ("current-input-mode", Fcurrent_input_mode, Scurrent_input_mode, 0, 0, 0,
9514 "Return information about the way Emacs currently reads keyboard input.\n\
9515 The value is a list of the form (INTERRUPT FLOW META QUIT), where\n\
9516 INTERRUPT is non-nil if Emacs is using interrupt-driven input; if\n\
9517 nil, Emacs is using CBREAK mode.\n\
9518 FLOW is non-nil if Emacs uses ^S/^Q flow control for output to the\n\
9519 terminal; this does not apply if Emacs uses interrupt-driven input.\n\
9520 META is t if accepting 8-bit input with 8th bit as Meta flag.\n\
9521 META nil means ignoring the top bit, on the assumption it is parity.\n\
9522 META is neither t nor nil if accepting 8-bit input and using\n\
9523 all 8 bits as the character code.\n\
9524 QUIT is the character Emacs currently uses to quit.\n\
9525 The elements of this list correspond to the arguments of\n\
9526 `set-input-mode'.")
9529 Lisp_Object val[4];
9531 val[0] = interrupt_input ? Qt : Qnil;
9532 val[1] = flow_control ? Qt : Qnil;
9533 val[2] = meta_key == 2 ? make_number (0) : meta_key == 1 ? Qt : Qnil;
9534 XSETFASTINT (val[3], quit_char);
9536 return Flist (sizeof (val) / sizeof (val[0]), val);
9541 * Set up a new kboard object with reasonable initial values.
9543 void
9544 init_kboard (kb)
9545 KBOARD *kb;
9547 kb->Voverriding_terminal_local_map = Qnil;
9548 kb->Vlast_command = Qnil;
9549 kb->Vreal_last_command = Qnil;
9550 kb->Vprefix_arg = Qnil;
9551 kb->Vlast_prefix_arg = Qnil;
9552 kb->kbd_queue = Qnil;
9553 kb->kbd_queue_has_data = 0;
9554 kb->immediate_echo = 0;
9555 kb->echoptr = kb->echobuf;
9556 kb->echo_after_prompt = -1;
9557 kb->kbd_macro_buffer = 0;
9558 kb->kbd_macro_bufsize = 0;
9559 kb->defining_kbd_macro = Qnil;
9560 kb->Vlast_kbd_macro = Qnil;
9561 kb->reference_count = 0;
9562 kb->Vsystem_key_alist = Qnil;
9563 kb->system_key_syms = Qnil;
9564 kb->Vdefault_minibuffer_frame = Qnil;
9568 * Destroy the contents of a kboard object, but not the object itself.
9569 * We use this just before deleting it, or if we're going to initialize
9570 * it a second time.
9572 static void
9573 wipe_kboard (kb)
9574 KBOARD *kb;
9576 if (kb->kbd_macro_buffer)
9577 xfree (kb->kbd_macro_buffer);
9580 #ifdef MULTI_KBOARD
9581 void
9582 delete_kboard (kb)
9583 KBOARD *kb;
9585 KBOARD **kbp;
9586 for (kbp = &all_kboards; *kbp != kb; kbp = &(*kbp)->next_kboard)
9587 if (*kbp == NULL)
9588 abort ();
9589 *kbp = kb->next_kboard;
9590 wipe_kboard (kb);
9591 xfree (kb);
9593 #endif
9595 void
9596 init_keyboard ()
9598 /* This is correct before outermost invocation of the editor loop */
9599 command_loop_level = -1;
9600 immediate_quit = 0;
9601 quit_char = Ctl ('g');
9602 Vunread_command_events = Qnil;
9603 unread_command_char = -1;
9604 EMACS_SET_SECS_USECS (timer_idleness_start_time, -1, -1);
9605 total_keys = 0;
9606 recent_keys_index = 0;
9607 kbd_fetch_ptr = kbd_buffer;
9608 kbd_store_ptr = kbd_buffer;
9609 kbd_buffer_frame_or_window
9610 = Fmake_vector (make_number (KBD_BUFFER_SIZE), Qnil);
9611 #ifdef HAVE_MOUSE
9612 do_mouse_tracking = Qnil;
9613 #endif
9614 input_pending = 0;
9616 /* This means that command_loop_1 won't try to select anything the first
9617 time through. */
9618 internal_last_event_frame = Qnil;
9619 Vlast_event_frame = internal_last_event_frame;
9621 #ifdef MULTI_KBOARD
9622 current_kboard = initial_kboard;
9623 #endif
9624 wipe_kboard (current_kboard);
9625 init_kboard (current_kboard);
9627 if (initialized)
9628 Ffillarray (kbd_buffer_frame_or_window, Qnil);
9630 kbd_buffer_frame_or_window
9631 = Fmake_vector (make_number (KBD_BUFFER_SIZE), Qnil);
9632 if (!noninteractive && !read_socket_hook && NILP (Vwindow_system))
9634 signal (SIGINT, interrupt_signal);
9635 #if defined (HAVE_TERMIO) || defined (HAVE_TERMIOS)
9636 /* For systems with SysV TERMIO, C-g is set up for both SIGINT and
9637 SIGQUIT and we can't tell which one it will give us. */
9638 signal (SIGQUIT, interrupt_signal);
9639 #endif /* HAVE_TERMIO */
9641 /* Note SIGIO has been undef'd if FIONREAD is missing. */
9642 #ifdef SIGIO
9643 if (!noninteractive)
9644 signal (SIGIO, input_available_signal);
9645 #endif /* SIGIO */
9647 /* Use interrupt input by default, if it works and noninterrupt input
9648 has deficiencies. */
9650 #ifdef INTERRUPT_INPUT
9651 interrupt_input = 1;
9652 #else
9653 interrupt_input = 0;
9654 #endif
9656 /* Our VMS input only works by interrupts, as of now. */
9657 #ifdef VMS
9658 interrupt_input = 1;
9659 #endif
9661 sigfree ();
9662 dribble = 0;
9664 if (keyboard_init_hook)
9665 (*keyboard_init_hook) ();
9667 #ifdef POLL_FOR_INPUT
9668 poll_suppress_count = 1;
9669 start_polling ();
9670 #endif
9673 /* This type's only use is in syms_of_keyboard, to initialize the
9674 event header symbols and put properties on them. */
9675 struct event_head {
9676 Lisp_Object *var;
9677 char *name;
9678 Lisp_Object *kind;
9681 struct event_head head_table[] = {
9682 &Qmouse_movement, "mouse-movement", &Qmouse_movement,
9683 &Qscroll_bar_movement, "scroll-bar-movement", &Qmouse_movement,
9684 &Qswitch_frame, "switch-frame", &Qswitch_frame,
9685 &Qdelete_frame, "delete-frame", &Qdelete_frame,
9686 &Qiconify_frame, "iconify-frame", &Qiconify_frame,
9687 &Qmake_frame_visible, "make-frame-visible", &Qmake_frame_visible,
9690 void
9691 syms_of_keyboard ()
9693 Vlispy_mouse_stem = build_string ("mouse");
9694 staticpro (&Vlispy_mouse_stem);
9696 /* Tool-bars. */
9697 QCimage = intern (":image");
9698 staticpro (&QCimage);
9700 staticpro (&Qhelp_echo);
9701 Qhelp_echo = intern ("help-echo");
9703 staticpro (&item_properties);
9704 item_properties = Qnil;
9706 staticpro (&tool_bar_item_properties);
9707 tool_bar_item_properties = Qnil;
9708 staticpro (&tool_bar_items_vector);
9709 tool_bar_items_vector = Qnil;
9711 staticpro (&real_this_command);
9712 real_this_command = Qnil;
9714 Qtimer_event_handler = intern ("timer-event-handler");
9715 staticpro (&Qtimer_event_handler);
9717 Qdisabled_command_hook = intern ("disabled-command-hook");
9718 staticpro (&Qdisabled_command_hook);
9720 Qself_insert_command = intern ("self-insert-command");
9721 staticpro (&Qself_insert_command);
9723 Qforward_char = intern ("forward-char");
9724 staticpro (&Qforward_char);
9726 Qbackward_char = intern ("backward-char");
9727 staticpro (&Qbackward_char);
9729 Qdisabled = intern ("disabled");
9730 staticpro (&Qdisabled);
9732 Qundefined = intern ("undefined");
9733 staticpro (&Qundefined);
9735 Qpre_command_hook = intern ("pre-command-hook");
9736 staticpro (&Qpre_command_hook);
9738 Qpost_command_hook = intern ("post-command-hook");
9739 staticpro (&Qpost_command_hook);
9741 Qpost_command_idle_hook = intern ("post-command-idle-hook");
9742 staticpro (&Qpost_command_idle_hook);
9744 Qdeferred_action_function = intern ("deferred-action-function");
9745 staticpro (&Qdeferred_action_function);
9747 Qcommand_hook_internal = intern ("command-hook-internal");
9748 staticpro (&Qcommand_hook_internal);
9750 Qfunction_key = intern ("function-key");
9751 staticpro (&Qfunction_key);
9752 Qmouse_click = intern ("mouse-click");
9753 staticpro (&Qmouse_click);
9754 #ifdef WINDOWSNT
9755 Qmouse_wheel = intern ("mouse-wheel");
9756 staticpro (&Qmouse_wheel);
9757 Qlanguage_change = intern ("language-change");
9758 staticpro (&Qlanguage_change);
9759 #endif
9760 Qdrag_n_drop = intern ("drag-n-drop");
9761 staticpro (&Qdrag_n_drop);
9763 Qusr1_signal = intern ("usr1-signal");
9764 staticpro (&Qusr1_signal);
9765 Qusr2_signal = intern ("usr2-signal");
9766 staticpro (&Qusr2_signal);
9768 Qmenu_enable = intern ("menu-enable");
9769 staticpro (&Qmenu_enable);
9770 Qmenu_alias = intern ("menu-alias");
9771 staticpro (&Qmenu_alias);
9772 QCenable = intern (":enable");
9773 staticpro (&QCenable);
9774 QCvisible = intern (":visible");
9775 staticpro (&QCvisible);
9776 QChelp = intern (":help");
9777 staticpro (&QChelp);
9778 QCfilter = intern (":filter");
9779 staticpro (&QCfilter);
9780 QCbutton = intern (":button");
9781 staticpro (&QCbutton);
9782 QCkeys = intern (":keys");
9783 staticpro (&QCkeys);
9784 QCkey_sequence = intern (":key-sequence");
9785 staticpro (&QCkey_sequence);
9786 QCtoggle = intern (":toggle");
9787 staticpro (&QCtoggle);
9788 QCradio = intern (":radio");
9789 staticpro (&QCradio);
9791 Qmode_line = intern ("mode-line");
9792 staticpro (&Qmode_line);
9793 Qvertical_line = intern ("vertical-line");
9794 staticpro (&Qvertical_line);
9795 Qvertical_scroll_bar = intern ("vertical-scroll-bar");
9796 staticpro (&Qvertical_scroll_bar);
9797 Qmenu_bar = intern ("menu-bar");
9798 staticpro (&Qmenu_bar);
9800 Qabove_handle = intern ("above-handle");
9801 staticpro (&Qabove_handle);
9802 Qhandle = intern ("handle");
9803 staticpro (&Qhandle);
9804 Qbelow_handle = intern ("below-handle");
9805 staticpro (&Qbelow_handle);
9806 Qup = intern ("up");
9807 staticpro (&Qup);
9808 Qdown = intern ("down");
9809 staticpro (&Qdown);
9810 Qtop = intern ("top");
9811 staticpro (&Qtop);
9812 Qbottom = intern ("bottom");
9813 staticpro (&Qbottom);
9814 Qend_scroll = intern ("end-scroll");
9815 staticpro (&Qend_scroll);
9816 Qratio = intern ("ratio");
9817 staticpro (&Qratio);
9819 Qevent_kind = intern ("event-kind");
9820 staticpro (&Qevent_kind);
9821 Qevent_symbol_elements = intern ("event-symbol-elements");
9822 staticpro (&Qevent_symbol_elements);
9823 Qevent_symbol_element_mask = intern ("event-symbol-element-mask");
9824 staticpro (&Qevent_symbol_element_mask);
9825 Qmodifier_cache = intern ("modifier-cache");
9826 staticpro (&Qmodifier_cache);
9828 Qrecompute_lucid_menubar = intern ("recompute-lucid-menubar");
9829 staticpro (&Qrecompute_lucid_menubar);
9830 Qactivate_menubar_hook = intern ("activate-menubar-hook");
9831 staticpro (&Qactivate_menubar_hook);
9833 Qpolling_period = intern ("polling-period");
9834 staticpro (&Qpolling_period);
9836 Qinput_method_function = intern ("input-method-function");
9837 staticpro (&Qinput_method_function);
9839 Qinput_method_exit_on_first_char = intern ("input-method-exit-on-first-char");
9840 staticpro (&Qinput_method_exit_on_first_char);
9841 Qinput_method_use_echo_area = intern ("input-method-use-echo-area");
9842 staticpro (&Qinput_method_use_echo_area);
9844 Fset (Qinput_method_exit_on_first_char, Qnil);
9845 Fset (Qinput_method_use_echo_area, Qnil);
9848 struct event_head *p;
9850 for (p = head_table;
9851 p < head_table + (sizeof (head_table) / sizeof (head_table[0]));
9852 p++)
9854 *p->var = intern (p->name);
9855 staticpro (p->var);
9856 Fput (*p->var, Qevent_kind, *p->kind);
9857 Fput (*p->var, Qevent_symbol_elements, Fcons (*p->var, Qnil));
9861 button_down_location = Fmake_vector (make_number (1), Qnil);
9862 staticpro (&button_down_location);
9863 mouse_syms = Fmake_vector (make_number (1), Qnil);
9864 staticpro (&mouse_syms);
9867 int i;
9868 int len = sizeof (modifier_names) / sizeof (modifier_names[0]);
9870 modifier_symbols = Fmake_vector (make_number (len), Qnil);
9871 for (i = 0; i < len; i++)
9872 if (modifier_names[i])
9873 XVECTOR (modifier_symbols)->contents[i] = intern (modifier_names[i]);
9874 staticpro (&modifier_symbols);
9877 recent_keys = Fmake_vector (make_number (NUM_RECENT_KEYS), Qnil);
9878 staticpro (&recent_keys);
9880 this_command_keys = Fmake_vector (make_number (40), Qnil);
9881 staticpro (&this_command_keys);
9883 raw_keybuf = Fmake_vector (make_number (30), Qnil);
9884 staticpro (&raw_keybuf);
9886 Qextended_command_history = intern ("extended-command-history");
9887 Fset (Qextended_command_history, Qnil);
9888 staticpro (&Qextended_command_history);
9890 kbd_buffer_frame_or_window
9891 = Fmake_vector (make_number (KBD_BUFFER_SIZE), Qnil);
9892 staticpro (&kbd_buffer_frame_or_window);
9894 accent_key_syms = Qnil;
9895 staticpro (&accent_key_syms);
9897 func_key_syms = Qnil;
9898 staticpro (&func_key_syms);
9900 #ifdef WINDOWSNT
9901 mouse_wheel_syms = Qnil;
9902 staticpro (&mouse_wheel_syms);
9904 drag_n_drop_syms = Qnil;
9905 staticpro (&drag_n_drop_syms);
9906 #endif
9908 unread_switch_frame = Qnil;
9909 staticpro (&unread_switch_frame);
9911 internal_last_event_frame = Qnil;
9912 staticpro (&internal_last_event_frame);
9914 read_key_sequence_cmd = Qnil;
9915 staticpro (&read_key_sequence_cmd);
9917 menu_bar_one_keymap_changed_items = Qnil;
9918 staticpro (&menu_bar_one_keymap_changed_items);
9920 defsubr (&Sevent_convert_list);
9921 defsubr (&Sread_key_sequence);
9922 defsubr (&Sread_key_sequence_vector);
9923 defsubr (&Srecursive_edit);
9924 #ifdef HAVE_MOUSE
9925 defsubr (&Strack_mouse);
9926 #endif
9927 defsubr (&Sinput_pending_p);
9928 defsubr (&Scommand_execute);
9929 defsubr (&Srecent_keys);
9930 defsubr (&Sthis_command_keys);
9931 defsubr (&Sthis_command_keys_vector);
9932 defsubr (&Sthis_single_command_keys);
9933 defsubr (&Sthis_single_command_raw_keys);
9934 defsubr (&Sreset_this_command_lengths);
9935 defsubr (&Sclear_this_command_keys);
9936 defsubr (&Ssuspend_emacs);
9937 defsubr (&Sabort_recursive_edit);
9938 defsubr (&Sexit_recursive_edit);
9939 defsubr (&Srecursion_depth);
9940 defsubr (&Stop_level);
9941 defsubr (&Sdiscard_input);
9942 defsubr (&Sopen_dribble_file);
9943 defsubr (&Sset_input_mode);
9944 defsubr (&Scurrent_input_mode);
9945 defsubr (&Sexecute_extended_command);
9947 DEFVAR_LISP ("last-command-char", &last_command_char,
9948 "Last input event that was part of a command.");
9950 DEFVAR_LISP_NOPRO ("last-command-event", &last_command_char,
9951 "Last input event that was part of a command.");
9953 DEFVAR_LISP ("last-nonmenu-event", &last_nonmenu_event,
9954 "Last input event in a command, except for mouse menu events.\n\
9955 Mouse menus give back keys that don't look like mouse events;\n\
9956 this variable holds the actual mouse event that led to the menu,\n\
9957 so that you can determine whether the command was run by mouse or not.");
9959 DEFVAR_LISP ("last-input-char", &last_input_char,
9960 "Last input event.");
9962 DEFVAR_LISP_NOPRO ("last-input-event", &last_input_char,
9963 "Last input event.");
9965 DEFVAR_LISP ("unread-command-events", &Vunread_command_events,
9966 "List of events to be read as the command input.\n\
9967 These events are processed first, before actual keyboard input.");
9968 Vunread_command_events = Qnil;
9970 DEFVAR_INT ("unread-command-char", &unread_command_char,
9971 "If not -1, an object to be read as next command input event.");
9973 DEFVAR_LISP ("unread-post-input-method-events", &Vunread_post_input_method_events,
9974 "List of events to be processed as input by input methods.\n\
9975 These events are processed after `unread-command-events', but\n\
9976 before actual keyboard input.");
9977 Vunread_post_input_method_events = Qnil;
9979 DEFVAR_LISP ("unread-input-method-events", &Vunread_input_method_events,
9980 "List of events to be processed as input by input methods.\n\
9981 These events are processed after `unread-command-events', but\n\
9982 before actual keyboard input.");
9983 Vunread_input_method_events = Qnil;
9985 DEFVAR_LISP ("meta-prefix-char", &meta_prefix_char,
9986 "Meta-prefix character code.\n\
9987 Meta-foo as command input turns into this character followed by foo.");
9988 XSETINT (meta_prefix_char, 033);
9990 DEFVAR_KBOARD ("last-command", Vlast_command,
9991 "The last command executed.\n\
9992 Normally a symbol with a function definition, but can be whatever was found\n\
9993 in the keymap, or whatever the variable `this-command' was set to by that\n\
9994 command.\n\
9996 The value `mode-exit' is special; it means that the previous command\n\
9997 read an event that told it to exit, and it did so and unread that event.\n\
9998 In other words, the present command is the event that made the previous\n\
9999 command exit.\n\
10001 The value `kill-region' is special; it means that the previous command\n\
10002 was a kill command.");
10004 DEFVAR_KBOARD ("real-last-command", Vreal_last_command,
10005 "Same as `last-command', but never altered by Lisp code.");
10007 DEFVAR_LISP ("this-command", &Vthis_command,
10008 "The command now being executed.\n\
10009 The command can set this variable; whatever is put here\n\
10010 will be in `last-command' during the following command.");
10011 Vthis_command = Qnil;
10013 DEFVAR_INT ("auto-save-interval", &auto_save_interval,
10014 "*Number of input events between auto-saves.\n\
10015 Zero means disable autosaving due to number of characters typed.");
10016 auto_save_interval = 300;
10018 DEFVAR_LISP ("auto-save-timeout", &Vauto_save_timeout,
10019 "*Number of seconds idle time before auto-save.\n\
10020 Zero or nil means disable auto-saving due to idleness.\n\
10021 After auto-saving due to this many seconds of idle time,\n\
10022 Emacs also does a garbage collection if that seems to be warranted.");
10023 XSETFASTINT (Vauto_save_timeout, 30);
10025 DEFVAR_LISP ("echo-keystrokes", &Vecho_keystrokes,
10026 "*Nonzero means echo unfinished commands after this many seconds of pause.\n\
10027 The value may be integer or floating point.");
10028 Vecho_keystrokes = make_number (1);
10030 DEFVAR_INT ("polling-period", &polling_period,
10031 "*Interval between polling for input during Lisp execution.\n\
10032 The reason for polling is to make C-g work to stop a running program.\n\
10033 Polling is needed only when using X windows and SIGIO does not work.\n\
10034 Polling is automatically disabled in all other cases.");
10035 polling_period = 2;
10037 DEFVAR_LISP ("double-click-time", &Vdouble_click_time,
10038 "*Maximum time between mouse clicks to make a double-click.\n\
10039 Measured in milliseconds. nil means disable double-click recognition;\n\
10040 t means double-clicks have no time limit and are detected\n\
10041 by position only.");
10042 Vdouble_click_time = make_number (500);
10044 DEFVAR_BOOL ("inhibit-local-menu-bar-menus", &inhibit_local_menu_bar_menus,
10045 "*Non-nil means inhibit local map menu bar menus.");
10046 inhibit_local_menu_bar_menus = 0;
10048 DEFVAR_INT ("num-input-keys", &num_input_keys,
10049 "Number of complete key sequences read as input so far.\n\
10050 This includes key sequences read from keyboard macros.\n\
10051 The number is effectively the number of interactive command invocations.");
10052 num_input_keys = 0;
10054 DEFVAR_INT ("num-nonmacro-input-events", &num_nonmacro_input_events,
10055 "Number of input events read from the keyboard so far.\n\
10056 This does not include events generated by keyboard macros.");
10057 num_nonmacro_input_events = 0;
10059 DEFVAR_LISP ("last-event-frame", &Vlast_event_frame,
10060 "The frame in which the most recently read event occurred.\n\
10061 If the last event came from a keyboard macro, this is set to `macro'.");
10062 Vlast_event_frame = Qnil;
10064 /* This variable is set up in sysdep.c. */
10065 DEFVAR_LISP ("tty-erase-char", &Vtty_erase_char,
10066 "The ERASE character as set by the user with stty.");
10068 DEFVAR_LISP ("help-char", &Vhelp_char,
10069 "Character to recognize as meaning Help.\n\
10070 When it is read, do `(eval help-form)', and display result if it's a string.\n\
10071 If the value of `help-form' is nil, this char can be read normally.");
10072 XSETINT (Vhelp_char, Ctl ('H'));
10074 DEFVAR_LISP ("help-event-list", &Vhelp_event_list,
10075 "List of input events to recognize as meaning Help.\n\
10076 These work just like the value of `help-char' (see that).");
10077 Vhelp_event_list = Qnil;
10079 DEFVAR_LISP ("help-form", &Vhelp_form,
10080 "Form to execute when character `help-char' is read.\n\
10081 If the form returns a string, that string is displayed.\n\
10082 If `help-form' is nil, the help char is not recognized.");
10083 Vhelp_form = Qnil;
10085 DEFVAR_LISP ("prefix-help-command", &Vprefix_help_command,
10086 "Command to run when `help-char' character follows a prefix key.\n\
10087 This command is used only when there is no actual binding\n\
10088 for that character after that prefix key.");
10089 Vprefix_help_command = Qnil;
10091 DEFVAR_LISP ("top-level", &Vtop_level,
10092 "Form to evaluate when Emacs starts up.\n\
10093 Useful to set before you dump a modified Emacs.");
10094 Vtop_level = Qnil;
10096 DEFVAR_LISP ("keyboard-translate-table", &Vkeyboard_translate_table,
10097 "Translate table for keyboard input, or nil.\n\
10098 Each character is looked up in this string and the contents used instead.\n\
10099 The value may be a string, a vector, or a char-table.\n\
10100 If it is a string or vector of length N,\n\
10101 character codes N and up are untranslated.\n\
10102 In a vector or a char-table, an element which is nil means \"no translation\".");
10103 Vkeyboard_translate_table = Qnil;
10105 DEFVAR_BOOL ("cannot-suspend", &cannot_suspend,
10106 "Non-nil means to always spawn a subshell instead of suspending.\n\
10107 \(Even if the operating system has support for stopping a process.\)");
10108 cannot_suspend = 0;
10110 DEFVAR_BOOL ("menu-prompting", &menu_prompting,
10111 "Non-nil means prompt with menus when appropriate.\n\
10112 This is done when reading from a keymap that has a prompt string,\n\
10113 for elements that have prompt strings.\n\
10114 The menu is displayed on the screen\n\
10115 if X menus were enabled at configuration\n\
10116 time and the previous event was a mouse click prefix key.\n\
10117 Otherwise, menu prompting uses the echo area.");
10118 menu_prompting = 1;
10120 DEFVAR_LISP ("menu-prompt-more-char", &menu_prompt_more_char,
10121 "Character to see next line of menu prompt.\n\
10122 Type this character while in a menu prompt to rotate around the lines of it.");
10123 XSETINT (menu_prompt_more_char, ' ');
10125 DEFVAR_INT ("extra-keyboard-modifiers", &extra_keyboard_modifiers,
10126 "A mask of additional modifier keys to use with every keyboard character.\n\
10127 Emacs applies the modifiers of the character stored here to each keyboard\n\
10128 character it reads. For example, after evaluating the expression\n\
10129 (setq extra-keyboard-modifiers ?\\C-x)\n\
10130 all input characters will have the control modifier applied to them.\n\
10132 Note that the character ?\\C-@, equivalent to the integer zero, does\n\
10133 not count as a control character; rather, it counts as a character\n\
10134 with no modifiers; thus, setting `extra-keyboard-modifiers' to zero\n\
10135 cancels any modification.");
10136 extra_keyboard_modifiers = 0;
10138 DEFVAR_LISP ("deactivate-mark", &Vdeactivate_mark,
10139 "If an editing command sets this to t, deactivate the mark afterward.\n\
10140 The command loop sets this to nil before each command,\n\
10141 and tests the value when the command returns.\n\
10142 Buffer modification stores t in this variable.");
10143 Vdeactivate_mark = Qnil;
10145 DEFVAR_LISP ("command-hook-internal", &Vcommand_hook_internal,
10146 "Temporary storage of pre-command-hook or post-command-hook.");
10147 Vcommand_hook_internal = Qnil;
10149 DEFVAR_LISP ("pre-command-hook", &Vpre_command_hook,
10150 "Normal hook run before each command is executed.\n\
10151 If an unhandled error happens in running this hook,\n\
10152 the hook value is set to nil, since otherwise the error\n\
10153 might happen repeatedly and make Emacs nonfunctional.");
10154 Vpre_command_hook = Qnil;
10156 DEFVAR_LISP ("post-command-hook", &Vpost_command_hook,
10157 "Normal hook run after each command is executed.\n\
10158 If an unhandled error happens in running this hook,\n\
10159 the hook value is set to nil, since otherwise the error\n\
10160 might happen repeatedly and make Emacs nonfunctional.");
10161 Vpost_command_hook = Qnil;
10163 DEFVAR_LISP ("post-command-idle-hook", &Vpost_command_idle_hook,
10164 "Normal hook run after each command is executed, if idle.\n\
10165 Errors running the hook are caught and ignored.\n\
10166 This feature is obsolete; use idle timers instead. See `etc/NEWS'.");
10167 Vpost_command_idle_hook = Qnil;
10169 DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay,
10170 "Delay time before running `post-command-idle-hook'.\n\
10171 This is measured in microseconds.");
10172 post_command_idle_delay = 100000;
10174 #if 0
10175 DEFVAR_LISP ("echo-area-clear-hook", ...,
10176 "Normal hook run when clearing the echo area.");
10177 #endif
10178 Qecho_area_clear_hook = intern ("echo-area-clear-hook");
10179 XSYMBOL (Qecho_area_clear_hook)->value = Qnil;
10181 DEFVAR_LISP ("lucid-menu-bar-dirty-flag", &Vlucid_menu_bar_dirty_flag,
10182 "t means menu bar, specified Lucid style, needs to be recomputed.");
10183 Vlucid_menu_bar_dirty_flag = Qnil;
10185 DEFVAR_LISP ("menu-bar-final-items", &Vmenu_bar_final_items,
10186 "List of menu bar items to move to the end of the menu bar.\n\
10187 The elements of the list are event types that may have menu bar bindings.");
10188 Vmenu_bar_final_items = Qnil;
10190 DEFVAR_KBOARD ("overriding-terminal-local-map",
10191 Voverriding_terminal_local_map,
10192 "Per-terminal keymap that overrides all other local keymaps.\n\
10193 If this variable is non-nil, it is used as a keymap instead of the\n\
10194 buffer's local map, and the minor mode keymaps and text property keymaps.\n\
10195 This variable is intended to let commands such as `universal-argumemnt'\n\
10196 set up a different keymap for reading the next command.");
10198 DEFVAR_LISP ("overriding-local-map", &Voverriding_local_map,
10199 "Keymap that overrides all other local keymaps.\n\
10200 If this variable is non-nil, it is used as a keymap instead of the\n\
10201 buffer's local map, and the minor mode keymaps and text property keymaps.");
10202 Voverriding_local_map = Qnil;
10204 DEFVAR_LISP ("overriding-local-map-menu-flag", &Voverriding_local_map_menu_flag,
10205 "Non-nil means `overriding-local-map' applies to the menu bar.\n\
10206 Otherwise, the menu bar continues to reflect the buffer's local map\n\
10207 and the minor mode maps regardless of `overriding-local-map'.");
10208 Voverriding_local_map_menu_flag = Qnil;
10210 DEFVAR_LISP ("special-event-map", &Vspecial_event_map,
10211 "Keymap defining bindings for special events to execute at low level.");
10212 Vspecial_event_map = Fcons (intern ("keymap"), Qnil);
10214 DEFVAR_LISP ("track-mouse", &do_mouse_tracking,
10215 "*Non-nil means generate motion events for mouse motion.");
10217 DEFVAR_KBOARD ("system-key-alist", Vsystem_key_alist,
10218 "Alist of system-specific X windows key symbols.\n\
10219 Each element should have the form (N . SYMBOL) where N is the\n\
10220 numeric keysym code (sans the \"system-specific\" bit 1<<28)\n\
10221 and SYMBOL is its name.");
10223 DEFVAR_LISP ("deferred-action-list", &Vdeferred_action_list,
10224 "List of deferred actions to be performed at a later time.\n\
10225 The precise format isn't relevant here; we just check whether it is nil.");
10226 Vdeferred_action_list = Qnil;
10228 DEFVAR_LISP ("deferred-action-function", &Vdeferred_action_function,
10229 "Function to call to handle deferred actions, after each command.\n\
10230 This function is called with no arguments after each command\n\
10231 whenever `deferred-action-list' is non-nil.");
10232 Vdeferred_action_function = Qnil;
10234 DEFVAR_LISP ("suggest-key-bindings", &Vsuggest_key_bindings,
10235 "*Non-nil means show the equivalent key-binding when M-x command has one.\n\
10236 The value can be a length of time to show the message for.\n\
10237 If the value is non-nil and not a number, we wait 2 seconds.");
10238 Vsuggest_key_bindings = Qt;
10240 DEFVAR_LISP ("timer-list", &Vtimer_list,
10241 "List of active absolute time timers in order of increasing time");
10242 Vtimer_list = Qnil;
10244 DEFVAR_LISP ("timer-idle-list", &Vtimer_idle_list,
10245 "List of active idle-time timers in order of increasing time");
10246 Vtimer_idle_list = Qnil;
10248 DEFVAR_LISP ("input-method-function", &Vinput_method_function,
10249 "If non-nil, the function that implements the current input method.\n\
10250 It's called with one argument, a printing character that was just read.\n\
10251 \(That means a character with code 040...0176.)\n\
10252 Typically this function uses `read-event' to read additional events.\n\
10253 When it does so, it should first bind `input-method-function' to nil\n\
10254 so it will not be called recursively.\n\
10256 The function should return a list of zero or more events\n\
10257 to be used as input. If it wants to put back some events\n\
10258 to be reconsidered, separately, by the input method,\n\
10259 it can add them to the beginning of `unread-command-events'.\n\
10261 The input method function can find in `input-method-previous-method'\n\
10262 the previous echo area message.\n\
10264 The input method function should refer to the variables\n\
10265 `input-method-use-echo-area' and `input-method-exit-on-first-char'\n\
10266 for guidance on what to do.");
10267 Vinput_method_function = Qnil;
10269 DEFVAR_LISP ("input-method-previous-message",
10270 &Vinput_method_previous_message,
10271 "When `input-method-function' is called, hold the previous echo area message.\n\
10272 This variable exists because `read-event' clears the echo area\n\
10273 before running the input method. It is nil if there was no message.");
10274 Vinput_method_previous_message = Qnil;
10276 DEFVAR_LISP ("show-help-function", &Vshow_help_function,
10277 "If non-nil, the function that implements the display of help.\n\
10278 It's called with one argument, the help string to display.");
10279 Vshow_help_function = Qnil;
10281 DEFVAR_LISP ("disable-point-adjustment", &Vdisable_point_adjustment,
10282 "If non-nil, suppress point adjustment after executing a command.\n\
10284 After a command is executed, if point is moved into a region that has\n\
10285 special properties (e.g. composition, display), we adjust point to\n\
10286 the boundary of the region. But, several special commands sets this\n\
10287 variable to non-nil, then we suppress the point adjustment.\n\
10289 This variable is set to nil before reading a command, and is checked\n\
10290 just after executing the command");
10291 Vdisable_point_adjustment = Qnil;
10293 DEFVAR_LISP ("global-disable-point-adjustment",
10294 &Vglobal_disable_point_adjustment,
10295 "*If non-nil, always suppress point adjustment.\n\
10297 The default value is nil, in which case, point adjustment are\n\
10298 suppressed only after special commands that set\n\
10299 `disable-point-adjustment' (which see) to non-nil.");
10300 Vglobal_disable_point_adjustment = Qnil;
10303 void
10304 keys_of_keyboard ()
10306 initial_define_key (global_map, Ctl ('Z'), "suspend-emacs");
10307 initial_define_key (control_x_map, Ctl ('Z'), "suspend-emacs");
10308 initial_define_key (meta_map, Ctl ('C'), "exit-recursive-edit");
10309 initial_define_key (global_map, Ctl (']'), "abort-recursive-edit");
10310 initial_define_key (meta_map, 'x', "execute-extended-command");
10312 initial_define_lispy_key (Vspecial_event_map, "delete-frame",
10313 "handle-delete-frame");
10314 initial_define_lispy_key (Vspecial_event_map, "iconify-frame",
10315 "ignore-event");
10316 initial_define_lispy_key (Vspecial_event_map, "make-frame-visible",
10317 "ignore-event");