- 30 Apr, 1997 1 commit
-
-
Richard M. Stallman authored
based on actual buffer change rather than size of string. old_begv and old_zv are now ints. (status_notify): Likewise for opoint.
-
- 29 Apr, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 28 Apr, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 27 Apr, 1997 6 commits
-
-
Richard M. Stallman authored
when handling /~ and // at the end.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 26 Apr, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 25 Apr, 1997 5 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 23 Apr, 1997 1 commit
-
-
Richard M. Stallman authored
(Fsplit_window): Ignore `unsplittable' if frame_allow_splitting. (syms_of_window): Set up Lisp var.
-
- 20 Apr, 1997 1 commit
-
-
Richard M. Stallman authored
to modified_left and modified_top; it seems incorrect to do that.
-
- 19 Apr, 1997 2 commits
-
-
Richard M. Stallman authored
all cases. Call get_keyelt with two arguments.
-
Richard M. Stallman authored
at the beginning, if it has any definition.
-
- 18 Apr, 1997 4 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Paul Eggert authored
-
- 16 Apr, 1997 1 commit
-
-
Kenichi Handa authored
for a invalid coding system.
-
- 15 Apr, 1997 8 commits
-
-
Richard M. Stallman authored
(interval_of): New function.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(SYNTAX_ENTRY): Depending on the value of SYNTAX_ENTRY_VIA_PROPERTY may do a lookup for syntax table in gl_state. (UPDATE_SYNTAX_TABLE_FORWARD, UPDATE_SYNTAX_TABLE_BACKWARD, UPDATE_SYNTAX_TABLE, SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT): New macros. (struct gl_state_s): New struct.
-
Richard M. Stallman authored
text property into account when doing SYNTAX (c). (ST_COMMENT_STYLE, ST_STRING_STYLE): New codes to denote delimiters for new types of strings and comments. (Vparse_sexp_lookup_properties): New variable. (struct lisp_parse_state): Comment updated. (gl_state): New global variable. (update_syntax_table): New function. (char_quoted): Move earlier, update gl_state when needed. (find_defun_start): Update gl_state when needed. (back_comment): New function. (Scomment_fence, Sstring_fence): New delimeter char classes denoted by `!' and `|'. (Fchar_syntax, Fmatching_paren): Update gl_state to whole-bufferstate. (scan_words): update gl_state when needed. (Fskip_chars_forward): Move from search.c. (Fskip_chars_backward): Move from search.c. (Fskip_syntax_forward): Move from search.c. (Fskip_syntax_backward): Move from search.c. (skip_chars): Move from search.c. (Fforward_comment, scan_lists): Update gl_state when needed. Handle Scomment_fence, Sstring_fence. (Fbackward_prefix_chars) Update gl_state when needed. (scan_sexps_forward): Update gl_state when needed. Handle Scomment_fence, Sstring_fence. If comment_stop==-1, stop at start or end of comment or string. (Fparse-partial-sexp): Doc fix. (syms_of_syntax): Move initialization of skip* from search.c.
-
Richard M. Stallman authored
(string_match_1): Set re_match_object. (fast_string_match): Set re_match_object. (Fskip_chars_forward): Move to syntax.c. (Fskip_chars_backward): Move to syntax.c. (Fskip_syntax_forward): Move to syntax.c. (Fskip_syntax_backward): Move to syntax.c. (skip_chars): Move to syntax.c. (search_buffer): Set re_match_object. (syms_of_search): Move initialization of skip* to syntax.c.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 14 Apr, 1997 6 commits
-
-
Karl Heuer authored
-
Eli Zaretskii authored
(dependencies): Add dependencies for w16select.o.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Richard M. Stallman authored
after markers (the ordinary kind of insertion).
-
Richard M. Stallman authored
when computing the arg to record_marker_adjustment.
-
- 11 Apr, 1997 2 commits
-
-
Karl Heuer authored
(UPPERCASEP): Use DOWNCASE. (UPCASE_TABLE): New macro. (NOCASEP, UPCASE1): Use UPCASE_TABLE. [!NO_UNION_TYPE] (make_number): Declare.
-
Richard M. Stallman authored
when REPLACE is handled by reading directly from the file. Use insert_1 to insert replacement text, to avoid query about whether to modify the buffer.
-