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

335 Commits

Author SHA1 Message Date
Richard M. Stallman
842a1eac52 (site-run-file): Don't allow setting it with Custom. 2004-12-28 15:30:39 +00:00
Kenichi Handa
1fc67c11d1 (command-line): Fix comment for the previous change. 2004-11-30 07:20:19 +00:00
Kenichi Handa
cea927edc8 (command-line): Decode all buffer names by locale-coding-system. 2004-11-29 07:17:56 +00:00
Richard M. Stallman
b55c0dea6d (fancy-splash-tail, normal-splash-screen): Update copyright year. 2004-10-17 06:56:40 +00:00
Jason Rumney
fe7ecaf2e3 (command-line) [windows-nt]: Try .emacs first, then
_emacs, but revert to .emacs if neither exists in home directory.
2004-09-20 20:10:00 +00:00
Thien-Thi Nguyen
b968797149 (command-line-1): Make option
--directory/-L modify `load-path' straight away.
2004-09-08 11:43:30 +00:00
Richard M. Stallman
b4fab893cc (normal-top-level): Undo previous TERM change. 2004-09-03 17:23:42 +00:00
Stefan Monnier
fcaf7de969 (normal-top-level-add-subdirs-to-load-path):
Avoid unnecessarily checking system-type.
(normal-top-level): Set TERM to "dumb".  Simplify.
2004-08-20 22:40:34 +00:00
Stefan Monnier
a82456f080 (command-line): Keep the first regexp of auto-save-file-name-transforms intact. 2004-05-28 21:04:52 +00:00
Kim F. Storm
e2c608243a (emacs-quick-startup): New defvar (set by -Q).
(command-line): New option -Q.  Like -q --no-site-file, but
in addition it also disables menu-bar, tool-bar, scroll-bars,
tool-tips, and the blinking cursor.
(command-line-1): Skip startup screen if -Q.
(fancy-splash-head): Use :align-to center prop to center splash image.
2004-04-13 22:20:04 +00:00
Richard M. Stallman
5bb54c616f (command-switch-alist): Doc fix. 2004-03-04 17:01:17 +00:00
Eli Zaretskii
32e51983e9 Remove table of command line arguments from the Commentary section. 2004-02-21 13:22:31 +00:00
Glenn Morris
9df076f27f (use-fancy-splash-screens-p, display-splash-screen): Move
display-graphic-p test from latter to former.  Fixes previous change.
2003-09-19 22:44:45 +00:00
Glenn Morris
9f8b58091c (command-line-1): Stop startup-echo-area-message being hidden by
"Loading image..." message.
2003-09-19 17:13:23 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
b693e37521 (pure-space-overflow): New variable.
(fancy-splash-screens-1): Display warning if overflow.
(normal-splash-screen): Likewise.
2003-06-30 10:36:35 +00:00
Richard M. Stallman
d759a2f517 (command-line-1): Use with-no-warnings. 2003-05-28 11:24:51 +00:00
Juanma Barranquero
732950b1d6 (fancy-splash-default-action): Fix docstring. 2003-05-09 22:52:41 +00:00
Stefan Monnier
f39864ec14 (command-line-1): Use command-execute for any command. 2003-03-18 09:41:39 +00:00
Juanma Barranquero
7f944e8e3c (command-line-x-option-alist): Make --border-color set the border-color frame
parameter, not border-width.
2003-03-05 16:31:44 +00:00
Jan Djärv
8ab9589dfc * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
* menu-bar.el (menu-bar-mode): Change to define-minor-mode
and initialize as for tool-bar-mode.
2003-03-01 15:55:04 +00:00
Matthew Swift
bca8c7be06 * startup.el: Streamline code in several functions and use a more
consistent idiom within the file, for ease of reading and
	maintenance.  Rephrase booleans to avoid `(not noninteractive)'.
	Clarify several booleans expressions using De Morgan's laws.

	(command-line): Fix barf when first command-line option handled by
	`command-line-1' is in the form --OPT=VAL.
	(command-line-1): Restore intended behavior of the --directory/-L
	command-line option: "-L a -L b -L c" on the command-line now puts
	'(a b c) at the front of `load-path'.
