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

13173 commits

Author SHA1 Message Date
Richard M. Stallman
6b8b57db4a (write-file): Query if file exists already. 1995-03-18 21:51:18 +00:00
Richard M. Stallman
80ddb8edf4 (debugger-outer-load-read-function): New variable.
(debug): Bind load-read-function to nil; save old value
in debugger-outer-load-read-function and restore at end.
(debugger-eval-expression): Handle load-read-function
like other magic variables.

(debugger-outer-overriding-local-map): New variable.
(debug): Bind overriding-local-map to nil; save old value
in debugger-outer-overriding-local-map and restore at end.
(debugger-eval-expression): Handle overriding-local-map
like other magic variables.
1995-03-18 18:13:23 +00:00
Richard M. Stallman
925a67ca07 (isearch-abort): Treat "incomplete regexp"
as failure when deciding how much to discard for C-g.
1995-03-18 18:10:21 +00:00
Richard M. Stallman
95626e112b (x_decode_color): Don't use cdef if defined_color failed. 1995-03-18 18:05:28 +00:00
Richard M. Stallman
92182a70b3 Various doc fixes.
(mail-abbrevs-setup): Use add-hook and make-local-hook.
1995-03-18 07:14:50 +00:00
Karl Heuer
2f1ce09315 Don't put ediff-windows in the menu. 1995-03-18 01:53:12 +00:00
Karl Heuer
eeb6dd92ea (ediff-patch-buffer): Use buffer name in error message. 1995-03-18 01:12:12 +00:00
Karl Heuer
df9817838b Delete some autoloads that are now in menu-bar.el. 1995-03-17 23:00:49 +00:00
Boris Goldowsky
b2f51b2400 Rewrite, many things moved to format.el. 1995-03-17 19:20:02 +00:00
Boris Goldowsky
029894b956 Initial revision 1995-03-17 18:14:30 +00:00
Boris Goldowsky
0d420e8889 (Finsert_file_contents): Call format-decode.
(build_annotations): Call format-annotate-function for each element of
buffer_file_format.
1995-03-17 18:13:23 +00:00
Boris Goldowsky
be9aafddc1 (reset_buffer): Reset file_format element too.(init_buffer_once): Define file_format flag; reset file_format.
(syms_of_buffer): New vbl buffer-file-format.
1995-03-17 18:12:02 +00:00
Boris Goldowsky
585b0a89a3 (struct buffer): Add file_format member. 1995-03-17 18:10:19 +00:00
Boris Goldowsky
5b6988a0a4 Load format.el. 1995-03-17 17:56:04 +00:00
Richard M. Stallman
df1f3a328f (rmail-unix-mail-delimiter): Accept <...> around address
in Unix `From ' line.
1995-03-17 17:37:58 +00:00
Richard M. Stallman
d32625c0fe (init_alloc_once): Increase gc_cons_threshold to 300000. 1995-03-17 07:41:02 +00:00
Karl Heuer
b9c5136fd6 Initial revision 1995-03-17 00:46:57 +00:00
Richard M. Stallman
509ed182e7 (isearch-abort): Set isearch-success to nil. 1995-03-16 23:31:39 +00:00
Richard M. Stallman
66657f2792 (make-auto-save-file-name, auto-save-file-name-p): Doc fixes. 1995-03-16 23:28:27 +00:00
Karl Heuer
5438ecd32e (menu-bar-file-menu): Changed "Emerge" to "Merge" to agree with the new ediff
package.
1995-03-16 23:04:55 +00:00
Boris Goldowsky
ca2a3cb73f (indent-line-to): move to end of indentation, even if it didn't change. 1995-03-16 22:36:26 +00:00
Karl Heuer
475f903199 Initial revision 1995-03-16 22:34:51 +00:00
Karl Heuer
0f0b0a86ad Installed new version from author. 1995-03-16 22:31:54 +00:00
Karl Heuer
7a701b9f83 Use appropriate `fboundp' tests to decide what to load. 1995-03-16 21:27:25 +00:00
Karl Heuer
b65be6a80d (other-frame): Don't try to unfocus in a termcap frame.
(frame-notice-user-settings): Skip menu-bar code in a termcap frame.
1995-03-16 21:25:52 +00:00
Karl Heuer
0759c4d083 (frame-initialize): Set frame-creation-function to `make-terminal-frame' if
appropriate.
1995-03-16 20:23:22 +00:00
Richard M. Stallman
f845b8b224 (compute_motion, Fmove_to_column, current_column)
(character_width): Let display table handle \n, \r, \t.

(compute_motion): Fix logic in previous change regarding skipping invisible.
1995-03-16 18:51:49 +00:00
Richard M. Stallman
937054f3bd (line-move): Handle conses in buffer-invisibility-spec.
Handle skipping invisible overlays.
1995-03-16 18:47:47 +00:00
Richard M. Stallman
c0d7987107 Comment change. 1995-03-16 04:37:48 +00:00
Richard M. Stallman
41e798a969 (outline-layout): Doc fix. 1995-03-16 04:34:29 +00:00
Per Bothner
aade4ab28e (term-mouse-paste): Make work for xemacs. Minor GNU emacs fixes. 1995-03-16 02:23:24 +00:00
Per Bothner
5232b7532b (term-char-mode): Fix arrow key and [button2] support for xemacs. 1995-03-16 01:24:19 +00:00
Richard M. Stallman
d1e203d20c Use BSD sockets whenever available, even if HAVE_SYSVIPC. 1995-03-15 23:32:19 +00:00
Richard M. Stallman
ee6a193c4c Use BSD sockets whenever available, even if HAVE_SYSVIPC.
(main): Use getcwd if not BSD.
1995-03-15 23:31:02 +00:00
Richard M. Stallman
ce27e1b0b3 (balance-windows): Ignore minibuffer window when browsing the `levels'. 1995-03-15 23:06:57 +00:00
Richard M. Stallman
e7e7be7c5c (c-style-alist): For BSD, set c-continued-brace-offset
instead of c-brace-offset.
1995-03-15 23:04:06 +00:00
Richard M. Stallman
9b8002ba7d (edit-options): Make the buffer read-only.
(Edit-options-modify): Cope with that.
1995-03-15 22:51:56 +00:00
Karl Heuer
514354e97c (make_lispy_event): Do mouse code only if HAVE_MOUSE.
(make_lispy_movement): Define only if HAVE_MOUSE.
1995-03-15 22:10:54 +00:00
Karl Heuer
f443c1706e (Fmouse_position): Do work only if HAVE_MOUSE. 1995-03-15 21:55:37 +00:00
Karl Heuer
38d404db17 (internal_self_insert): Do face code only if HAVE_FACES. 1995-03-15 21:53:53 +00:00
Karl Heuer
6917cfb00d (mouse-major-mode-menu): Avoid confusing error message when there's no current
local map.
1995-03-15 21:30:49 +00:00
Karl Heuer
4648e52712 [HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol. 1995-03-15 20:20:39 +00:00
Karl Fogel
e40e315116 (bookmark-bmenu-2-window): go to correct position as well as
correct buffer.
(bookmark-bmenu-other-window): same.
(bookmark-bmenu-switch-other-window): same.
1995-03-15 14:47:09 +00:00
Karl Heuer
4ac386907d (defvar_kboard): Renamed from defvar_display. 1995-03-15 01:58:01 +00:00
Karl Heuer
e5f8af9e15 (find_symbol_value): current_perdisplay now is never null.
(store_symval_forwarding, do_symval_forwarding): Likewise.
1995-03-15 01:57:50 +00:00
Karl Heuer
b875d3f7a4 (mark_kboards): Renamed from mark_perdisplays. 1995-03-15 01:57:05 +00:00
Karl Heuer
b4f0ee5d29 (make_frame): Initialize kboard member.
(make_terminal_frame): Create initial_kboard if not already set.
1995-03-15 01:56:34 +00:00
Karl Heuer
c5fdd38301 (unlock_kboard): Renamed from unlock_display.
(wrong_kboard_jmpbuf): Renamed from wrong_display_jmpbuf.
(event_to_kboard): Renamed from event_to_perdisplay.
(kbd_buffer_get_event): If no associated kboard, store
current_kboard rather than the first kboard in the global list.
(init_kboard): Renamed from init_perdisplay.  Initialize reference count.
(wipe_kboard): Renamed from wipe_perdisplay.
1995-03-15 01:55:24 +00:00
Karl Heuer
29b38361ea (get_perdisplay): Deleted.
(same_x_server): New function.
(x_term_init): If this display shares a keyboard with one we've
already opened, then share the structure.
(x_delete_display): Don't delete the kboard until the reference
count becomes zero.
1995-03-15 01:54:19 +00:00
Karl Heuer
73410c7662 (Fx_create_frame): set the frame's kboard member. 1995-03-15 01:53:17 +00:00