1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

372 Commits

Author SHA1 Message Date
Richard M. Stallman
d7fa5aa239 Change defconsts to defvars. 1996-12-16 01:33:02 +00:00
Geoff Voelker
2da0d7db99 (normal-top-level, command-line, command-line-1):
User w32 instead of ms-windows for window-system symbol.
1996-12-09 23:38:03 +00:00
Richard M. Stallman
5fbdc13823 (normal-top-level, command-line-1, command-line):
Test for ms-windows instead of win32, and use memq.
1996-09-15 02:13:16 +00:00
Richard M. Stallman
f7ad212d03 (command-line, command-line-1):
Stop processing options if we encounter "--".
1996-09-03 21:51:08 +00:00
Richard M. Stallman
3f5a3e124b (command-line-1): Rearrange initial screen. 1996-08-31 16:26:55 +00:00
Karl Heuer
6bb9d4b8f3 (normal-top-level-add-to-load-path):
Use directory-file-name since load-path elements don't end in /.
1996-07-12 00:08:09 +00:00
Richard M. Stallman
5676ab57a8 (command-line-x-option-alist): Don't handle -rn.
x-handle-name-rn-switch renamed to x-handle-name-switch.
1996-06-28 07:58:29 +00:00
Richard M. Stallman
2c3fef40b6 (command-line-x-option-alist): -T sets only the title. 1996-04-11 05:23:19 +00:00
Richard M. Stallman
7775acb8ee (command-line-x-option-alist):
--title sets only the title.  Allow -title as alias too.
1996-04-11 05:10:40 +00:00
Richard M. Stallman
2e465cef3f (command-line-1): Document the C- and M- conventions more completely. 1996-04-03 05:57:37 +00:00
Richard M. Stallman
9596811a3d Comment change. 1996-03-02 06:37:35 +00:00
Richard M. Stallman
6b9e794f8c (command-line-normalize-file-name): Do save-match-data. 1996-03-01 20:13:01 +00:00
Richard M. Stallman
dcccc83257 (command-line-normalize-file-name): Convert /// at beginning to just /. 1996-02-28 23:30:24 +00:00
Richard M. Stallman
aeab376f9f (command-line-normalize-file-name):
Don't collapse // at start of file name.
1996-02-28 00:30:49 +00:00
Karl Heuer
db3f571abd (before-init-hook, after-init-hook): Doc fix.
(term-setup-hook): Doc fix.
(emacs-startup-hook): New defvar.
1996-02-21 21:21:31 +00:00
Karl Heuer
95127745f8 (command-line-1): Don't explain recover-session if
auto-save-list-file-prefix is nil.
1996-02-14 04:26:43 +00:00
Richard M. Stallman
521736d11c (command-line): On windows NT, look for .emacs or _emacs. 1996-02-12 01:17:15 +00:00
Richard M. Stallman
47c7adae7d (command-line-normalize-file-name): New function.
(command-line-1): Call it to handle foo//bar in non-Emacs fashion.
1996-01-27 00:14:59 +00:00
Karl Heuer
40e2359962 (command-line-1): Update copyright in startup banner. 1996-01-24 22:02:17 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
2c42ec0b0b (normal-top-level): Add ~ at end of auto-save-list-file-prefix. 1996-01-02 01:16:39 +00:00
Richard M. Stallman
1f7f78f1ab (auto-save-list-file-prefix): Under MS-DOS, use `.s-'.
(normal-top-level): Under MS-DOS, use `make-temp-name' to produce
a unique `auto-save-list-file-name' (PID is not unique enough).
(command-line-1): Delete explicit test for msdos and windowsnt;
test just `window-system'.

(command-line-x-option-alist): Use x-handle-geometry for geometry options.
1996-01-01 23:50:19 +00:00
Richard M. Stallman
b3afdeb86d (command-line-x-option-alist): New variable.
(command-line-1): Ignore X options when not using X.
1995-12-29 20:00:39 +00:00
Karl Heuer
cdee38c367 (command-line-1): Use auto-save-list-file-prefix
when checking for existing files.

(normal-top-level): Don't set auto-save-list-file-name
if auto-save-list-file-prefix is nil.

(normal-top-level): Don't set auto-save-list-file-name
if it was already set non-nil (by .emacs, for example).
(auto-save-list-file-prefix): Doc fix.
1995-12-21 18:10:03 +00:00
Richard M. Stallman
325cbd32fc (command-line-1): Mention F10. 1995-11-15 17:24:18 +00:00
Richard M. Stallman
6695496f6c (command-line-1): Reorganize the initial help output. 1995-11-14 18:28:49 +00:00
Richard M. Stallman
7a79b90c1a (command-line): Don't reject unknown args here.
(command-line-1): Detect it here.
1995-11-11 23:56:03 +00:00
Richard M. Stallman
452e90900a (command-line): Complain about unknown options.
(command-line): Handle = in option only if starts with --.

