Richard M. Stallman
05ea8efde0
*** empty log message ***
2002-04-10 15:19:11 +00:00
Richard M. Stallman
5ecd7a584f
(BASE_PURESIZE): Reduce again to avoid big excess.
2002-04-10 15:19:04 +00:00
Stefan Monnier
f9cf4c2c8d
*** empty log message ***
2002-04-09 19:28:59 +00:00
Stefan Monnier
695deb1857
(read_minibuf): Use empty_string.
...
(Ftry_completion): Allow lambda forms and lists of strings for `alist'.
Short-circuit the search as soon as it "failed".
(Fall_completions): Allow lambda forms and lists of strings for alist.
(Fcompleting_read): Set Qminibuffer_completion_confirm to nil
when require_match is nil.
(Ftest_completion): Rename from `test_completion' and export to elisp.
Call the predicate also when alist is a list.
Obey Vcompletion_regexp_list.
(do_completion, Fminibuffer_complete_and_exit): Use it.
(Fassoc_string): Rename from `assoc_for_completion'.
Allow list of strings as well and export to elisp.
2002-04-09 19:28:42 +00:00
Stefan Monnier
dba57d891a
*** empty log message ***
2002-04-09 18:36:24 +00:00
Stefan Monnier
c247a72ca4
(BASE_PURESIZE): Increase to 900KB.
2002-04-08 22:34:47 +00:00
Stefan Monnier
0d1bf3f74d
*** empty log message ***
2002-04-08 19:44:08 +00:00
Juanma Barranquero
a0ad186021
(sys_accept): Don't hide variable `s'.
2002-04-08 16:45:43 +00:00
Gerd Moellmann
b9f0b17254
(Fcall_interactively): Use INTEGERP instead of
...
NUMBERP for checking Vhistory_length.
2002-04-05 13:36:51 +00:00
Pavel Janík
368ab68fc9
*** empty log message ***
2002-04-05 05:50:57 +00:00
Pavel Janík
14e415e7ee
(Fplay_sound_internal): Renamed from Fplay_sound.
...
Doc fix to reflect it.
2002-04-05 05:49:20 +00:00
Richard M. Stallman
d30121898c
*** empty log message ***
2002-04-04 21:10:44 +00:00
Richard M. Stallman
c53a1624ad
(display_mode_element): New arg RISKY.
...
Disregard text props found or specified within a variable
that isn't marked risky-local-variable.
(Qrisky_local_variable): New variable.
(syms_of_xdisp): Init and staticpro it.
2002-04-04 21:10:36 +00:00
Stefan Monnier
6396140ae1
(record_point): New fun.
...
(record_delete, record_insert): Use it.
2002-04-04 20:42:56 +00:00
Stefan Monnier
b3bbfb9676
*** empty log message ***
2002-04-04 19:35:58 +00:00
Stefan Monnier
71cdb109f9
(Fdocumentation): More brainos. I need sleep.
2002-04-03 18:05:07 +00:00
Juanma Barranquero
44766095d1
(Fdocumentation): Add missing parentheses.
...
(Fdocumentation_property): Likewise.
2002-04-03 16:46:47 +00:00
Juanma Barranquero
8caa93d2b7
*** empty log message ***
2002-04-03 16:46:10 +00:00
Stefan Monnier
68d8a8e1fb
(Fdocumentation, Fdocumentation_property): When the doc
...
data is 0, just return nil.
2002-04-03 16:28:30 +00:00
Richard M. Stallman
b50fe468c8
Comment change.
2002-04-03 15:19:39 +00:00
Eli Zaretskii
db4a142aa8
(syms_of_msdos): Fix last change with mouse_autoselect_window.
2002-04-03 13:43:47 +00:00
Pavel Janík
dc8cd652c2
*** empty log message ***
2002-04-03 08:42:34 +00:00
Pavel Janík
ee8ceff815
Rename autoselect_window_p to mouse_autoselect_window.
2002-04-03 08:39:50 +00:00
Pavel Janík
0b9a1d3dce
Fix comment.
2002-04-03 08:36:56 +00:00
Stefan Monnier
04fb828366
(reread_doc_file): Add missing argument declaration.
2002-04-03 05:10:19 +00:00
Stefan Monnier
4c8bc89479
(make_lispy_event): Handle unknown keysyms together
...
with system-specific keysyms. Use it also for unknown function keys.
2002-04-03 04:50:28 +00:00
Stefan Monnier
e5aa79fa25
(reread_doc_file): Return whether reload was attempted.
...
(Fdocumentation, Fdocumentation_property): Don't try to reload
if the doc is 0 and only ask once.
2002-04-02 21:58:53 +00:00
Stefan Monnier
e4b653e1b2
(lisp, shortlisp): Add ucs-tables.elc.
2002-04-02 21:30:29 +00:00
Eli Zaretskii
5d12f14d6c
(read_char): If the event was Qselect_window,
...
restore timer_idleness_start_time to its previous value.
2002-04-02 15:53:38 +00:00
Eli Zaretskii
1a0721fef5
(dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
2002-04-02 15:52:35 +00:00
Stefan Monnier
c5e5e1f855
*** empty log message ***
2002-04-01 23:33:40 +00:00
Stefan Monnier
1dd5768b7d
Typo.
2002-04-01 23:10:26 +00:00
Stefan Monnier
3ab364ce24
(buf_charpos_to_bytepos, buf_bytepos_to_charpos): Use BEG and BEG_BYTE.
2002-04-01 23:07:40 +00:00
Stefan Monnier
a154a4efce
(get_doc_string): Return nil of the location is wrong.
...
(reread_doc_file): New fun.
(Fdocumentation, Fdocumentation_property):
Call it if get_doc_string fails.
(Fsnarf_documentation): Make it work for a dumped Emacs.
2002-04-01 23:04:46 +00:00
Stefan Monnier
02dcfd842f
(DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
...
Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
2002-04-01 22:58:39 +00:00
Stefan Monnier
4bc26a6c68
(Fstring): Allow 0 arguments.
2002-04-01 22:54:03 +00:00
Stefan Monnier
bed9664a99
(DATAGRAM_CONN_P, list_processes_1)
...
(Fprocess_datagram_address, Fset_process_datagram_address)
(Fset_network_process_options, server_accept_connection):
Fix some int/Lisp_Object confusions (thank you union types).
2002-04-01 19:50:51 +00:00
Stefan Monnier
0fc8f792ba
(XTread_socket): Fix int/Lisp_Object confusion.
2002-04-01 19:49:39 +00:00
Pavel Janík
093484c747
*** empty log message ***
2002-04-01 16:56:13 +00:00
Pavel Janík
ce1295bdc3
(XTread_socket): Generate SELECT_WINDOW_EVENTs only for Emacs windows.
2002-04-01 16:55:33 +00:00
Pavel Janík
83512b21d1
*** empty log message ***
2002-04-01 13:49:24 +00:00
Pavel Janík
513f293e7f
Rename x_autoselect_window_p to autoselect_window_p.
2002-04-01 13:46:09 +00:00
Pavel Janík
b0981e1402
Rename x_autoselect_window_p to autoselect_window_p.
...
(note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
2002-04-01 13:45:27 +00:00
Pavel Janík
5bc624834e
(autoselect_window_p): Renamed from `x_autoselect_window_p'.
...
(last_window): New variable.
(XTread_socket): Generate SELECT_WINDOW_EVENTs.
(note_mouse_movement): Remove reimplemented code in #if 0.
2002-04-01 13:43:58 +00:00
Pavel Janík
a697f886b4
(Qselect_window): New symbol.
...
(head_table): Use it.
(keys_of_keyboard): Bound select-window event to handle-select-window.
(kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
2002-04-01 13:42:32 +00:00
Pavel Janík
827b15c6aa
(enum event_kind): New event type `SELECT_WINDOW_EVENT'.
2002-04-01 13:41:03 +00:00
Pavel Janík
42d9d13aa3
Fix typo.
2002-03-31 16:43:51 +00:00
Gerd Moellmann
abfb6b4613
(x_get_char_face_and_encoding): Add parameter DISPLAY_P.
...
Callers changed.
2002-03-31 10:59:57 +00:00
Richard M. Stallman
9b2bba7683
Comment change.
2002-03-30 23:50:33 +00:00
Richard M. Stallman
e9b2c9617c
(window_scroll_pixel_based): Exit the move_it_by_lines
...
loop whenever it stops making progress.
2002-03-30 23:49:39 +00:00