Richard M. Stallman
df6eb420bf
(dabbrev-completion): Use mapcar, not mapc.
...
Call dabbrev--reset-global-variables as the first thing.
(dabbrev-abbrev-char-regexp): Default value is nil again.
(dabbrev--find-all-expansions): Don't use push.
(dabbrev--search): Likewise.
(dabbrev-check-other-buffers):
Renamed from dabbrev-always-check-other-buffers.
(dabbrev-check-all-buffers): Renamed frm dabbrev-check-rest-of-buffers.
(dabbrev-expand): Now checks for marker.
(dabbrev--try-find): Now does a protected call to `widen'.
(dabbrev-always-check-other-buffers): Default now t.
(dabbrev--capitalize): Function deleted.
(dabbrev-completion): Use `capitalize'.
1995-05-15 23:16:08 +00:00
Richard M. Stallman
09bc9531d9
(byte-compile-insert-header): Cope if user-mail-address is unbound.
1995-05-15 23:01:17 +00:00
Richard M. Stallman
bcde3748c6
(mouse-save-then-kill): When making a new region
...
and not adjusting an old one, always make new kill-ring entry
and don't call mouse-show-mark.
1995-05-15 23:00:16 +00:00
Richard M. Stallman
306faa4228
(path-separator): Defined.
...
(parse-colon-path): Use path-separator.
(file-ownership-preserved-p): Don't bomb if file doesn't exist.
1995-05-15 22:22:25 +00:00
Karl Heuer
f27f16ed4f
(get-method-definition): Fix regexps.
1995-05-15 22:00:20 +00:00
Karl Heuer
76b17c0b66
(tq-process-buffer): Don't hard-code the buffer name.
1995-05-15 21:53:39 +00:00
Per Bothner
81291a475d
* config.guess: Recognize Cray90 (from Pete TerMaat).
1995-05-15 21:49:34 +00:00
Karl Heuer
39fc6077c5
(vmotion): handle the case where `minibuf_prompt' is nil.
1995-05-15 21:47:44 +00:00
Erich Stefan Boleyn
5960289b1d
Add configuration for semi-hosted ARM.
1995-05-13 09:37:50 +00:00
Karl Heuer
99ce22d56c
(vmotion): Simplify. Replace last three args with a single
...
struct window *. All callers changed.
1995-05-13 01:48:53 +00:00
Karl Heuer
210e752ffa
(minmax): New macro.
...
(redisplay, redisplay_window, try_window_id): Clip cursor hpos at both
low and high extremes, in anticipation of a change to compute_motion.
1995-05-13 01:44:04 +00:00
Karl Heuer
0383eb57df
(Fdelete_other_windows): Fix args to vmotion.
1995-05-13 01:43:30 +00:00
Karl Heuer
87c67862f2
Initial revision
1995-05-13 00:29:55 +00:00
Karl Heuer
59e755be76
(Qvendor_specific_keysyms): New var.
...
(syms_of_xterm): Initialize and staticpro it.
(x_term_init): Initialize Vsystem_key_alist according to vendor.
1995-05-13 00:13:02 +00:00
Karl Heuer
b9df9faab4
(main) [NeXT]: Add missing braces.
1995-05-12 22:23:42 +00:00
Roland McGrath
cd17ae3fe7
(rlogin-history): New defvar.
...
(rlogin): Use rlogin-history as history var in read-from-minibuffer.
1995-05-12 17:51:12 +00:00
Roland McGrath
eae2c972e7
(compilation-next-error-locus): Ignore zero column number.
...
(compilation-parse-errors): Don't store the beginning of the line
containing the end of the error-regexp match. Instead, store the beginning
of the line containing the start of the match, unless the match starts
with a newline, in which case the beginning of the next line.
1995-05-12 17:26:59 +00:00
Roland McGrath
38179d4288
(vc-status): If vc-locking-user returns a number, compare it to (user-uid).
1995-05-12 16:39:32 +00:00
Doug Evans
0e2d2f3753
(vxworks29k): New alias.
1995-05-12 15:49:42 +00:00
Simon Marshall
e3889f8470
Added entry' to
fortran-font-lock-keywords-1' highlight of declarations.
1995-05-12 07:23:19 +00:00
Karl Heuer
cc6e72699c
(init_system_name): Clean up signedness mismatch.
1995-05-12 06:52:50 +00:00
Karl Heuer
043620f45e
Miscellaneous fixes for better compatibility with
...
XEmacs 19.12.
(ps-plot-with-face): Added code to handle Emacs
19.29's new ability for the face attribute to hold a list of
faces.
Rolled in Chuck Thompson's changes to make color
printing work in XEmacs 19.12.
Fix error in comments.
(ps-generate-postscript-with-faces): Add fix to
handle extents without faces.
(ps-faces-list): deleted. Added alias for
list-faces if face-list isn't fbound.
(ps-print-ensure-fontified) added to make sure
ps-print works correctly in conjunction with lazy-lock.
RMS's changes for Emacs.
1995-05-12 02:18:47 +00:00
Karl Heuer
381cd4bb8f
(float_to_string): Fix type mismatch and simplify.
1995-05-12 00:44:17 +00:00
Per Bothner
01d8fc64ac
Recognize PCs running Solaris2. Also, some cleaning up for CRAYs.
1995-05-12 00:19:09 +00:00
Karl Heuer
8c1e9afe7a
(unexec): Fix type mismatch.
1995-05-12 00:12:57 +00:00
Karl Heuer
5c586a6cbf
[!MULTI_FRAME] (Fredraw_frame): Delete extra docstring.
1995-05-11 22:19:56 +00:00
Karl Heuer
bee2f0e4cd
[!MULTI_FRAME] (Fframe_height, Frame_width): Delete extra docstring.
1995-05-11 22:18:01 +00:00
Tom Tromey
303f8496cb
(tcl-type-alist): Include entry for "proc".
1995-05-11 22:12:49 +00:00
Roland McGrath
78809db739
(tags-loop-continue): Doc fix.
...
Reset NEW after visiting for real, so we don't clobber the buffer again.
1995-05-11 03:30:10 +00:00
Roland McGrath
4dbf8a2c70
(compilation-error-regexp-alist): Add regexps for IBM and Cray compilers.
...
(compilation-next-error-locus): Ignore a column number that is zero.
1995-05-11 00:44:51 +00:00
Tom Tromey
1305021dea
(tcl-add-fsf-menu): Use make-lucid-menu-keymap, not
...
"make-xemacs-menu-keymap".
1995-05-10 23:38:12 +00:00
Tom Tromey
60da020d00
Bug fix in menu code for XEmacs.
1995-05-10 18:22:21 +00:00
Roland McGrath
bc77c95cde
AIX support from Tim Bell <tbel@afsmail.cern.ch>:
...
[_AIX] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define these for AIX.
(getloadavg) [_AIX]: Use `knlist' instead of `nlist'.
1995-05-10 15:03:48 +00:00
Tom Tromey
e9e7f5f226
Changed "Lucid Emacs" to "XEmacs".
...
Tcl's popup menu now added to existing one, courtesy
dfarmer@evolving.com (Doug Farmer)
1995-05-09 21:36:53 +00:00
Michael Meissner
3cbdcdc70f
Add powerpc little endian support; Add powerpc variants; Add pentium variants
1995-05-09 20:22:38 +00:00
David J. MacKenzie
e468fb381b
Use sqrt (more portable) instead of fmod in -lm check.
1995-05-09 18:10:01 +00:00
Richard M. Stallman
1872c299ce
(BSD): Include sys/param.h instead of redefining BSD.
...
But do this only if emacs is defined.
1995-05-09 17:44:05 +00:00
Richard M. Stallman
b004e86006
Put nt/emacs.ico and nt/emacs.rc in dist.
1995-05-09 17:42:56 +00:00
Richard M. Stallman
46617bd3b9
Do copy src/makefile.nt.
1995-05-09 17:41:20 +00:00
Richard M. Stallman
0e7f9b35bb
(Info-directory-list): Use installation-directory,
...
not invocation-directory. Cope if it is nil.
1995-05-09 05:36:55 +00:00
Richard M. Stallman
60558b198d
(Fcall_process): Keep reading till buffer is nearly full.
1995-05-09 05:35:45 +00:00
Karl Heuer
c60f3a6a67
Vdefault_minibuffer_frame is now part of KBOARD instead
...
of a variable. All references changed.
1995-05-09 05:17:02 +00:00
Karl Heuer
2db45b7b38
(struct kboard): New member Vdefault_minibuffer_frame.
1995-05-09 05:16:50 +00:00
Karl Heuer
9ba4720348
(init_kboard): Initialize Vdefault_minibuffer_frame.
1995-05-09 05:16:19 +00:00
Richard M. Stallman
f9d6b3c9f8
(VMS_SUPPORT): Add missing `.elc'.
...
(SOME_MACHINE_LISP): New variable.
(${etc}DOC): Use it.
1995-05-09 05:01:05 +00:00
Karl Heuer
662ac59ae4
(make_frame_without_minibuffer): New arg KB.
...
Require the new frame's minibuffer to be on the same display.
1995-05-09 04:58:10 +00:00
Karl Heuer
e557f19d8b
(Fx_create_frame): Pass kb to make_frame_without_minibuffer.
1995-05-09 04:57:39 +00:00
Karl Heuer
16d07a24c4
[MULTI_FRAME] (make_terminal_frame): Don't set Vterminal_frame.
...
(do_switch_frame): Set Vterminal_frame to selected_frame.
1995-05-09 04:49:03 +00:00
Richard M. Stallman
917ad15f03
(Funfocus_frame): Check for live X frame.
1995-05-09 04:47:52 +00:00
Karl Heuer
bc6c324f8f
[MULTI_FRAME] (init_window_once): Set Vterminal_frame
...
to selected_frame.
1995-05-09 04:46:18 +00:00