(user-mail-address): Doc fix.
1995-11-10 17:27:52 +00:00
Geoff Voelker
39d6d6be55 [win32] (normal-top-level, command-line, command-line-1):
Test for 'win32 window system as well as 'x.
1995-11-07 07:47:22 +00:00
Richard M. Stallman
3ede3ecef4 (command-line-1): Say how to invoke menu bar, if not X.
(command-line): If not X, do enable menu bar.
1995-10-31 14:41:51 +00:00
Richard M. Stallman
b3c7c12c1b (normal-top-level): Set auto-save-list-file-name later,
after calling command-line.
1995-10-23 16:59:47 +00:00
Richard M. Stallman
556f7d7737 (command-line): Init user-mail-address here, after reading init file.
(normal-top-level): Not here.
1995-10-08 19:30:41 +00:00
Richard M. Stallman
2e05d06325 (auto-save-list-file-prefix): New variable.
(normal-top-level): Use it.
1995-10-04 19:41:15 +00:00
Erik Naggum
2d2aae549e (command-line-1): --insert: Don't complain on --insert=file. 1995-09-25 11:04:07 +00:00
Erik Naggum
955093c9e8 (command-line-1): --eval: Don't print the value. 1995-09-25 10:56:15 +00:00
Richard M. Stallman
e6b75e30dc (command-line-1): Add option --eval to evalute an
expression on the command line and print the result.
1995-08-14 16:05:12 +00:00
Richard M. Stallman
a7e9dc1d14 (command-line-1): Fix previous change. 1995-08-07 17:50:44 +00:00
Richard M. Stallman
fb3afe8779 (command-line-1): Mention recover-session if there's a .saves file. 1995-08-03 22:29:44 +00:00
Karl Heuer
6f9340dd3c (normal-top-level): Don't use mail-host-address
for auto-save-list-file-name.
1995-07-17 22:59:04 +00:00
Richard M. Stallman
d3cf8dc316 Update copyright year in message. 1995-06-28 10:41:05 +00:00
Richard M. Stallman
d3bea05f1f (command-line): Extract arg value properly for -u. 1995-06-27 10:05:39 +00:00
Richard M. Stallman
a18042d782 (precompute-menubar-bindings): While dumping,
garbage-collect after each menu.
1995-06-21 18:32:45 +00:00
Richard M. Stallman
365636dc53 (normal-top-level, command-line-1):
Call precompute-menubar-bindings only if using x.
(precompute-menubar-bindings): Don't check for x here.
Set define-key-rebound-commands to t.
1995-06-17 23:53:53 +00:00
Geoff Voelker
4048e56d20 (command-line): Handle nil command-line-args. 1995-05-26 20:11:39 +00:00
Richard M. Stallman
ab30fc8aec Comment change. 1995-04-30 23:37:26 +00:00
Richard M. Stallman
0b9d4cf065 (normal-top-level): Set auto-save-list-file-name. 1995-04-30 19:50:00 +00:00
Richard M. Stallman
aba66e2a44 (command-line-1): Implement -L/--directory option. 1995-04-30 07:45:45 +00:00
Richard M. Stallman
a360cae96e (command-line): Handle -iconic and -icon-type here. 1995-04-29 16:49:41 +00:00
Richard M. Stallman
8d4c2221cd (normal-top-level): Copy default-directory
from *scratch* to *Messages*.
1995-04-08 05:05:32 +00:00
Richard M. Stallman
13fce4e6ed (init-file-user, site-run-file): Doc fixes. 1995-03-22 04:50:15 +00:00
Richard M. Stallman
1908c56554 (command-line-1): Handle -f with kbd macro. 1995-01-17 02:33:49 +00:00
Richard M. Stallman
eca1cf26c3 (command-line-1): Pause between init file error
and command line option processing.
1995-01-03 07:05:41 +00:00
Richard M. Stallman
1ca92e2614 Fix typo in previous change. 1994-12-29 19:02:16 +00:00
Richard M. Stallman
e65a6404e5 (command-line-1): Split startup msg into two parts.
Add something about C-mouse-3 when on a window system.

