- 22 Sep, 2007 10 commits
-
-
Juri Linkov authored
`inhibit-startup-screen'. (fancy-about-text): Use shorter label for "Ordering Manuals". (fancy-startup-tail): Add optional arg `concise'. When `concise' is nil, display a line with "To start..." and 3 links to useful tasks. Display the "Dismiss" button and "Don't show this message again" only when concise is non-nil. (fancy-startup-screen): Call `fancy-startup-tail' with optional arg `concise'. If CONCISE is non-nil, display a concise version of the splash screen in another window. Otherwise, switch to the startup buffer in the same window. (startup-echo-area-message): Change displayed binding from C-h C-p (describe-project) to C-h C-a (about-emacs), and change text "about the GNU system and GNU/Linux" to "about GNU Emacs and the GNU system". (display-startup-screen): Fix buffer name from "*About GNU Emacs*" to "*GNU Emacs*". (display-about-screen): Don't check the existence of the buffer "*About GNU Emacs*". (display-splash-screen): Make alias to `display-startup-screen'. (command-line-1): Rename `inhibit-startup-message' to `inhibit-startup-screen'. Inhibit startup screen when Emacs is started with command line options "-f", "-funcall", "-e", "-eval", "-execute", "-insert", "-find-file", "-file", "-visit". Inhibit startup screen when Emacs is started with a file name only on tty (i.e. don't inhibit it when started with a file name like "emacs FILE..." on a window system). (command-line-1): Simplify logic of displaying the startup screen: if file-count > 0, then display the concise version in another window, otherwise display full version in the same window.
-
Eli Zaretskii authored
(FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero. (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty) (init_tty): Use DEV_TTY instead of "/dev/tty". [WINDOWSNT]: No need to protect from NAME arg being null.
-
Dan Nicolaescu authored
(checkdoc-permit-comma-termination-flag): Autoload the safe-local-variable setting.
-
Dan Nicolaescu authored
(bookmark-make): Don't use bookmark-xemacsp, use (featurep 'xemacs) instead.
-
Glenn Morris authored
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
(speedbar-frame-reposition-smartly) (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps) (speedbar-check-vc): Remove use of non-existent variable dframe-xemacsp, use (featurep 'xemacs) instead.
-
Dan Nicolaescu authored
transient-mark-mode and the region is active.
-
Francesco Potortì authored
add inferior-octave-directory-tracker to the buffer-local value of comint-input-filter-functions.
-
Francesco Potortì authored
-
- 21 Sep, 2007 30 commits
-
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
* term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning up the tty state.
-
Stefan Monnier authored
(gpm_tty): Change its type. * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead. (gpm_tty): Change its type and initialize it. (Fterm_open_connection): Check the frame is indeed a tty. Use the new gpm_tty. (Fterm_close_connection): Use the new gpm_tty. * keyboard.c (tty_read_avail_input): Use the new gpm_tty. * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
to draw strike-through.
-
Stefan Monnier authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Stefan Monnier authored
-
Stefan Monnier authored
by the user as somewhere between visible and iconified. (window_loop): Prefer windows on the current frame. (Fselect_window): Move the use of select-frame to the beginning so we can just delegate all the work (it'll call us back anyway).
-
Glenn Morris authored
(tex-last-unended-eparen): New function. (latex-backward-sexp-1): Doc fix. Handle escaped parens.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
computed dynamically in callproc.c
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Glenn Morris authored
-
Glenn Morris authored
(byte-compile-warnings-safe-p): Add `mapcar'. (byte-compile-normal-call): Add option to suppress mapcar warning. (top-level): Use mapc rather than mapcar in eval-when-compile.
-
Glenn Morris authored
-
Stefan Monnier authored
(server-create-tty-frame): Don't set unused `tty' property. Set `display' instead of display-environment-variable. (server-create-window-system-frame): No display-environment-variable.
-
Glenn Morris authored
-
Glenn Morris authored
-
Stefan Monnier authored
of the first arg, since that value may be a union.
-
Stefan Monnier authored
parameter rather than Qdisplay_environment_variable. If all else fails, look for DISPLAY in initial-environment.
-
Michael Albinus authored
(rfn-eshadow-update-overlay-hook): New defvars. (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay): Run the hooks. * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar. (tramp-rfn-eshadow-setup-minibuffer) (tramp-rfn-eshadow-update-overlay): New defuns. Hook into rfn-eshadow.el. * net/tramp-smb.el (tramp-smb-errors): Add error message for call timeout.
-
Glenn Morris authored
-
Glenn Morris authored
(byte-compile-normal-call): Warn when `mapcar' is called for effect.
-
Glenn Morris authored
-