2003-02-26 10:59:58 +00:00
Richard M. Stallman
deebb0e98e (inhibit-startup-hooks): New variable.
(normal-top-level): Obey that variable.
(command-line-1): Run emacs-startup-hook before term-setup-hook.
Set inhibit-startup-hooks too.
2003-02-23 15:16:29 +00:00
Kim F. Storm
f5b6cffdd7 (command-line): Clarify and tidy up the message
printed when there are errors in the user-init-file.
Do not encapsulate the error data; it's read by humans here.
Do not split windows when displaying the *Message* buffer.
2003-02-21 12:43:31 +00:00
Juanma Barranquero
f1180544bb Trailing whitespace deleted. 2003-02-04 12:29:42 +00:00
Richard M. Stallman
a04d59830e (command-line): Look for .emacs under ~/.emacs.d after looking in ~. 2002-10-26 22:41:33 +00:00
Markus Rost
9715399e58 (normal-top-level): Reset standard-value of `user-full-name' here. 2002-10-02 16:33:06 +00:00
Richard M. Stallman
5b88a2c53a Fix previous change. 2002-09-29 20:50:15 +00:00
Richard M. Stallman
680ebfa6ab (user-mail-address): Initialize to a useful value
once Emacs is started up; initialize to "" at loadup time.
(command-line): "", not nil, means user-mail-address not set yet.
2002-09-29 17:53:58 +00:00
Richard M. Stallman
9d5cf87c08 (fancy-splash-head, normal-splash-screen):
Change the messages that explain about GNU or GNU/Linux.
2002-09-09 19:34:13 +00:00
John Paul Wallington
16d2fae910 *** empty log message *** 2002-09-05 00:19:49 +00:00
John Paul Wallington
82e736c18b * startup.el (normal-splash-screen): Ensure splash buffer is
killed.  Use tabs in output.  Fix test whether previous buffer was
*scratch* buffer.

* progmodes/simula.el (simula-abbrev-keyword-default)
(simula-abbrev-keyword, simula-abbrev-stdproc-default)
(simula-abbrev-stdproc): Doc fix - escape open parens in column 0.

* apropos.el (command-apropos): Use `defalias' instead of `fset'.

* mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
2002-08-24 14:26:06 +00:00
Stefan Monnier
694210c486 (command-line): Load custom-file if not done yet. 2002-08-14 21:46:21 +00:00
Glenn Morris
3a321ddb31 (fancy-splash-frame): Check selected frame last. 2002-08-04 16:18:54 +00:00
Richard M. Stallman
682b60ae44 (normal-splash-screen, fancy-splash-text):
Update name of help menu item for ordering printed manuals.
2002-07-14 15:29:56 +00:00
Richard M. Stallman
3f334882a4 (fancy-splash-text, actions page): Add blank line to balance help page. 2002-07-12 23:23:29 +00:00
Richard M. Stallman
5777a167e7 (command-line): Set memory-signal-data.
(fancy-splash-text, normal-splash-screen):
Mention "Read the Emacs Manual" or C-h r.
Rearrange the initial help to put the help cmds on left
and the actions (exit, undo) on the right.  Other small
text clarifications.
2002-07-12 23:21:48 +00:00
Richard M. Stallman
6b20fb8e16 (fancy-splash-screens): Switch to a chosen frame.
(fancy-splash-frame): Choose the right frame to use.
(use-fancy-splash-screens-p): Check dimensions of the right frame
in order to decide.
2002-07-02 18:23:26 +00:00
Colin Walters
f6a9d2d8cf Fix previous change. 2002-05-27 02:00:54 +00:00
Colin Walters
1b207153d0 (command-line): Use when', unless'.
(command-line-1): New argument "--nosplash".  Handle it.

(inhibit-splash-screen): New variable alias for
`inhibit-startup-message'.
2002-05-26 20:49:28 +00:00
Glenn Morris
5ecad17d8f (command-line): Add third element to auto-save-file-name-transforms. 2002-04-20 22:25:55 +00:00
Eli Zaretskii
64bcea6277 (command-line): Fix last change. 2002-03-30 07:57:05 +00:00
Eli Zaretskii
d88c92eb32 (command-line): Recompute auto-save-file-name-transforms
using the updated value of temporary-file-directory.
2002-03-29 14:04:05 +00:00
Pavel Janík
84691156a5 (fancy-splash-tail, normal-splash-screen): Update copyright. 2002-03-20 23:16:48 +00:00
Jan Djärv
70646cf0fc (command-line): Must check that x-session-previous-id
is bound also, for non-X platforms.
2002-03-12 19:13:52 +00:00
Jan Djärv
ca57f55d6f (command-line): Add call to emacs-session-restore 2002-03-10 16:29:34 +00:00
Richard M. Stallman
4103b3373e (use-fancy-splash-screens-p): Need 19 lines,
beyond the image height, to use the fancy splash screen.
2002-02-06 14:59:10 +00:00
Pavel Janík
c61453ea45 (normal-splash-screen, display-splash-screen): New functions (separated
from command-line-1).
(command-line-1): Use them.
2002-01-29 13:54:39 +00:00
Eli Zaretskii
818cd248c3 Explain in a comment why the default background-setting code is still
here, although xterm.l and rxvt.el do that better.
2002-01-25 17:29:34 +00:00
Eli Zaretskii
d4bc31e91a (command-line): Call tty-register-default-colors. 2002-01-25 13:20:18 +00:00