(command-line-1): If help-command has no key binding,
say `M-x help', not `M-x help-command'.
1994-12-27 04:01:02 +00:00
Richard M. Stallman
3f53ddd000 (command-line-1): Handle long options --funcall, --load, --insert, --kill.
(command-line): Don't leave argval set if option not really a long one.
1994-11-19 20:42:26 +00:00
Richard M. Stallman
7d1aa45da3 (command-line): Use ~/_emacs as init file in windows-nt. 1994-11-01 05:49:25 +00:00
Richard M. Stallman
e87a730999 (normal-top-level-add-to-load-path): New function.
(normal-top-level): Load subdirs.el in each dir in load-path.
1994-10-11 08:22:38 +00:00
Richard M. Stallman
62bb544097 (command-line): Load disp-table explicitly. 1994-10-05 20:35:40 +00:00
Karl Heuer
a981e7fff1 (command-line): Fix bug in previous change. 1994-09-28 22:38:04 +00:00
Karl Heuer
096b7031fc (command-line): Recognize --longopt synonyms for all options handled here. 1994-09-28 22:15:38 +00:00
Richard M. Stallman
c13fbb6297 (mail-host-address): New variable.
(normal-top-level): Use mail-host-address to init user-mail-address.
1994-09-22 04:56:49 +00:00
Richard M. Stallman
1fe0333f4f (command-line): If initial X frame has a menu bar, mark menu-bar-mode as on. 1994-09-15 20:09:49 +00:00
Richard M. Stallman
2677ad61f5 (commmand-line): Fix previous change. 1994-09-15 03:07:47 +00:00
Richard M. Stallman
1ed14cfd6d (command-line): If we can't load x-win.el, terminate. 1994-09-15 02:35:45 +00:00
Richard M. Stallman
860befc8a2 (command-line-args-left): Add defvar. 1994-07-25 21:45:36 +00:00
Richard M. Stallman
30dc01ea24 (command-line): Check LC_ALL and LANG as well as LC_CTYPE.
(iso-8859-1-locale-regexp): Don't check for `iso'.
1994-07-05 18:35:37 +00:00
Richard M. Stallman
64f62b4508 (iso-8859-1-locale-regexp): New variable.
(command-line): Use it.
1994-07-04 23:24:46 +00:00
Richard M. Stallman
2c5adf7ee3 (command-line): Accept iso-8859-1 like iso_8859_1. 1994-07-03 20:53:42 +00:00
Richard M. Stallman
e9d8e8c77e (command-line): Automatically use iso-syntax and
standard-display-european if LC_CTYPE asks for it.
1994-07-03 19:06:03 +00:00
Richard M. Stallman
c10d1f062e (user-mail-address): New variable.
(normal-top-level): Initialize it.
1994-06-25 00:34:11 +00:00
Richard M. Stallman
e5575c067a (inhibit-startup-echo-area-message): Doc fix. 1994-06-14 00:21:40 +00:00
Richard M. Stallman
fd11871ac0 (command-line-1): Precompute menu bar before startup msg. 1994-05-23 07:47:27 +00:00
Richard M. Stallman
42a49b29f4 (precompute-menubar-bindings): Don't precompute menus if not using x. 1994-05-16 04:49:23 +00:00
Karl Heuer
6f2c86fa80 (precompute-menubar-bindings): New function, formerly in loadup.el.
(normal-top-level): Call it here, after loading user files.
(command-line-1): Or here, if displaying startup message.
1994-05-07 00:21:24 +00:00
Richard M. Stallman
09a1077ce2 (command-line-default-directory): New variable.
(command-line, command-line-1): Use and set it.
1994-04-22 18:28:22 +00:00
Karl Heuer
2bdfaa420c (init-file-user): Doc fix. 1994-04-20 06:13:43 +00:00
Karl Heuer
ad2aeb8d88 (command-line): If no error data, print "", not nil. 1994-04-16 03:43:09 +00:00
Richard M. Stallman
853ccbd574 (command-line): Call face-initialize before frame-initialize. 1994-04-14 09:31:42 +00:00
Richard M. Stallman
b4484ea80e Doc fixes. 1994-03-30 16:04:08 +00:00
Karl Heuer
54a003f758 (inhibit-startup-echo-area-message): Doc fix. 1994-03-01 04:54:43 +00:00
Richard M. Stallman
d9a71a8ffc (command-line-1): Improve previous change. 1994-02-12 20:14:29 +00:00
Richard M. Stallman
1d7da582b4 (inhibit-startup-echo-area-message): New variable.
(command-line-1): Undo prev change.
New test for whether to suppress echo area message.
Update copyright year in displayed message.
1994-02-12 20:01:43 +00:00
Richard M. Stallman
f9890ae633 (command-line-1): Improve echo area message wording.
Don't print it if C-h C-p has been redefined.
1994-01-07 11:29:42 +00:00
Richard M. Stallman
a4c5c70594 (command-line): Set user-init-file. 1994-01-06 04:28:36 +00:00
Richard M. Stallman
3d1b78f027 (command-line): In most cases, if init file sets
debug-on-error, leave it set that way.
1993-12-31 03:45:38 +00:00
Richard M. Stallman
52320897b4 (command-line): Set init-file-had-error to t or nil.
(command-line-1): Inhibit startup message if init-file-had-error.
1993-11-22 06:35:37 +00:00
Richard M. Stallman
e8997612fd (command-line-1): Display a message in the echo area. 1993-11-15 09:22:23 +00:00
Richard M. Stallman
6f034b1c22 (command-line-1): Display a message in the echo area. 1993-11-15 08:04:41 +00:00
Richard M. Stallman
8a988f456d (command-line): Setq inhibit-startup-message to nil. 1993-09-07 08:36:48 +00:00
Richard M. Stallman
b7444d3195 (site-run-file): New variable.
(command-line): Use it.  Support -no-site-file.
1993-08-13 06:01:05 +00:00
Richard M. Stallman
efd19407f2 (normal-top-level): Call font-menu-add-default. 1993-07-26 20:03:00 +00:00
Richard M. Stallman
00aa7e1cdf (normal-top-level): Call abbreviate-file-name again after calling command-line. 1993-07-20 05:46:10 +00:00
Richard M. Stallman
7e0795a493 (command-line-1): Pass arg to other-window. 1993-05-29 22:34:54 +00:00
Jim Blandy
fbce865419 * startup.el (command-line-1): Don't handle `-i'. We're
abandoning the `insert file' meaning in favor of the `use a
	bitmapped icon' meaning.
