Karl Heuer
e202fa3405
(mark_object, gc_sweep): Use new overlay substructure.
1994-11-15 02:04:40 +00:00
Karl Heuer
21f7c86400
(OVERLAY_START, OVERLAY_END): Use new overlay substructure.
1994-11-15 02:04:23 +00:00
Karl Heuer
ce7d8eec6c
(enum Lisp_Misc_Type): Add new enumeration Lisp_Misc_Overlay.
...
(enum Lisp_Type): Delete the corresponding enumeration from here.
(struct Lisp_Overlay): New structure.
(XOVERLAY, OVERLAYP): Access the new structure.
(union Lisp_Misc): Add new member.
1994-11-15 02:04:03 +00:00
Karl Heuer
3e9bc90131
(print): Use new overlay substructure.
1994-11-15 02:03:35 +00:00
Karl Heuer
48e2e3ba61
(Fmake_overlay, Foverlay_properties, Foverlay_get, Foverlay_put): Use new
...
overlay substructure.
(list_buffers_1): Use PT, not point.
1994-11-15 02:02:34 +00:00
Richard M. Stallman
53c34c462d
(Finsert_file_contents): Init not_regular at the beginning.
1994-11-15 00:30:47 +00:00
Karl Heuer
6746ed7a33
(Fkill_all_local_variables): Use XBUFFER_LOCAL_VALUE, not XCONS.
1994-11-15 00:06:33 +00:00
Richard M. Stallman
9dbfa8cfbb
(comint-exec-1): Terminate TERMCAP with colon.
1994-11-15 00:06:26 +00:00
Per Bothner
ad7c5ee1f9
Support paragon as i860-intel-osf1. (From RMS.)
1994-11-15 00:05:02 +00:00
Richard M. Stallman
28d8bcb0c5
Initial revision
1994-11-15 00:03:05 +00:00
Richard M. Stallman
503ffb1e8b
(MAIL_USE_FLOCK): Defined.
1994-11-15 00:02:47 +00:00
Richard M. Stallman
330bfe57d6
(Finsert_file_contents): If VISIT, set the buffer components
...
such as the filename even before signaling error for non-regular file.
1994-11-14 23:58:19 +00:00
Roland McGrath
e0271583d2
(A_TEXT_OFFSET): Macro removed.
...
(A_TEXT_SEEK): Define to just sizeof (struct exec).
1994-11-14 23:28:44 +00:00
Karl Heuer
fc1e7df5d0
(defvar_int, defvar_bool, defvar_lisp_nopro, defvar_per_buffer): Use accessor
...
macros.
1994-11-14 22:16:52 +00:00
Karl Heuer
446e6a1462
(scheme-mode-variables): Set parse-sexp-ignore-comments to t.
1994-11-14 18:52:51 +00:00
Karl Heuer
49b862cf05
Fix typos in comment.
1994-11-14 18:06:28 +00:00
David J. MacKenzie
ea199426bb
Don't add -I, -L, -R options for cc if their
...
arguments would be empty.
1994-11-14 17:08:32 +00:00
Simon Marshall
5c06a8eb15
Add scheme-mode to font-lock-defaults-alist using lisp-font-lock-keywords.
1994-11-14 08:03:41 +00:00
Richard M. Stallman
633a305a22
(query-replace-map): Bind Y and N like y and n.
1994-11-14 01:35:08 +00:00
Richard M. Stallman
6cdfb6e60d
Initial revision
1994-11-14 01:32:24 +00:00
Richard M. Stallman
dd3240b7be
For windows-nt, load mouse.
1994-11-14 01:30:43 +00:00
Richard M. Stallman
930c87d795
(C_SWITCH_SYSTEM) [__GNUC__]: Set -D_BSD to get the
...
correct definitions from sys/wait.h.
1994-11-13 21:27:30 +00:00
Richard M. Stallman
eab9d4233d
Comment change.
1994-11-13 20:54:28 +00:00
Richard M. Stallman
681f5af46e
(Fdisplay_completion_list): Update COLUMN unconditionally.
...
If a name is long, put it on its own line.
1994-11-13 19:57:12 +00:00
Richard M. Stallman
7812a96f4b
(load_pixmap): Handle bitmap_id < 0. F is a FRAME_PTR.
1994-11-13 19:07:26 +00:00
Richard M. Stallman
169e69a395
(syms_of_frame): Fix typo.
1994-11-13 17:35:48 +00:00
Richard M. Stallman
87b8e150eb
(lpr-headers-switches): Base default on lpr-command value.
1994-11-13 12:15:29 +00:00
Richard M. Stallman
1855c8dd0b
(syms_of_frame): Doc fix for default-frame-alist.
1994-11-12 20:05:07 +00:00
Richard M. Stallman
4ab8369716
(mips-sgi-irix5.[01]*): Distinguish from irix5*.
...
(mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
1994-11-11 19:44:48 +00:00
Richard M. Stallman
cbce363ff0
(i860-intel-osf1*): New alternative.
1994-11-11 14:54:29 +00:00
Richard M. Stallman
2545066897
(texinfo-format-node): Insert the node delimiter
...
that info is looking for unconditionally.
1994-11-11 13:34:04 +00:00
Karl Heuer
8d4afcac1e
(store_symval_forwarding, swap_in_symval_forwarding, Fset, default_value,
...
Fset_default, Fkill_local_variable): Use XBUFFER_LOCAL_VALUE, not XCONS.
(Fmake_variable_buffer_local, Fmake_local_variable): Use the new substructure.
1994-11-11 07:35:27 +00:00
Karl Heuer
677ad7fec7
(Fbyte_code): Special case for buffer-local objects is now handled by the more
...
general test. Simplify.
1994-11-11 07:34:37 +00:00
Karl Heuer
465edf35eb
(mark_object): New code to handle buffer-local substructure.
...
(gc_sweep): Generalize marker code to handle other substructures.
1994-11-11 07:34:14 +00:00
Karl Heuer
fdc6e51676
(set_buffer_internal): Use XBUFFER_LOCAL_VALUE, not XCONS.
1994-11-11 07:33:46 +00:00
Karl Heuer
7d65f1c2f8
(enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_Buffer_Local_Value and
...
Lisp_Misc_Some_Buffer_Local_Value.
(enum Lisp_Type): Delete the corresponding enumerations from here.
(struct Lisp_Buffer_Local_Value): New structure.
(XBUFFER_LOCAL_VALUE): Access the new structure.
(BUFFER_LOCAL_VALUEP, BUFFER_SOME_LOCAL_VALUEP): Likewise.
(union Lisp_Misc): Add new member.
1994-11-11 07:32:54 +00:00
David J. MacKenzie
d9e60f52e8
Remove entries for things that are done. Reformat a little.
1994-11-11 04:23:40 +00:00
Karl Heuer
aabf6bec48
Fix typo in previous change.
1994-11-11 01:31:52 +00:00
Roland McGrath
08b1edf49f
(compile): With prefix arg, prompt even if (not compilation-read-command).
...
(compilation-error-regexp-alist): Make first regexp match column numbers too.
Remove regexp for "prog:file:line: error".
Replace GNAT 1.82 regexp with "prog: file:line\(:col\)?: error".
(compilation-parse-errors): If spec has a column subexpr, but it was
optional and didn't match, ignore it.
1994-11-10 23:01:15 +00:00
Richard M. Stallman
db965a28af
(TV1, TV2): Use EMACS_TIME as type.
...
(get_time): Use EMACS_SUB_TIME.
1994-11-10 22:26:57 +00:00
Richard M. Stallman
de98fcafe2
(find-change-log): If change-log-default-name
...
has no dir component, search through parent dirs for it.
1994-11-10 22:03:43 +00:00
Karl Heuer
e9d167a70d
Fix comment associated with previous change.
1994-11-10 19:51:28 +00:00
Richard M. Stallman
dfb756b7d3
(Fnewline): Always use insert_and_inherit.
1994-11-10 18:51:12 +00:00
Richard M. Stallman
71207de2b6
Comment change.
1994-11-10 16:13:30 +00:00
Richard M. Stallman
3ea1d2918f
(create_process) [OSF1]: Use setpgid, not setpgrp.
1994-11-10 08:12:48 +00:00
Richard M. Stallman
71edead178
(tracking_off): Test old value with NILP.
...
Restore the old value whatever it may be.
(syms_of_keyboard): Use DEFVAR_LISP for track-mouse.
1994-11-10 03:46:33 +00:00
Richard M. Stallman
2f24e04e52
(FRAMEP): Use the second definition whenever HAVE_MOUSE.
1994-11-10 03:44:29 +00:00
Richard M. Stallman
a9b44faf45
(ange-ftp-version): Var deleted.
1994-11-10 03:18:44 +00:00
Karl Heuer
536b772adc
(Fboundp, find_symbol_value): Use type test macros instead of checking XTYPE
...
directly.
1994-11-09 23:13:31 +00:00
Richard M. Stallman
b6c1b08c69
(string-rectangle): Don't set point.
1994-11-09 22:54:15 +00:00