1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00
Commit graph

408 commits

Author SHA1 Message Date
Richard M. Stallman
1f57cb74f5 (Fget_buffer_create): Call Qucs_set_table_for_input as the last thing. 2002-12-09 20:24:32 +00:00
Dave Love
48265e61f0 (Qucs_set_table_for_input): New.
(Fget_buffer_create): Use it.
(Qset_buffer_major_mode_hook): Deleted.
(Fset_buffer_major_mode): Revert previous change.
(init_buffer_once): Intern ucs-set-table-for-input.
(syms_of_buffer): Delete Qset_buffer_major_mode_hook.  Add
&Qucs_set_table_for_input.
2002-12-03 10:27:00 +00:00
Richard M. Stallman
9c3eecf372 (syms_of_buffer): Doc fix. 2002-11-15 23:56:10 +00:00
Kim F. Storm
ed4632553c (syms_of_buffer) <mode-line-format>: Document symbol
dependency on `risky-local-variable' and the :propertize form.
2002-11-14 11:44:16 +00:00
Dave Love
609c95d5c1 (Fset_buffer_major_mode): Fix last change. 2002-11-09 12:43:58 +00:00
Dave Love
b8b60362db (Qset_buffer_major_mode_hook): New.
(Fset_buffer_major_mode): Use it.
2002-11-06 20:30:45 +00:00
Dave Love
7273faa10e Comment. 2002-10-30 19:17:50 +00:00
Stefan Monnier
6d70a280d5 (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
(call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
(Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
2002-10-22 18:57:19 +00:00
Richard M. Stallman
4b0e44fc72 (overlays_at): Handle extending vec uniformly.
(overlays_in): Handle extending vec from length 0 as in overlays_at.
2002-08-17 04:53:57 +00:00
Richard M. Stallman
1ac5826d93 (syms_of_buffer) <fill-column>: Doc fix. 2002-08-12 17:25:23 +00:00
Richard M. Stallman
aef466d55e (Fbuffer_list): Doc fix. 2002-07-21 20:25:32 +00:00
Ken Raeburn
6bcdeb8c24 comment last change 2002-07-21 14:11:55 +00:00
Ken Raeburn
bb63c5c9b8 (mmap_realloc): When shrinking, make sure number of
pages is rounded towards zero.
2002-07-21 13:59:00 +00:00
Ken Raeburn
8dfba85e62 (reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields. 2002-07-16 17:33:42 +00:00
Ken Raeburn
10ceceb87d * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
a string.
2002-07-16 15:48:54 +00:00
Ken Raeburn
ab77f05c7f * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it. 2002-07-15 06:54:48 +00:00
Ken Raeburn
d5db40779d Most uses of XSTRING combined with STRING_BYTES or indirection changed to
SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references
left unchanged for now.
2002-07-15 00:01:34 +00:00
Juanma Barranquero
aed1337830 Use macro SPECPDL_INDEX. 2002-07-11 14:18:02 +00:00
Richard M. Stallman
f0bac7deee (Fbuffer_local_value): Store current value into its binding
so we get the up-to-date value for the binding that is loaded.
2002-07-07 10:17:26 +00:00
Richard M. Stallman
6c488ddb79 (Fbury_buffer): Use frames_discard_buffer. 2002-06-26 08:36:25 +00:00
Colin Walters
9a593927e9 (Foverlay_get): Use lookup_char_property. 2002-06-08 20:25:31 +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
Richard M. Stallman
cd8d52361f (syms_of_buffer) <cursor-type>: Doc fix. 2002-05-20 14:51:24 +00:00
Ken Raeburn
5b784cc92c * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
SYMBOL_NAME instead of XSYMBOL and name field.
2002-05-20 08:04:58 +00:00
Ken Raeburn
1138e74218 * buffer.c (fix_overlays_in_range, fix_overlays_before): Don't take the address
of the cdr part of a cons cell; instead, track the parent cell and call
XSETCDR, or set the variable for the head of the list if we haven't started
down the list yet.
2002-05-19 23:12:30 +00:00
Colin Walters
eacdfade34 (syms_of_buffer): Doc fix. 2002-04-23 20:24:25 +00:00
Paul Eggert
314dbe9a7f (init_buffer): Fix PWD comment. 2002-04-23 17:40:36 +00:00
Gerd Moellmann
08327b2269 (MMAP_ALLOCATED_P): New macro to be set from system
configuration files.
(mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
returns 0.
2002-04-16 07:35:02 +00:00
Stefan Monnier
c01d0677ab (syms_of_buffer): Allow non-string `mode-name'. 2002-03-04 23:20:06 +00:00
Eli Zaretskii
31a6cb0651 (syms_of_buffer) <buffer-file-coding-system>: Doc fix. 2002-03-02 11:57:50 +00:00
Richard M. Stallman
6524d9553d (syms_of_buffer): Doc fixes for scroll-...-aggressively. 2002-01-26 23:04:27 +00:00
Pavel Janík
1a6db83a48 (Fkill_all_local_variables): Increment `update_mode_lines' only once. 2002-01-15 07:31:04 +00:00
Richard M. Stallman
0522997db3 (reset_buffer): Initialize `display_error_modiff'. 2001-12-16 20:01:39 +00:00
Richard M. Stallman
f1597a3a85 (Fkill_buffer): Use Frun_hooks, not Vrun_hooks. 2001-11-26 00:07:17 +00:00
Richard M. Stallman
7614d76287 (syms_of_buffer): Doc fixes. 2001-11-14 00:06:50 +00:00
Pavel Janík
a78e0303c9 (Fbury_buffer): Use braces to follow GNU Coding Standards. 2001-11-09 06:49:41 +00:00
Richard M. Stallman
9cf712eb57 (Fkill_buffer): Don't delete auto save file if buffer is modified. 2001-11-06 04:48:15 +00:00
Richard M. Stallman
ae69175b09 (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL and CHECK_BUFFER. 2001-11-05 04:04:09 +00:00
Richard M. Stallman
79aa712d49 (Fbuffer_local_value): New function.
(syms_of_buffer): defsubr it.
2001-11-05 00:10:49 +00:00
Pavel Janík
b782650360 Update usage of CHECK_ macros (remove unused second argument). 2001-11-02 20:46:55 +00:00
Gerd Moellmann
864b90c968 Fix a typo. 2001-11-01 10:23:52 +00:00
Pavel Janík
3f676284d2 (selective-display-ellipses): Doc fix. 2001-10-31 15:04:58 +00:00
Pavel Janík
efc7e75ff0 Reindent DEFUNs and DEFVARs woth doc: keywords. 2001-10-21 08:49:43 +00:00
Miles Bader
7ee72033eb Change doc-string comments to new style' [w/doc:' keyword]. 2001-10-17 03:16:12 +00:00
Gerd Moellmann
71a0f2c6e4 (Fset_buffer_major_mode): Use initial-major-mode for
*scratch*.
2001-10-16 09:21:56 +00:00
Ken Raeburn
f3fbd15535 Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
with lisp system changes.
2001-10-16 09:09:51 +00:00
Pavel Janík
018ba359ab Put doc strings in comments. 2001-10-15 20:52:59 +00:00
Stefan Monnier
c58dab6376 (Fbury_buffer): Don't try to remove the buffer from the
selected window if it's not displayed there.  Handle the case
when the window is dedicated.
(syms_of_buffer): Fix docstrings not to mention "buffer-local" anymore.
2001-10-12 02:01:23 +00:00
Stefan Monnier
e35f6ff793 Include keymap.h. 2001-10-10 16:05:21 +00:00
Gerd Moellmann
f5c1dd0dc5 Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
symbols' value directly.
2001-10-05 09:49:39 +00:00