Pavel Janík
f0975dfd6c
Avoid mixing standard error output messages into the search result.
2004-05-19 19:06:54 +00:00
Stefan Monnier
27149c587c
(gud-reset): Use unless & with-current-buffer.
2004-05-19 19:00:02 +00:00
Stefan Monnier
d490ebbe49
(gdb-reset): Use unless. Fix regexp.
2004-05-19 18:58:21 +00:00
Stefan Monnier
91ba19536a
(defun-cvs-mode): Fix capitalization of error message.
2004-05-19 18:55:51 +00:00
Stefan Monnier
b88a41d006
(byte-compile-log): Use backquotes.
...
(byte-compile-log-1): Don't call (byte-goto-log-buffer).
Use with-current-buffer.
(byte-goto-log-buffer): Delete.
(byte-compile-log-file): Call compilation-forget-errors.
2004-05-19 18:53:13 +00:00
Stefan Monnier
6ccc7fbc5d
Describe the new \_< and \_> operators.
2004-05-19 18:50:38 +00:00
Stefan Monnier
e4ad9cf199
*** empty log message ***
2004-05-19 18:49:52 +00:00
Stefan Monnier
669fa600c6
Add support for new '\_<' and '\_>' regexp operators, matching the
...
beginning and ends of symbols.
* regex.c (enum syntaxcode): Add Ssymbol.
(init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
(re_opcode_t): New opcodes `symbeg' and `symend'.
(print_partial_compiled_pattern): Print the new opcodes properly.
(regex_compile): Parse the new operators.
(analyse_first): Skip symbeg and symend (they match only the empty string).
(mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
\sw; `symbeg' is mutually exclusive with \S_ and \Sw.
(re_match_2_internal): Match symbeg and symend.
2004-05-19 16:38:34 +00:00
Stefan Monnier
29f89fe7ea
(trivial_regexp_p): \_ is no longer a trivial regexp.
2004-05-19 16:32:59 +00:00
Thien-Thi Nguyen
022cb16265
(Search-based Fontification): Fix typo.
2004-05-19 14:27:21 +00:00
Kim F. Storm
cfcde636be
(xsymbol): Fix last change.
2004-05-19 09:49:33 +00:00
Kim F. Storm
0d8c2e5cc3
*** empty log message ***
2004-05-19 09:41:38 +00:00
David Ponce
9a6a4c4079
(print): Reset print_depth before to call print_object.
2004-05-19 07:38:57 +00:00
Masatake YAMATO
15aa77901c
* wid-edit.el (widget-radio-button-notify): Revert my last
...
change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2004-05-19 02:16:56 +00:00
Stefan Monnier
0001e96851
(xprintstr): New fun.
...
(xstring, xprintsym): Use it.
2004-05-19 01:22:06 +00:00
Stefan Monnier
3c8c8c277e
(mm-insert-inline): Make it work in read-only buffer.
2004-05-19 01:09:14 +00:00
Stefan Monnier
933cd61ed4
(help-go-back): Don't depend on position of back button.
2004-05-19 00:56:46 +00:00
Stefan Monnier
b1e5937ca1
(auto-save-file-name-transforms): Make sure ange-ftp temp
...
files files don't contain an accidental additional /.
2004-05-19 00:30:43 +00:00
Stefan Monnier
cc9f53769f
(tex-compilation-parse-errors): Save excursion in source buffer.
2004-05-19 00:24:15 +00:00
Kenichi Handa
70abfe909d
Fix syntax (open/close) of CJK characters.
2004-05-19 00:12:49 +00:00
Stefan Monnier
acba5cae3e
(create_child): Use INTMASK.
2004-05-18 22:09:25 +00:00
Jason Rumney
6dd6baa5df
Fix last change for non USE_LISP_UNION_TYPE case.
2004-05-18 20:26:26 +00:00
Jason Rumney
f3c4ec7415
(display_x_get_resource, vga_stdcolor_name): Add prototype.
2004-05-18 19:55:30 +00:00
Jason Rumney
24ee97634d
(add_menu_item, w32_menu_display_help) [USE_LISP_UNION_TYPE]: Cast
...
from Lisp_Object using i member.
2004-05-18 19:53:08 +00:00
Jason Rumney
7cb010ed71
Prefix RIF functions with w32con_ to avoid namespace clash with term.c.
2004-05-18 19:48:51 +00:00
Stefan Monnier
a7f7f2540f
(gnus-all-windows-visible-p): Don't consider non-visible windows.
2004-05-18 16:38:40 +00:00
Stefan Monnier
74c35a48a7
(Fgarbage_collect): Do all the marking before flushing
...
unmarked elements of the undo list.
2004-05-18 16:22:46 +00:00
Eli Zaretskii
4d0b9a0a45
(DECL_ALIGN): Remove restriction on MS-DOS systems.
2004-05-18 13:52:57 +00:00
Masatake YAMATO
4d4ea14a2d
* wid-edit.el (widget-radio-button-notify): Don't pass `widget'
...
to widget-apply. :action method assumes 2 arguments, not 3.
2004-05-18 13:38:59 +00:00
Eli Zaretskii
6be49c3aa8
(syms_of_msdos): Initialize dos-unsupported-char-glyph with make_number.
...
(IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph with XINT.
2004-05-18 13:36:32 +00:00
Jason Rumney
3ae12c8dc6
[USE_LSB_TAG]: Don't check heap location.
2004-05-18 07:53:53 +00:00
Jason Rumney
653bd0f660
*** empty log message ***
2004-05-18 07:32:23 +00:00
Kim F. Storm
96edd5d493
(Frecursive_edit): Return immediately if input blocked.
...
(Ftop_level): Unblock input if blocked.
2004-05-17 23:07:15 +00:00
Kim F. Storm
c2de28efe2
(INPUT_BLOCKED_P): New macro.
2004-05-17 23:06:16 +00:00
Kim F. Storm
89d199887d
*** empty log message ***
2004-05-17 23:05:33 +00:00
Jason Rumney
2ba49441af
(Fw32_register_hot_key, Fw32_unregister_hot_key)
...
(Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from Lisp_Object
using i member.
(w32_quit_key): Rename from Vw32_quit_key, and make an int.
(syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int consistently.
(w32_color_map_lookup): Return a Lisp_Object.
(x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
Use EQ to compare Lisp_Objects.
(w32_parse_hot_key): Use int for lisp_modifiers consistently.
(w32_wnd_proc): Use w32_num_mouse_buttons.
2004-05-17 22:51:47 +00:00
Kim F. Storm
0bc90bbad4
(face_at_buffer_position): Use GET_OVERLAYS_AT.
2004-05-17 22:50:41 +00:00
Kim F. Storm
7994a99147
(next_overlay_change, note_mouse_highlight): Use GET_OVERLAYS_AT.
2004-05-17 22:48:56 +00:00
Kim F. Storm
b5be4dbe96
(get_char_property_and_overlay): Use GET_OVERLAYS_AT.
2004-05-17 22:48:07 +00:00
Kim F. Storm
28b8f74030
(print_object): Increase buf size.
2004-05-17 22:47:40 +00:00
Kim F. Storm
1a8da67061
(IT_note_mouse_highlight): Use GET_OVERLAYS_AT.
2004-05-17 22:47:23 +00:00
Kim F. Storm
002571ddc7
(GET_OVERLAYS_AT): New macro.
2004-05-17 22:46:34 +00:00
Jason Rumney
ff999ce63e
Fix last change.
2004-05-17 22:29:59 +00:00
Jason Rumney
8f5457ae60
* w32proc.c (create_child): Use make_number instead of masking pid.
2004-05-17 22:27:53 +00:00
Jason Rumney
e597eb7d6c
(w32_num_mouse_buttons): Rename from Vw32_num_mouse_buttons and make
...
it an int.
2004-05-17 21:43:22 +00:00
Jason Rumney
e0c181ddf1
Rename w32_num_mouse_buttons from Vw32_num_mouse_buttons.
...
Use const more consistently.
2004-05-17 21:33:16 +00:00
Jason Rumney
4fdbdbbd38
Use static consistently.
2004-05-17 21:14:43 +00:00
Jason Rumney
78806724fe
(_sys_read_ahead): Use w32_pipe_read_delay.
2004-05-17 21:05:58 +00:00
Jason Rumney
5322f50b91
* w32proc.c (w32_pipe_read_delay): Rename from Vw32_pipe_read_delay
...
and make it an int.
* w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
2004-05-17 21:05:06 +00:00
Jason Rumney
f9ed303a2c
(egetenv) [USE_CRT_DLL]: Remove condition.
2004-05-17 20:59:46 +00:00