aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (list_buffers_1): Always mark current_buffer read-only.Richard M. Stallman1994-10-201-1/+5
|
* (buffer_slot_type_mismatch): Take just the offset as argument. Only checkKarl Heuer1994-10-121-13/+7
| | | | against types that are actually used.
* (buffer_slot_type_mismatch): Test against Lisp_Misc.Karl Heuer1994-10-111-1/+1
|
* (list_buffers_1): Fix indentation in header lines.Richard M. Stallman1994-10-111-2/+2
|
* (syms_of_buffer): Doc fix for cache-long-line-scans.Jim Blandy1994-10-101-11/+23
|
* * buffer.c: #include region-cache.h.Jim Blandy1994-10-081-0/+35
| | | | | | | | (Fget_buffer_create): Initialize new members of struct buffer. (Fkill_buffer): Free memory occupied by caches. (init_buffer_once): Set default value for cache_long_line_scans in buffer_defaults, and give it a bit in buffer_local_flags. (syms_of_buffer): Add DEFVAR_PER_BUFFER for cache_long_line_scans.
* (init_buffer_once): Don't use XSETFASTINT when negative.Karl Heuer1994-10-061-17/+21
| | | | | (reset_buffer_local_variables, Fbuffer_local_variables): Access buffer_local_flags as Lisp_Object, not int.
* (validate_region): Swap using temp Lisp_Object, not int.Karl Heuer1994-10-041-5/+2
|
* (reset_buffer, Ferase_buffer, validate_region, list_buffers_1, ↵Karl Heuer1994-10-041-42/+42
| | | | recenter_overlay_lists, init_buffer_once): Don't use XFASTINT as an lvalue.
* (Fget_buffer_create, Frename_buffer, Fbuffer_disable_undo,Karl Heuer1994-10-041-10/+10
| | | | | Fbuffer_enable_undo, Fcurrent_buffer, Fbury_buffer, Fmake_overlay, init_buffer_once): Use new accessor macros instead of calling XSET directly.
* (Foverlay_get): Handle `category' property on overlay.Richard M. Stallman1994-10-011-2/+11
|
* (nsberror, Fget_buffer, Fget_file_buffer, Fbuffer_local_variables,Karl Heuer1994-09-271-20/+17
| | | | | Fkill_buffer, set_buffer_internal, list_buffers_1, sort_overlays): Use type test macros.
* (get-file-buffer): Doc fix.Richard M. Stallman1994-09-241-1/+2
|
* (evaporate_overlays): Overlay is in car, not cdr.Karl Heuer1994-09-221-1/+1
|
* (overlays_at): New arg PREV_PTR.Richard M. Stallman1994-09-211-11/+68
| | | | | | | Return previous overlay end. (Foverlays_at): Pass NULL for last 2 args of overlays_at. (Fnext_overlay_change): Pass new arg to overlays_at. (Fprevious_overlay_change): New function.
* (syms_of_buffer): Doc fix.Karl Heuer1994-09-191-1/+1
|
* Add a new element to display tables controlling side-by-sideJim Blandy1994-09-191-2/+4
| | | | | | | | | | window borders. * buffer.c (syms_of_buffer): Update doc string for `buffer-display-table'. * disptab.h (DISP_TABLE_SIZE): Bump to 262. (DISP_BORDER_GLYPH): New accessor macro. * xdisp.c (display_text_line): Consult the display table when building side-by-side window borders.
* (reset_buffer): Don't call reset_buffer_local_variables.Richard M. Stallman1994-09-181-3/+10
| | | | | (Fget_buffer_create): Call it here. (init_buffer_once): And here.
* (Qevaporate): New symbol.Karl Heuer1994-09-171-20/+65
| | | | | | | (syms_of_buffer): Initialize it. (Fmove_overlay): Check if overlay is empty. (Foverlay_put): Check if setting evaporate property on empty overlay. (evaporate_overlays): New function.
* (reset_buffer_local_variables, Fbuffer_local_variables)Richard M. Stallman1994-09-171-6/+6
| | | | (init_buffer_once): Use EMACS_INT.
* (Frename_buffer): Fix gcpro problems.Karl Heuer1994-08-231-2/+4
|
* (list_buffers_1): Update header line layout.Richard M. Stallman1994-08-161-2/+2
|
* (list_buffers_1): Add one column to size column.Richard M. Stallman1994-08-031-1/+1
|
* (syms_of_buffer): Doc fix.Richard M. Stallman1994-07-021-1/+3
|
* (syms_of_buffer): Doc fix.Richard M. Stallman1994-07-021-1/+1
|
* (Foverlay_put): Pass redisplay_region a struct buffer *.Richard M. Stallman1994-06-281-2/+2
|
* (send_process): Major rewrite.Richard M. Stallman1994-06-251-10/+18
| | | | | | | | Don't put in a C-d unless a single line is too long. Read process input whenever output gets stuck. Relocate BUF if we read input. New arg OBJECT. (Fprocess_send_region, Fprocess_send_string, process_send_signal) (Fprocess_send_eof): Pass new arg OBJECT.
* (Fmove_overlay): Fix typo in previous change.Richard M. Stallman1994-06-231-2/+2
|
* (Fmove_overlay): Add missing XINT calls in previous change.Richard M. Stallman1994-06-211-1/+1
|
* (Fkill_buffer): Don't delete auto save fileRichard M. Stallman1994-06-211-2/+3
| | | | if it didn't come from this Emacs session.
* (Fmove_overlay): Call redisplay_region even whenRichard M. Stallman1994-06-201-1/+21
| | | | changing to a different buffer.
* (verify_overlay_modification): GCPRO tail and overlay.Richard M. Stallman1994-05-241-6/+28
| | | | Avoid copying tail twice.
* (fix_overlays_in_range): New function.Karl Heuer1994-05-171-0/+103
|
* (Foverlay_lists): Doc fix.Karl Heuer1994-05-131-2/+3
| | | | (Fnext_overlay_change): Doc fix.
* (Frename_buffer): Reject empty string as new name.Richard M. Stallman1994-05-111-4/+8
| | | | (syms_of_buffer): Fix typo in previous change.
* (Qbuffer_file_type): Var deleted.Richard M. Stallman1994-05-101-10/+21
| | | | (syms_of_buffer): Doc fix.
* (syms_of_buffer): Doc fix.Richard M. Stallman1994-05-031-1/+1
|
* (init_buffer_once): Initialize buffer_file_type field right.Richard M. Stallman1994-05-021-1/+1
|
* (Fkill_all_local_variables): Doc fix.Richard M. Stallman1994-04-241-1/+4
|
* (reset_buffer_local_variables): Use Vascii_eqv_tableRichard M. Stallman1994-04-231-2/+2
| | | | and Vascii_canon_table.
* Pass operation to Ffind_file_name_handler.Karl Heuer1994-04-221-1/+1
|
* (Vafter_change_functions, Vbefore_change_functions): New variables.Richard M. Stallman1994-04-101-4/+31
| | | | (syms_of_buffer): Set up Lisp vars.
* (Fget_buffer_create): Disallow empty string.Karl Heuer1994-04-061-0/+3
|
* (verify_overlay_modification): Run modification-hooks for any deletion thatKarl Heuer1994-04-051-6/+6
| | | | intersects the overlay.
* (overlays_at): Fix previous change.Richard M. Stallman1994-04-031-2/+2
|
* (overlays_at): Use XGCTYPE.Richard M. Stallman1994-04-031-4/+4
|
* (list_buffers_1): Set buffer contents, then mode.Karl Heuer1994-04-021-7/+4
|
* (verify_overlay_modification):Richard M. Stallman1994-03-301-6/+31
| | | | Copy TAIL before a hook, in case the hook recenters the overlay lists.
* (sort_overlays, Fmake_overlay): Use assignment, not initialization.Karl Heuer1994-03-231-5/+6
|
* (reset_buffer): Init auto_save_failure_time slot.Richard M. Stallman1994-03-231-0/+1
|