1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 13:10:57 -08:00
Commit graph

15841 commits

Author SHA1 Message Date
Richard M. Stallman
9583b2bb27 Comment change. 2002-06-08 18:30:02 +00:00
Sam Steingold
1b65481e29 (lisp_data_to_selection_data): Fix last change:
*data_ret is not a Lisp string, while unibyte_string is.
2002-06-07 22:05:07 +00:00
Eli Zaretskii
9cbd5852b6 (lisp_data_to_selection_data): Fix last change: set size_ret. 2002-06-07 13:44:04 +00:00
Andreas Schwab
3fa4ac47ab Add Support for x86-64. 2002-06-07 11:17:55 +00:00
Eli Zaretskii
4ddc38a169 *** empty log message *** 2002-06-05 17:48:42 +00:00
Eli Zaretskii
f8f2fbf963 (Fstring_make_unibyte): Doc fix. 2002-06-05 17:47:50 +00:00
Eli Zaretskii
8f9b87b556 (lisp_data_to_selection_data): If the requested type
is STRING, call string_make_unibyte to encode the selected text
as a string.
2002-06-05 17:38:19 +00:00
Eli Zaretskii
ebadb1e47f (Fset_window_hscroll): Doc fix. 2002-06-05 17:02:15 +00:00
Ken Raeburn
382f558bf2 fix my address 2002-06-05 07:08:54 +00:00
Pavel Janík
1909941afc *** empty log message *** 2002-06-05 05:17:06 +00:00
Pavel Janík
905a427657 (choose_write_coding_system): Call select-safe-coding-system properly. 2002-06-05 05:16:48 +00:00
Richard M. Stallman
3a2ff803ab *** empty log message *** 2002-06-03 22:59:22 +00:00
Richard M. Stallman
5b6d51b6e8 (message_with_string): Error if STRING is not a string. 2002-06-03 22:44:31 +00:00
Richard M. Stallman
1e59646d69 (md5): Pass FILE arg to Vselect_safe_coding_system_function. 2002-06-03 22:37:15 +00:00
Richard M. Stallman
7721868125 (choose_write_coding_system):
Pass FILE arg to Vselect_safe_coding_system_function.
2002-06-03 22:36:06 +00:00
Ken Raeburn
504322ad23 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change. 2002-06-03 18:03:26 +00:00
Thien-Thi Nguyen
e2c0561ec5 (current_column): Now returns float.
(indented_beyond_p): 3rd arg now a float.
2002-06-03 01:58:20 +00:00
Thien-Thi Nguyen
097812fb66 (last_known_column): Now a float.
(current_column_1, position_indentation, current_column,
string_display_width): Return float.
(Fcurrent_column): Cast `current_column' return value to int.
(Fcurrent_indentation): Cast `position_indentation' retval to int.
(indented_beyond_p): Third arg now a float.
(compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
2002-06-03 01:52:02 +00:00
Thien-Thi Nguyen
2311178e46 (redisplay_internal, redisplay_window, decode_mode_spec): Cast
`current_column' return value to int.
(back_to_previous_visible_line_start, reseat_at_next_visible_line_start,
next_element_from_buffer): Cast `indented_beyond_p' 3rd arg to float.
2002-06-03 01:50:02 +00:00
Thien-Thi Nguyen
9ab4a725bb (read_minibuf): Cast `current_column' return value to int. 2002-06-03 01:42:52 +00:00
Thien-Thi Nguyen
744cd66b79 (describe_command): Cast `current_column' return value to int. 2002-06-03 01:39:27 +00:00
Thien-Thi Nguyen
a731cae28e (Fdelete_backward_char, internal_self_insert): Cast
`current_column' return value to int.
2002-06-03 01:37:29 +00:00
Thien-Thi Nguyen
8e11578b9a (Fbyte_code): Cast `current_column' return value to int. 2002-06-03 01:34:11 +00:00
Eli Zaretskii
43dc73f18f (x_encode_text): Return stringp non-NULL if coding_system
is Qcompound_text_with_extensions.
2002-05-31 17:43:45 +00:00
Eli Zaretskii
f326600bb8 (lisp_data_to_selection_data): Always set selection
type as string if x_encode_text returns streingp non-NULL.
2002-05-31 17:42:32 +00:00
Eli Zaretskii
420a345c0f Include /usr/pkg in the run time shared library path. 2002-05-31 16:31:51 +00:00
Richard M. Stallman
a71867c57a *** empty log message *** 2002-05-30 17:16:05 +00:00
Richard M. Stallman
243a5ce664 (Fset_window_configuration): Correct the handling
of point in current buffer, to work with multiple windows.
2002-05-30 17:04:59 +00:00
Colin Walters
2530ceaf86 Fix previous change (oops). 2002-05-29 18:58:38 +00:00
Colin Walters
5135ab39fb (Fread_from_string): Don't depend on order of evaluation for C
function parameters.
2002-05-29 18:57:57 +00:00
Colin Walters
96801005d0 *** empty log message *** 2002-05-29 18:57:33 +00:00
Richard M. Stallman
f7e039de27 (x_display_and_set_cursor): Change the cursor in the same
way for blinked-off state and for a nonselected window.
2002-05-28 20:28:12 +00:00
Richard M. Stallman
dad67609c8 (window_scroll_pixel_based): Don't call Fbolp;
instead, see if the new start pos is at beginning of line.
2002-05-28 20:26:34 +00:00
Richard M. Stallman
bf3428a1e4 (Fwrite_region): If START is a string, don't make any annotations. 2002-05-28 20:25:46 +00:00
Richard M. Stallman
2520dc0caa (syms_of_eval): Doc fix. 2002-05-28 20:24:32 +00:00
Colin Walters
532a8e8baf *** empty log message *** 2002-05-28 16:50:51 +00:00
Colin Walters
af2bf12fd3 (USAGE1): Add --no-splash.
(standard_args): Ditto.
2002-05-28 16:25:37 +00:00
Colin Walters
abb13b09f4 lread.c (readchar_count): New variable.
(readchar): Increment it.
(unreadchar): Decrement it.
(read_multibyte): Decrement it.
(Vread_with_symbol_positions): New variable.
(Vread_symbol_positions_list): New variable.
(read_internal_start): New function, created from Fread and
Fread_from_string.  Handle Vread_symbol_positions_list and
Vread_with_symbol_positions.
(readevalloop, Fread, Fread_from_string): Use it.
(read1): Use readchar_count to add symbol positions to
Vread_symbol_positions_list if Vread_with_symbol_positions is
non-nil.
(syms_of_lread): DEFVAR_LISP and initialize them.
2002-05-28 16:24:55 +00:00
Kim F. Storm
b44ec8e346 *** empty log message *** 2002-05-28 09:08:53 +00:00
Kim F. Storm
da46f04f2c (Fread_file_name_internal): Added brute-force
speed up for using predicate file-directory-p.
2002-05-28 09:03:22 +00:00
Miles Bader
8da139bc6a Doc fix. 2002-05-28 01:32:36 +00:00
Miles Bader
f0be545464 Doc fix. 2002-05-28 01:19:49 +00:00
Miles Bader
4a8130f23e C style fix. 2002-05-28 01:15:09 +00:00
Kim F. Storm
02f20f9863 *** empty log message *** 2002-05-27 22:14:52 +00:00
Kim F. Storm
93ed5f9da7 (Fcall_interactively) <"D">: Supply Qfile_directory_p
predicate for Fread_file_name when reading directory name.
Supply Qnil for predicate in other calls to Fread_file_name.
2002-05-27 22:06:29 +00:00
Kim F. Storm
fda1acc53d (Fread_file_name): Now has 6 args. 2002-05-27 22:05:51 +00:00
Kim F. Storm
59ffe07d36 (Vread_file_name_function, Vread_file_name_predicate):
New variables.
(syms_of_fileio): DEFVAR_LISP them.
(read_file_name_cleanup): New unwind function.
(Fread_file_name_internal): Only return completions satifying
Vread_file_name_predicate.  Temporarily unwind protect and rebind
default-directory while checking completions against the predicate.
(Fread_file_name): Added PREDICATE argument.  Specbind it to
Vread_file_name_predicate during completion.
Call Vread_file_name_function to read the file name if non-nil.
2002-05-27 22:05:00 +00:00
Miles Bader
9e8abde7d3 *** empty log message *** 2002-05-26 07:36:40 +00:00
Miles Bader
b63a55ac97 (tty_capable_p): New function. 2002-05-26 07:23:47 +00:00
Miles Bader
a08166614a (tty_capable_p): New function.
(TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
(TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
2002-05-26 07:22:22 +00:00