1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-13 10:20:59 -07:00
Commit graph

13173 commits

Author SHA1 Message Date
Richard M. Stallman
6bfb792228 (view-register): Handle file name values. 1993-06-11 16:30:40 +00:00
Jim Blandy
9ae8f99795 Interact properly with shells lacking job control (sh, rc, es...)
* sysdep.c [BSD] (inherited_pgroup): New variable.
	(narrow_foreground_group, widen_foreground_group): New functions.
	(init_sys_modes): Call narrow_foreground_group.
	(reset_sys_modes): Call widen_foreground_group.
	* emacs.c [BSD] (inherited_pgroup): Add extern declaration.
	[BSD] (main): Set inherited_pgroup, and put ourselves in our own
	pgroup.
1993-06-11 16:22:03 +00:00
Jim Blandy
9b37b1c26c * xrdb.c (get_user_db): Get the screen-specific database too. 1993-06-11 16:20:38 +00:00
Jim Blandy
e27c3564f2 * bytecomp.el: Bring it up to version 2.10 of the
Zawinski-Furuseth compiler.  Changes from David Gillespie.
1993-06-11 16:19:49 +00:00
Richard M. Stallman
30c5ce9c10 (cd): Use file-name-absolute-p.
(cd-absolute): No longer interactive.
1993-06-11 16:02:27 +00:00
Richard M. Stallman
fa462250f3 (electric-history-map): Don't use fillarray;
make default bindings instead.  Bind up, down, home, next, prior.
1993-06-11 15:51:46 +00:00
Richard M. Stallman
7ecc7c8e09 (syms_of_xfns): Don't set up Qicon.
(Qicon): Declaration deleted.
1993-06-11 15:43:04 +00:00
Richard M. Stallman
870b25a27b (Qicon): Declared. 1993-06-11 15:41:36 +00:00
Jim Blandy
14709f21f6 * xdisp.c (redisplay_window): Don't call try_window_id if the
window isn't starting at the beginning of the line.
1993-06-11 14:32:08 +00:00
Jim Blandy
3008ffb6cd * frame.el (frame-initialize): Remember to actually traverse
initial-frame-alist.
1993-06-11 11:33:31 +00:00
Jim Blandy
32ab4c1069 * gud.el (gud-last-last-frame): New variable.
(gud-display-frame): Save the frame we displayed in
	gud-last-last-frame.
	(gud-refresh): Force gud-display-frame to jump to the last frame
	displayed, even if it has already done so once.
1993-06-11 11:28:28 +00:00
Jim Blandy
7ee2a20445 * window.c (Fprevious_window): Typo. 1993-06-11 11:18:37 +00:00
Jim Blandy
d801ac0978 * man.el (manual-entry): Recognize the subject(section) syntax. 1993-06-11 10:29:55 +00:00
Jim Blandy
c45a630685 * picture.el (move-to-column-force): If column is negative, go
flush left.
1993-06-11 10:11:33 +00:00
Jim Blandy
1f3696d7df * simple.el (hscroll-point-visible): Work as documented in the
docstring for hscroll-step.
1993-06-11 09:45:20 +00:00
Richard M. Stallman
e54f12273a (Fset_text_properties): No special case for props = nil. 1993-06-11 07:29:55 +00:00
Richard M. Stallman
a910736011 (Fx_list_fonts): If names is 0, just return nil. 1993-06-11 07:14:12 +00:00
Jim Blandy
0c94f6ee88 * xterm.c (x_new_font): If font_names is zero, that's all the
indication we get that no matches were found.
1993-06-11 07:02:36 +00:00
Richard M. Stallman
2dab780287 (lisp-indent-function): Look for either
lisp-indent-hook or lisp-indent-function property.
1993-06-11 07:00:05 +00:00
Jim Blandy
34fc388296 * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
inherited from usg5-3.h; ISC doesn't have libX11_s.
	(LIBX11_SYSTEM): Link against the static -lc, not -lc_s.
