- 18 Jan, 1998 18 commits
-
-
Karl Heuer authored
renamed to match doc.
-
Karl Heuer authored
(back_comment): Don't allow quoting a comment-end. (scan_lists): Likewise.
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
does not fit MULTIBYTE, convert its contents. (fast_c_string_match_ignore_case): Pass 0 to compile_pattern as MULTIBYTE. (search_buffer): If representation of STRING does not fit MULTIBYTE, convert its contents.
-
Karl Heuer authored
single-byte non-ASCII chars using octal escapes.
-
Karl Heuer authored
Otherwise buffer_defaults->enable_multibyte_characters decides. Only set force_singlebyte when a \-sequence is in the relevant range. (read_escape): New arg STRINGP. `\ ' is ignored only when STRINGP (normally, when reading a string). Calls changed.
-
Karl Heuer authored
-
Karl Heuer authored
back to the right place. Always compute result_len_byte as for a multibyte string. Then, if the result will be single-byte, don't use that computation. When converting single-byte to multibyte, don't use copy_text. Do use copy_text between single-byte string and multibyte string. (Fstring_make_multibyte, Fstring_make_unibyte): New functions. (syms_of_fns): defsubr them. (string_char_to_byte): Count from the beginning or the end, whichever is closer. Keep a cache of recent values. (string_byte_to_char): Likewise. (Fstring_lessp): Compare the strings char by char.
-
Karl Heuer authored
when skipping invisible.
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
don't try to switch to it.
-
Karl Heuer authored
-
Karl Heuer authored
the operation in case that fails.
-
Karl Heuer authored
-
Karl Heuer authored
(STRING_FULLSIZE): Use STRING_BASE_SIZE instead of the whole size of struct Lisp_String. (make_pure_string): Use STRING_FULLSIZE.
-
Karl Heuer authored
insert one anyway. Compensate for that when inserting line nums.
-
- 17 Jan, 1998 4 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(ange-ftp-next-inode-number): New variable. (ange-ftp-file-attributes): Assign each file a unique "inode number".
-
Richard M. Stallman authored
-
Stephen Eglen authored
character corresponding to the current element of the buffer.
-
- 16 Jan, 1998 6 commits
-
-
Richard M. Stallman authored
when special-display-regexps specifies frame parameters.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
properly calculate number of chars in the text. Fix error message. (file_name_as_directory): Error if arg is empty. (Fwrite_region): Don't flush the encoding buffer if failure is set.
-
Richard M. Stallman authored
(re_match_2_internal) <wordbeg, wordend>: Call UPDATE_SYNTAX_TABLE properly with a charpos.
-
Richard M. Stallman authored
(struct gl_state_s): New field `object'. (SETUP_SYNTAX_TABLE_FOR_OBJECT): Set it. Handle non-current buffer properly. Args renamed to all caps. (SETUP_SYNTAX_TABLE): Set `object'. Args renamed to all caps. (UPDATE_SYNTAX_TABLE): Use gl_state.object. (UPDATE_SYNTAX_TABLE_FORWARD, UPDATE_SYNTAX_TABLE_BACKWARD): Likewise. (SETUP_SYNTAX_TABLE_FOR_OBJECT): Add gl_state.offset when using the arg FROM. Use BYTE_TO_CHAR.
-
Richard M. Stallman authored
(global-auto-revert-mode): Fix message text.
-
- 15 Jan, 1998 2 commits
-
-
Simon Marshall authored
-
Simon Marshall authored
(c-font-lock-keywords-1): Use builtin face for preprocessor directives.
-
- 12 Jan, 1998 8 commits
-
-
Dave Love authored
-
Kenichi Handa authored
and use it in all cases.
-
Oliver Seidel authored
-
Kenichi Handa authored
outgoing_nbytes.
-
Kenichi Handa authored
-
Kenichi Handa authored
`i'. We must refer `i_byte' instead.
-
Kenichi Handa authored
-
Kenichi Handa authored
to standing for nothing in lread.c (read_escape).
-
- 11 Jan, 1998 2 commits