- 07 Aug, 1998 1 commit
-
-
Richard M. Stallman authored
(Qprint_escape_nonascii): New variables. (syms_of_print): Initialize them and set up Lisp variable. (PRINTPREPARE): Bind print-escape-multibyte to t if appropriate. Also bind print-escape-nonascii if appropriate. (print): Test print_escape_multibyte and print_escape_nonascii, rather than enable-multibyte-characters.
-
- 24 Jun, 1998 1 commit
-
-
Richard M. Stallman authored
inserting in a unibyte buffer.
-
- 22 Jun, 1998 1 commit
-
-
Karl Heuer authored
in multibyte case, before calling strout.
-
- 20 Jun, 1998 1 commit
-
-
Karl Heuer authored
-
- 25 May, 1998 3 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(print) <Lisp_String>: Use it to force printing single-byte non-ASCII characters as octal escapes. (syms_of_print): Define print-escape-nonascii.
-
Richard M. Stallman authored
-
- 22 May, 1998 1 commit
-
-
Kenichi Handa authored
multibyte characters. (print): Likewise.
-
- 14 Apr, 1998 1 commit
-
-
Andreas Schwab authored
-
- 13 Apr, 1998 1 commit
-
-
Karl Heuer authored
(printchar, strout): If echo area text converted to multibyte does not all fit, truncate it at char boundary.
-
- 12 Apr, 1998 2 commits
-
-
Karl Heuer authored
visited file, undo list, etc.
-
Karl Heuer authored
-
- 09 Apr, 1998 1 commit
-
-
Karl Heuer authored
-
- 05 Apr, 1998 1 commit
-
-
Richard M. Stallman authored
-
- 21 Mar, 1998 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 12 Mar, 1998 1 commit
-
-
Richard M. Stallman authored
for struct Lisp_Buffer_Local_Value.
-
- 12 Feb, 1998 1 commit
-
-
Richard M. Stallman authored
update message_enable_multibyte, and convert previous text from unibyte to multibyte if necessary.
-
- 08 Feb, 1998 1 commit
-
-
Richard M. Stallman authored
`unsigned char' to handle multibyte character code.
-
- 02 Feb, 1998 1 commit
-
-
Richard M. Stallman authored
-
- 21 Jan, 1998 1 commit
-
-
Richard M. Stallman authored
-
- 18 Jan, 1998 1 commit
-
-
Karl Heuer authored
single-byte non-ASCII chars using octal escapes.
-
- 05 Jan, 1998 1 commit
-
-
Richard M. Stallman authored
(print): When multibyte is disabled, print multibyte string chars using hex escapes. (printchar): Pass new arg to message_dolog. (strout): New arg MULTIBYTE. Callers changed. (strout): Take args SIZE and SIZE_BYTE; operate on both chars and bytes. (print_string): Pass new arg to strout. If not using strout, fetch a whole multibyte char at once. (write_string): Pass new arg to strout. (write_string_1): Likewise. (print) <case Lisp_String>: Scan by chars and bytes. (print) <case Lisp_Symbol>: Scan name by chars and bytes. (PRINTPREPARE): Use make_multibyte_string. Initialize print_buffer_pos_byte. Use insert_1_both. (printchar): Update print_buffer_pos_byte and print_buffer_pos. (print_buffer_pos_byte): New variable.
-
- 01 Jan, 1998 1 commit
-
-
Richard M. Stallman authored
(PRINTPREPARE): For a marker, set old_point_byte and start_point_byte. Set both kinds of PT from the marker. (PRINTFINISH): For a marker, use set_marker_both. Restore both kinds of PT. (print): For strings and symbols, handle multibyte chars.
-
- 28 Nov, 1997 1 commit
-
-
Andreas Schwab authored
Don't declare arg type taken by 2nd arg.
-
- 21 Nov, 1997 1 commit
-
-
Andreas Schwab authored
(internal_with_output_to_temp_buffer): Protoype parameter FUNCTION. (Ferror_message_string): Remove extra argument of print_error_message. (write_string): Define as returning nothing. (write_string_1): Likewise. (print_error_message): Likewise.
-
- 29 Oct, 1997 1 commit
-
-
Paul Eggert authored
-
- 23 Oct, 1997 1 commit
-
-
Paul Eggert authored
Define to work around hpux 7 <math.h> problem. (<math.h>): Include. (<float.h>, <stdlib.h>): Include if STDC_HEADERS. (FLT_RADIX, DBL_MANT_DIG, DBL_DIG): Default to IEEE values. (DOUBLE_DIGITS_BOUND): New macro. (float_to_string): By default, generate the fewest number of digits that represent the floating point value exactly.
-
- 02 Oct, 1997 1 commit
-
-
Karl Heuer authored
-
- 12 Sep, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 26 Jul, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 25 Jul, 1997 1 commit
-
-
Richard M. Stallman authored
(Vprint_gensym): Now a Lisp_Object; Renamed from print_gensym. (syms_of_print): Set up both as Lisp vars. (PRINTPREPARE, PRINTFINISH): Don't clear Vprint_gensym_alist if Vprint_gensym is a cons cell.
-
- 04 Jul, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 20 Jun, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 18 Apr, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 07 Apr, 1997 1 commit
-
-
Kenichi Handa authored
-
- 22 Mar, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 20 Feb, 1997 1 commit
-
-
Karl Heuer authored
(printchar, strout): Handle multibyte characters. (print): Correct the value of size_in_chars of a bool vector.
-
- 20 Jan, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 05 Nov, 1996 1 commit
-
-
Richard M. Stallman authored
-