1993-05-25 13:22:21 +00:00
Jim Blandy
4e1b1e7288 * startup.el (normal-top-level, command-line, command-line-1):
Don't call the frame and face initialization functions unless
	they're bound.

	* frame.el (frame-notice-user-settings): Don't make
	frame-initial-frame unbound; just set it to nil.
	* startup.el (command-line-1): Call frame-notice-user-settings
	before displaying the startup message.
1993-05-18 22:39:51 +00:00
Richard M. Stallman
c722566c7c (command-line): Call frame-initialize explicitly.
Call face-initialize.
(normal-top-level): Call frame-notice-user-settings explicitly.
1993-05-13 03:14:39 +00:00
Richard M. Stallman
a055a1cd6e (command-line-1): Fix copyright year. 1993-03-11 07:02:13 +00:00
Jim Blandy
a4b3389645 * startup.el (normal-top-level): Don't worry about setting
default-directory to PWD if PWD is shorter.  And, if PWD isn't
	accurate, delete it.
1992-11-07 06:20:15 +00:00
Richard M. Stallman
a096560567 Doc fix. 1992-11-07 04:05:32 +00:00
Richard M. Stallman
54a0539a6b entered into RCS 1992-07-31 04:04:56 +00:00
Roland McGrath
09973c543f *** empty log message *** 1992-07-27 17:41:57 +00:00
Richard M. Stallman
8e5056e553 *** empty log message *** 1992-07-27 00:59:30 +00:00
Eric S. Raymond
eea8d4efaf *** empty log message *** 1992-07-22 02:58:21 +00:00
Roland McGrath
74f2ab0655 *** empty log message *** 1992-07-20 22:30:14 +00:00
Eric S. Raymond
d7b4d18fd4 *** empty log message *** 1992-07-17 20:24:00 +00:00
Eric S. Raymond
4821e2af02 *** empty log message *** 1992-07-15 23:29:10 +00:00
Eric S. Raymond
630cc4634d *** empty log message *** 1992-07-15 21:31:44 +00:00
Jim Blandy
0cc89026be *** empty log message *** 1992-07-15 03:24:58 +00:00
Jim Blandy
79058860e1 *** empty log message *** 1992-07-10 01:16:40 +00:00
Jim Blandy
cf91c6c810 *** empty log message *** 1992-07-07 18:36:02 +00:00
Jim Blandy
492878e483 *** empty log message *** 1992-06-10 02:47:07 +00:00
Roland McGrath
e3bd99f50f *** empty log message *** 1992-06-04 19:58:44 +00:00
Eric S. Raymond
c88ab9ce4a *** empty log message *** 1992-05-30 21:11:25 +00:00
Jim Blandy
f76475ad8a *** empty log message *** 1992-05-19 05:22:52 +00:00
Jim Blandy
ffd56f97cf *** empty log message *** 1992-05-18 08:14:41 +00:00
Jim Blandy
4746118aca *** empty log message *** 1992-04-24 08:11:54 +00:00
Jim Blandy
c35f9044a5 *** empty log message *** 1991-11-27 03:29:02 +00:00
Michael I. Bushnell
809ca691c2 *** empty log message *** 1991-11-26 05:14:58 +00:00
Jim Blandy
f35fe3c6a2 *** empty log message *** 1991-08-12 13:15:12 +00:00
Jim Blandy
3fc958a457 *** empty log message *** 1991-08-01 18:50:36 +00:00
Jim Blandy
03e3c30a3b *** empty log message *** 1991-07-13 09:35:06 +00:00
Jim Blandy
a726e0d12c Initial revision 1991-07-11 23:17:40 +00:00