1993-06-11 06:49:23 +00:00
Jim Blandy
46336f7ad1 * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
inherited from usg5-3.h; ISC doesn't have libX11_s.
1993-06-11 06:43:42 +00:00
Jim Blandy
efe15b83b9 * configure.in: Pass "-Isrc" to the CPP we run to examine the
s/*.h and m/*.h files.  Martin Tomes
	<mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
1993-06-11 06:36:45 +00:00
Richard M. Stallman
4ea836c185 (make-backup-files): Doc fix. 1993-06-11 05:59:16 +00:00
Richard M. Stallman
2a8386146c Comment change. 1993-06-11 05:56:00 +00:00
Richard M. Stallman
ad4ec84a08 (Fdescribe_vector): Use current buf, not standard-output.
(describe_vector_princ): Add newline at end.

(store_in_keymap, access_keymap): Use CHAR_META
when clearing excess high bits.
1993-06-11 04:16:13 +00:00
Richard M. Stallman
5009d9f0d4 (rmail-primary-inbox-list): Use defvar, not defconst. 1993-06-11 03:56:44 +00:00
Richard M. Stallman
fec33c0b30 (basic-save-buffer): Cal auto-save-mode with t as arg
if and only if auto save was off and default is on.
(set-visited-file-name): Likewise.
1993-06-10 23:35:18 +00:00
Richard M. Stallman
23efee2ce4 (append-to-buffer): Interactively, supply all 3 args.
Allow nonexistent buffers.
1993-06-10 23:06:50 +00:00
Richard M. Stallman
6992e6b7a7 Move i386-prime-sysv* and i386-sequent-bsd*
above the general i386 alternative.
1993-06-10 23:04:01 +00:00
Richard M. Stallman
dc606f020d (calculate-c++-indent): Respect
c-continued-brace-offset (as in c-mode.el).
1993-06-10 22:58:01 +00:00
Richard M. Stallman
7d3221d7e3 (hack-one-local-variable): Treat ...-hook(s) and ..-function(s)
like setting the `eval' variable.
1993-06-10 21:31:56 +00:00
Richard M. Stallman
c2225d0026 (Fload): Forward all 4 args to magic-name handler.
(syms_of_lread): Set up Qload.
(Fload): Handle magic file names.
1993-06-10 21:15:55 +00:00
Richard M. Stallman
e98dda8986 (abbreviate-file-name): Make abbreviated-home-dir
from `~/', not from just `~'.
1993-06-10 20:44:12 +00:00
Richard M. Stallman
a6c5a8dd70 Doc fixes.
(ispell-command, ispell-command-options): New defvars.
(start-ispell): Use them.
1993-06-10 20:35:05 +00:00
Jim Blandy
8760d5df1f *** empty log message *** 1993-06-10 20:28:32 +00:00
Richard M. Stallman
644b477c86 (Fscroll_left): Make argument optional.
(Fscroll_right): Ditto.

(Fprevious_window): When changing frames,
use the new frame's minibuffer if any.
1993-06-10 20:08:25 +00:00
Richard M. Stallman
442c9ab627 (ange-ftp-multi-msgs): Add 331-. 1993-06-10 18:46:48 +00:00
Richard M. Stallman
526504b86f (Man-mode): Run Man-mode-hook. 1993-06-10 17:48:36 +00:00
Richard M. Stallman
a857ed136a (bibtex-mode-map): Use tex-insert-quote, not TeX-... 1993-06-10 17:42:39 +00:00
Jim Blandy
118c9082db Formatting change. 1993-06-10 13:11:27 +00:00
Jim Blandy
5e90137963 * frame.el (frame-initialize): When deleting geometry
specifications from initial-frame-alist, remember that they may
	occur more than once, and do, if the -geometry option was
	specified as well as a .geometry resource.
1993-06-10 13:10:00 +00:00
Jim Blandy
2d52e48f10 * search.c (Flooking_at, Fstring_match, fast_string_match,
search_buffer): Don't block input while calling searching and
	matching functions.  These functions may not call malloc under
	Emacs anyway, and we need to be able to check for C-g.
1993-06-10 12:52:31 +00:00
Jim Blandy
85be31013c *** empty log message *** 1993-06-10 12:50:56 +00:00
Jim Blandy
ada464a7f3 * scroll-bar.el (scroll-bar-mode): Variable deleted.
(scroll-bar-mode): Function changed to consult default-frame-alist
	instead of the variable.
1993-06-10 12:18:36 +00:00
Jim Blandy
1c595d45c4 * gnus.el (gnus-start-news-server): If no server has been
specificed, but gnus-nntp-service is nil, don't ask for a server
	name; use the local host.
1993-06-10 11:46:43 +00:00
Jim Blandy
92b281339a * ange-ftp.el (ange-ftp-make-directory): Take second optional
argument parents, like the original.  Implement it.
1993-06-10 11:39:44 +00:00
Jim Blandy
17df4d9dae * gnus.el (gnus-newsrc-to-gnus-format): Change regexp which
matches .newsrc lines for better performance under the new regexp
	routines.
1993-06-10 10:40:16 +00:00
Jim Blandy
407865ffc9 * syntax.c (scan_lists, Fforward_comment): Call scan_sexps_forward
with the proper number of arguments.
1993-06-10 10:28:58 +00:00
Jim Blandy
91d10fa88d Typo. 1993-06-10 09:32:18 +00:00
Jim Blandy
29478cc523 Doc fix. 1993-06-10 07:22:07 +00:00