1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-26 07:00:35 -08:00
Commit graph

11261 commits

Author SHA1 Message Date
Gerd Moellmann
9c97398c32 (end_of_file_error): New function.
(read1): Call it instead of signaling `end-of-file' directly.
2000-04-27 10:48:11 +00:00
Gerd Moellmann
c02279de38 (print_error_message): Print data of `end-of-file'
with Fprinc instead of Fprin1.
2000-04-27 10:47:45 +00:00
Ken Raeburn
24d744ac9c (freeze_window_start): Check that minibuffer scroll window isn't nil before
extracting the window structure pointer from it.
2000-04-26 18:41:05 +00:00
Ken Raeburn
86a375f869 (record_delete): If we hit the end of the undo list, stop picking elements
apart.
2000-04-26 18:39:30 +00:00
Gerd Moellmann
7464346de7 *** empty log message *** 2000-04-26 17:46:21 +00:00
Gerd Moellmann
e6819fafa3 (display_line): If lines are continued, restore
iterator's ascent/descent information to the values before the
first glyph not fitting on the line.
2000-04-26 17:43:04 +00:00
Gerd Moellmann
612839b6b2 *** empty log message *** 2000-04-25 19:43:58 +00:00
Gerd Moellmann
f2d86d7a04 (try_window_id) <all changes above window start>: Adjust
positions in glyph matrix.  Don't compute new window end
positions.
2000-04-25 19:41:30 +00:00
Gerd Moellmann
86c11ba1c8 (increment_matrix_positions): Renamed from
increment_glyph_matrix_buffer_positions.
(increment_row_positions): Renamed from
increment_glyph_row_buffer_positions.
2000-04-25 19:39:59 +00:00
Gerd Moellmann
84fc6d4d2d Change names of renamed functions from dispnew.c in prototypes. 2000-04-25 19:38:48 +00:00
Gerd Moellmann
abfcc168d3 *** empty log message *** 2000-04-24 18:48:24 +00:00
Gerd Moellmann
b272d62400 (Fdo_auto_save): Create directories for auto-save
list file if necessary.
2000-04-24 18:41:54 +00:00
Gerd Moellmann
cc181e9561 *** empty log message *** 2000-04-24 14:01:22 +00:00
Gerd Moellmann
d475bcb854 (init_iterator): Set iterator's extra_line_spacing
from buffer or frame.
(automatic_hscrolling_p): New variable.
(hscroll_windows): Scroll windows horizontally only if automatic
hscrolling is allowed.
(syms_of_xdisp): New variable `automatic-hscrolling'.
2000-04-24 13:57:11 +00:00
Gerd Moellmann
d1738c45ca (struct frame): Add member extra_line_spacing. 2000-04-24 13:56:30 +00:00
Gerd Moellmann
563b67aafd (x_set_line_spacing): New function.
(Fx_create_frame): Set line spacing from resources.
(Qline_spacing): New variable.
(syms_of_xfns): Initialize Qline_spacing.
2000-04-24 13:56:04 +00:00
Gerd Moellmann
ecb5709c70 (USAGE2): Add --line-spacing' and -lsp'. 2000-04-24 13:55:28 +00:00
Gerd Moellmann
a3bbced0df (init_buffer_once): Handle extra_line_spacing.
(syms_of_buffer): Add `default-line-spacing' and `line-spacing'.
(reset_buffer): Don't initialize extra2 and extra3.  Intialize
extra_line_spacing from default value.
(init_buffer_once): Initialize default value of extra_line_spacing.
2000-04-24 13:55:05 +00:00
Gerd Moellmann
82b911fda5 (struct buffer): Add extra_line_spacing, remove extra2
and extra3.
2000-04-24 13:54:35 +00:00
Gerd Moellmann
d365f5bb0b (x_produce_glyphs): Remove reference to struct it's
prompt_width.  Add extra line spacing.
2000-04-24 13:54:04 +00:00
Gerd Moellmann
2efdbcddfa (produce_glyphs): Remove reference to struct it's prompt_width. 2000-04-24 13:53:16 +00:00
Gerd Moellmann
bf95c41378 (struct it): Remove member prompt_width, add extra_line_spacing. 2000-04-24 13:52:50 +00:00
Gerd Moellmann
58827478fc (update_frame_line): When writing a whole line, make
sure cursor is in the right row afterwards, otherwise a use of
capability `ch' in cmgoto might leave the cursor in the row below.
2000-04-22 14:12:30 +00:00
Gerd Moellmann
25a87f42e9 *** empty log message *** 2000-04-21 13:08:56 +00:00
Gerd Moellmann
bd55b8608a (timer_check): Fix typo in comment. 2000-04-21 13:02:41 +00:00
Gerd Moellmann
d47f18ca76 (struct Lisp_Buffer_Cons): Remove. 2000-04-21 13:00:58 +00:00
Kenichi Handa
4ea5775bc6 (Fset_fontset_font): Fix docstring. Local variable
name change: ch -> character.
2000-04-20 23:52:05 +00:00
Kenichi Handa
54edf5c240 *** empty log message *** 2000-04-20 23:50:19 +00:00
Gerd Moellmann
3a64eef5c1 *** empty log message *** 2000-04-20 21:52:10 +00:00
Gerd Moellmann
e3e8a75a2a (Ffile_writable_p) [WINDOWSNT]: Return nil if parent
directory doesn't exist.
2000-04-20 21:01:16 +00:00
Gerd Moellmann
59a84f8e16 (echo_message_buffer): New variable.
(echo_now): Set echo_message_buffer to the echo area buffer used
to display the echo.
(cancel_echoing): Reset echo_message_buffer to nil.
(read_char): Code rewritten that handles canceling an echo or
echoing a dash, respectively.
2000-04-20 21:00:43 +00:00
Dave Love
6142fdcb58 *** empty log message *** 2000-04-19 22:45:31 +00:00
Dave Love
5c6740c979 (syms_of_fns): Defsubr mapc.
(concat): Don't allow numeric args.
(Fconcat): Doc change.
2000-04-19 22:27:27 +00:00
Stefan Monnier
ac6b535224 *** empty log message *** 2000-04-19 22:07:51 +00:00
Stefan Monnier
419d1c749d (re_match_2_internal): Don't shorten the strings anymore,
instead define end_match(1|2) more carefully.
Use GET_CHAR_BEFORE_2 for `begline'.
2000-04-19 21:39:18 +00:00
Gerd Moellmann
5e3dac3f5a *** empty log message *** 2000-04-19 15:38:21 +00:00
Gerd Moellmann
62694e5aea (with_echo_area_buffer): Add more `int' parameters for
the `variable argument list' to make it work on Alpha.
2000-04-19 15:37:26 +00:00
Gerd Moellmann
e1ef1fb2e2 (SELECTED_FRAME): Change definition to compile cleanly
on 64-bit systems where NULL is defined as `0'.
2000-04-19 15:36:39 +00:00
Gerd Moellmann
cb9215e4f3 *** empty log message *** 2000-04-19 14:37:02 +00:00
Gerd Moellmann
2eca7f4d65 (_LP64) [!_LP64]: Define.
(ORDINARY_LINK): Define for NetBSD.
2000-04-19 14:32:35 +00:00
Gerd Moellmann
69e82333d0 (ORDINARY_LINK): Define for NetBSD. 2000-04-19 14:32:01 +00:00
Dave Love
c750667ef3 *** empty log message *** 2000-04-19 13:04:59 +00:00
Dave Love
cd667a182d (LIBS): Don't use.
(GETLOADAVG_OBJ): Define again.
(otherobj): Add GETLOADAVG_OBJ.
2000-04-19 11:24:43 +00:00
Dave Love
8fffa182c3 Revert HAVE_GETLOADAVG changes. 2000-04-19 11:21:37 +00:00
Dave Love
f532dca004 (Fmake_indirect_buffer): Escape newline in doc. 2000-04-19 08:55:09 +00:00
Gerd Moellmann
f6d3257b91 *** empty log message *** 2000-04-18 13:42:41 +00:00
Gerd Moellmann
5dbf89bc7d (read_filtered_event): Cancel and start busy cursor. 2000-04-18 13:41:33 +00:00
Gerd Moellmann
1c7e22fd06 (x_produce_glyphs) <ASCII chars>: Take into account
that the per-character metrics may be null.
2000-04-18 13:02:55 +00:00
Gerd Moellmann
0daee09518 *** empty log message *** 2000-04-17 15:27:23 +00:00
Gerd Moellmann
7e9d581860 (clone_per_buffer_values): New function.
(Fmake_indirect_buffer): Add optional argument CLONE.  Call
clone_per_buffer_values if CLONE is not nil.
2000-04-17 15:26:29 +00:00