| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
kbd_buffer_frame_or_window. Now used for all Lisp objects
referenced from the input queue.
(kbd_buffer_store_event): Always use structure assignment for
copying input events. Record all Lisp objects referenced from
events in kbd_buffer_gcpro.
(kbd_buffer_get_event): Construct Lisp `help-echo' events
differently from input events. Test for prefix menu_bar_events
and TOOL_BAR_EVENTs differently. Reset all slots used by an input
event in kbd_buffer_gcpro to nil.
(make_lispy_event) <TOOL_BAR_EVENT>: Treat an input event whose
frame_or_window is equal to its arg member as prefix events.
(stuff_buffered_input): Reset all slots in kbd_buffer_gcpro
used by an input event to nil.
(init_keyboard): Use two times the size of the input queue
for kbd_buffer_gcpro.
(syms_of_keyboard): Likewise.
|
| |
|
|
| |
USER_SIGNAL_EVENT.
|
| |
|
|
|
| |
(MENU_BAR_EVENT): Renamed from menu_bar_event.
(USER_SIGNAL_EVENT): Renamed from user_signal.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
(scrolling_window): Remove debug code.
|
| |
|
|
|
| |
MOUSE_FACE_OVERWRITTEN_P to update_window_end_hook function.
(clear_mouse_face): New function pointer member.
|
| |
|
|
|
|
|
|
|
|
| |
current glyph row.
(update_window_line): Add parameter MOUSE_FACE_OVERWRITTEN_P. Set
it when any row is written to that contains glyphs highlighted in
mouse-face.
(update_window): Call the window update end hook with new
parameter MOUSE_FACE_OVERWRITTEN_P.
(direct_output_for_insert): Give up if row contains mouse-face.
|
| |
|
|
|
|
|
| |
MOUSE_FACE_OVERWRITTEN_P. If set, arrange for a mouse-highlight
redisplay in XTframe_up_to_date.
(x_clear_mouse_face): New function.
(x_redisplay_interface): Add pointer to x_clear_mouse_face.
|
| |
|
|
|
| |
Before scrolling, turn off a mouse-highlight in the window
being scrolled.
|
| |
|
|
|
|
|
|
|
| |
Obey open_paren_in_column_0_is_defun_start.
When reverting to the `slow' method, try to nicely handle the case
of nested comments by checking that the comment-starter we found
does indeed match the comment-ender.
(scan_sexps_forward, scan_sexps_forward):
Ignore excessive opening parenthesis rather than throwing an error.
|
| | |
|
| |
|
|
| |
in Fwhere_is_internal or get_keymap_1 relocates string contents.
|
| |
|
|
|
|
|
| |
highlight here.
(show_mouse_face): Set the mouse_face_p flag of glyph rows
depending on whether they contain glyphs highlighted in
mouse-face.
|
| |
|
|
|
|
|
| |
displaying a message instead of the minibuffer contents.
(row_equal_p): Add parameter MOUSE_FACE_P. If set,
compare the mouse_face_p flags of both rows.
|
| | |
|
| | |
|
| |
|
|
| |
non-zero ok_to_overwrite_keystroke_echo argument.
|
| |
|
|
| |
ok_to_overwrite_keystroke_echo argument.
|
| | |
|
| |
|
|
|
|
| |
ok_to_overwrite_keystroke_echo.
(read_char): Call show_help_echo with a zero
ok_to_overwrite_keystroke_echo argument.
|
| | |
|
| |
|
|
|
|
|
| |
glyphs instead of a single one.
(BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
with new argument list.
(x_set_glyph_string_gc): Make sure the face's GC is valid.
|
| |
|
|
|
| |
displayed in the window, and point is in the window, we still
might have to find point on the display.
|
| |
|
|
|
|
| |
(where_is_internal_2, where_is_internal_1): Add GCPROs, add
comment that functions can GC.
(Fset_keymap_parent): GCPRO arg KEYMAP.
|
| |
|
|
| |
echo area message and erase it.
|
| | |
|
| |
|
|
| |
with that of Emacs 20.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
(candidate_window_p): Add parameter OWINDOW. ALL_FRAMES nil
means allow windows on OWINDOW's frame, only.
(window_loop): Simplified; use Fwindow_list.
|
| | |
|
| |
|
|
| |
decrement it at the end.
|
| | |
|
| | |
|
| |
|
|
| |
(Fsignal): Abort if handling_signal is non-zero.
|
| |
|
|
|
|
|
|
|
|
|
| |
* config.in (HAVE_SOUNDCARD_H): Undef.
(HAVE_SOUND): Define if HAVE_SOUNDCARD_H.
* Makefile.in (LIBSOUND): New variable.
(LIBES): Include it.
* sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and <soundcard.h>.
(DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined elsewhere.
(vox_open): Use DEFAULT_SOUND_DEVICE.
* s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio.
|
| | |
|
| |
|
|
|
| |
(Fsignal): Compute it.
(syms_of_eval): Staticpro it.
|
| | |
|
| |
|
|
| |
show it in *Messages*.
|