1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

410 Commits

Author SHA1 Message Date
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
Chong Yidong
c3ab3701f0 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
~/.emacs.d/.emacs.
2005-10-30 03:57:39 +00:00
Richard M. Stallman
ce98f555a7 (command-line): Call before-init-hook earlier.
Warn about some bad characters in -u user name.
2005-10-28 15:43:15 +00:00
Richard M. Stallman
4b816985c1 (command-line): Convert library names in `load-history' to absolute file names. 2005-10-21 17:20:45 +00:00
Jan Djärv
c755acf3df * startup.el (command-line-x-option-alist): -nb => -nbi 2005-10-12 14:22:36 +00:00
Kim F. Storm
d54f452e20 (fancy-splash-default-action): Discard mouse click in
the spash screen window, as it has no sensible meaning in the
next window to be selected.  Fixes error reported by Jan Djärv
2005-10-12 11:22:57 +00:00
Jan Djärv
1c1db08afc * startup.el (command-line-x-option-alist): Removed options -i,
-itype, --icon-type, added -nb, --no-bitmap-icon
2005-10-09 06:58:13 +00:00
Deepak Goel
8a26c16552 Message format spec fixes (1) 2005-09-18 12:25:02 +00:00
Stefan Monnier
c7dc8ae18a (command-line): Try calling various terminal-init-foo-bar
functions by stripping hyphenated suffixes from $TERM.
2005-09-12 15:47:31 +00:00
Richard M. Stallman
3c24b4e4a5 (command-line-1): Don't suppress startup screen due to existing processes. 2005-08-20 21:48:20 +00:00
Richard M. Stallman
56b3b16bc2 Comment change. 2005-08-09 11:30:12 +00:00
Richard M. Stallman
0f0cef08e6 (command-line-1): Implement -scriptload. 2005-08-09 11:29:43 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Dan Nicolaescu
4f0c9ba732 * term/apollo.el (terminal-init-apollo): New function containing
all former top level forms in the file.
* term/bobcat.el (terminal-init-bobcat):
* term/cygwin.el (terminal-init-cygwin):
* term/iris-ansi.el (terminal-init-iris-ansi):
* term/linux.el (terminal-init-linux):
* term/news.el (terminal-init-news):
* term/rxvt.el (terminal-init-rxvt):
* term/sun.el (terminal-init-sun):
* term/tvi970.el (terminal-init-tvi970):
* term/vt100.el (terminal-init-vt100):
* term/vt102.el (terminal-init-vt102):
* term/vt125.el (terminal-init-vt125):
* term/vt200.el (terminal-init-vt200):
* term/vt201.el (terminal-init-vt201):
* term/vt220.el (terminal-init-vt220):
* term/vt240.el (terminal-init-vt240):
* term/vt300.el (terminal-init-vt300):
* term/vt320.el (terminal-init-vt320):
* term/vt400.el (terminal-init-vt400):
* term/vt420.el (terminal-init-vt420):
* term/wyse50.el (terminal-init-wyse50):
* term/xterm.el (terminal-init-xterm): Likewise.

* term/README: Describe the terminal-init-* functionality.

* startup.el (command-line): After loading the terminal
initialization file call the corresponding terminal initialization
function.
2005-07-27 18:02:08 +00:00
Luc Teirlinck
51db08ebe0 (command-line): Fix typo. (From Ari Roponen.) 2005-07-25 14:21:04 +00:00
Juri Linkov
93bb512f12 (normal-splash-screen): Update menu name. 2005-07-22 18:44:04 +00:00
Juanma Barranquero
9ab281f0bb (site-run-file, keyboard-type): Doc fixes.
(command-line): Check for "--basic-display" argument; also for "--quick", not
"--bare-bones" (which was renamed).
(fancy-splash-text): Add missing item "Getting New Versions".
(normal-splash-screen): Fix typos and improve consistency with
`fancy-splash-text'.  Update copyright year.
2005-07-15 14:49:54 +00:00
Luc Teirlinck
dc86f0a908 (command-line): Use `custom-reevaluate-setting' again for tooltip-mode. 2005-07-14 00:57:45 +00:00
Luc Teirlinck
185355ffc2 (command-line): Whitespace changes. 2005-07-12 20:30:04 +00:00
Luc Teirlinck
2d3683fada (command-line): Revert to previous handling of tooltip-mode.
Explain in comment why the complexity is needed.
2005-07-12 20:15:57 +00:00
Luc Teirlinck
e30522ee69 (command-line): Use custom-reevaluate-setting to handle tooltip-mode.
Delete obsolete comment.
2005-07-10 16:43:39 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Juanma Barranquero
ca3685a3e6 (initialization): Finish `defgroup' description with period. 2005-07-04 02:30:31 +00:00