Richard M. Stallman
09fcea18c8
Comment change.
2002-11-13 11:36:26 +00:00
Stefan Monnier
c2fd1f35e9
(Fmap_char_table): Don't use map_char_table's function arg.
2002-11-12 22:49:31 +00:00
Stefan Monnier
e6c87a0f96
(parse_single_submenu): Simplify.
2002-11-12 22:00:41 +00:00
Stefan Monnier
3ceb4629cf
(scan_sexps_forward): Undo last patch.
...
Use a more obvious fix: check eob before updating the syntax table.
2002-11-12 20:41:14 +00:00
Stefan Monnier
b7305e0196
*** empty log message ***
2002-11-09 22:25:39 +00:00
Stefan Monnier
79bd6490a2
(scan_sexps_forward): Update syntax table before reading
...
a char rather than after so we don't update the table past eob.
2002-11-09 22:20:02 +00:00
Dave Love
2671e4de9a
*** empty log message ***
2002-11-09 12:56:31 +00:00
Dave Love
15c8f9d1ad
(Vtranslation_table_for_input): New.
...
(syms_of_coding): DEFVAR it.
2002-11-09 12:49:31 +00:00
Dave Love
a0acc6c756
(command_loop_1): Apply Vtranslation_table_for_input
...
to self-inserting characters.
(syms_of_keyboard) <keyboard-translate-table>: Doc fix.
2002-11-09 12:48:26 +00:00
Dave Love
867d526322
(Fself_insert_command): Apply Vtranslation_table_for_input.
2002-11-09 12:46:25 +00:00
Dave Love
609c95d5c1
(Fset_buffer_major_mode): Fix last change.
2002-11-09 12:43:58 +00:00
Dave Love
6bae0ccfb1
*** empty log message ***
2002-11-08 12:32:10 +00:00
Juanma Barranquero
63e9e99c83
*** empty log message ***
2002-11-08 09:04:59 +00:00
Juanma Barranquero
d67d16270c
(w32_draw_fringe_bitmap): Remove unused local variable window.
2002-11-08 08:42:03 +00:00
Kim F. Storm
9a9e711ed3
(Fformat_network_address): Removed unused locals p, cp, and i.
2002-11-07 23:18:45 +00:00
Kim F. Storm
a959f11ed3
*** empty log message ***
2002-11-07 23:15:02 +00:00
Stefan Monnier
b2b4130428
*** empty log message ***
2002-11-07 21:01:20 +00:00
Dave Love
9f2dbe01ef
(regexec): Fix pmatch declaration.
2002-11-07 20:53:33 +00:00
Dave Love
002fdb4486
Reformat some DEFUNs so that etags works.
2002-11-06 23:31:21 +00:00
Dave Love
b8b60362db
(Qset_buffer_major_mode_hook): New.
...
(Fset_buffer_major_mode): Use it.
2002-11-06 20:30:45 +00:00
Richard M. Stallman
318db6cbb7
*** empty log message ***
2002-11-06 05:13:58 +00:00
Richard M. Stallman
bc4e60fc84
(x_term_init): Use turn_on_atimers, not start_polling and stop_polling.
2002-11-06 05:03:33 +00:00
Richard M. Stallman
454fd6b4ef
(wait_reading_process_input):
...
Test POLLING_PROBLEM_IN_SELECT, not hpux.
Avoid initialization for auto Lisp_Object var.
2002-11-06 05:01:46 +00:00
Richard M. Stallman
45bec201a1
(POLLING_PROBLEM_IN_SELECT): Add #undef.
2002-11-06 04:58:50 +00:00
Richard M. Stallman
d7efe3e1c6
(POLLING_PROBLEM_IN_SELECT): Defined.
2002-11-06 04:57:48 +00:00
Richard M. Stallman
4424836042
(BROKEN_SIGIO): Turn off the #undef.
2002-11-05 05:19:58 +00:00
Richard M. Stallman
079e479f80
(Fcall_interactively): New local filter_specs.
...
(Fcall_interactively): Check for progn as well as let.
Add a gcpro.
(Qprogn): New variable.
(syms_of_callint): Staticpro and init Qprogn.
2002-11-05 05:15:47 +00:00
John Paul Wallington
3f9ab8042b
(Feval_buffer): Doc fix.
2002-11-04 19:16:29 +00:00
Dave Love
5e3cb80dac
(read_char): Always translate iff
...
Vkeyboard_translate_table is a char table and c is valid.
2002-11-04 14:58:44 +00:00
Dave Love
f7706646eb
(XTread_socket): Check Lisp types for Vx_keysym_table
...
and fix C types.
2002-11-04 14:29:04 +00:00
Stefan Monnier
266b4e3ae4
*** empty log message ***
2002-11-03 13:36:16 +00:00
Stefan Monnier
959bc0443c
(single_display_prop_intangible_p): Strings are intangible.
2002-11-03 13:35:46 +00:00
Stefan Monnier
538f9462d6
(get_pos_property): Don't hardcode Qfield.
2002-11-03 10:59:18 +00:00
Stefan Monnier
3a6607a224
(adjust_point_for_property): copy/paste error.
2002-11-03 09:36:55 +00:00
Stefan Monnier
7e16ef60e4
(adjust_point_for_property): Handle `display' prop on overlays.
...
Also handle `invisible' prop.
2002-11-03 09:00:47 +00:00
Stefan Monnier
ea9d458bec
(decode_coding_emacs_mule, decode_coding_iso2022)
...
(decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
2002-11-02 08:16:57 +00:00
Andreas Schwab
304f1f12d6
(Fmessage): Revert last change to properly handle %% format.
2002-11-01 22:35:02 +00:00
Stefan Monnier
86fad4ec40
(unuse_menu_items): New fun.
...
(menu_items_inuse): New var.
(syms_of_xmenu): Initialize it.
(init_menu_items): Use it to detect re-entrance.
(Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset it when done.
(Fx_popup_menu): Remove spurious XSETFRAME.
2002-11-01 20:13:54 +00:00
Dave Love
97098195f2
*** empty log message ***
2002-11-01 19:55:43 +00:00
Stefan Monnier
2db1186a25
(find_field): Make an exception for nil fields.
2002-11-01 19:06:06 +00:00
Dave Love
560d7ceb94
(XTread_socket): Fix last change.
...
(xaw_scroll_callback): Cast call_data to long to avoid warning.
2002-10-31 17:59:30 +00:00
Dave Love
296b92467f
*** empty log message ***
2002-10-31 17:58:26 +00:00
Stefan Monnier
8d2ff84085
(Fformat_network_address): Fix int/Lisp_Object mixup.
2002-10-31 16:22:07 +00:00
Stefan Monnier
68eb8bd544
*** empty log message ***
2002-10-31 00:42:35 +00:00
Stefan Monnier
58401a3476
(overlays_around, get_pos_property): New funs.
...
(find_field): Use them.
Also be careful not to modify POS before its last use.
(Fmessage): Don't Fformat if there's nothing to format.
2002-10-30 23:11:26 +00:00
Dave Love
2baf1bfa54
*** empty log message ***
2002-10-30 19:48:51 +00:00
Dave Love
7273faa10e
Comment.
2002-10-30 19:17:50 +00:00
Dave Love
ee648c1188
(Fforward_comment): Doc fix.
2002-10-30 19:17:31 +00:00
Dave Love
e62cab61d5
Include sys/wait.h.
...
[HAVE_PTY_H]; Include pty.h.
2002-10-30 19:16:32 +00:00
Dave Love
e63304b745
(Fload) <!load_dangerous_libraries>: Close fd.
2002-10-30 19:15:17 +00:00