1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00
Commit graph

432 commits

Author SHA1 Message Date
Richard M. Stallman
ab863ac263 (inhibit-splash-screen, initial-major-mode): Doc fixes. 2007-03-19 05:37:58 +00:00
Chong Yidong
2a30c37b66 (command-line-1): Make insertion of initial-scratch-message not depend
on scratch being selected.
2007-03-17 17:59:07 +00:00
Richard M. Stallman
514f940d63 (fancy-splash-text): Clarify text. 2007-03-04 17:49:56 +00:00
Eli Zaretskii
3b61abfe71 Add comment explaining why we look for simple.el on startup. 2007-02-25 21:16:11 +00:00
Dan Nicolaescu
2863a9be6a (command-line): Also check if the abbrev file is
readable.
2007-02-24 18:29:19 +00:00
Eli Zaretskii
735895f1fa (command-line): If simple.el cannot be found, proceed with a warning message. 2007-02-24 13:58:35 +00:00
Chong Yidong
333e873775 (fancy-splash-screens): Make cursor-type buffer-local in splash
screen.
2007-02-23 16:26:28 +00:00
Richard M. Stallman
5650acf81b (fancy-splash-text, normal-splash-screen): Mention C-g. 2007-01-28 07:07:01 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
YAMAMOTO Mitsuharu
d3f4ab736a (fancy-splash-last-input-event): New variable.
(fancy-splash-special-event-action): New function.
(fancy-splash-screens): Temporarily bind special events to it.
Execute command for saved special event before exiting from
recursive editing.
2006-12-25 08:18:09 +00:00
Richard M. Stallman
a68ccb40d6 (use-fancy-splash-screens-p): Use frame-height
instead of window-height.  Pass frame to image-size.
2006-12-14 15:16:52 +00:00
Chong Yidong
fbd6b42988 (fancy-splash-screens): Hide initial splash buffer. 2006-11-28 16:46:33 +00:00
Chong Yidong
4e35ba2f2e (command-line-1): Kill emacs if the last frame is deleted while
evaluating the command-line arguments.
2006-11-05 17:35:08 +00:00
Richard M. Stallman
5b309ebfe6 (init-file-had-error): Add doc string.
(fancy-splash-text, fancy-splash-head, fancy-splash-tail):
Use fixed-width font for keyboard key descriptions.
2006-11-05 15:19:55 +00:00
Kenichi Handa
eb89917c15 (display-splash-screen): Allow a prefix argument. 2006-09-26 00:52:09 +00:00
Richard M. Stallman
76a1a8a64f (fancy-splash-screens, normal-splash-screen):
Call the splash buffer *About GNU Emacs*.
2006-09-24 20:39:22 +00:00
YAMAMOTO Mitsuharu
1e2d7573a8 (command-line): Use `custom-reevaluate-setting' for
`focus-follows-mouse'.
2006-09-23 09:17:00 +00:00
Chong Yidong
118d23f8ec * startup.el (fancy-splash-screens): Don't switch to the scratch
buffer; it may not be the next buffer.
2006-09-16 18:23:05 +00:00
Richard M. Stallman
81a0b042c9 (fancy-splash-text): Change text to improve alignment.
(fancy-splash-screens): Don't set non-standard tab width.
Bind cursor-type temporarily, and make it easy to patch to
preserve the splash buffer.
(normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
(fancy-splash-screens): Display echo-area message explicitly.
Don't set fancy-splash-help-echo.
2006-09-15 00:56:14 +00:00
Chong Yidong
aa260907f1 * startup.el (fancy-splash-text): Move editing instructions to
fancy-splash-head.
	(fancy-splash-head): Issue editing instructions.
	(fancy-splash-screens): Fixup whitespace.
2006-09-14 17:44:48 +00:00
Stefan Monnier
46d6e69200 (normal-splash-screen): Don't display the buffer if we'll
kill it right away anyway.
2006-09-09 19:21:31 +00:00
Romain Francoise
0832681690 (normal-splash-screen, fancy-splash-screens): Make buffer read-only and
arrange to enter view mode if necessary.
2006-08-29 16:11:26 +00:00
Chong Yidong
6e85b03c8d * startup.el (fancy-splash-head): Give instructions for dismissing
the splash screen for default startup too.
	(display-startup-echo-area-message, fancy-splash-screens)
	(use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
	all splash text at once and keep the splash buffer around.
	(command-line-1): Give display-startup-echo-area-message a t arg.
2006-08-23 16:19:11 +00:00
Eli Zaretskii
cee0c99673 (user-mail-address): Initialize from the `EMAIL' environment variable first.
Document this.
(command-line): Ditto.
2006-07-22 10:37:52 +00:00
Alan Mackenzie
33d74677e7 startup.el (command-line): For names of preloaded files, don't append
".elc" (now done in Fload), and call file-truename on the lisp directory.

subr.el (eval-after-load): Fix the doc-string.  Allow FILE to match ANY
loaded file with the right name, not just those in load-path.  Put a
regexp matching the file name into after-load-alist, rather than the name
itself.

subr.el: New functions load-history-regexp,
load-history-filename-element, do-after-load-evaluation.

international/mule.el (load-with-code-conversion): Do the eval-after-load
stuff by calling do-after-load-evaluation.
2006-05-24 13:22:12 +00:00
Juri Linkov
757210d152 (fancy-splash-screens, normal-splash-screen): Use
face `mode-line-buffer-id' for mode-line buffer face instead of
hard-coded `(:weight bold)'.
2006-05-09 23:08:49 +00:00
Reiner Steib
2dca98f3f5 (command-line-1): Refer to "Pure Storage" on
pure-space-overflow.
2006-05-05 14:05:54 +00:00
Eli Zaretskii
6f1b55918d Fix last change. 2006-05-05 12:54:54 +00:00
Eli Zaretskii
0bfd44c180 (normal-splash-screen, fancy-splash-screens-1): Add a reference to the Lisp
manual to the warning about pure space overflow.
2006-05-05 12:50:04 +00:00
Eli Zaretskii
1df1e49eb3 (command-line): On MS-Windows, probe "~", not "~USER", for warning about
non-existent home directory
2006-05-05 11:36:34 +00:00
Reiner Steib
4f308f7304 (command-line-1): Refer to Lisp manual when
pure-space-overflow occurs.
2006-05-02 12:32:57 +00:00
Reiner Steib
cb58ea3322 (command-line-1): Display warning when
pure-space-overflow is non-nil.
2006-04-27 13:51:57 +00:00
Stefan Monnier
866d0913b1 (normal-splash-screen): Fix last change so we don't wait
2 minutes if we don't show the splash screen.
2006-04-11 16:37:27 +00:00
Kim F. Storm
9f0ae1a527 (fancy-splash-screens): Set emulation-mode-map-alists
to nil while displaying slash screen.
2006-04-05 14:10:41 +00:00
Stefan Monnier
260a5020a4 (normal-splash-screen): Only set mode-line-format in the
splash buffer, so as not to interfere when debugging the code.
Ignore errors when switching buffer.
2006-04-03 22:16:05 +00:00
Luc Teirlinck
dd4451e037 (command-line): Use get-load-suffixes' instead of load-suffixes'. 2006-02-27 01:56:19 +00:00
Luc Teirlinck
249d9683b3 (inhibit-splash-screen, initial-scratch-message): Doc fixes. 2006-01-22 23:14:25 +00:00
Eli Zaretskii
6ff901c753 (command-line-1): Handle --no-desktop if desktop.el is not loaded. 2006-01-21 09:32:52 +00:00
Luc Teirlinck
ecbff27324 (init-file-user): defcustom -> defvar. 2006-01-12 02:27:00 +00:00
Eli Zaretskii
d3a81eee72 (init-file-user): Doc fix. 2006-01-07 15:12:32 +00:00
Romain Francoise
1ca41b97bb (fancy-splash-tail, normal-splash-screen): Update copyright year. 2006-01-03 08:40:49 +00:00
Luc Teirlinck
a496452fd7 (command-line): Use custom-reevaluate-setting' for send-mail-function'. 2005-12-28 16:39:52 +00:00
Richard M. Stallman
9c8b215040 (inhibit-splash-screen): Make this the real name.
(inhibit-startup-message): Make this the alias.
(command-line): Find only simple.el, and use its directory
to fill in other preloaded files' names.
(command-line): Deactivate the mark if deactivate-mark is set.
2005-12-12 05:14:51 +00:00
Luc Teirlinck
e7eda24568 (command-line): Make sure that loaddefs.el is handled correctly in
load-history.
2005-11-22 03:32:50 +00:00
YAMAMOTO Mitsuharu
ed256b3057 (fancy-splash-default-action): Discard only
mouse-down and succeeding mouse-up events in the splash screen
window so that drag-n-drop event can be processed.
2005-11-19 06:34:23 +00:00
Luc Teirlinck
db441dba11 (command-line): Use custom-reevaluate-setting' for file-name-shadow-mode'. 2005-11-16 02:30:58 +00:00
Luc Teirlinck
c442c26d67 (command-line): Use custom-reevaluate-setting' for global-font-lock-mode'. 2005-11-05 23:11:38 +00:00
Dan Nicolaescu
d60b49ac4e * font-lock.el: Don't deal with font-lock-face-attributes here,
move the code ...

* startup.el (command-line): ... here. Use face-spec-set instead
of custom-declare-face.

* faces.el (face-spec-set): Reset the face if spec is not nil.
2005-11-05 07:29:45 +00:00
YAMAMOTO Mitsuharu
51f47f643c (command-line): Don't call tty-register-default-colors on Mac. 2005-11-04 05:37:09 +00:00
YAMAMOTO Mitsuharu
97a7dbeedc (command-line): Use `custom-reevaluate-setting' for
mouse-wheel-down-event and mouse-wheel-up-event.
2005-11-04 02:16:14 +00:00