2019-08-27 21:21:45 +00:00
;;; startup.el --- process Emacs shell arguments -*- lexical-binding: t -*-
1992-05-30 21:11:25 +00:00
2021-01-01 09:13:56 +00:00
;; Copyright (C) 1985-1986, 1992, 1994-2021 Free Software Foundation,
2015-01-01 22:26:41 +00:00
;; Inc.
1992-07-22 02:58:21 +00:00
2019-05-25 20:43:06 +00:00
;; Maintainer: emacs-devel@gnu.org
1992-07-17 20:24:00 +00:00
;; Keywords: internal
2010-08-29 16:17:13 +00:00
;; Package: emacs
1992-07-15 21:31:44 +00:00
1991-07-11 23:17:40 +00:00
;; This file is part of GNU Emacs.
2008-05-06 08:06:51 +00:00
;; GNU Emacs is free software: you can redistribute it and/or modify
1991-07-11 23:17:40 +00:00
;; it under the terms of the GNU General Public License as published by
2008-05-06 08:06:51 +00:00
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
1991-07-11 23:17:40 +00:00
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
2017-09-13 22:46:16 +00:00
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
1991-07-11 23:17:40 +00:00
1992-07-15 21:31:44 +00:00
;;; Commentary:
1991-07-11 23:17:40 +00:00
2004-04-16 12:51:06 +00:00
;; This file parses the command line and gets Emacs running. Options
;; on the command line are handled in precedence order. For priorities
;; see the structure standard_args in the emacs.c file.
1991-07-11 23:17:40 +00:00
1992-07-15 21:31:44 +00:00
;;; Code:
1991-07-11 23:17:40 +00:00
( setq top-level ' ( normal-top-level ) )
1997-06-18 07:07:57 +00:00
( defvar command-line-processed nil
2001-11-16 18:34:06 +00:00
" Non-nil once command line has been processed. " )
1991-07-11 23:17:40 +00:00
1997-06-18 07:07:57 +00:00
( defgroup initialization nil
2005-07-04 02:30:31 +00:00
" Emacs start-up procedure. "
2007-08-15 23:24:17 +00:00
:group 'environment )
( defcustom initial-buffer-choice nil
" Buffer to show after starting Emacs.
2007-09-09 12:10:33 +00:00
If the value is nil and ` inhibit-startup-screen ' is nil , show the
2012-12-24 17:49:19 +00:00
startup screen. If the value is a string, switch to a buffer
2014-06-08 17:46:51 +00:00
visiting the file or directory that the string specifies. If the
value is a function, call it with no arguments and switch to the buffer
that it returns. If t , open the ` *scratch* ' buffer.
2012-09-30 09:18:38 +00:00
2015-05-28 21:30:31 +00:00
When ` initial-buffer-choice ' is non-nil, the startup screen is
inhibited.
2014-06-08 17:46:51 +00:00
If you use ` emacsclient ' with no target file, then it obeys any
string or function value that this variable has. "
2007-08-15 23:24:17 +00:00
:type ' ( choice
2007-09-09 12:10:33 +00:00
( const :tag " Startup screen " nil )
2007-08-15 23:24:17 +00:00
( directory :tag " Directory " :value " ~/ " )
2008-11-22 20:45:09 +00:00
( file :tag " File " :value " ~/.emacs " )
2014-06-08 17:46:51 +00:00
;; Note sure about hard-coding this as an option...
( const :tag " Remember Mode notes buffer " remember-notes )
2013-06-30 22:29:23 +00:00
( function :tag " Function " )
2011-07-14 12:57:06 +00:00
( const :tag " Lisp scratch buffer " t ) )
2019-02-16 14:19:33 +00:00
:version " 23.1 " )
1997-06-18 07:07:57 +00:00
2018-04-20 22:34:39 +00:00
( defvaralias 'inhibit-splash-screen 'inhibit-startup-screen )
( defvaralias 'inhibit-startup-message 'inhibit-startup-screen )
2007-09-09 12:10:33 +00:00
( defcustom inhibit-startup-screen nil
2006-01-22 23:14:25 +00:00
" Non-nil inhibits the startup screen.
2008-10-28 11:17:05 +00:00
This is for use in your personal init file ( but NOT site-start.el ) ,
once you are familiar with the contents of the startup screen. "
2019-02-16 14:19:33 +00:00
:type 'boolean )
1991-07-11 23:17:40 +00:00
2007-09-10 22:07:27 +00:00
( defvar startup-screen-inhibit-startup-screen nil )
2002-05-26 20:49:28 +00:00
2016-01-07 21:19:32 +00:00
;; The mechanism used to ensure that only end users can disable this
2016-01-08 01:37:17 +00:00
;; message is not complex. Clearly, it is possible for a determined
2016-01-07 11:39:03 +00:00
;; system administrator to inhibit this message anyway, but at least
;; they will do so with knowledge of why the Emacs developers think
;; this is a bad idea.
1997-06-18 07:07:57 +00:00
( defcustom inhibit-startup-echo-area-message nil
* completion.el (add-completion-to-head, add-completion): Doc fixes.
(completion-search-next, add-completions-from-file):
Fix typos in docstrings.
* filesets.el (filesets-menu-ensure-use-cached)
(filesets-ingroup-patterns, filesets-filetype-property):
* tutorial.el (get-lang-string):
* play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
Fix typos in docstrings.
* image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
(image-dired-line-up-method, image-dired-thumb-size)
(image-dired-cmd-write-exif-data-options, image-dired-write-tags)
(image-dired-track-original-file, image-dired-track-thumbnail)
(image-dired-dired-next-line, image-dired-dired-previous-line)
(image-dired-write-comments): Reflow docstrings.
(image-dired-show-all-from-dir-max-files)
(image-dired-format-properties-string, image-dired-create-thumbs)
(image-dired-mark-tagged-files, image-dired-gallery-generate):
Fix typos in docstrings.
* savehist.el (savehist-save-minibuffer-history, savehist-file)
(savehist-additional-variables, savehist-ignored-variables)
(savehist-file-modes, savehist-autosave-interval):
* startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
(inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
(fancy-splash-image):
* thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
(thumbs-conversion-program, thumbs-margin):
Remove spurious * in docstrings.
2008-10-25 00:46:25 +00:00
" Non-nil inhibits the initial startup echo area message.
2016-01-07 11:39:03 +00:00
2016-01-07 21:19:32 +00:00
The startup message is in the echo area as it provides information
2016-01-07 11:39:03 +00:00
about GNU Emacs and the GNU system in general, which we want all
2016-01-08 01:37:17 +00:00
users to see. As this is the least intrusive startup message,
2016-01-07 11:39:03 +00:00
this variable gets specialized treatment to prevent the message
from being disabled site-wide by systems administrators, while
still allowing individual users to do so.
Setting this variable takes effect only if you do it with the
customization buffer or if your init file contains a line of this
form:
1994-03-01 04:54:43 +00:00
( setq inhibit-startup-echo-area-message \"YOUR-USER-NAME\" )
2012-09-17 05:41:04 +00:00
If your init file is byte-compiled, use the following form
instead:
2015-09-03 22:31:12 +00:00
( eval \\= ' ( setq inhibit-startup-echo-area-message \"YOUR-USER-NAME\" ) )
2012-09-17 05:41:04 +00:00
Thus, someone else using a copy of your init file will see the
startup message unless he personally acts to inhibit it. "
1997-06-18 07:07:57 +00:00
:type ' ( choice ( const :tag " Don't inhibit " )
2019-02-16 14:19:33 +00:00
( string :tag " Enter your user name, to inhibit " ) ) )
1994-02-12 20:01:43 +00:00
1997-06-18 07:07:57 +00:00
( defcustom inhibit-default-init nil
* completion.el (add-completion-to-head, add-completion): Doc fixes.
(completion-search-next, add-completions-from-file):
Fix typos in docstrings.
* filesets.el (filesets-menu-ensure-use-cached)
(filesets-ingroup-patterns, filesets-filetype-property):
* tutorial.el (get-lang-string):
* play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
Fix typos in docstrings.
* image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
(image-dired-line-up-method, image-dired-thumb-size)
(image-dired-cmd-write-exif-data-options, image-dired-write-tags)
(image-dired-track-original-file, image-dired-track-thumbnail)
(image-dired-dired-next-line, image-dired-dired-previous-line)
(image-dired-write-comments): Reflow docstrings.
(image-dired-show-all-from-dir-max-files)
(image-dired-format-properties-string, image-dired-create-thumbs)
(image-dired-mark-tagged-files, image-dired-gallery-generate):
Fix typos in docstrings.
* savehist.el (savehist-save-minibuffer-history, savehist-file)
(savehist-additional-variables, savehist-ignored-variables)
(savehist-file-modes, savehist-autosave-interval):
* startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
(inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
(fancy-splash-image):
* thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
(thumbs-conversion-program, thumbs-margin):
Remove spurious * in docstrings.
2008-10-25 00:46:25 +00:00
" Non-nil inhibits loading the `default' library. "
2019-02-16 14:19:33 +00:00
:type 'boolean )
1991-07-11 23:17:40 +00:00
2001-10-05 09:24:51 +00:00
( defcustom inhibit-startup-buffer-menu nil
* completion.el (add-completion-to-head, add-completion): Doc fixes.
(completion-search-next, add-completions-from-file):
Fix typos in docstrings.
* filesets.el (filesets-menu-ensure-use-cached)
(filesets-ingroup-patterns, filesets-filetype-property):
* tutorial.el (get-lang-string):
* play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
Fix typos in docstrings.
* image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
(image-dired-line-up-method, image-dired-thumb-size)
(image-dired-cmd-write-exif-data-options, image-dired-write-tags)
(image-dired-track-original-file, image-dired-track-thumbnail)
(image-dired-dired-next-line, image-dired-dired-previous-line)
(image-dired-write-comments): Reflow docstrings.
(image-dired-show-all-from-dir-max-files)
(image-dired-format-properties-string, image-dired-create-thumbs)
(image-dired-mark-tagged-files, image-dired-gallery-generate):
Fix typos in docstrings.
* savehist.el (savehist-save-minibuffer-history, savehist-file)
(savehist-additional-variables, savehist-ignored-variables)
(savehist-file-modes, savehist-autosave-interval):
* startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
(inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
(fancy-splash-image):
* thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
(thumbs-conversion-program, thumbs-margin):
Remove spurious * in docstrings.
2008-10-25 00:46:25 +00:00
" Non-nil inhibits display of buffer list when more than 2 files are loaded. "
2019-02-16 14:19:33 +00:00
:type 'boolean )
2001-10-05 09:24:51 +00:00
1996-12-16 01:33:02 +00:00
( defvar command-switch-alist nil
1991-07-11 23:17:40 +00:00
" Alist of command-line switches.
Elements look like ( SWITCH-STRING . HANDLER-FUNCTION ) .
2004-04-16 12:51:06 +00:00
HANDLER-FUNCTION receives the switch string as its sole argument ;
the remaining command-line args are in the variable ` command-line-args-left '. " )
1991-07-11 23:17:40 +00:00
2018-02-18 04:44:56 +00:00
( with-no-warnings
( defvaralias 'argv 'command-line-args-left
" List of command-line args not yet processed.
This is a convenience alias, so that one can write ( pop argv )
2007-09-30 20:43:14 +00:00
inside of --eval command line arguments in order to access
2018-02-18 04:44:56 +00:00
following arguments. " ))
2012-06-08 13:18:26 +00:00
( internal-make-var-non-special 'argv )
2007-09-30 20:43:14 +00:00
2018-04-20 22:55:04 +00:00
( defvar command-line-args-left nil
" List of command-line args not yet processed. " )
2018-02-18 04:44:56 +00:00
( with-no-warnings
( defvar argi nil
" Current command-line argument. " ) )
2012-06-08 13:18:26 +00:00
( internal-make-var-non-special 'argi )
2011-08-12 20:45:45 +00:00
1991-07-11 23:17:40 +00:00
( defvar command-line-functions nil ;; lrs 7/31/89
" List of functions to process unrecognized command-line arguments.
Each function should access the dynamically bound variables
1994-03-30 16:04:08 +00:00
` argi ' ( the current argument ) and ` command-line-args-left ' ( the remaining
1991-07-11 23:17:40 +00:00
arguments ) . The function should return non-nil only if it recognizes and
1994-03-30 16:04:08 +00:00
processes ` argi '. If it does so, it may consume successive arguments by
altering ` command-line-args-left ' to remove them. " )
1991-07-11 23:17:40 +00:00
1994-04-22 18:28:22 +00:00
( defvar command-line-default-directory nil
" Default directory to use for command line arguments.
This is normally copied from ` default-directory ' when Emacs starts. " )
Further GV/CL cleanups.
* lisp/emacs-lisp/gv.el (gv-get): Autoload functions to find their
gv-expander.
(gv--defun-declaration): New function.
(defun-declarations-alist): Use it.
(gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
(gv-place): Autoload.
* lisp/emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
original definition of dotimes and dolist.
* lisp/emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
(cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
* lisp/emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
(cl-fifth, cl-sixth, cl-seventh, cl-eighth)
(cl-ninth, cl-tenth): Move gv handler to the function's definition.
* lisp/emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
to the function's definition.
* lisp/Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
* lisp/window.el:
* lisp/files.el:
* lisp/faces.el:
* lisp/env.el: Don't use CL.
2012-06-22 21:24:54 +00:00
;; This is here, rather than in x-win.el, so that we can ignore these
;; options when we are not using X.
2000-01-19 14:39:01 +00:00
( defconst command-line-x-option-alist
1995-12-29 20:00:39 +00:00
' ( ( " -bw " 1 x-handle-numeric-switch border-width )
( " -d " 1 x-handle-display )
( " -display " 1 x-handle-display )
1996-06-28 07:58:29 +00:00
( " -name " 1 x-handle-name-switch )
1996-04-11 05:23:19 +00:00
( " -title " 1 x-handle-switch title )
( " -T " 1 x-handle-switch title )
1995-12-29 20:00:39 +00:00
( " -r " 0 x-handle-switch reverse t )
( " -rv " 0 x-handle-switch reverse t )
( " -reverse " 0 x-handle-switch reverse t )
( " -reverse-video " 0 x-handle-switch reverse t )
( " -fn " 1 x-handle-switch font )
( " -font " 1 x-handle-switch font )
2002-01-13 11:47:08 +00:00
( " -fs " 0 x-handle-initial-switch fullscreen fullboth )
( " -fw " 0 x-handle-initial-switch fullscreen fullwidth )
( " -fh " 0 x-handle-initial-switch fullscreen fullheight )
2009-07-01 14:02:27 +00:00
( " -mm " 0 x-handle-initial-switch fullscreen maximized )
1995-12-29 20:00:39 +00:00
( " -ib " 1 x-handle-numeric-switch internal-border-width )
1996-01-01 23:50:19 +00:00
( " -g " 1 x-handle-geometry )
2000-04-24 14:00:07 +00:00
( " -lsp " 1 x-handle-numeric-switch line-spacing )
1996-01-01 23:50:19 +00:00
( " -geometry " 1 x-handle-geometry )
1995-12-29 20:00:39 +00:00
( " -fg " 1 x-handle-switch foreground-color )
( " -foreground " 1 x-handle-switch foreground-color )
( " -bg " 1 x-handle-switch background-color )
( " -background " 1 x-handle-switch background-color )
( " -ms " 1 x-handle-switch mouse-color )
2005-10-12 14:22:36 +00:00
( " -nbi " 0 x-handle-switch icon-type nil )
1995-12-29 20:00:39 +00:00
( " -iconic " 0 x-handle-iconic )
( " -xrm " 1 x-handle-xrm-switch )
( " -cr " 1 x-handle-switch cursor-color )
( " -vb " 0 x-handle-switch vertical-scroll-bars t )
( " -hb " 0 x-handle-switch horizontal-scroll-bars t )
( " -bd " 1 x-handle-switch )
( " --border-width " 1 x-handle-numeric-switch border-width )
( " --display " 1 x-handle-display )
1996-06-28 07:58:29 +00:00
( " --name " 1 x-handle-name-switch )
1996-04-11 05:10:40 +00:00
( " --title " 1 x-handle-switch title )
1995-12-29 20:00:39 +00:00
( " --reverse-video " 0 x-handle-switch reverse t )
( " --font " 1 x-handle-switch font )
2002-01-13 11:47:08 +00:00
( " --fullscreen " 0 x-handle-initial-switch fullscreen fullboth )
( " --fullwidth " 0 x-handle-initial-switch fullscreen fullwidth )
( " --fullheight " 0 x-handle-initial-switch fullscreen fullheight )
2009-07-01 14:02:27 +00:00
( " --maximized " 0 x-handle-initial-switch fullscreen maximized )
1995-12-29 20:00:39 +00:00
( " --internal-border " 1 x-handle-numeric-switch internal-border-width )
1996-01-01 23:50:19 +00:00
( " --geometry " 1 x-handle-geometry )
1995-12-29 20:00:39 +00:00
( " --foreground-color " 1 x-handle-switch foreground-color )
( " --background-color " 1 x-handle-switch background-color )
( " --mouse-color " 1 x-handle-switch mouse-color )
2007-07-22 12:13:11 +00:00
( " --no-bitmap-icon " 0 x-handle-no-bitmap-icon )
1995-12-29 20:00:39 +00:00
( " --iconic " 0 x-handle-iconic )
( " --xrm " 1 x-handle-xrm-switch )
( " --cursor-color " 1 x-handle-switch cursor-color )
( " --vertical-scroll-bars " 0 x-handle-switch vertical-scroll-bars t )
2000-04-24 14:00:07 +00:00
( " --line-spacing " 1 x-handle-numeric-switch line-spacing )
2003-03-05 16:31:44 +00:00
( " --border-color " 1 x-handle-switch border-color )
2008-02-07 14:05:53 +00:00
( " --smid " 1 x-handle-smid )
( " --parent-id " 1 x-handle-parent-id ) )
1995-12-29 20:00:39 +00:00
" Alist of X Windows options.
Each element has the form
( NAME NUMARGS HANDLER FRAME-PARAM VALUE )
where NAME is the option name string, NUMARGS is the number of arguments
that the option accepts, HANDLER is a function to call to handle the option.
FRAME-PARAM ( optional ) is the frame parameter this option specifies,
and VALUE is the value which is given to that frame parameter
\(most options use the argument for this, so VALUE is not present ) . " )
2008-07-15 18:15:18 +00:00
( defconst command-line-ns-option-alist
' ( ( " -NSAutoLaunch " 1 ns-ignore-1-arg )
( " -NXAutoLaunch " 1 ns-ignore-1-arg )
2008-08-07 03:10:08 +00:00
( " -macosx " 0 ignore )
2008-07-15 18:15:18 +00:00
( " -NSHost " 1 ns-ignore-1-arg )
( " -_NSMachLaunch " 1 ns-ignore-1-arg )
( " -MachLaunch " 1 ns-ignore-1-arg )
( " -NXOpen " 1 ns-ignore-1-arg )
( " -NSOpen " 1 ns-handle-nxopen )
( " -NXOpenTemp " 1 ns-ignore-1-arg )
( " -NSOpenTemp " 1 ns-handle-nxopentemp )
( " -GSFilePath " 1 ns-handle-nxopen )
;;("-bw" . x-handle-numeric-switch)
;;("-d" . x-handle-display)
;;("-display" . x-handle-display)
2010-10-26 03:58:19 +00:00
( " -name " 1 x-handle-name-switch )
( " -title " 1 x-handle-switch title )
( " -T " 1 x-handle-switch title )
( " -r " 0 x-handle-switch reverse t )
( " -rv " 0 x-handle-switch reverse t )
( " -reverse " 0 x-handle-switch reverse t )
( " -fn " 1 x-handle-switch font )
( " -font " 1 x-handle-switch font )
( " -ib " 1 x-handle-numeric-switch internal-border-width )
2012-09-19 06:47:01 +00:00
( " -g " 1 x-handle-geometry )
( " -geometry " 1 x-handle-geometry )
2010-10-26 03:58:19 +00:00
( " -fg " 1 x-handle-switch foreground-color )
( " -foreground " 1 x-handle-switch foreground-color )
( " -bg " 1 x-handle-switch background-color )
( " -background " 1 x-handle-switch background-color )
; ("-ms" 1 x-handle-switch mouse-color)
( " -itype " 0 x-handle-switch icon-type t )
( " -i " 0 x-handle-switch icon-type t )
( " -iconic " 0 x-handle-iconic icon-type t )
2008-07-15 18:15:18 +00:00
;;("-xrm" . x-handle-xrm-switch)
2010-10-26 03:58:19 +00:00
( " -cr " 1 x-handle-switch cursor-color )
( " -vb " 0 x-handle-switch vertical-scroll-bars t )
( " -hb " 0 x-handle-switch horizontal-scroll-bars t )
( " -bd " 1 x-handle-switch )
;; ("--border-width" 1 x-handle-numeric-switch border-width)
2008-07-15 18:15:18 +00:00
;; ("--display" 1 ns-handle-display)
2010-10-26 03:58:19 +00:00
( " --name " 1 x-handle-name-switch )
( " --title " 1 x-handle-switch title )
( " --reverse-video " 0 x-handle-switch reverse t )
( " --font " 1 x-handle-switch font )
( " --internal-border " 1 x-handle-numeric-switch internal-border-width )
2008-07-15 18:15:18 +00:00
;; ("--geometry" 1 ns-handle-geometry)
2010-10-26 03:58:19 +00:00
( " --foreground-color " 1 x-handle-switch foreground-color )
( " --background-color " 1 x-handle-switch background-color )
( " --mouse-color " 1 x-handle-switch mouse-color )
( " --icon-type " 0 x-handle-switch icon-type t )
( " --iconic " 0 x-handle-iconic )
2008-07-15 18:15:18 +00:00
;; ("--xrm" 1 ns-handle-xrm-switch)
2010-10-26 03:58:19 +00:00
( " --cursor-color " 1 x-handle-switch cursor-color )
( " --vertical-scroll-bars " 0 x-handle-switch vertical-scroll-bars t )
( " --border-color " 1 x-handle-switch border-width ) )
2008-07-15 18:15:18 +00:00
" Alist of NS options.
Each element has the form
( NAME NUMARGS HANDLER FRAME-PARAM VALUE )
where NAME is the option name string, NUMARGS is the number of arguments
that the option accepts, HANDLER is a function to call to handle the option.
FRAME-PARAM ( optional ) is the frame parameter this option specifies,
and VALUE is the value which is given to that frame parameter
\(most options use the argument for this, so VALUE is not present ) . " )
1992-06-04 19:58:44 +00:00
( defvar before-init-hook nil
1996-02-21 21:21:31 +00:00
" Normal hook run after handling urgent options but before loading init files. " )
1991-08-01 18:50:36 +00:00
1992-06-04 19:58:44 +00:00
( defvar after-init-hook nil
2012-09-17 05:41:04 +00:00
" Normal hook run after initializing the Emacs session.
It is run after Emacs loads the init file, ` default ' library, the
abbrevs file, and additional Lisp packages ( if any ) , and setting
the value of ` after-init-time '.
There is no ` condition-case ' around the running of this hook ;
therefore, if ` debug-on-error ' is non-nil, an error in one of
these functions will invoke the debugger. " )
1996-02-21 21:21:31 +00:00
( defvar emacs-startup-hook nil
" Normal hook run after loading init files and handling the command line. " )
1992-06-04 19:58:44 +00:00
1991-07-11 23:17:40 +00:00
( defvar term-setup-hook nil
2014-02-25 08:41:47 +00:00
" Normal hook run immediately after `emacs-startup-hook' .
In new code, there is no reason to use this instead of ` emacs-startup-hook '.
If you want to execute terminal-specific Lisp code, for example
to override the definitions made by the terminal-specific file,
see ` tty-setup-hook '. " )
( make-obsolete-variable 'term-setup-hook
" use either `emacs-startup-hook' or \
` tty-setup-hook ' instead. " " 24.4 " )
1991-07-11 23:17:40 +00:00
2003-02-23 15:16:29 +00:00
( defvar inhibit-startup-hooks nil
2014-03-27 20:57:23 +00:00
" Non-nil means don't run some startup hooks, because we already did.
Currently this applies to: ` emacs-startup-hook ', ` term-setup-hook ',
and ` window-setup-hook '. " )
2003-02-23 15:16:29 +00:00
2018-02-17 11:36:16 +00:00
( defvar early-init-file nil
" File name, including directory, of user's early init file.
See ` user-init-file '. The only difference is that
` early-init-file ' is not set during the course of evaluating the
early init file. " )
1991-07-11 23:17:40 +00:00
( defvar keyboard-type nil
1994-03-30 16:04:08 +00:00
" The brand of keyboard you are using.
2005-07-15 14:49:54 +00:00
This variable is used to define the proper function and keypad
keys for use under X. It is used in a fashion analogous to the
environment variable TERM. " )
1991-07-11 23:17:40 +00:00
( defvar window-setup-hook nil
2014-06-06 07:19:23 +00:00
" Normal hook run after loading init files and handling the command line.
This is very similar to ` emacs-startup-hook '. The only difference
is that this hook runs after frame parameters have been set up in
response to any settings from your init file. Unless this matters
to you, use ` emacs-startup-hook ' instead. ( The name of this hook
is due to historical reasons, and does not reflect its purpose very well. ) " )
1991-07-11 23:17:40 +00:00
1997-06-18 07:07:57 +00:00
( defcustom initial-major-mode 'lisp-interaction-mode
2007-03-19 05:37:58 +00:00
" Major mode command symbol to use for the initial `*scratch*' buffer. "
2019-02-16 14:19:33 +00:00
:type 'function )
1991-07-11 23:17:40 +00:00
2006-01-12 02:27:00 +00:00
( defvar init-file-user nil
2012-09-17 05:41:04 +00:00
" Identity of user whose init file is or was read.
1996-12-16 01:33:02 +00:00
The value is nil if ` -q ' or ` --no-init-file ' was specified,
meaning do not load any init file.
2006-01-07 15:12:32 +00:00
Otherwise, the value may be an empty string, meaning
use the init file for the user who originally logged in,
or it may be a string containing a user 's name meaning
use that person 's init file.
1991-07-11 23:17:40 +00:00
1994-04-20 06:13:43 +00:00
In either of the latter cases, ` ( concat \"~\" init-file-user \"/\" ) '
2012-09-17 05:41:04 +00:00
evaluates to the name of the directory where the init file was
1995-03-22 04:50:15 +00:00
looked for.
Setting ` init-file-user ' does not prevent Emacs from loading
2006-01-12 02:27:00 +00:00
` site-start.el '. The only way to do that is to use ` --no-site-file '. " )
1991-07-11 23:17:40 +00:00
* textmodes/tex-mode.el (tex-alt-dvi-print-command)
(tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
(tex-start-options, slitex-run-command, latex-run-command)
(tex-run-command, tex-directory):
* textmodes/ispell.el (ispell-html-skip-alists)
(ispell-tex-skip-alists, ispell-tex-skip-alists):
* textmodes/fill.el (adaptive-fill-first-line-regexp):
(adaptive-fill-regexp):
* textmodes/dns-mode.el (auto-mode-alist):
* progmodes/python.el (interpreter-mode-alist):
* progmodes/etags.el (tags-compression-info-list):
* progmodes/etags.el (tags-file-name):
* net/browse-url.el (browse-url-galeon-program)
(browse-url-firefox-program):
* mail/sendmail.el (mail-signature-file)
(mail-citation-prefix-regexp):
* international/mule-conf.el (eight-bit):
* international/latexenc.el (latex-inputenc-coding-alist):
* international/fontset.el (x-pixel-size-width-font-regexp):
* emacs-lisp/warnings.el (warning-type-format):
* emacs-lisp/trace.el (trace-buffer):
* emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
(emacs-lisp-mode-map):
* calendar/holidays.el (holiday-solar-holidays)
(holiday-bahai-holidays, holiday-islamic-holidays)
(holiday-christian-holidays, holiday-hebrew-holidays)
(hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
(hebrew-holidays-1, holiday-oriental-holidays)
(holiday-general-holidays):
* x-dnd.el (x-dnd-known-types):
* tool-bar.el (tool-bar):
* startup.el (site-run-file):
* shell.el (shell-dumb-shell-regexp):
* rfn-eshadow.el (file-name-shadow-tty-properties)
(file-name-shadow-properties):
* paths.el (remote-shell-program, news-directory):
* mouse.el ([C-down-mouse-3]):
* menu-bar.el (menu-bar-tools-menu):
* jka-cmpr-hook.el (jka-compr-load-suffixes)
(jka-compr-mode-alist-additions, jka-compr-compression-info-list)
(jka-compr-compression-info-list):
* isearch.el (search-whitespace-regexp):
* image-file.el (image-file-name-extensions):
* find-dired.el (find-ls-option):
* files.el (directory-listing-before-filename-regexp)
(directory-free-space-args, insert-directory-program)
(list-directory-brief-switches, magic-fallback-mode-alist)
(magic-fallback-mode-alist, auto-mode-interpreter-regexp)
(automount-dir-prefix):
* faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
(x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
(face-font-registry-alternatives, face-font-registry-alternatives)
(face-font-family-alternatives):
* facemenu.el (facemenu-add-new-face, facemenu-background-menu)
(facemenu-foreground-menu, facemenu-face-menu):
* epa-hook.el (epa-file-name-regexp):
* dnd.el (dnd-protocol-alist):
* textmodes/rst.el (auto-mode-alist):
* button.el (default-button): Purecopy strings.
2009-11-06 05:16:23 +00:00
( defcustom site-run-file ( purecopy " site-start " )
1993-08-13 06:01:05 +00:00
" File containing site-wide run-time initializations.
2020-03-01 17:50:14 +00:00
This file is loaded at run-time before ` user-init-file '. It contains
inits that need to be in place for the entire site, but which, due to
their higher incidence of change, don 't make sense to put into Emacs 's
2019-07-23 16:19:09 +00:00
dump file. Thus, the run-time load order is: 1. file described in
2020-03-01 17:50:14 +00:00
this variable, if non-nil ; 2. `user-init-file'; 3. `default.el'.
1995-03-22 04:50:15 +00:00
Don 't use the ` site-start.el ' file for things some users may not like.
Put them in ` default.el ' instead, so that users can more easily
override them. Users can prevent loading ` default.el ' with the ` -q '
option or by setting ` inhibit-default-init ' in their own init files,
but inhibiting ` site-start.el ' requires ` --no-site-file ', which
2004-12-28 15:30:39 +00:00
is less convenient.
This variable is defined for customization so as to make
it visible in the relevant context. However, actually customizing it
is not allowed, since it would not work anyway. The only way to set
2005-07-15 14:49:54 +00:00
this variable usefully is to set it while building and dumping Emacs. "
1998-09-18 09:22:48 +00:00
:type ' ( choice ( const :tag " none " nil ) string )
Replace gui-method macros with cl-generic with &context
* lisp/frame.el (gui-method--name, gui-method, gui-method-define)
(gui-method-declare, gui-call): Remove.
(frame-creation-function): Use cl-defgeneric.
(make-frame): Adjust callers.
* lisp/menu-bar.el (menu-bar-edit-menu):
Use gui-backend-selection-exists-p.
* lisp/select.el (x-get-clipboard): Use gui-backend-get-selection.
(gui-backend-get-selection): New cl-generic to replace
gui-get-selection method.
(gui-backend-set-selection): New cl-generic to replace
gui-set-selection method.
(gui-selection-owner-p): New cl-generic to replace
gui-selection-owner-p method.
(gui-backend-selection-exists-p): New cl-generic to replace
gui-selection-exists-p method. Adjust all callers.
* lisp/server.el (server-create-window-system-frame): Don't ignore
window-system spec even when unsupported.
* lisp/simple.el (deactivate-mark): Use new gui-backend-* functions.
* lisp/startup.el (handle-args-function, window-system-initialization):
Use cl-defgeneric.
(command-line): Adjust calls accordingly.
* lisp/term/ns-win.el (ns-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/pc-win.el (w16-get-selection-value): Turn into
a gui-backend-get-selection method.
(gui-selection-exists-p, gui-selection-owner-p, gui-set-selection):
Use cl-defmethod on the new functions instead.
(msdos-window-system-initialization): Turn into
a window-system-initialization method.
(frame-creation-function, handle-args-function): Use cl-defmethod.
* lisp/term/w32-win.el (w32-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/x-win.el (x-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/xterm.el (xterm--set-selection): Turn into
a gui-backend-set-selection method.
* src/nsselect.m (Fns_selection_exists_p): Remove unused arg `terminal'.
(Fns_selection_owner_p): Remove unused arg `terminal'.
(Fns_get_selection): Remove unused args `time_stamp' and `terminal'.
2015-05-23 15:32:29 +00:00
:initialize #' custom-initialize-default
2011-03-24 15:31:56 +00:00
:set ( lambda ( _variable _value )
Go back to grave quoting in source-code docstrings etc.
This reverts almost all my recent changes to use curved quotes
in docstrings and/or strings used for error diagnostics.
There are a few exceptions, e.g., Bahá’í proper names.
* admin/unidata/unidata-gen.el (unidata-gen-table):
* lisp/abbrev.el (expand-region-abbrevs):
* lisp/align.el (align-region):
* lisp/allout.el (allout-mode, allout-solicit-alternate-bullet)
(outlineify-sticky):
* lisp/apropos.el (apropos-library):
* lisp/bookmark.el (bookmark-default-annotation-text):
* lisp/button.el (button-category-symbol, button-put)
(make-text-button):
* lisp/calc/calc-aent.el (math-read-if, math-read-factor):
* lisp/calc/calc-embed.el (calc-do-embedded):
* lisp/calc/calc-ext.el (calc-user-function-list):
* lisp/calc/calc-graph.el (calc-graph-show-dumb):
* lisp/calc/calc-help.el (calc-describe-key)
(calc-describe-thing, calc-full-help):
* lisp/calc/calc-lang.el (calc-c-language)
(math-parse-fortran-vector-end, math-parse-tex-sum)
(math-parse-eqn-matrix, math-parse-eqn-prime)
(calc-yacas-language, calc-maxima-language, calc-giac-language)
(math-read-giac-subscr, math-read-math-subscr)
(math-read-big-rec, math-read-big-balance):
* lisp/calc/calc-misc.el (calc-help, report-calc-bug):
* lisp/calc/calc-mode.el (calc-auto-why, calc-save-modes)
(calc-auto-recompute):
* lisp/calc/calc-prog.el (calc-fix-token-name)
(calc-read-parse-table-part, calc-user-define-invocation)
(math-do-arg-check):
* lisp/calc/calc-store.el (calc-edit-variable):
* lisp/calc/calc-units.el (math-build-units-table-buffer):
* lisp/calc/calc-vec.el (math-read-brackets):
* lisp/calc/calc-yank.el (calc-edit-mode):
* lisp/calc/calc.el (calc, calc-do, calc-user-invocation):
* lisp/calendar/appt.el (appt-display-message):
* lisp/calendar/diary-lib.el (diary-check-diary-file)
(diary-mail-entries, diary-from-outlook):
* lisp/calendar/icalendar.el (icalendar-export-region)
(icalendar--convert-float-to-ical)
(icalendar--convert-date-to-ical)
(icalendar--convert-ical-to-diary)
(icalendar--convert-recurring-to-diary)
(icalendar--add-diary-entry):
* lisp/calendar/time-date.el (format-seconds):
* lisp/calendar/timeclock.el (timeclock-mode-line-display)
(timeclock-make-hours-explicit, timeclock-log-data):
* lisp/calendar/todo-mode.el (todo-prefix, todo-delete-category)
(todo-item-mark, todo-check-format)
(todo-insert-item--next-param, todo-edit-item--next-key)
(todo-mode):
* lisp/cedet/ede/pmake.el (ede-proj-makefile-insert-dist-rules):
* lisp/cedet/mode-local.el (describe-mode-local-overload)
(mode-local-print-binding, mode-local-describe-bindings-2):
* lisp/cedet/semantic/complete.el (semantic-displayor-show-request):
* lisp/cedet/srecode/srt-mode.el (srecode-macro-help):
* lisp/cus-start.el (standard):
* lisp/cus-theme.el (describe-theme-1):
* lisp/custom.el (custom-add-dependencies, custom-check-theme)
(custom--sort-vars-1, load-theme):
* lisp/descr-text.el (describe-text-properties-1, describe-char):
* lisp/dired-x.el (dired-do-run-mail):
* lisp/dired.el (dired-log):
* lisp/emacs-lisp/advice.el (ad-read-advised-function)
(ad-read-advice-class, ad-read-advice-name, ad-enable-advice)
(ad-disable-advice, ad-remove-advice, ad-set-argument)
(ad-set-arguments, ad--defalias-fset, ad-activate)
(ad-deactivate):
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand)
(byte-compile-unfold-lambda, byte-optimize-form-code-walker)
(byte-optimize-while, byte-optimize-apply):
* lisp/emacs-lisp/byte-run.el (defun, defsubst):
* lisp/emacs-lisp/bytecomp.el (byte-compile-lapcode)
(byte-compile-log-file, byte-compile-format-warn)
(byte-compile-nogroup-warn, byte-compile-arglist-warn)
(byte-compile-cl-warn)
(byte-compile-warn-about-unresolved-functions)
(byte-compile-file, byte-compile--declare-var)
(byte-compile-file-form-defmumble, byte-compile-form)
(byte-compile-normal-call, byte-compile-check-variable)
(byte-compile-variable-ref, byte-compile-variable-set)
(byte-compile-subr-wrong-args, byte-compile-setq-default)
(byte-compile-negation-optimizer)
(byte-compile-condition-case--old)
(byte-compile-condition-case--new, byte-compile-save-excursion)
(byte-compile-defvar, byte-compile-autoload)
(byte-compile-lambda-form)
(byte-compile-make-variable-buffer-local, display-call-tree)
(batch-byte-compile):
* lisp/emacs-lisp/cconv.el (cconv-convert, cconv--analyze-use):
* lisp/emacs-lisp/chart.el (chart-space-usage):
* lisp/emacs-lisp/check-declare.el (check-declare-scan)
(check-declare-warn, check-declare-file)
(check-declare-directory):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine)
(checkdoc-message-text-engine):
* lisp/emacs-lisp/cl-extra.el (cl-parse-integer)
(cl--describe-class):
* lisp/emacs-lisp/cl-generic.el (cl-defgeneric)
(cl--generic-describe, cl-generic-generalizers):
* lisp/emacs-lisp/cl-macs.el (cl--parse-loop-clause, cl-tagbody)
(cl-symbol-macrolet):
* lisp/emacs-lisp/cl.el (cl-unload-function, flet):
* lisp/emacs-lisp/copyright.el (copyright)
(copyright-update-directory):
* lisp/emacs-lisp/edebug.el (edebug-read-list):
* lisp/emacs-lisp/eieio-base.el (eieio-persistent-read):
* lisp/emacs-lisp/eieio-core.el (eieio--slot-override)
(eieio-oref):
* lisp/emacs-lisp/eieio-opt.el (eieio-help-constructor):
* lisp/emacs-lisp/eieio-speedbar.el:
(eieio-speedbar-child-make-tag-lines)
(eieio-speedbar-child-description):
* lisp/emacs-lisp/eieio.el (defclass, change-class):
* lisp/emacs-lisp/elint.el (elint-file, elint-get-top-forms)
(elint-init-form, elint-check-defalias-form)
(elint-check-let-form):
* lisp/emacs-lisp/ert.el (ert-get-test, ert-results-mode-menu)
(ert-results-pop-to-backtrace-for-test-at-point)
(ert-results-pop-to-messages-for-test-at-point)
(ert-results-pop-to-should-forms-for-test-at-point)
(ert-describe-test):
* lisp/emacs-lisp/find-func.el (find-function-search-for-symbol)
(find-function-library):
* lisp/emacs-lisp/generator.el (iter-yield):
* lisp/emacs-lisp/gv.el (gv-define-simple-setter):
* lisp/emacs-lisp/lisp-mnt.el (lm-verify):
* lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning):
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p):
* lisp/emacs-lisp/nadvice.el (advice--make-docstring)
(advice--make, define-advice):
* lisp/emacs-lisp/package-x.el (package-upload-file):
* lisp/emacs-lisp/package.el (package-version-join)
(package-disabled-p, package-activate-1, package-activate)
(package--download-one-archive)
(package--download-and-read-archives)
(package-compute-transaction, package-install-from-archive)
(package-install, package-install-selected-packages)
(package-delete, package-autoremove, describe-package-1)
(package-install-button-action, package-delete-button-action)
(package-menu-hide-package, package-menu--list-to-prompt)
(package-menu--perform-transaction)
(package-menu--find-and-notify-upgrades):
* lisp/emacs-lisp/pcase.el (pcase-exhaustive, pcase--u1):
* lisp/emacs-lisp/re-builder.el (reb-enter-subexp-mode):
* lisp/emacs-lisp/ring.el (ring-previous, ring-next):
* lisp/emacs-lisp/rx.el (rx-check, rx-anything)
(rx-check-any-string, rx-check-any, rx-check-not, rx-=)
(rx-repeat, rx-check-backref, rx-syntax, rx-check-category)
(rx-form):
* lisp/emacs-lisp/smie.el (smie-config-save):
* lisp/emacs-lisp/subr-x.el (internal--check-binding):
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-put-tag):
* lisp/emacs-lisp/testcover.el (testcover-1value):
* lisp/emacs-lisp/timer.el (timer-event-handler):
* lisp/emulation/viper-cmd.el (viper-toggle-parse-sexp-ignore-comments)
(viper-toggle-search-style, viper-kill-buffer)
(viper-brac-function):
* lisp/emulation/viper-macs.el (viper-record-kbd-macro):
* lisp/env.el (setenv):
* lisp/erc/erc-button.el (erc-nick-popup):
* lisp/erc/erc.el (erc-cmd-LOAD, erc-handle-login, english):
* lisp/eshell/em-dirs.el (eshell/cd):
* lisp/eshell/em-glob.el (eshell-glob-regexp)
(eshell-glob-entries):
* lisp/eshell/em-pred.el (eshell-parse-modifiers):
* lisp/eshell/esh-opt.el (eshell-show-usage):
* lisp/facemenu.el (facemenu-add-new-face)
(facemenu-add-new-color):
* lisp/faces.el (read-face-name, read-face-font, describe-face)
(x-resolve-font-name):
* lisp/files-x.el (modify-file-local-variable):
* lisp/files.el (locate-user-emacs-file, find-alternate-file)
(set-auto-mode, hack-one-local-variable--obsolete)
(dir-locals-set-directory-class, write-file, basic-save-buffer)
(delete-directory, copy-directory, recover-session)
(recover-session-finish, insert-directory)
(file-modes-char-to-who, file-modes-symbolic-to-number)
(move-file-to-trash):
* lisp/filesets.el (filesets-add-buffer, filesets-remove-buffer):
* lisp/find-cmd.el (find-generic, find-to-string):
* lisp/finder.el (finder-commentary):
* lisp/font-lock.el (font-lock-fontify-buffer):
* lisp/format.el (format-write-file, format-find-file)
(format-insert-file):
* lisp/frame.el (get-device-terminal, select-frame-by-name):
* lisp/fringe.el (fringe--check-style):
* lisp/gnus/nnmairix.el (nnmairix-widget-create-query):
* lisp/help-fns.el (help-fns--key-bindings)
(help-fns--compiler-macro, help-fns--parent-mode)
(help-fns--obsolete, help-fns--interactive-only)
(describe-function-1, describe-variable):
* lisp/help.el (describe-mode)
(describe-minor-mode-from-indicator):
* lisp/image.el (image-type):
* lisp/international/ccl.el (ccl-dump):
* lisp/international/fontset.el (x-must-resolve-font-name):
* lisp/international/mule-cmds.el (prefer-coding-system)
(select-safe-coding-system-interactively)
(select-safe-coding-system, activate-input-method)
(toggle-input-method, describe-current-input-method)
(describe-language-environment):
* lisp/international/mule-conf.el (code-offset):
* lisp/international/mule-diag.el (describe-character-set)
(list-input-methods-1):
* lisp/mail/feedmail.el (feedmail-run-the-queue):
* lisp/mouse.el (minor-mode-menu-from-indicator):
* lisp/mpc.el (mpc-playlist-rename):
* lisp/msb.el (msb--choose-menu):
* lisp/net/ange-ftp.el (ange-ftp-shell-command):
* lisp/net/imap.el (imap-interactive-login):
* lisp/net/mairix.el (mairix-widget-create-query):
* lisp/net/newst-backend.el (newsticker--sentinel-work):
* lisp/net/newst-treeview.el (newsticker--treeview-load):
* lisp/net/rlogin.el (rlogin):
* lisp/obsolete/iswitchb.el (iswitchb-possible-new-buffer):
* lisp/obsolete/otodo-mode.el (todo-more-important-p):
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region):
* lisp/obsolete/pgg-pgp.el (pgg-pgp-process-region):
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-process-region):
* lisp/org/ob-core.el (org-babel-goto-named-src-block)
(org-babel-goto-named-result):
* lisp/org/ob-fortran.el (org-babel-fortran-ensure-main-wrap):
* lisp/org/ob-ref.el (org-babel-ref-resolve):
* lisp/org/org-agenda.el (org-agenda-prepare):
* lisp/org/org-clock.el (org-clock-notify-once-if-expired)
(org-clock-resolve):
* lisp/org/org-ctags.el (org-ctags-ask-rebuild-tags-file-then-find-tag):
* lisp/org/org-feed.el (org-feed-parse-atom-entry):
* lisp/org/org-habit.el (org-habit-parse-todo):
* lisp/org/org-mouse.el (org-mouse-popup-global-menu)
(org-mouse-context-menu):
* lisp/org/org-table.el (org-table-edit-formulas):
* lisp/org/ox.el (org-export-async-start):
* lisp/proced.el (proced-log):
* lisp/progmodes/ada-mode.el (ada-get-indent-case)
(ada-check-matching-start, ada-goto-matching-start):
* lisp/progmodes/ada-prj.el (ada-prj-display-page):
* lisp/progmodes/ada-xref.el (ada-find-executable):
* lisp/progmodes/ebrowse.el (ebrowse-tags-apropos):
* lisp/progmodes/etags.el (etags-tags-apropos-additional):
* lisp/progmodes/flymake.el (flymake-parse-err-lines)
(flymake-start-syntax-check-process):
* lisp/progmodes/python.el (python-shell-get-process-or-error)
(python-define-auxiliary-skeleton):
* lisp/progmodes/sql.el (sql-comint):
* lisp/progmodes/verilog-mode.el (verilog-load-file-at-point):
* lisp/progmodes/vhdl-mode.el (vhdl-widget-directory-validate):
* lisp/recentf.el (recentf-open-files):
* lisp/replace.el (query-replace-read-from)
(occur-after-change-function, occur-1):
* lisp/scroll-bar.el (scroll-bar-columns):
* lisp/server.el (server-get-auth-key):
* lisp/simple.el (execute-extended-command)
(undo-outer-limit-truncate, list-processes--refresh)
(compose-mail, set-variable, choose-completion-string)
(define-alternatives):
* lisp/startup.el (site-run-file, tty-handle-args, command-line)
(command-line-1):
* lisp/subr.el (noreturn, define-error, add-to-list)
(read-char-choice, version-to-list):
* lisp/term/common-win.el (x-handle-xrm-switch)
(x-handle-name-switch, x-handle-args):
* lisp/term/x-win.el (x-handle-parent-id, x-handle-smid):
* lisp/textmodes/reftex-ref.el (reftex-label):
* lisp/textmodes/reftex-toc.el (reftex-toc-rename-label):
* lisp/textmodes/two-column.el (2C-split):
* lisp/tutorial.el (tutorial--describe-nonstandard-key)
(tutorial--find-changed-keys):
* lisp/type-break.el (type-break-noninteractive-query):
* lisp/wdired.el (wdired-do-renames, wdired-do-symlink-changes)
(wdired-do-perm-changes):
* lisp/whitespace.el (whitespace-report-region):
Prefer grave quoting in source-code strings used to generate help
and diagnostics.
* lisp/faces.el (face-documentation):
No need to convert quotes, since the result is a docstring.
* lisp/info.el (Info-virtual-index-find-node)
(Info-virtual-index, info-apropos):
Simplify by generating only curved quotes, since info files are
typically that ways nowadays anyway.
* lisp/international/mule-diag.el (list-input-methods):
Don’t assume text quoting style is curved.
* lisp/org/org-bibtex.el (org-bibtex-fields):
Revert my recent changes, going back to the old quoting style.
2015-09-07 15:41:44 +00:00
( error " Customizing `site-run-file' does not work " ) ) )
1993-08-13 06:01:05 +00:00
2014-12-29 20:39:58 +00:00
( make-obsolete-variable 'system-name " use (system-name) instead " " 25.1 " )
1997-06-18 07:07:57 +00:00
( defcustom mail-host-address nil
2017-02-13 01:53:13 +00:00
" The name of this machine, for use in constructing email addresses.
If this is nil , Emacs uses ` system-name '. "
1997-06-18 07:07:57 +00:00
:type ' ( choice ( const nil ) string )
:group 'mail )
1994-09-22 04:56:49 +00:00
2017-02-18 00:06:15 +00:00
( defcustom user-mail-address
( or ( getenv " EMAIL " )
( concat ( user-login-name ) " @ " ( or mail-host-address ( system-name ) ) ) )
" The email address of the current user.
This defaults to either: the value of EMAIL environment variable ; or
user@host, using ` user-login-name ' and ` mail-host-address ' ( or ` system-name ' ) . "
:initialize 'custom-initialize-delay
:set-after ' ( mail-host-address )
1997-06-18 07:07:57 +00:00
:type 'string
:group 'mail )
1994-06-25 00:34:11 +00:00
1997-06-18 07:07:57 +00:00
( defcustom auto-save-list-file-prefix
2000-04-24 18:43:25 +00:00
( cond ( ( eq system-type 'ms-dos )
;; MS-DOS cannot have initial dot, and allows only 8.3 names
2008-10-24 22:50:13 +00:00
( concat user-emacs-directory " auto-save.list/_s " ) )
2000-04-24 18:43:25 +00:00
( t
2008-10-24 22:50:13 +00:00
( concat user-emacs-directory " auto-save-list/.saves- " ) ) )
1995-12-21 18:10:03 +00:00
" Prefix for generating `auto-save-list-file-name' .
2012-09-17 05:41:04 +00:00
This is used after reading your init file to initialize
1995-12-21 18:10:03 +00:00
` auto-save-list-file-name ', by appending Emacs 's pid and the system name,
if you have not already set ` auto-save-list-file-name ' yourself.
2000-04-24 18:43:25 +00:00
Directories in the prefix will be created if necessary.
1995-12-21 18:10:03 +00:00
Set this to nil if you want to prevent ` auto-save-list-file-name '
1997-06-18 07:07:57 +00:00
from being initialized. "
2019-09-11 15:50:02 +00:00
:initialize #' custom-initialize-delay
1997-10-15 23:55:45 +00:00
:type ' ( choice ( const :tag " Don't record a session's auto save list " nil )
string )
1997-06-18 07:07:57 +00:00
:group 'auto-save )
1995-10-04 19:41:15 +00:00
2005-04-10 23:36:22 +00:00
( defvar emacs-basic-display nil )
1991-07-11 23:17:40 +00:00
( defvar init-file-debug nil )
2006-11-05 15:19:55 +00:00
( defvar init-file-had-error nil
" Non-nil if there was an error loading the user's init file. " )
1993-11-22 06:35:37 +00:00
1999-01-26 22:10:15 +00:00
( defvar normal-top-level-add-subdirs-inode-list nil )
2005-03-05 04:31:59 +00:00
( defvar no-blinking-cursor nil )
2003-06-30 10:36:35 +00:00
( defvar pure-space-overflow nil
" Non-nil if building Emacs overflowed pure space. " )
2009-10-30 02:00:11 +00:00
( defvar pure-space-overflow-message ( purecopy " \
2007-09-10 22:07:27 +00:00
Warning Warning!!! Pure space overflow !!!Warning Warning
2009-10-30 02:00:11 +00:00
\(See the node Pure Storage in the Lisp manual for details. ) \n " ))
2007-09-10 22:07:27 +00:00
2009-09-12 03:55:46 +00:00
( defcustom tutorial-directory
( file-name-as-directory ( expand-file-name " tutorials " data-directory ) )
" Directory containing the Emacs TUTORIAL files. "
:group 'installation
:type 'directory
Replace gui-method macros with cl-generic with &context
* lisp/frame.el (gui-method--name, gui-method, gui-method-define)
(gui-method-declare, gui-call): Remove.
(frame-creation-function): Use cl-defgeneric.
(make-frame): Adjust callers.
* lisp/menu-bar.el (menu-bar-edit-menu):
Use gui-backend-selection-exists-p.
* lisp/select.el (x-get-clipboard): Use gui-backend-get-selection.
(gui-backend-get-selection): New cl-generic to replace
gui-get-selection method.
(gui-backend-set-selection): New cl-generic to replace
gui-set-selection method.
(gui-selection-owner-p): New cl-generic to replace
gui-selection-owner-p method.
(gui-backend-selection-exists-p): New cl-generic to replace
gui-selection-exists-p method. Adjust all callers.
* lisp/server.el (server-create-window-system-frame): Don't ignore
window-system spec even when unsupported.
* lisp/simple.el (deactivate-mark): Use new gui-backend-* functions.
* lisp/startup.el (handle-args-function, window-system-initialization):
Use cl-defgeneric.
(command-line): Adjust calls accordingly.
* lisp/term/ns-win.el (ns-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/pc-win.el (w16-get-selection-value): Turn into
a gui-backend-get-selection method.
(gui-selection-exists-p, gui-selection-owner-p, gui-set-selection):
Use cl-defmethod on the new functions instead.
(msdos-window-system-initialization): Turn into
a window-system-initialization method.
(frame-creation-function, handle-args-function): Use cl-defmethod.
* lisp/term/w32-win.el (w32-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/x-win.el (x-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/xterm.el (xterm--set-selection): Turn into
a gui-backend-set-selection method.
* src/nsselect.m (Fns_selection_exists_p): Remove unused arg `terminal'.
(Fns_selection_owner_p): Remove unused arg `terminal'.
(Fns_get_selection): Remove unused args `time_stamp' and `terminal'.
2015-05-23 15:32:29 +00:00
:initialize #' custom-initialize-delay )
2007-08-24 02:57:53 +00:00
1998-03-23 00:15:20 +00:00
( defun normal-top-level-add-subdirs-to-load-path ( )
2016-04-30 22:26:00 +00:00
" Recursively add all subdirectories of `default-directory' to `load-path' .
1998-05-11 01:17:48 +00:00
More precisely, this uses only the subdirectories whose names
1998-06-02 13:21:13 +00:00
start with letters or digits ; it excludes any subdirectory named `RCS'
or ` CVS ', and any subdirectory that contains a file named ` . nosearch '. "
2003-02-04 12:29:42 +00:00
( let ( dirs
1999-01-26 22:10:15 +00:00
attrs
1998-03-23 00:15:20 +00:00
( pending ( list default-directory ) ) )
;; This loop does a breadth-first tree walk on DIR's subtree,
;; putting each subdir into DIRS as its contents are examined.
( while pending
2001-11-17 00:08:20 +00:00
( push ( pop pending ) dirs )
2001-07-22 10:53:30 +00:00
( let* ( ( this-dir ( car dirs ) )
( contents ( directory-files this-dir ) )
( default-directory this-dir )
Cleanup namespace of dos-w32.el.
* lisp/dos-w32.el (minibuffer-history-case-insensitive-variables)
(path-separator, null-device, buffer-file-coding-system)
(lpr-headers-switches): Check system-type before modifying them.
(find-buffer-file-type-coding-system): Mark obsolete.
(w32-find-file-not-found-set-buffer-file-coding-system): Rename from
find-file-not-found-set-buffer-file-coding-system.
(w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
(w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
(w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
(w32-direct-print-region-helper, w32-direct-print-region-function)
(w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
* lisp/startup.el (normal-top-level-add-subdirs-to-load-path):
* lisp/ps-print.el (ps-print-region-function):
* lisp/lpr.el (print-region-function): Use new name.
* lisp/simple.el (copy-region-as-kill): Fix call to region-extract-function.
* lisp/emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
(byte-compile-and-folded): New function.
(=, <, >, <=, >=): Use it.
2013-10-30 02:45:53 +00:00
( canonicalized ( if ( fboundp 'w32-untranslated-canonical-name )
( w32-untranslated-canonical-name this-dir ) ) ) )
2010-12-03 03:06:11 +00:00
;; The Windows version doesn't report meaningful inode numbers, so
;; use the canonicalized absolute file name of the directory instead.
2001-07-22 10:53:30 +00:00
( setq attrs ( or canonicalized
( nthcdr 10 ( file-attributes this-dir ) ) ) )
1999-01-26 22:10:15 +00:00
( unless ( member attrs normal-top-level-add-subdirs-inode-list )
2001-11-17 00:08:20 +00:00
( push attrs normal-top-level-add-subdirs-inode-list )
( dolist ( file contents )
2010-12-03 03:06:11 +00:00
( and ( string-match " \\ ` [[:alnum:]] " file )
;; The lower-case variants of RCS and CVS are for DOS/Windows.
( not ( member file ' ( " RCS " " CVS " " rcs " " cvs " ) ) )
( file-directory-p file )
( let ( ( expanded ( expand-file-name file ) ) )
( or ( file-exists-p ( expand-file-name " .nosearch " expanded ) )
( setq pending ( nconc pending ( list expanded ) ) ) ) ) ) ) ) ) )
1998-03-26 04:26:27 +00:00
( normal-top-level-add-to-load-path ( cdr ( nreverse dirs ) ) ) ) )
1998-03-23 00:15:20 +00:00
1994-10-11 08:22:38 +00:00
( defun normal-top-level-add-to-load-path ( dirs )
2010-12-03 03:06:11 +00:00
" This function is called from a subdirs.el file.
It assumes that ` default-directory ' is the directory in which the
subdirs.el file exists, and it adds to ` load-path ' the subdirs of
that directory as specified in DIRS. Normally the elements of
DIRS are relative. "
1997-09-19 18:15:57 +00:00
( let ( ( tail load-path )
( thisdir ( directory-file-name default-directory ) ) )
( while ( and tail
2000-04-26 17:34:37 +00:00
;;Don't go all the way to the nil terminator.
( cdr tail )
1997-09-19 18:15:57 +00:00
( not ( equal thisdir ( car tail ) ) )
( not ( and ( memq system-type ' ( ms-dos windows-nt ) )
( equal ( downcase thisdir ) ( downcase ( car tail ) ) ) ) ) )
( setq tail ( cdr tail ) ) )
2000-04-26 17:34:37 +00:00
;;Splice the new section in.
( when tail
( setcdr tail ( append ( mapcar 'expand-file-name dirs ) ( cdr tail ) ) ) ) ) )
1994-10-11 08:22:38 +00:00
2019-08-31 21:47:04 +00:00
;; The default location for XDG-convention Emacs init files.
( defconst startup--xdg-config-default " ~/.config/emacs/ " )
;; The location for XDG-convention Emacs init files.
( defvar startup--xdg-config-home-emacs )
;; Return the name of the init file directory for Emacs, assuming
2020-01-15 11:24:43 +00:00
;; XDG-DIR is the XDG location and USER-NAME is the user name. If
;; USER-NAME is nil or "", use the current user. Prefer the XDG
;; location only if the .emacs.d location does not exist.
2019-08-31 21:47:04 +00:00
( defun startup--xdg-or-homedot ( xdg-dir user-name )
2020-01-15 11:24:43 +00:00
( let ( ( emacs-d-dir ( concat " ~ " user-name
( if ( eq system-type 'ms-dos )
" /_emacs.d/ "
" /.emacs.d/ " ) ) ) )
( cond
( ( or ( file-exists-p emacs-d-dir )
( if ( eq system-type 'windows-nt )
( if ( file-directory-p ( concat " ~ " user-name ) )
( directory-files ( concat " ~ " user-name ) nil
" \\ ` [._]emacs \\ ( \\ .elc? \\ )? \\ ' " ) )
( file-exists-p ( concat " ~ " init-file-user
( if ( eq system-type 'ms-dos )
" /_emacs "
" /.emacs " ) ) ) ) )
emacs-d-dir )
( ( file-exists-p xdg-dir )
xdg-dir )
( t emacs-d-dir ) ) ) )
2019-08-31 21:47:04 +00:00
1991-07-11 23:17:40 +00:00
( defun normal-top-level ( )
2012-03-26 00:37:04 +00:00
" Emacs calls this function when it first starts up.
It sets ` command-line-processed ', processes the command-line,
reads the initialization files, etc.
It is the default value of the variable ` top-level '. "
1991-07-11 23:17:40 +00:00
( if command-line-processed
2014-08-27 10:51:21 +00:00
( message internal--top-level-message )
1991-07-11 23:17:40 +00:00
( setq command-line-processed t )
2013-11-04 17:30:33 +00:00
2019-08-31 21:47:04 +00:00
( setq startup--xdg-config-home-emacs
( let ( ( xdg-config-home ( getenv-internal " XDG_CONFIG_HOME " ) ) )
( if xdg-config-home
( concat xdg-config-home " /emacs/ " )
startup--xdg-config-default ) ) )
( setq user-emacs-directory
( startup--xdg-or-homedot startup--xdg-config-home-emacs nil ) )
2013-11-05 16:18:00 +00:00
;; Look in each dir in load-path for a subdirs.el file. If we
;; find one, load it, which will add the appropriate subdirs of
;; that dir into load-path. This needs to be done before setting
;; the locale environment, because the latter might need to load
;; some support files.
;; Look for a leim-list.el file too. Loading it will register
;; available input methods.
( let ( ( tail load-path )
( lispdir ( expand-file-name " ../lisp " data-directory ) )
dir )
( while tail
( setq dir ( car tail ) )
( let ( ( default-directory dir ) )
( load ( expand-file-name " subdirs.el " ) t t t ) )
2013-11-26 01:06:23 +00:00
;; Do not scan standard directories that won't contain a leim-list.el.
2017-11-26 06:45:41 +00:00
;; https://lists.gnu.org/r/emacs-devel/2009-10/msg00502.html
Move runtime leim lisp files to lisp/leim directory
This allows us to reuse much of the lisp build and installation machinery,
rather than duplicating it.
* Makefile.in (abs_builddir, leimdir): Remove.
(buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory.
(epaths-force-w32): No longer set BLD.
(leim): Remove.
(install-arch-indep): No longer run or install leim.
(mostlyclean, clean): No longer run leim rule.
(bootstrap-clean): Change leim target.
(maintainer-clean): Add leim.
(check-declare): Remove leim.
* README: Update for leim changes.
* configure.ac (leimdir): Remove.
(standardlisppath): No more leimdir.
* make-dist: Update for files from leim/ now being in lisp/leim/.
* doc/lispref/loading.texi (Library Search):
* doc/lispref/os.texi (Startup Summary): No more leim directory.
* leim/Makefile.in (leimdir): New variable.
(TIT_GB, TIT_BIG5, MISC, changed.tit, changed.misc)
(${leimdir}/leim-list.el, ${leimdir}/ja-dic/ja-dic.el):
Generate in $leimdir.
(all): Remove compilation, add ja-dic.
(leim-list.el): Now PHONY.
(setwins, compile-targets, compile-main, clean, mostlyclean)
(extraclean): Remove.
(bootstrap-clean): Delete all generated files.
* leim/README: Update for moved leim/ directory.
* leim/leim-ext.el (ucs-input-activate, hangul-input-method-activate):
Remove manual autoloads; now in loaddefs.el.
Disable byte-compile, version-control, autoloads in the output.
* lisp/Makefile.in (setwins_for_subdirs): Skip leim/ directory.
(compile-main): Depend on lisp/leim rule.
(leim): New rule.
* lisp/loadup.el: Move leim-list.el to leim/ subdirectory.
* lisp/startup.el (normal-top-level): No more leim directory.
* lisp/international/ja-dic-cnv.el (skkdic-convert):
Disable version-control and autoloads in output files.
* lisp/international/titdic-cnv.el (titdic-convert, miscdic-convert):
Disable version-control and autoloads in output files.
* lisp/leim/quail: Move here from ../leim.
* lisp/leim/quail/hangul.el (hangul-input-method-activate):
Add autoload cookie.
(generated-autoload-load-name): Set file-local value.
* lisp/leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
(generated-autoload-load-name): Set file-local value.
* nt/README.W32:
* nt/addpm.c (env_vars):
* nt/epaths.nt (PATH_LOADSEARCH, PATH_DUMPLOADSEARCH):
* nt/paths.h (PATH_LOADSEARCH): No more leim directory.
* src/Makefile.in (leimdir): Now in lisp source directory.
($(leimdir)/leim-list.el): Just use ../leim .
* src/epaths.in (PATH_DUMPLOADSEARCH):
* src/lread.c (load_path_default):
* src/nsterm.m (ns_load_path): No more leim directory.
* .bzrignore: Update for relocated leim files.
2013-11-27 06:15:06 +00:00
;; (Except the preloaded one in lisp/leim.)
2013-11-26 01:06:23 +00:00
( or ( string-prefix-p lispdir dir )
( let ( ( default-directory dir ) )
( load ( expand-file-name " leim-list.el " ) t t t ) ) )
2013-11-05 16:18:00 +00:00
;; We don't use a dolist loop and we put this "setq-cdr" command at
;; the end, because the subdirs.el files may add elements to the end
;; of load-path and we want to take it into account.
( setq tail ( cdr tail ) ) ) )
2013-11-04 17:30:33 +00:00
;; Set the default strings to display in mode line for end-of-line
;; formats that aren't native to this platform. This should be
;; done before calling set-locale-environment, as the latter might
;; use these mnemonics.
( cond
( ( memq system-type ' ( ms-dos windows-nt ) )
( setq eol-mnemonic-unix " (Unix) "
eol-mnemonic-mac " (Mac) " ) )
( t ; this is for Unix/GNU/Linux systems
( setq eol-mnemonic-dos " (DOS) "
eol-mnemonic-mac " (Mac) " ) ) )
( set-locale-environment nil )
;; Decode all default-directory's (probably, only *scratch* exists
;; at this point). default-directory of *scratch* is the basis
;; for many other file-name variables and directory lists, so it
;; is important to decode it ASAP.
( when locale-coding-system
2013-12-09 17:33:01 +00:00
( let ( ( coding ( if ( eq system-type 'windows-nt )
;; MS-Windows build converts all file names to
;; UTF-8 during startup.
'utf-8
locale-coding-system ) ) )
( save-excursion
( dolist ( elt ( buffer-list ) )
( set-buffer elt )
( if default-directory
( setq default-directory
2015-12-25 16:37:31 +00:00
( if ( eq system-type 'windows-nt )
2018-05-18 13:34:19 +00:00
;; We pass the decoded default-directory as
;; the 2nd arg to expand-file-name to make
;; sure it sees a multibyte string as the
;; default directory; this avoids the side
;; effect of returning a unibyte string from
;; expand-file-name because it still sees
;; the undecoded value of default-directory.
( let ( ( defdir ( decode-coding-string default-directory
coding t ) ) )
;; Convert backslashes to forward slashes.
( expand-file-name defdir defdir ) )
2015-12-25 16:37:31 +00:00
( decode-coding-string default-directory coding t ) ) ) ) ) )
2013-12-09 17:33:01 +00:00
;; Decode all the important variables and directory lists, now
;; that we know the locale's encoding. This is because the
;; values of these variables are until here unibyte undecoded
;; strings created by build_unibyte_string. data-directory in
;; particular is used to construct many other standard
;; directory names, so it must be decoded ASAP. Note that
;; charset-map-path cannot be decoded here, since we could
;; then be trapped in infinite recursion below, when we load
;; subdirs.el, because encoding a directory name might need to
;; load a charset map, which will want to encode
;; charset-map-path, which will want to load the same charset
;; map... So decoding of charset-map-path is delayed until
;; further down below.
( dolist ( pathsym ' ( load-path exec-path ) )
( let ( ( path ( symbol-value pathsym ) ) )
( if ( listp path )
( set pathsym ( mapcar ( lambda ( dir )
( decode-coding-string dir coding t ) )
path ) ) ) ) )
( dolist ( filesym ' ( data-directory doc-directory exec-directory
installation-directory
invocation-directory invocation-name
source-directory
shared-game-score-directory ) )
( let ( ( file ( symbol-value filesym ) ) )
( if ( stringp file )
( set filesym ( decode-coding-string file coding t ) ) ) ) ) ) )
2013-11-04 17:30:33 +00:00
1995-04-08 05:05:32 +00:00
( let ( ( dir default-directory ) )
2004-08-20 22:40:34 +00:00
( with-current-buffer " *Messages* "
2013-09-17 07:39:54 +00:00
( messages-buffer-mode )
2008-06-10 16:08:48 +00:00
;; Make it easy to do like "tail -f".
2020-12-09 08:44:38 +00:00
( setq-local window-point-insertion-type t )
2008-06-10 16:08:48 +00:00
;; Give *Messages* the same default-directory as *scratch*,
;; just to keep things predictable.
2015-06-12 04:57:47 +00:00
( setq default-directory ( or dir ( expand-file-name " ~/ " ) ) ) ) )
2002-10-02 16:33:06 +00:00
;; `user-full-name' is now known; reset its standard-value here.
( put 'user-full-name 'standard-value
( list ( default-value 'user-full-name ) ) )
2008-07-31 05:33:56 +00:00
;; If the PWD environment variable isn't accurate, delete it.
( let ( ( pwd ( getenv " PWD " ) ) )
2020-08-26 17:53:32 +00:00
( and pwd
2015-06-12 00:47:45 +00:00
( or ( and default-directory
2020-08-17 23:21:36 +00:00
( ignore-errors
( equal ( file-attributes
2020-08-26 17:53:32 +00:00
( file-name-as-directory pwd ) )
2020-08-17 23:21:36 +00:00
( file-attributes
2020-08-26 17:53:32 +00:00
( file-name-as-directory default-directory ) ) ) ) )
2008-07-31 05:33:56 +00:00
( setq process-environment
( delete ( concat " PWD= " pwd )
process-environment ) ) ) ) )
2013-11-04 17:30:33 +00:00
;; Now, that other directories were searched, and any charsets we
;; need for encoding them are already loaded, we are ready to
;; decode charset-map-path.
( if ( listp charset-map-path )
2013-12-09 17:33:01 +00:00
( let ( ( coding ( if ( eq system-type 'windows-nt )
'utf-8
locale-coding-system ) ) )
( setq charset-map-path
( mapcar ( lambda ( dir )
( decode-coding-string dir coding t ) )
charset-map-path ) ) ) )
2015-06-12 00:34:54 +00:00
( if default-directory
( setq default-directory ( abbreviate-file-name default-directory ) )
2015-06-13 02:26:21 +00:00
( display-warning 'initialization " Error setting default-directory " ) )
2009-09-10 18:19:03 +00:00
( let ( ( old-face-font-rescale-alist face-font-rescale-alist ) )
1994-05-07 00:21:24 +00:00
( unwind-protect
( command-line )
;; Do this again, in case .emacs defined more abbreviations.
2015-06-12 00:34:54 +00:00
( if default-directory
( setq default-directory ( abbreviate-file-name default-directory ) ) )
1995-10-23 16:59:47 +00:00
;; Specify the file for recording all the auto save files of this session.
;; This is used by recover-session.
1995-12-21 18:10:03 +00:00
( or auto-save-list-file-name
( and auto-save-list-file-prefix
( setq auto-save-list-file-name
1996-01-01 23:50:19 +00:00
;; Under MS-DOS our PID is almost always reused between
;; Emacs invocations. We need something more unique.
2000-05-02 12:03:43 +00:00
( cond ( ( eq system-type 'ms-dos )
;; We are going to access the auto-save
;; directory, so make sure it exists.
( make-directory
( file-name-directory auto-save-list-file-prefix )
t )
2003-02-04 12:29:42 +00:00
( concat
2000-05-02 12:03:43 +00:00
( make-temp-name
( expand-file-name
auto-save-list-file-prefix ) )
" ~ " ) )
( t
( expand-file-name
( format " %s%d-%s~ "
auto-save-list-file-prefix
( emacs-pid )
( system-name ) ) ) ) ) ) ) )
2003-02-23 15:16:29 +00:00
( unless inhibit-startup-hooks
2014-03-27 20:57:23 +00:00
( run-hooks 'emacs-startup-hook 'term-setup-hook ) )
2001-07-10 12:55:44 +00:00
;; Don't do this if we failed to create the initial frame,
;; for instance due to a dense colormap.
2001-10-25 13:32:29 +00:00
( when ( or frame-initial-frame
;; If frame-initial-frame has no meaning, do this anyway.
2004-01-11 21:59:40 +00:00
( not ( and initial-window-system
2001-10-25 13:32:29 +00:00
( not noninteractive )
2004-01-11 21:59:40 +00:00
( not ( eq initial-window-system 'pc ) ) ) ) )
2009-04-25 14:25:06 +00:00
;; FIXME: The user's init file may change
;; face-font-rescale-alist. However, the default face
;; already has an assigned font object, which does not take
;; face-font-rescale-alist into account. For such
;; situations, we ought to have a way to find all font
;; objects and regenerate them; currently we do not. As a
;; workaround, we specifically reset te default face's :font
;; attribute here. See bug#1785.
( unless ( eq face-font-rescale-alist
old-face-font-rescale-alist )
( set-face-attribute 'default nil :font ( font-spec ) ) )
2001-07-10 12:55:44 +00:00
;; Modify the initial frame based on what .emacs puts into
;; ...-frame-alist.
( if ( fboundp 'frame-notice-user-settings )
( frame-notice-user-settings ) )
2004-03-11 01:11:38 +00:00
;; Set the faces for the initial background mode even if
;; frame-notice-user-settings didn't (such as on a tty).
;; frame-set-background-mode is idempotent, so it won't
;; cause any harm if it's already been done.
2001-07-10 12:55:44 +00:00
( if ( fboundp 'frame-set-background-mode )
2004-03-11 01:11:38 +00:00
( frame-set-background-mode ( selected-frame ) ) ) )
2000-10-19 09:04:26 +00:00
1994-05-07 00:21:24 +00:00
;; Now we know the user's default font, so add it to the menu.
( if ( fboundp 'font-menu-add-default )
( font-menu-add-default ) )
2014-03-27 20:57:23 +00:00
( unless inhibit-startup-hooks
( run-hooks 'window-setup-hook ) ) ) )
2007-08-31 06:57:25 +00:00
;; Subprocesses of Emacs do not have direct access to the terminal, so
;; unless told otherwise they should only assume a dumb terminal.
;; We are careful to do it late (after term-setup-hook), although the
;; new multi-tty code does not use $TERM any more there anyway.
2007-09-21 07:24:01 +00:00
( setenv " TERM " " dumb " )
;; Remove DISPLAY from the process-environment as well. This allows
;; `callproc.c' to give it a useful adaptive default which is either
;; the value of the `display' frame-parameter or the DISPLAY value
;; from initial-environment.
( let ( ( display ( frame-parameter nil 'display ) ) )
;; Be careful which DISPLAY to remove from process-environment: follow
;; the logic of `callproc.c'.
( if ( stringp display ) ( setq display ( concat " DISPLAY= " display ) )
( dolist ( varval initial-environment )
( if ( string-match " \\ ` DISPLAY= " varval )
( setq display varval ) ) ) )
( when display
( delete display process-environment ) ) ) ) )
1994-05-07 00:21:24 +00:00
;; Precompute the keyboard equivalents in the menu bar items.
2000-10-28 17:18:59 +00:00
;; Command-line options supported by tty's:
( defconst tty-long-option-alist
2002-01-14 13:49:32 +00:00
' ( ( " --name " . " -name " )
( " --title " . " -T " )
( " --reverse-video " . " -reverse " )
2000-10-28 17:18:59 +00:00
( " --foreground-color " . " -fg " )
2002-01-14 13:49:32 +00:00
( " --background-color " . " -bg " )
( " --color " . " -color " ) ) )
2000-10-28 17:18:59 +00:00
2019-10-01 20:01:08 +00:00
;; FIXME: this var unused?
2001-01-24 15:38:36 +00:00
( defconst tool-bar-images-pixel-height 24
2008-10-28 11:17:05 +00:00
" Height in pixels of images in the tool-bar. " )
2001-01-24 15:38:36 +00:00
Replace gui-method macros with cl-generic with &context
* lisp/frame.el (gui-method--name, gui-method, gui-method-define)
(gui-method-declare, gui-call): Remove.
(frame-creation-function): Use cl-defgeneric.
(make-frame): Adjust callers.
* lisp/menu-bar.el (menu-bar-edit-menu):
Use gui-backend-selection-exists-p.
* lisp/select.el (x-get-clipboard): Use gui-backend-get-selection.
(gui-backend-get-selection): New cl-generic to replace
gui-get-selection method.
(gui-backend-set-selection): New cl-generic to replace
gui-set-selection method.
(gui-selection-owner-p): New cl-generic to replace
gui-selection-owner-p method.
(gui-backend-selection-exists-p): New cl-generic to replace
gui-selection-exists-p method. Adjust all callers.
* lisp/server.el (server-create-window-system-frame): Don't ignore
window-system spec even when unsupported.
* lisp/simple.el (deactivate-mark): Use new gui-backend-* functions.
* lisp/startup.el (handle-args-function, window-system-initialization):
Use cl-defgeneric.
(command-line): Adjust calls accordingly.
* lisp/term/ns-win.el (ns-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/pc-win.el (w16-get-selection-value): Turn into
a gui-backend-get-selection method.
(gui-selection-exists-p, gui-selection-owner-p, gui-set-selection):
Use cl-defmethod on the new functions instead.
(msdos-window-system-initialization): Turn into
a window-system-initialization method.
(frame-creation-function, handle-args-function): Use cl-defmethod.
* lisp/term/w32-win.el (w32-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/x-win.el (x-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/xterm.el (xterm--set-selection): Turn into
a gui-backend-set-selection method.
* src/nsselect.m (Fns_selection_exists_p): Remove unused arg `terminal'.
(Fns_selection_owner_p): Remove unused arg `terminal'.
(Fns_get_selection): Remove unused args `time_stamp' and `terminal'.
2015-05-23 15:32:29 +00:00
( cl-defgeneric handle-args-function ( args )
2014-10-01 22:13:11 +00:00
" Method for processing window-system dependent command-line arguments.
2004-01-22 02:36:55 +00:00
Window system startup files should add their own function to this
2014-10-01 22:13:11 +00:00
method, which should parse the command line arguments. Those
2004-01-22 02:36:55 +00:00
pertaining to the window system should be processed and removed
from the returned command line. " )
* lisp/emacs-lisp/cl-generic.el: Add (major-mode MODE) context
(cl--generic-derived-specializers): New function.
(cl--generic-derived-generalizer): New generalizer.
(cl-generic-generalizers): New specializer (derived-mode MODE).
(cl--generic-split-args): Apply the rewriter, if any.
(cl-generic-define-context-rewriter): New macro.
(major-mode): Use it to define a new context-rewriter, so we can write
`(major-mode MODE)' instead of `(major-mode (derived-mode MODE))'.
* lisp/frame.el (window-system): New context-rewriter so we can write
`(window-system VAL)' instead of (window-system (eql VAL)).
(cl--generic-split-args): Apply the rewriter, if any.
(frame-creation-function): Use the new syntax.
* lisp/term/x-win.el (window-system-initialization)
(handle-args-function, frame-creation-function)
(gui-backend-set-selection, gui-backend-selection-owner-p)
(gui-backend-selection-exists-p, gui-backend-get-selection):
* lisp/term/w32-win.el (window-system-initialization)
(handle-args-function, frame-creation-function)
(gui-backend-set-selection, gui-backend-get-selection)
(gui-backend-selection-owner-p, gui-backend-selection-exists-p):
* lisp/term/pc-win.el (gui-backend-get-selection)
(gui-backend-selection-exists-p, gui-backend-selection-owner-p)
(gui-backend-set-selection, window-system-initialization)
(frame-creation-function, handle-args-function):
* lisp/term/ns-win.el (window-system-initialization)
(handle-args-function, frame-creation-function)
(gui-backend-set-selection, gui-backend-selection-exists-p)
(gui-backend-get-selection):
* lisp/startup.el (handle-args-function):
* lisp/term/xterm.el (gui-backend-get-selection)
(gui-backend-set-selection): Use the new syntax.
2015-10-29 15:06:31 +00:00
( cl-defmethod handle-args-function ( args &context ( window-system nil ) )
Replace gui-method macros with cl-generic with &context
* lisp/frame.el (gui-method--name, gui-method, gui-method-define)
(gui-method-declare, gui-call): Remove.
(frame-creation-function): Use cl-defgeneric.
(make-frame): Adjust callers.
* lisp/menu-bar.el (menu-bar-edit-menu):
Use gui-backend-selection-exists-p.
* lisp/select.el (x-get-clipboard): Use gui-backend-get-selection.
(gui-backend-get-selection): New cl-generic to replace
gui-get-selection method.
(gui-backend-set-selection): New cl-generic to replace
gui-set-selection method.
(gui-selection-owner-p): New cl-generic to replace
gui-selection-owner-p method.
(gui-backend-selection-exists-p): New cl-generic to replace
gui-selection-exists-p method. Adjust all callers.
* lisp/server.el (server-create-window-system-frame): Don't ignore
window-system spec even when unsupported.
* lisp/simple.el (deactivate-mark): Use new gui-backend-* functions.
* lisp/startup.el (handle-args-function, window-system-initialization):
Use cl-defgeneric.
(command-line): Adjust calls accordingly.
* lisp/term/ns-win.el (ns-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/pc-win.el (w16-get-selection-value): Turn into
a gui-backend-get-selection method.
(gui-selection-exists-p, gui-selection-owner-p, gui-set-selection):
Use cl-defmethod on the new functions instead.
(msdos-window-system-initialization): Turn into
a window-system-initialization method.
(frame-creation-function, handle-args-function): Use cl-defmethod.
* lisp/term/w32-win.el (w32-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/x-win.el (x-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/xterm.el (xterm--set-selection): Turn into
a gui-backend-set-selection method.
* src/nsselect.m (Fns_selection_exists_p): Remove unused arg `terminal'.
(Fns_selection_owner_p): Remove unused arg `terminal'.
(Fns_get_selection): Remove unused args `time_stamp' and `terminal'.
2015-05-23 15:32:29 +00:00
( tty-handle-args args ) )
2004-01-22 02:36:55 +00:00
Replace gui-method macros with cl-generic with &context
* lisp/frame.el (gui-method--name, gui-method, gui-method-define)
(gui-method-declare, gui-call): Remove.
(frame-creation-function): Use cl-defgeneric.
(make-frame): Adjust callers.
* lisp/menu-bar.el (menu-bar-edit-menu):
Use gui-backend-selection-exists-p.
* lisp/select.el (x-get-clipboard): Use gui-backend-get-selection.
(gui-backend-get-selection): New cl-generic to replace
gui-get-selection method.
(gui-backend-set-selection): New cl-generic to replace
gui-set-selection method.
(gui-selection-owner-p): New cl-generic to replace
gui-selection-owner-p method.
(gui-backend-selection-exists-p): New cl-generic to replace
gui-selection-exists-p method. Adjust all callers.
* lisp/server.el (server-create-window-system-frame): Don't ignore
window-system spec even when unsupported.
* lisp/simple.el (deactivate-mark): Use new gui-backend-* functions.
* lisp/startup.el (handle-args-function, window-system-initialization):
Use cl-defgeneric.
(command-line): Adjust calls accordingly.
* lisp/term/ns-win.el (ns-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/pc-win.el (w16-get-selection-value): Turn into
a gui-backend-get-selection method.
(gui-selection-exists-p, gui-selection-owner-p, gui-set-selection):
Use cl-defmethod on the new functions instead.
(msdos-window-system-initialization): Turn into
a window-system-initialization method.
(frame-creation-function, handle-args-function): Use cl-defmethod.
* lisp/term/w32-win.el (w32-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/x-win.el (x-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/xterm.el (xterm--set-selection): Turn into
a gui-backend-set-selection method.
* src/nsselect.m (Fns_selection_exists_p): Remove unused arg `terminal'.
(Fns_selection_owner_p): Remove unused arg `terminal'.
(Fns_get_selection): Remove unused args `time_stamp' and `terminal'.
2015-05-23 15:32:29 +00:00
( cl-defgeneric window-system-initialization ( &optional _display )
2014-10-01 22:13:11 +00:00
" Method for window-system initialization.
Window-system startup files should add their own implementation
Replace gui-method macros with cl-generic with &context
* lisp/frame.el (gui-method--name, gui-method, gui-method-define)
(gui-method-declare, gui-call): Remove.
(frame-creation-function): Use cl-defgeneric.
(make-frame): Adjust callers.
* lisp/menu-bar.el (menu-bar-edit-menu):
Use gui-backend-selection-exists-p.
* lisp/select.el (x-get-clipboard): Use gui-backend-get-selection.
(gui-backend-get-selection): New cl-generic to replace
gui-get-selection method.
(gui-backend-set-selection): New cl-generic to replace
gui-set-selection method.
(gui-selection-owner-p): New cl-generic to replace
gui-selection-owner-p method.
(gui-backend-selection-exists-p): New cl-generic to replace
gui-selection-exists-p method. Adjust all callers.
* lisp/server.el (server-create-window-system-frame): Don't ignore
window-system spec even when unsupported.
* lisp/simple.el (deactivate-mark): Use new gui-backend-* functions.
* lisp/startup.el (handle-args-function, window-system-initialization):
Use cl-defgeneric.
(command-line): Adjust calls accordingly.
* lisp/term/ns-win.el (ns-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/pc-win.el (w16-get-selection-value): Turn into
a gui-backend-get-selection method.
(gui-selection-exists-p, gui-selection-owner-p, gui-set-selection):
Use cl-defmethod on the new functions instead.
(msdos-window-system-initialization): Turn into
a window-system-initialization method.
(frame-creation-function, handle-args-function): Use cl-defmethod.
* lisp/term/w32-win.el (w32-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/x-win.el (x-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/xterm.el (xterm--set-selection): Turn into
a gui-backend-set-selection method.
* src/nsselect.m (Fns_selection_exists_p): Remove unused arg `terminal'.
(Fns_selection_owner_p): Remove unused arg `terminal'.
(Fns_get_selection): Remove unused args `time_stamp' and `terminal'.
2015-05-23 15:32:29 +00:00
to this method. The function should initialize the window system environment
to prepare for opening the first frame ( e.g. open a connection to an X server ) . "
nil )
2004-01-22 02:36:55 +00:00
2000-10-28 17:18:59 +00:00
( defun tty-handle-args ( args )
2010-12-03 03:06:11 +00:00
" Handle the X-like command-line arguments \" -fg \" , \" -bg \" , \" -name \" , etc. "
2003-02-26 10:59:58 +00:00
( let ( rest )
2000-10-28 17:18:59 +00:00
( while ( and args
( not ( equal ( car args ) " -- " ) ) )
2003-02-26 10:59:58 +00:00
( let* ( ( argi ( pop args ) )
( orig-argi argi )
argval completion )
2000-10-28 17:18:59 +00:00
;; Check for long options with attached arguments
;; and separate out the attached option argument into argval.
2003-02-26 10:59:58 +00:00
( when ( string-match " ^ \\ (--[^=]* \\ )= " argi )
( setq argval ( substring argi ( match-end 0 ) )
argi ( match-string 1 argi ) ) )
( when ( string-match " ^-- " argi )
( setq completion ( try-completion argi tty-long-option-alist ) )
2000-10-28 17:18:59 +00:00
( if ( eq completion t )
;; Exact match for long option.
2003-02-26 10:59:58 +00:00
( setq argi ( cdr ( assoc argi tty-long-option-alist ) ) )
2000-10-28 17:18:59 +00:00
( if ( stringp completion )
( let ( ( elt ( assoc completion tty-long-option-alist ) ) )
;; Check for abbreviated long option.
( or elt
Go back to grave quoting in source-code docstrings etc.
This reverts almost all my recent changes to use curved quotes
in docstrings and/or strings used for error diagnostics.
There are a few exceptions, e.g., Bahá’í proper names.
* admin/unidata/unidata-gen.el (unidata-gen-table):
* lisp/abbrev.el (expand-region-abbrevs):
* lisp/align.el (align-region):
* lisp/allout.el (allout-mode, allout-solicit-alternate-bullet)
(outlineify-sticky):
* lisp/apropos.el (apropos-library):
* lisp/bookmark.el (bookmark-default-annotation-text):
* lisp/button.el (button-category-symbol, button-put)
(make-text-button):
* lisp/calc/calc-aent.el (math-read-if, math-read-factor):
* lisp/calc/calc-embed.el (calc-do-embedded):
* lisp/calc/calc-ext.el (calc-user-function-list):
* lisp/calc/calc-graph.el (calc-graph-show-dumb):
* lisp/calc/calc-help.el (calc-describe-key)
(calc-describe-thing, calc-full-help):
* lisp/calc/calc-lang.el (calc-c-language)
(math-parse-fortran-vector-end, math-parse-tex-sum)
(math-parse-eqn-matrix, math-parse-eqn-prime)
(calc-yacas-language, calc-maxima-language, calc-giac-language)
(math-read-giac-subscr, math-read-math-subscr)
(math-read-big-rec, math-read-big-balance):
* lisp/calc/calc-misc.el (calc-help, report-calc-bug):
* lisp/calc/calc-mode.el (calc-auto-why, calc-save-modes)
(calc-auto-recompute):
* lisp/calc/calc-prog.el (calc-fix-token-name)
(calc-read-parse-table-part, calc-user-define-invocation)
(math-do-arg-check):
* lisp/calc/calc-store.el (calc-edit-variable):
* lisp/calc/calc-units.el (math-build-units-table-buffer):
* lisp/calc/calc-vec.el (math-read-brackets):
* lisp/calc/calc-yank.el (calc-edit-mode):
* lisp/calc/calc.el (calc, calc-do, calc-user-invocation):
* lisp/calendar/appt.el (appt-display-message):
* lisp/calendar/diary-lib.el (diary-check-diary-file)
(diary-mail-entries, diary-from-outlook):
* lisp/calendar/icalendar.el (icalendar-export-region)
(icalendar--convert-float-to-ical)
(icalendar--convert-date-to-ical)
(icalendar--convert-ical-to-diary)
(icalendar--convert-recurring-to-diary)
(icalendar--add-diary-entry):
* lisp/calendar/time-date.el (format-seconds):
* lisp/calendar/timeclock.el (timeclock-mode-line-display)
(timeclock-make-hours-explicit, timeclock-log-data):
* lisp/calendar/todo-mode.el (todo-prefix, todo-delete-category)
(todo-item-mark, todo-check-format)
(todo-insert-item--next-param, todo-edit-item--next-key)
(todo-mode):
* lisp/cedet/ede/pmake.el (ede-proj-makefile-insert-dist-rules):
* lisp/cedet/mode-local.el (describe-mode-local-overload)
(mode-local-print-binding, mode-local-describe-bindings-2):
* lisp/cedet/semantic/complete.el (semantic-displayor-show-request):
* lisp/cedet/srecode/srt-mode.el (srecode-macro-help):
* lisp/cus-start.el (standard):
* lisp/cus-theme.el (describe-theme-1):
* lisp/custom.el (custom-add-dependencies, custom-check-theme)
(custom--sort-vars-1, load-theme):
* lisp/descr-text.el (describe-text-properties-1, describe-char):
* lisp/dired-x.el (dired-do-run-mail):
* lisp/dired.el (dired-log):
* lisp/emacs-lisp/advice.el (ad-read-advised-function)
(ad-read-advice-class, ad-read-advice-name, ad-enable-advice)
(ad-disable-advice, ad-remove-advice, ad-set-argument)
(ad-set-arguments, ad--defalias-fset, ad-activate)
(ad-deactivate):
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand)
(byte-compile-unfold-lambda, byte-optimize-form-code-walker)
(byte-optimize-while, byte-optimize-apply):
* lisp/emacs-lisp/byte-run.el (defun, defsubst):
* lisp/emacs-lisp/bytecomp.el (byte-compile-lapcode)
(byte-compile-log-file, byte-compile-format-warn)
(byte-compile-nogroup-warn, byte-compile-arglist-warn)
(byte-compile-cl-warn)
(byte-compile-warn-about-unresolved-functions)
(byte-compile-file, byte-compile--declare-var)
(byte-compile-file-form-defmumble, byte-compile-form)
(byte-compile-normal-call, byte-compile-check-variable)
(byte-compile-variable-ref, byte-compile-variable-set)
(byte-compile-subr-wrong-args, byte-compile-setq-default)
(byte-compile-negation-optimizer)
(byte-compile-condition-case--old)
(byte-compile-condition-case--new, byte-compile-save-excursion)
(byte-compile-defvar, byte-compile-autoload)
(byte-compile-lambda-form)
(byte-compile-make-variable-buffer-local, display-call-tree)
(batch-byte-compile):
* lisp/emacs-lisp/cconv.el (cconv-convert, cconv--analyze-use):
* lisp/emacs-lisp/chart.el (chart-space-usage):
* lisp/emacs-lisp/check-declare.el (check-declare-scan)
(check-declare-warn, check-declare-file)
(check-declare-directory):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine)
(checkdoc-message-text-engine):
* lisp/emacs-lisp/cl-extra.el (cl-parse-integer)
(cl--describe-class):
* lisp/emacs-lisp/cl-generic.el (cl-defgeneric)
(cl--generic-describe, cl-generic-generalizers):
* lisp/emacs-lisp/cl-macs.el (cl--parse-loop-clause, cl-tagbody)
(cl-symbol-macrolet):
* lisp/emacs-lisp/cl.el (cl-unload-function, flet):
* lisp/emacs-lisp/copyright.el (copyright)
(copyright-update-directory):
* lisp/emacs-lisp/edebug.el (edebug-read-list):
* lisp/emacs-lisp/eieio-base.el (eieio-persistent-read):
* lisp/emacs-lisp/eieio-core.el (eieio--slot-override)
(eieio-oref):
* lisp/emacs-lisp/eieio-opt.el (eieio-help-constructor):
* lisp/emacs-lisp/eieio-speedbar.el:
(eieio-speedbar-child-make-tag-lines)
(eieio-speedbar-child-description):
* lisp/emacs-lisp/eieio.el (defclass, change-class):
* lisp/emacs-lisp/elint.el (elint-file, elint-get-top-forms)
(elint-init-form, elint-check-defalias-form)
(elint-check-let-form):
* lisp/emacs-lisp/ert.el (ert-get-test, ert-results-mode-menu)
(ert-results-pop-to-backtrace-for-test-at-point)
(ert-results-pop-to-messages-for-test-at-point)
(ert-results-pop-to-should-forms-for-test-at-point)
(ert-describe-test):
* lisp/emacs-lisp/find-func.el (find-function-search-for-symbol)
(find-function-library):
* lisp/emacs-lisp/generator.el (iter-yield):
* lisp/emacs-lisp/gv.el (gv-define-simple-setter):
* lisp/emacs-lisp/lisp-mnt.el (lm-verify):
* lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning):
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p):
* lisp/emacs-lisp/nadvice.el (advice--make-docstring)
(advice--make, define-advice):
* lisp/emacs-lisp/package-x.el (package-upload-file):
* lisp/emacs-lisp/package.el (package-version-join)
(package-disabled-p, package-activate-1, package-activate)
(package--download-one-archive)
(package--download-and-read-archives)
(package-compute-transaction, package-install-from-archive)
(package-install, package-install-selected-packages)
(package-delete, package-autoremove, describe-package-1)
(package-install-button-action, package-delete-button-action)
(package-menu-hide-package, package-menu--list-to-prompt)
(package-menu--perform-transaction)
(package-menu--find-and-notify-upgrades):
* lisp/emacs-lisp/pcase.el (pcase-exhaustive, pcase--u1):
* lisp/emacs-lisp/re-builder.el (reb-enter-subexp-mode):
* lisp/emacs-lisp/ring.el (ring-previous, ring-next):
* lisp/emacs-lisp/rx.el (rx-check, rx-anything)
(rx-check-any-string, rx-check-any, rx-check-not, rx-=)
(rx-repeat, rx-check-backref, rx-syntax, rx-check-category)
(rx-form):
* lisp/emacs-lisp/smie.el (smie-config-save):
* lisp/emacs-lisp/subr-x.el (internal--check-binding):
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-put-tag):
* lisp/emacs-lisp/testcover.el (testcover-1value):
* lisp/emacs-lisp/timer.el (timer-event-handler):
* lisp/emulation/viper-cmd.el (viper-toggle-parse-sexp-ignore-comments)
(viper-toggle-search-style, viper-kill-buffer)
(viper-brac-function):
* lisp/emulation/viper-macs.el (viper-record-kbd-macro):
* lisp/env.el (setenv):
* lisp/erc/erc-button.el (erc-nick-popup):
* lisp/erc/erc.el (erc-cmd-LOAD, erc-handle-login, english):
* lisp/eshell/em-dirs.el (eshell/cd):
* lisp/eshell/em-glob.el (eshell-glob-regexp)
(eshell-glob-entries):
* lisp/eshell/em-pred.el (eshell-parse-modifiers):
* lisp/eshell/esh-opt.el (eshell-show-usage):
* lisp/facemenu.el (facemenu-add-new-face)
(facemenu-add-new-color):
* lisp/faces.el (read-face-name, read-face-font, describe-face)
(x-resolve-font-name):
* lisp/files-x.el (modify-file-local-variable):
* lisp/files.el (locate-user-emacs-file, find-alternate-file)
(set-auto-mode, hack-one-local-variable--obsolete)
(dir-locals-set-directory-class, write-file, basic-save-buffer)
(delete-directory, copy-directory, recover-session)
(recover-session-finish, insert-directory)
(file-modes-char-to-who, file-modes-symbolic-to-number)
(move-file-to-trash):
* lisp/filesets.el (filesets-add-buffer, filesets-remove-buffer):
* lisp/find-cmd.el (find-generic, find-to-string):
* lisp/finder.el (finder-commentary):
* lisp/font-lock.el (font-lock-fontify-buffer):
* lisp/format.el (format-write-file, format-find-file)
(format-insert-file):
* lisp/frame.el (get-device-terminal, select-frame-by-name):
* lisp/fringe.el (fringe--check-style):
* lisp/gnus/nnmairix.el (nnmairix-widget-create-query):
* lisp/help-fns.el (help-fns--key-bindings)
(help-fns--compiler-macro, help-fns--parent-mode)
(help-fns--obsolete, help-fns--interactive-only)
(describe-function-1, describe-variable):
* lisp/help.el (describe-mode)
(describe-minor-mode-from-indicator):
* lisp/image.el (image-type):
* lisp/international/ccl.el (ccl-dump):
* lisp/international/fontset.el (x-must-resolve-font-name):
* lisp/international/mule-cmds.el (prefer-coding-system)
(select-safe-coding-system-interactively)
(select-safe-coding-system, activate-input-method)
(toggle-input-method, describe-current-input-method)
(describe-language-environment):
* lisp/international/mule-conf.el (code-offset):
* lisp/international/mule-diag.el (describe-character-set)
(list-input-methods-1):
* lisp/mail/feedmail.el (feedmail-run-the-queue):
* lisp/mouse.el (minor-mode-menu-from-indicator):
* lisp/mpc.el (mpc-playlist-rename):
* lisp/msb.el (msb--choose-menu):
* lisp/net/ange-ftp.el (ange-ftp-shell-command):
* lisp/net/imap.el (imap-interactive-login):
* lisp/net/mairix.el (mairix-widget-create-query):
* lisp/net/newst-backend.el (newsticker--sentinel-work):
* lisp/net/newst-treeview.el (newsticker--treeview-load):
* lisp/net/rlogin.el (rlogin):
* lisp/obsolete/iswitchb.el (iswitchb-possible-new-buffer):
* lisp/obsolete/otodo-mode.el (todo-more-important-p):
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region):
* lisp/obsolete/pgg-pgp.el (pgg-pgp-process-region):
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-process-region):
* lisp/org/ob-core.el (org-babel-goto-named-src-block)
(org-babel-goto-named-result):
* lisp/org/ob-fortran.el (org-babel-fortran-ensure-main-wrap):
* lisp/org/ob-ref.el (org-babel-ref-resolve):
* lisp/org/org-agenda.el (org-agenda-prepare):
* lisp/org/org-clock.el (org-clock-notify-once-if-expired)
(org-clock-resolve):
* lisp/org/org-ctags.el (org-ctags-ask-rebuild-tags-file-then-find-tag):
* lisp/org/org-feed.el (org-feed-parse-atom-entry):
* lisp/org/org-habit.el (org-habit-parse-todo):
* lisp/org/org-mouse.el (org-mouse-popup-global-menu)
(org-mouse-context-menu):
* lisp/org/org-table.el (org-table-edit-formulas):
* lisp/org/ox.el (org-export-async-start):
* lisp/proced.el (proced-log):
* lisp/progmodes/ada-mode.el (ada-get-indent-case)
(ada-check-matching-start, ada-goto-matching-start):
* lisp/progmodes/ada-prj.el (ada-prj-display-page):
* lisp/progmodes/ada-xref.el (ada-find-executable):
* lisp/progmodes/ebrowse.el (ebrowse-tags-apropos):
* lisp/progmodes/etags.el (etags-tags-apropos-additional):
* lisp/progmodes/flymake.el (flymake-parse-err-lines)
(flymake-start-syntax-check-process):
* lisp/progmodes/python.el (python-shell-get-process-or-error)
(python-define-auxiliary-skeleton):
* lisp/progmodes/sql.el (sql-comint):
* lisp/progmodes/verilog-mode.el (verilog-load-file-at-point):
* lisp/progmodes/vhdl-mode.el (vhdl-widget-directory-validate):
* lisp/recentf.el (recentf-open-files):
* lisp/replace.el (query-replace-read-from)
(occur-after-change-function, occur-1):
* lisp/scroll-bar.el (scroll-bar-columns):
* lisp/server.el (server-get-auth-key):
* lisp/simple.el (execute-extended-command)
(undo-outer-limit-truncate, list-processes--refresh)
(compose-mail, set-variable, choose-completion-string)
(define-alternatives):
* lisp/startup.el (site-run-file, tty-handle-args, command-line)
(command-line-1):
* lisp/subr.el (noreturn, define-error, add-to-list)
(read-char-choice, version-to-list):
* lisp/term/common-win.el (x-handle-xrm-switch)
(x-handle-name-switch, x-handle-args):
* lisp/term/x-win.el (x-handle-parent-id, x-handle-smid):
* lisp/textmodes/reftex-ref.el (reftex-label):
* lisp/textmodes/reftex-toc.el (reftex-toc-rename-label):
* lisp/textmodes/two-column.el (2C-split):
* lisp/tutorial.el (tutorial--describe-nonstandard-key)
(tutorial--find-changed-keys):
* lisp/type-break.el (type-break-noninteractive-query):
* lisp/wdired.el (wdired-do-renames, wdired-do-symlink-changes)
(wdired-do-perm-changes):
* lisp/whitespace.el (whitespace-report-region):
Prefer grave quoting in source-code strings used to generate help
and diagnostics.
* lisp/faces.el (face-documentation):
No need to convert quotes, since the result is a docstring.
* lisp/info.el (Info-virtual-index-find-node)
(Info-virtual-index, info-apropos):
Simplify by generating only curved quotes, since info files are
typically that ways nowadays anyway.
* lisp/international/mule-diag.el (list-input-methods):
Don’t assume text quoting style is curved.
* lisp/org/org-bibtex.el (org-bibtex-fields):
Revert my recent changes, going back to the old quoting style.
2015-09-07 15:41:44 +00:00
( error " Option `%s' is ambiguous " argi ) )
2003-02-26 10:59:58 +00:00
( setq argi ( cdr elt ) ) )
2000-10-28 17:18:59 +00:00
;; Check for a short option.
2003-02-26 10:59:58 +00:00
( setq argval nil
argi orig-argi ) ) ) )
( cond ( ( member argi ' ( " -fg " " -foreground " ) )
( push ( cons 'foreground-color ( or argval ( pop args ) ) )
default-frame-alist ) )
( ( member argi ' ( " -bg " " -background " ) )
( push ( cons 'background-color ( or argval ( pop args ) ) )
default-frame-alist ) )
( ( member argi ' ( " -T " " -name " ) )
( unless argval ( setq argval ( pop args ) ) )
( push ( cons 'title
( if ( stringp argval )
argval
( let ( ( case-fold-search t )
i )
2017-12-12 08:00:33 +00:00
( setq argval ( copy-sequence invocation-name ) )
2003-02-26 10:59:58 +00:00
;; Change any . or * characters in name to
;; hyphens, so as to emulate behavior on X.
( while
( setq i ( string-match " [.*] " argval ) )
( aset argval i ?- ) )
argval ) ) )
default-frame-alist ) )
( ( member argi ' ( " -r " " -rv " " -reverse " ) )
( push ' ( reverse . t )
default-frame-alist ) )
( ( equal argi " -color " )
( unless argval ( setq argval 8 ) ) ; default --color means 8 ANSI colors
( push ( cons 'tty-color-mode
( cond
( ( numberp argval ) argval )
( ( string-match " -?[0-9]+ " argval )
( string-to-number argval ) )
( t ( intern argval ) ) ) )
default-frame-alist ) )
( t
( push argi rest ) ) ) ) )
2013-06-13 17:59:10 +00:00
( nconc ( nreverse rest ) args ) ) )
2000-10-28 17:18:59 +00:00
2008-06-12 03:56:20 +00:00
( declare-function x-get-resource " frame.c "
( attribute class &optional component subclass ) )
( declare-function tool-bar-mode " tool-bar " ( &optional arg ) )
2008-10-12 16:59:01 +00:00
( declare-function tool-bar-setup " tool-bar " )
2008-06-12 03:56:20 +00:00
2008-10-27 07:02:30 +00:00
( defvar server-name )
2008-12-16 21:23:03 +00:00
( defvar server-process )
2008-10-27 07:02:30 +00:00
Improvements for curved quotes on Linux consule
This should help Emacs work better out-of-the-box on Linux consoles,
which have only limited support for displaying Unicode characters.
Also, undo the recent change that caused text-quoting-style to
affect quote display on terminals, so that the two features are
independent. See Alan Mackenzie in:
http://lists.gnu.org/archive/html/emacs-devel/2015-09/msg00244.html
Finally, add a style parameter to startup--setup-quote-display,
so that this function can also be invoked after startup, with
different styles depending on user preference at the time.
* configure.ac: Check for linux/kd.h header.
* doc/emacs/display.texi (Text Display): Document quote display.
* doc/lispref/display.texi (Active Display Table):
* etc/NEWS:
* lisp/startup.el (startup--setup-quote-display, command-line):
text-quoting-style no longer affects quote display.
* doc/lispref/frames.texi (Terminal Parameters): Fix typo.
* lisp/international/mule-util.el (char-displayable-p):
* lisp/startup.el (startup--setup-quote-display):
On a text terminal supporting glyph codes, use the reported
glyph codes instead of the terminal coding system, as this
is more accurate on the Linux console.
* lisp/startup.el (startup--setup-quote-display):
New optional arg STYLE.
* src/fontset.c (Finternal_char_font):
Report glyph codes for a text terminal, if they are available.
Currently this is supported only for the Linux console.
* src/termhooks.h (struct terminal): New member glyph-code-table.
* src/terminal.c [HAVE_LINUX_KD_H]: Include <errno.h>, <linux/kd.h>.
(calculate_glyph_code_table) [HAVE_LINUX_KD_H]: New function.
(terminal_glyph_code): New function.
2015-09-09 09:21:16 +00:00
( defun startup--setup-quote-display ( &optional style )
" If needed, display ASCII approximations to curved quotes.
Do this by modifying ` standard-display-table '. Optional STYLE
specifies the desired quoting style, as in ` text-quoting-style '.
If STYLE is nil , display appropriately for the terminal. "
( let ( ( repls ( let ( ( style-repls ( assq style ' ( ( grave . " ` ' \" \" " )
( straight . " '' \" \" " ) ) ) ) )
( if style-repls ( cdr style-repls ) ( make-vector 4 nil ) ) ) )
glyph-count )
;; REPLS is a sequence of the four replacements for "‘’“”", respectively.
;; If STYLE is nil, infer REPLS from terminal characteristics.
( unless style
;; On a terminal that supports glyph codes,
;; GLYPH-COUNT[i] is the number of times that glyph code I
;; represents either an ASCII character or one of the 4
;; quote characters. This assumes glyph codes are valid
;; Elisp characters, which is a safe assumption in practice.
( when ( integerp ( internal-char-font nil ( max-char ) ) )
( setq glyph-count ( make-char-table nil 0 ) )
( dotimes ( i 132 )
( let ( ( glyph ( internal-char-font
nil ( if ( < i 128 ) i ( aref " ‘’“” " ( - i 128 ) ) ) ) ) )
( when ( <= 0 glyph )
( aset glyph-count glyph ( 1+ ( aref glyph-count glyph ) ) ) ) ) ) )
( dotimes ( i 2 )
( let ( ( lq ( aref " ‘“ " i ) ) ( rq ( aref " ’” " i ) )
( lr ( aref " ` \" " i ) ) ( rr ( aref " ' \" " i ) )
( i2 ( * i 2 ) ) )
( unless ( if glyph-count
;; On a terminal that supports glyph codes, use
;; ASCII replacements unless both quotes are displayable.
;; If not using ASCII replacements, highlight
;; quotes unless they are both unique among the
;; 128 + 4 characters of concern.
( let ( ( lglyph ( internal-char-font nil lq ) )
( rglyph ( internal-char-font nil rq ) ) )
( when ( and ( <= 0 lglyph ) ( <= 0 rglyph ) )
( setq lr lq rr rq )
( and ( = 1 ( aref glyph-count lglyph ) )
( = 1 ( aref glyph-count rglyph ) ) ) ) )
;; On a terminal that does not support glyph codes, use
;; ASCII replacements unless both quotes are displayable.
( and ( char-displayable-p lq )
( char-displayable-p rq ) ) )
( aset repls i2 lr )
( aset repls ( 1+ i2 ) rr ) ) ) ) )
( dotimes ( i 4 )
( let ( ( char ( aref " ‘’“” " i ) )
( repl ( aref repls i ) ) )
( if repl
( aset ( or standard-display-table
( setq standard-display-table ( make-display-table ) ) )
2016-10-17 01:48:19 +00:00
char ( vector ( make-glyph-code repl 'homoglyph ) ) )
Improvements for curved quotes on Linux consule
This should help Emacs work better out-of-the-box on Linux consoles,
which have only limited support for displaying Unicode characters.
Also, undo the recent change that caused text-quoting-style to
affect quote display on terminals, so that the two features are
independent. See Alan Mackenzie in:
http://lists.gnu.org/archive/html/emacs-devel/2015-09/msg00244.html
Finally, add a style parameter to startup--setup-quote-display,
so that this function can also be invoked after startup, with
different styles depending on user preference at the time.
* configure.ac: Check for linux/kd.h header.
* doc/emacs/display.texi (Text Display): Document quote display.
* doc/lispref/display.texi (Active Display Table):
* etc/NEWS:
* lisp/startup.el (startup--setup-quote-display, command-line):
text-quoting-style no longer affects quote display.
* doc/lispref/frames.texi (Terminal Parameters): Fix typo.
* lisp/international/mule-util.el (char-displayable-p):
* lisp/startup.el (startup--setup-quote-display):
On a text terminal supporting glyph codes, use the reported
glyph codes instead of the terminal coding system, as this
is more accurate on the Linux console.
* lisp/startup.el (startup--setup-quote-display):
New optional arg STYLE.
* src/fontset.c (Finternal_char_font):
Report glyph codes for a text terminal, if they are available.
Currently this is supported only for the Linux console.
* src/termhooks.h (struct terminal): New member glyph-code-table.
* src/terminal.c [HAVE_LINUX_KD_H]: Include <errno.h>, <linux/kd.h>.
(calculate_glyph_code_table) [HAVE_LINUX_KD_H]: New function.
(terminal_glyph_code): New function.
2015-09-09 09:21:16 +00:00
( when standard-display-table
( aset standard-display-table char nil ) ) ) ) ) ) )
2015-09-01 19:06:00 +00:00
2019-02-16 14:19:33 +00:00
( defun startup--load-user-init-file
2018-02-17 11:36:16 +00:00
( filename-function &optional alternate-filename-function load-defaults )
" Load a user init-file.
FILENAME-FUNCTION is called with no arguments and should return
the name of the init-file to load. If this file cannot be
loaded, and ALTERNATE-FILENAME-FUNCTION is non-nil, then it is
called with no arguments and should return the name of an
alternate init-file to load. If LOAD-DEFAULTS is non-nil, then
load default.el after the init-file.
This function sets ` user-init-file ' to the name of the loaded
init-file, or to a default value if loading is not possible. "
( let ( ( debug-on-error-from-init-file nil )
( debug-on-error-should-be-set nil )
( debug-on-error-initial
( if ( eq init-file-debug t )
'startup
init-file-debug ) ) )
2018-02-18 04:44:56 +00:00
( let ( ( debug-on-error debug-on-error-initial ) )
( condition-case-unless-debug error
( when init-file-user
( let ( ( init-file-name ( funcall filename-function ) ) )
;; If `user-init-file' is t, then `load' will store
;; the name of the file that it loads into
;; `user-init-file'.
( setq user-init-file t )
2019-08-27 21:21:45 +00:00
( when init-file-name
( load ( if ( equal ( file-name-extension init-file-name )
" el " )
( file-name-sans-extension init-file-name )
init-file-name )
'noerror 'nomessage ) )
2018-02-18 04:44:56 +00:00
( when ( and ( eq user-init-file t ) alternate-filename-function )
2019-02-16 14:52:53 +00:00
( let ( ( alt-file ( funcall alternate-filename-function ) ) )
2019-08-27 21:21:45 +00:00
( unless init-file-name
( setq init-file-name alt-file ) )
2020-12-17 11:17:23 +00:00
( and ( equal ( file-name-extension alt-file ) " el " )
( setq alt-file ( file-name-sans-extension alt-file ) ) )
2019-02-16 14:52:53 +00:00
( load alt-file 'noerror 'nomessage ) ) )
2018-02-18 04:44:56 +00:00
;; If we did not find the user's init file, set
;; user-init-file conclusively. Don't let it be
;; set from default.el.
( when ( eq user-init-file t )
( setq user-init-file init-file-name ) ) )
;; If we loaded a compiled file, set `user-init-file' to
;; the source version if that exists.
( when ( equal ( file-name-extension user-init-file )
" elc " )
( let* ( ( source ( file-name-sans-extension user-init-file ) )
( alt ( concat source " .el " ) ) )
( setq source ( cond ( ( file-exists-p alt ) alt )
( ( file-exists-p source ) source )
( t nil ) ) )
( when source
( when ( file-newer-than-file-p source user-init-file )
( message " Warning: %s is newer than %s "
source user-init-file )
( sit-for 1 ) )
( setq user-init-file source ) ) ) )
( when load-defaults
;; Prevent default.el from changing the value of
;; `inhibit-startup-screen'.
( let ( ( inhibit-startup-screen nil ) )
( load " default " 'noerror 'nomessage ) ) ) )
( error
( display-warning
'initialization
( format-message " \
2018-02-17 11:36:16 +00:00
An error occurred while loading ` %s ' :\n\n%s%s%s\n\n \
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the ` --debug-init ' option to view a complete error backtrace. "
2018-02-18 04:44:56 +00:00
user-init-file
( get ( car error ) 'error-message )
( if ( cdr error ) " : " " " )
( mapconcat ( lambda ( s ) ( prin1-to-string s t ) )
( cdr error ) " , " ) )
:warning )
( setq init-file-had-error t ) ) )
2018-02-17 11:36:16 +00:00
;; If we can tell that the init file altered debug-on-error,
;; arrange to preserve the value that it set up.
( or ( eq debug-on-error debug-on-error-initial )
( setq debug-on-error-should-be-set t
debug-on-error-from-init-file debug-on-error ) ) )
( when debug-on-error-should-be-set
( setq debug-on-error debug-on-error-from-init-file ) ) ) )
1991-07-11 23:17:40 +00:00
( defun command-line ( )
2012-03-26 00:37:04 +00:00
" A subroutine of `normal-top-level' .
Amongst another things, it parses the command-line arguments. "
2019-08-27 21:21:45 +00:00
( let ( xdg-dir startup-init-directory )
2008-02-16 22:20:12 +00:00
( setq before-init-time ( current-time )
2008-10-06 16:16:30 +00:00
after-init-time nil
2008-02-11 00:24:16 +00:00
command-line-default-directory default-directory )
1994-04-22 18:28:22 +00:00
2009-08-29 19:22:38 +00:00
;; Force recomputation, in case it was computed during the dump.
( setq abbreviated-home-dir nil )
1998-06-10 20:59:16 +00:00
1992-07-20 22:30:14 +00:00
;; See if we should import version-control from the environment variable.
1991-07-11 23:17:40 +00:00
( let ( ( vc ( getenv " VERSION_CONTROL " ) ) )
( cond ( ( eq vc nil ) ) ;don't do anything if not set
2003-02-26 10:59:58 +00:00
( ( member vc ' ( " t " " numbered " ) )
1991-07-11 23:17:40 +00:00
( setq version-control t ) )
2003-02-26 10:59:58 +00:00
( ( member vc ' ( " nil " " existing " ) )
1991-07-11 23:17:40 +00:00
( setq version-control nil ) )
2003-02-26 10:59:58 +00:00
( ( member vc ' ( " never " " simple " ) )
1991-07-11 23:17:40 +00:00
( setq version-control 'never ) ) ) )
1992-07-10 01:16:40 +00:00
;;! This has been commented out; I currently find the behavior when
;;! split-window-keep-point is nil disturbing, but if I can get used
;;! to it, then it would be better to eliminate the option.
;;! ;; Choose a good default value for split-window-keep-point.
;;! (setq split-window-keep-point (> baud-rate 2400))
1991-08-12 13:15:12 +00:00
2007-02-24 13:58:35 +00:00
;; Convert preloaded file names in load-history to absolute.
( let ( ( simple-file-name
2007-02-25 21:16:11 +00:00
;; Look for simple.el or simple.elc and use their directory
;; as the place where all Lisp files live.
2007-02-24 13:58:35 +00:00
( locate-file " simple " load-path ( get-load-suffixes ) ) )
lisp-dir )
;; Don't abort if simple.el cannot be found, but print a warning.
2013-02-06 02:03:35 +00:00
;; Although in most usage we are going to cryptically abort a moment
;; later anyway, due to missing required bidi data files (eg bug#13430).
2007-02-24 13:58:35 +00:00
( if ( null simple-file-name )
2013-02-06 02:03:35 +00:00
( let ( ( standard-output 'external-debugging-output )
( lispdir ( expand-file-name " ../lisp " data-directory ) ) )
( princ " Warning: Could not find simple.el or simple.elc " )
( terpri )
( when ( getenv " EMACSLOADPATH " )
( princ " The EMACSLOADPATH environment variable is set, \
please check its value " )
( terpri ) )
( unless ( file-readable-p lispdir )
( princ ( format " Lisp directory %s not readable? " lispdir ) )
( terpri ) ) )
2007-02-24 13:58:35 +00:00
( setq lisp-dir ( file-truename ( file-name-directory simple-file-name ) ) )
( setq load-history
( mapcar ( lambda ( elt )
( if ( and ( stringp ( car elt ) )
( not ( file-name-absolute-p ( car elt ) ) ) )
( cons ( concat lisp-dir
( car elt ) )
( cdr elt ) )
elt ) )
load-history ) ) ) )
2005-10-21 17:20:45 +00:00
2001-12-25 17:15:14 +00:00
;; Convert the arguments to Emacs internal representation.
2013-11-04 17:30:33 +00:00
( let ( ( args command-line-args ) )
2001-12-25 17:15:14 +00:00
( while args
( setcar args
( decode-coding-string ( car args ) locale-coding-system t ) )
2003-02-26 10:59:58 +00:00
( pop args ) ) )
2001-12-25 17:15:14 +00:00
1991-07-13 09:35:06 +00:00
( let ( ( done nil )
2010-01-16 19:28:59 +00:00
( args ( cdr command-line-args ) )
display-arg )
1991-07-13 09:35:06 +00:00
1991-07-11 23:17:40 +00:00
;; Figure out which user's init file to load,
;; either from the environment or from the options.
( setq init-file-user ( if noninteractive nil ( user-login-name ) ) )
;; If user has not done su, use current $HOME to find .emacs.
2003-02-26 10:59:58 +00:00
( and init-file-user
( equal init-file-user ( user-real-login-name ) )
1991-07-11 23:17:40 +00:00
( setq init-file-user " " ) )
1991-07-13 09:35:06 +00:00
;; Process the command-line args, and delete the arguments
;; processed. This is consistent with the way main in emacs.c
;; does things.
1991-07-11 23:17:40 +00:00
( while ( and ( not done ) args )
2015-03-14 21:53:33 +00:00
( let* ( ( longopts ' ( ( " --no-init-file " ) ( " --no-site-file " )
( " --no-x-resources " ) ( " --debug-init " )
2005-07-15 14:49:54 +00:00
( " --user " ) ( " --iconic " ) ( " --icon-type " ) ( " --quick " )
Add portable dumper
Add a new portable dumper as an alternative to unexec. Use it by default.
* src/dmpstruct.awk: New file.
* src/doc.c (get_doc_string): use will_dump_p().
* src/editfns.c (styled_format): silence compiler warning
with UNINIT.
* src/emacs-module.c (syms_of_module): staticpro ltv_mark.
* src/emacs.c (gflags): new variable.
(init_cmdargs): unwrap
(string_starts_with_p, find_argument, dump_error_to_string)
(load_pdump): new functions.
(main): detect pdumper and --temacs invocation; actually load
portable dump when detected; set gflags as appropriate; changes to
init functions throughout to avoid passing explicit
'initialized' argument.
* src/eval.c (inhibit_lisp_code): remove unused variable.
(init_eval_once_for_pdumper): new function.
(init_eval_once): call it.
* src/filelock.c: CANNOT_DUMP -> will_dump_p()
* src/fingerprint-dummy.c: new file
* src/fingerprint.h: new file
* src/fns.c: CANNOT_DUMP -> will_dump_p(), etc.
(weak_hash_tables): remove
(hashfn_equal, hashfn_eql): un-staticify
(make_hash_table): set new 'next_weak' hash table field; drop
global weak_hash_tables logic.
(copy_hash_table): drop global weak_hash_tables logic.
(hash_table_rehash): new function.
(hash_lookup, hash_put, hash_remove_from_table, hash_clear):
rehash if needed.
(sweep_weak_table): un-staticify; explain logic; bool-ify.
(sweep_weak_hash_tables): remove function.
* src/font.c (syms_of_font): remember pdumper stuff.
* src/fontset.c (syms_of_fontset): remember pdumper stuff.
* src/frame.c (make_initial_frame): don't reset Vframe_list.
(init_frame_once_for_pdumper, init_frame_once): new functions.
(syms_of_frame): remove redundant staticpro.
* src/fringe.c (init_fringe_once_for_pdumper): new functin.
(init_fringe_once): call it.
* src/ftcrfont.c (syms_of_ftcrfont_for_pdumper): new function.
(syms_of_ftcrfont): call it.
* src/ftfont.c (syms_of_ftfont_for_pdumper): new function.
(syms_of_ftfont): call it.
* src/ftxont.c (syms_of_ftxfont_for_pdumper): new function.
(syms_of_ftxfont): call it.
* src/gmalloc.c: adjust for pdumper througout
(DUMPED): remove weird custom dumped indicator.
* src/gnutls.c (syms_of_gnutls): pdumper note for
gnutls_global_initialized.
* src/image.c (syms_of_image): add pdumper comment,
initializer note.
* src/insdel.c (prepare_to_modify_buffer_1): account
for buffer contents possibly being in dump image.
* src/keyboard.c (syms_of_keyboard_for_pdumper): new function.
(syms_of_keyboard): staticpro more; call pdumper syms function.
* src/lisp.h: add comments throughout
(gflags): declare.
(will_dump_p, will_bootstrap_p, will_dump_with_pdumper_p)
(dumped_with_pdumper_p, will_dump_with_unexec_p)
(dumped_with_unexec_p, definitely_will_not_unexec_p): new
functions.
(POWER_OF_2, ROUNDUP): move macros.
(PSEUDOVECTOR_TYPE, PSEUDOVECTOR_TYPEP): take vectorlike header
pointer instead of vector; constify.
(Lisp_Hash_Table): add comment about need to rehash on access; add
comment for next_weak.
(HASH_KEY, HASH_VALUE, HASH_HASH, HASH_TABLE_SIZE): const-ify.
(hash_table_rehash): declare.
(hash_rehash_needed_p, hash_rehash_if_needed): new functions.
(finalizers, doomed_finalizers): declare extern.
(SUBR_SECTION_ATTRIBUTE): new macro.
(staticvec, staticidx): un-static-ify.
(sweep_weak_hash_tables): remove declaration.
(sweep_weak_table): declare.
(hashfn_eql, hashfn_equal): declare.
(number_finalizers_run): new variable.
(Vdead): externify when ENABLE_CHECKING.
(gc_root_type): new enumeration.
(gc_root_visitor): new struct.
(visit_static_gc_roots): declare.
(vectorlike_nbytes): declare.
(vector_nbytes): define as trivial inline function wrapper for
vectorlike_nbytes.
(init_obarray_once): change signature.
(primary_thread): extern-ify.
(init_buffer): change signature.
(init_frame_once): declare.
* src/lread.c (readevalloop): adjust for new dumped predicates.
(init_obarray_once): new function.
(ndefsubr): new variable.
(defsubr): increment it.
(load_path_check): adjust for pdumper.
(load_path_default): use pdumper functions; adjust for
dump search.
* src/macfont.m (macfont_init_font_change_handler): avoid
shadowing global.
(syms_of_macfont_for_pdumper): new function.
(syms_of_macfont): call it.
* src/menu.c (syms_of_menu): staticpro more stuff.
* src/minibuf.c (Ftry_completion): rehash if needed.
(init_minibuf_once_for_pdumper): new function.
(init_minibuf_once): call it.
* src/nsfont.m (syms_of_nsfns): staticpro more.
* src/nsfont.m (syms_of_nsfont_for_pdumper): new function.
(syms_of_nsfont): call it.
* src/nsterm.m (syms_of_nsfont): remember pdumper stuff.
* src/pdumper.c: new file.
* src/pdumper.h: new file.
* src/process.c (init_process_emacs): use new pdumper functions
instead of CANNOT_DUMP.
* src/profiler.c (syms_of_profiler_for_pdumper): new function.
(syms_of_profiler_for_pdumper): call it.
* src/search.c (syms_of_search_for_pdumper): new function.
(syms_of_search_for_pdumper): call it.
* src/sheap.c (bss_sbrk_did_unexec): remove.
* src/sheap.h (bss_sbrk_did_unexec): remove.
* src/syntax.c (syms_of_syntax): don't redundantly staticpro
re_match_object.
* src/sysdep.c: use will_dump_with_unexec_p() instead of bss
hack thing.
* src/syssignals.h (init_sigsegv): declare.
* src/systime.h (init_timefns): remove bool from signature.
* src/textprop.c (syms_of_textprop): move staticpro.
* src/thread.c (main_thread_p): constify.
* src/thread.h (main_thread_p): constify.
* src/timefns.c (init_timefns): remove bool from signature.
(syms_of_timefns_for_pdumper): new function.
(syms_of_timefns): call it.
* src/w32.c: rearrange code.
* src/w32.h (w32_relocate): declare.
* src/w32fns.c (syms_of_w32fns): add pdumper note.
* src/w32font.c (syms_of_w32font_for_pdumper): new function.
(syms_of_w32font): call it.
* src/w32heap.c (using_dynamic_heap): new variable.
(init_heap): use it.
* src/w32menu.c (syms_of_w32menu): add pdumper note.
* src/w32proc.c
(ctrl_c_handler, mainCRTStartup, _start, open_input_file)
(rva_to_section, close_file_data): move here.
* src/w32uniscribe.c (syms_of_w32uniscribe_for_pdumper):
new function.
(syms_of_w32uniscribe): call it.
* src/window.c (init_window_once_for_pdumper): new function.
(init_window_once): call it; staticpro more stuff.
* src/xfont.c (syms_of_xfont_for_pdumper): new function.
(syms_of_xfont): call it.
* src/xftfont.c (syms_of_xftfont_for_pdumper): new function.
(syms_of_xftfont): call it.
* src/xmenu.c (syms_of_xmenu_for_pdumper): new function.
(syms_of_xmenu): call it.
* src/xselect.c (syms_of_xselect_for_pdumper): new function.
(syms_of_xselect): call it.
* src/xsettings.c (syms_of_xsettings): add more pdumper notes.
* src/term.c (syms_of_xterm): add pdumper note.
* src/dispnew.c (init_faces_initial): new function.
(init_display_interactive): rename from init_display; use
will_dump_p instead of !initialized. Initialize faces early for
pdumper if needed.
(init_display): new function.
(syms_of_display_for_pdumper): new function.
(syms_of_display): call it.
* src/dbusbind.c (syms_of_dbusbind): Add TODO for bus reset
on pdumper load.
* src/data.c (Fdefalias): Use will_dump_p
instead of Vpurify_flag.
(Fmake_variable_buffer_local): silence compiler warning with -Og
by making valcontents UNINIT.
(arith_driver): silence compiler warning with UNINIT.
* src/conf_post.h (ATTRIBUTE_SECTION): new macro.
* src/composite.c (composition_gstring_put_cache): rehash hash
table if needed.
* src/coding.c (init_coding_once, syms_of_coding): remember
pdumper stuff.
* src/charset.h (charset_table_size, charset_table_user): declare.
* src/charset.c (charset_table_used, charset_table_size): un-static.
(init_charset_oncem, syms_of_charset): remember pdumper stuff.
* src/category.c (category_table_version): remove obsolete
variable.
* src/callint.c (syms_of_callint): staticpro 'preserved_fns'
(init_callproc): use will_dump_p instead of !CANNOT_DUMP.
* src/bytecode.c (exec_byte_code): rehash table tables if needed
* src/buffer.c (alloc_buffer_text, free_buffer_text): account for
pdumper
(init_buffer_once): add TODO; remember stuff for pdumper.
(init_buffer): don't take initialized argument; adjust
for pdumper.
* src/atimer.c (init_atimer): initialize subr only if
!initialized.
* src/alloc.c: (vector_marked_p, set_vector_marked)
(vectorlike_marked_p, set_vectorlike_marked, cons_marked_p)
(set_cons_marked, string_marked_p, set_string_marked)
(symbol_marked_p, set_symbol_marked, interval_marked_p)
(set_interval_marked): new accessor routines. Use them
instead of raw GC access throughout.
(Vdead): make non-static when ENABLE_CHECKING.
(vectorlike_nbytes): rename of 'vector_nbytes'; take a vectorlike
header as input instead of a vector.
(number_finalizers_run): new internal C variable.
(mark_maybe_object): check for pdumper objects.
(valid_pointer_p): don't be gratuitously inefficient under rr(1).
(make_pure_c_string): add support for size_byte = -2 mode
indicating that string data points into Emacs image rodata.
(visit_vectorlike_root): visits GC roots embedded in
vectorlike objects.
(visit_buffer_root): visits GC roots embedded in
our totally-not-a-buffer buffer global objects.
(visit_static_gc_roots): visit GC roots in the Emacs data section.
(mark_object_root_visitor): root callback used for conventional GC
marking
(weak_hash_tables): new internal variable for tracking found weak
hash tables during GC.
(mark_and_sweep_weak_table_contents): new weak hash table marking.
(garbage_collect_1): use new GC root visitor machinery.
(mark_vectorlike): accept a vectorlike_header instead of a
Lisp_Vector.
(mark_frame, mark_window, mark_hash_table): new functions.
(mark_object): initialize 'm'; check for pdumper objects and use
new mark-bit accessors throughout. Remove some object-specific
marking code and move to helper functions above.
(survives_gc_p): check for pdumper objects.
(gc-sweep): clear pdumper mark bits.
(init_alloc_once_for_pdumper): new helper function for early init
called both during normal init and pdumper load.
(init_alloc_once): pdumper integration.
* src/Makefile.in: Rewrite dumping for pdumper; add pdumper.o;
invoke temacs with --temacs command line option; build dmpstruct.h
from dmpstruct.awk; stop relying on CANNOT_DUMP; clean up pdumper
intermediate files during build.
* nextstep/Makefile.in: build emacs.pdmp into NS packages
* lisp/startup.el: account for new '--temacs' and '--dump-file'
command line option.
* lisp/loadup.el: rewrite early init to account for pdumper; use
injected 'dump-mode' variable (set via the new '--temacs' option)
instead of parsing command line.
* lisp/cus-start.el: Check 'dump-mode' instead of 'purify-flag',
since the new 'dump-mode'
* lib-src/make-fingerprint.c: new program
* lib-src/Makefile.in: built make-fingerprint utility program
* configure.ac: Add --with-pdumper toggle to control pdumper
support; add --with-unexec toggle to control unexec support.
Add --with-dumping option to control which dumping strategy we use
by default. Adjust for pdumper throughout. Check for
posix_madvise.
* Makefile.in: Add @DUMPING@ substitution; add pdumper mode.
* .gitignore: Add make-fingerprint, temacs.in, fingerprint.c,
dmpstruct.h, and pdumper dump files.
2019-01-15 22:36:54 +00:00
( " --no-blinking-cursor " ) ( " --basic-display " )
( " --dump-file " ) ( " --temacs " ) ) )
2003-02-26 10:59:58 +00:00
( argi ( pop args ) )
( orig-argi argi )
argval )
1995-11-10 17:27:52 +00:00
;; Handle --OPTION=VALUE format.
2009-02-20 14:24:55 +00:00
( when ( string-match " \\ ` \\ (--[^=]* \\ )= " argi )
2002-05-26 20:49:28 +00:00
( setq argval ( substring argi ( match-end 0 ) )
2003-02-26 10:59:58 +00:00
argi ( match-string 1 argi ) ) )
2009-02-20 14:24:55 +00:00
( when ( string-match " \\ ` --. " orig-argi )
2002-05-26 20:49:28 +00:00
( let ( ( completion ( try-completion argi longopts ) ) )
2010-08-22 21:15:20 +00:00
( cond ( ( eq completion t )
( setq argi ( substring argi 1 ) ) )
( ( stringp completion )
( let ( ( elt ( assoc completion longopts ) ) )
( unless elt
Go back to grave quoting in source-code docstrings etc.
This reverts almost all my recent changes to use curved quotes
in docstrings and/or strings used for error diagnostics.
There are a few exceptions, e.g., Bahá’í proper names.
* admin/unidata/unidata-gen.el (unidata-gen-table):
* lisp/abbrev.el (expand-region-abbrevs):
* lisp/align.el (align-region):
* lisp/allout.el (allout-mode, allout-solicit-alternate-bullet)
(outlineify-sticky):
* lisp/apropos.el (apropos-library):
* lisp/bookmark.el (bookmark-default-annotation-text):
* lisp/button.el (button-category-symbol, button-put)
(make-text-button):
* lisp/calc/calc-aent.el (math-read-if, math-read-factor):
* lisp/calc/calc-embed.el (calc-do-embedded):
* lisp/calc/calc-ext.el (calc-user-function-list):
* lisp/calc/calc-graph.el (calc-graph-show-dumb):
* lisp/calc/calc-help.el (calc-describe-key)
(calc-describe-thing, calc-full-help):
* lisp/calc/calc-lang.el (calc-c-language)
(math-parse-fortran-vector-end, math-parse-tex-sum)
(math-parse-eqn-matrix, math-parse-eqn-prime)
(calc-yacas-language, calc-maxima-language, calc-giac-language)
(math-read-giac-subscr, math-read-math-subscr)
(math-read-big-rec, math-read-big-balance):
* lisp/calc/calc-misc.el (calc-help, report-calc-bug):
* lisp/calc/calc-mode.el (calc-auto-why, calc-save-modes)
(calc-auto-recompute):
* lisp/calc/calc-prog.el (calc-fix-token-name)
(calc-read-parse-table-part, calc-user-define-invocation)
(math-do-arg-check):
* lisp/calc/calc-store.el (calc-edit-variable):
* lisp/calc/calc-units.el (math-build-units-table-buffer):
* lisp/calc/calc-vec.el (math-read-brackets):
* lisp/calc/calc-yank.el (calc-edit-mode):
* lisp/calc/calc.el (calc, calc-do, calc-user-invocation):
* lisp/calendar/appt.el (appt-display-message):
* lisp/calendar/diary-lib.el (diary-check-diary-file)
(diary-mail-entries, diary-from-outlook):
* lisp/calendar/icalendar.el (icalendar-export-region)
(icalendar--convert-float-to-ical)
(icalendar--convert-date-to-ical)
(icalendar--convert-ical-to-diary)
(icalendar--convert-recurring-to-diary)
(icalendar--add-diary-entry):
* lisp/calendar/time-date.el (format-seconds):
* lisp/calendar/timeclock.el (timeclock-mode-line-display)
(timeclock-make-hours-explicit, timeclock-log-data):
* lisp/calendar/todo-mode.el (todo-prefix, todo-delete-category)
(todo-item-mark, todo-check-format)
(todo-insert-item--next-param, todo-edit-item--next-key)
(todo-mode):
* lisp/cedet/ede/pmake.el (ede-proj-makefile-insert-dist-rules):
* lisp/cedet/mode-local.el (describe-mode-local-overload)
(mode-local-print-binding, mode-local-describe-bindings-2):
* lisp/cedet/semantic/complete.el (semantic-displayor-show-request):
* lisp/cedet/srecode/srt-mode.el (srecode-macro-help):
* lisp/cus-start.el (standard):
* lisp/cus-theme.el (describe-theme-1):
* lisp/custom.el (custom-add-dependencies, custom-check-theme)
(custom--sort-vars-1, load-theme):
* lisp/descr-text.el (describe-text-properties-1, describe-char):
* lisp/dired-x.el (dired-do-run-mail):
* lisp/dired.el (dired-log):
* lisp/emacs-lisp/advice.el (ad-read-advised-function)
(ad-read-advice-class, ad-read-advice-name, ad-enable-advice)
(ad-disable-advice, ad-remove-advice, ad-set-argument)
(ad-set-arguments, ad--defalias-fset, ad-activate)
(ad-deactivate):
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand)
(byte-compile-unfold-lambda, byte-optimize-form-code-walker)
(byte-optimize-while, byte-optimize-apply):
* lisp/emacs-lisp/byte-run.el (defun, defsubst):
* lisp/emacs-lisp/bytecomp.el (byte-compile-lapcode)
(byte-compile-log-file, byte-compile-format-warn)
(byte-compile-nogroup-warn, byte-compile-arglist-warn)
(byte-compile-cl-warn)
(byte-compile-warn-about-unresolved-functions)
(byte-compile-file, byte-compile--declare-var)
(byte-compile-file-form-defmumble, byte-compile-form)
(byte-compile-normal-call, byte-compile-check-variable)
(byte-compile-variable-ref, byte-compile-variable-set)
(byte-compile-subr-wrong-args, byte-compile-setq-default)
(byte-compile-negation-optimizer)
(byte-compile-condition-case--old)
(byte-compile-condition-case--new, byte-compile-save-excursion)
(byte-compile-defvar, byte-compile-autoload)
(byte-compile-lambda-form)
(byte-compile-make-variable-buffer-local, display-call-tree)
(batch-byte-compile):
* lisp/emacs-lisp/cconv.el (cconv-convert, cconv--analyze-use):
* lisp/emacs-lisp/chart.el (chart-space-usage):
* lisp/emacs-lisp/check-declare.el (check-declare-scan)
(check-declare-warn, check-declare-file)
(check-declare-directory):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine)
(checkdoc-message-text-engine):
* lisp/emacs-lisp/cl-extra.el (cl-parse-integer)
(cl--describe-class):
* lisp/emacs-lisp/cl-generic.el (cl-defgeneric)
(cl--generic-describe, cl-generic-generalizers):
* lisp/emacs-lisp/cl-macs.el (cl--parse-loop-clause, cl-tagbody)
(cl-symbol-macrolet):
* lisp/emacs-lisp/cl.el (cl-unload-function, flet):
* lisp/emacs-lisp/copyright.el (copyright)
(copyright-update-directory):
* lisp/emacs-lisp/edebug.el (edebug-read-list):
* lisp/emacs-lisp/eieio-base.el (eieio-persistent-read):
* lisp/emacs-lisp/eieio-core.el (eieio--slot-override)
(eieio-oref):
* lisp/emacs-lisp/eieio-opt.el (eieio-help-constructor):
* lisp/emacs-lisp/eieio-speedbar.el:
(eieio-speedbar-child-make-tag-lines)
(eieio-speedbar-child-description):
* lisp/emacs-lisp/eieio.el (defclass, change-class):
* lisp/emacs-lisp/elint.el (elint-file, elint-get-top-forms)
(elint-init-form, elint-check-defalias-form)
(elint-check-let-form):
* lisp/emacs-lisp/ert.el (ert-get-test, ert-results-mode-menu)
(ert-results-pop-to-backtrace-for-test-at-point)
(ert-results-pop-to-messages-for-test-at-point)
(ert-results-pop-to-should-forms-for-test-at-point)
(ert-describe-test):
* lisp/emacs-lisp/find-func.el (find-function-search-for-symbol)
(find-function-library):
* lisp/emacs-lisp/generator.el (iter-yield):
* lisp/emacs-lisp/gv.el (gv-define-simple-setter):
* lisp/emacs-lisp/lisp-mnt.el (lm-verify):
* lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning):
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p):
* lisp/emacs-lisp/nadvice.el (advice--make-docstring)
(advice--make, define-advice):
* lisp/emacs-lisp/package-x.el (package-upload-file):
* lisp/emacs-lisp/package.el (package-version-join)
(package-disabled-p, package-activate-1, package-activate)
(package--download-one-archive)
(package--download-and-read-archives)
(package-compute-transaction, package-install-from-archive)
(package-install, package-install-selected-packages)
(package-delete, package-autoremove, describe-package-1)
(package-install-button-action, package-delete-button-action)
(package-menu-hide-package, package-menu--list-to-prompt)
(package-menu--perform-transaction)
(package-menu--find-and-notify-upgrades):
* lisp/emacs-lisp/pcase.el (pcase-exhaustive, pcase--u1):
* lisp/emacs-lisp/re-builder.el (reb-enter-subexp-mode):
* lisp/emacs-lisp/ring.el (ring-previous, ring-next):
* lisp/emacs-lisp/rx.el (rx-check, rx-anything)
(rx-check-any-string, rx-check-any, rx-check-not, rx-=)
(rx-repeat, rx-check-backref, rx-syntax, rx-check-category)
(rx-form):
* lisp/emacs-lisp/smie.el (smie-config-save):
* lisp/emacs-lisp/subr-x.el (internal--check-binding):
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-put-tag):
* lisp/emacs-lisp/testcover.el (testcover-1value):
* lisp/emacs-lisp/timer.el (timer-event-handler):
* lisp/emulation/viper-cmd.el (viper-toggle-parse-sexp-ignore-comments)
(viper-toggle-search-style, viper-kill-buffer)
(viper-brac-function):
* lisp/emulation/viper-macs.el (viper-record-kbd-macro):
* lisp/env.el (setenv):
* lisp/erc/erc-button.el (erc-nick-popup):
* lisp/erc/erc.el (erc-cmd-LOAD, erc-handle-login, english):
* lisp/eshell/em-dirs.el (eshell/cd):
* lisp/eshell/em-glob.el (eshell-glob-regexp)
(eshell-glob-entries):
* lisp/eshell/em-pred.el (eshell-parse-modifiers):
* lisp/eshell/esh-opt.el (eshell-show-usage):
* lisp/facemenu.el (facemenu-add-new-face)
(facemenu-add-new-color):
* lisp/faces.el (read-face-name, read-face-font, describe-face)
(x-resolve-font-name):
* lisp/files-x.el (modify-file-local-variable):
* lisp/files.el (locate-user-emacs-file, find-alternate-file)
(set-auto-mode, hack-one-local-variable--obsolete)
(dir-locals-set-directory-class, write-file, basic-save-buffer)
(delete-directory, copy-directory, recover-session)
(recover-session-finish, insert-directory)
(file-modes-char-to-who, file-modes-symbolic-to-number)
(move-file-to-trash):
* lisp/filesets.el (filesets-add-buffer, filesets-remove-buffer):
* lisp/find-cmd.el (find-generic, find-to-string):
* lisp/finder.el (finder-commentary):
* lisp/font-lock.el (font-lock-fontify-buffer):
* lisp/format.el (format-write-file, format-find-file)
(format-insert-file):
* lisp/frame.el (get-device-terminal, select-frame-by-name):
* lisp/fringe.el (fringe--check-style):
* lisp/gnus/nnmairix.el (nnmairix-widget-create-query):
* lisp/help-fns.el (help-fns--key-bindings)
(help-fns--compiler-macro, help-fns--parent-mode)
(help-fns--obsolete, help-fns--interactive-only)
(describe-function-1, describe-variable):
* lisp/help.el (describe-mode)
(describe-minor-mode-from-indicator):
* lisp/image.el (image-type):
* lisp/international/ccl.el (ccl-dump):
* lisp/international/fontset.el (x-must-resolve-font-name):
* lisp/international/mule-cmds.el (prefer-coding-system)
(select-safe-coding-system-interactively)
(select-safe-coding-system, activate-input-method)
(toggle-input-method, describe-current-input-method)
(describe-language-environment):
* lisp/international/mule-conf.el (code-offset):
* lisp/international/mule-diag.el (describe-character-set)
(list-input-methods-1):
* lisp/mail/feedmail.el (feedmail-run-the-queue):
* lisp/mouse.el (minor-mode-menu-from-indicator):
* lisp/mpc.el (mpc-playlist-rename):
* lisp/msb.el (msb--choose-menu):
* lisp/net/ange-ftp.el (ange-ftp-shell-command):
* lisp/net/imap.el (imap-interactive-login):
* lisp/net/mairix.el (mairix-widget-create-query):
* lisp/net/newst-backend.el (newsticker--sentinel-work):
* lisp/net/newst-treeview.el (newsticker--treeview-load):
* lisp/net/rlogin.el (rlogin):
* lisp/obsolete/iswitchb.el (iswitchb-possible-new-buffer):
* lisp/obsolete/otodo-mode.el (todo-more-important-p):
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region):
* lisp/obsolete/pgg-pgp.el (pgg-pgp-process-region):
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-process-region):
* lisp/org/ob-core.el (org-babel-goto-named-src-block)
(org-babel-goto-named-result):
* lisp/org/ob-fortran.el (org-babel-fortran-ensure-main-wrap):
* lisp/org/ob-ref.el (org-babel-ref-resolve):
* lisp/org/org-agenda.el (org-agenda-prepare):
* lisp/org/org-clock.el (org-clock-notify-once-if-expired)
(org-clock-resolve):
* lisp/org/org-ctags.el (org-ctags-ask-rebuild-tags-file-then-find-tag):
* lisp/org/org-feed.el (org-feed-parse-atom-entry):
* lisp/org/org-habit.el (org-habit-parse-todo):
* lisp/org/org-mouse.el (org-mouse-popup-global-menu)
(org-mouse-context-menu):
* lisp/org/org-table.el (org-table-edit-formulas):
* lisp/org/ox.el (org-export-async-start):
* lisp/proced.el (proced-log):
* lisp/progmodes/ada-mode.el (ada-get-indent-case)
(ada-check-matching-start, ada-goto-matching-start):
* lisp/progmodes/ada-prj.el (ada-prj-display-page):
* lisp/progmodes/ada-xref.el (ada-find-executable):
* lisp/progmodes/ebrowse.el (ebrowse-tags-apropos):
* lisp/progmodes/etags.el (etags-tags-apropos-additional):
* lisp/progmodes/flymake.el (flymake-parse-err-lines)
(flymake-start-syntax-check-process):
* lisp/progmodes/python.el (python-shell-get-process-or-error)
(python-define-auxiliary-skeleton):
* lisp/progmodes/sql.el (sql-comint):
* lisp/progmodes/verilog-mode.el (verilog-load-file-at-point):
* lisp/progmodes/vhdl-mode.el (vhdl-widget-directory-validate):
* lisp/recentf.el (recentf-open-files):
* lisp/replace.el (query-replace-read-from)
(occur-after-change-function, occur-1):
* lisp/scroll-bar.el (scroll-bar-columns):
* lisp/server.el (server-get-auth-key):
* lisp/simple.el (execute-extended-command)
(undo-outer-limit-truncate, list-processes--refresh)
(compose-mail, set-variable, choose-completion-string)
(define-alternatives):
* lisp/startup.el (site-run-file, tty-handle-args, command-line)
(command-line-1):
* lisp/subr.el (noreturn, define-error, add-to-list)
(read-char-choice, version-to-list):
* lisp/term/common-win.el (x-handle-xrm-switch)
(x-handle-name-switch, x-handle-args):
* lisp/term/x-win.el (x-handle-parent-id, x-handle-smid):
* lisp/textmodes/reftex-ref.el (reftex-label):
* lisp/textmodes/reftex-toc.el (reftex-toc-rename-label):
* lisp/textmodes/two-column.el (2C-split):
* lisp/tutorial.el (tutorial--describe-nonstandard-key)
(tutorial--find-changed-keys):
* lisp/type-break.el (type-break-noninteractive-query):
* lisp/wdired.el (wdired-do-renames, wdired-do-symlink-changes)
(wdired-do-perm-changes):
* lisp/whitespace.el (whitespace-report-region):
Prefer grave quoting in source-code strings used to generate help
and diagnostics.
* lisp/faces.el (face-documentation):
No need to convert quotes, since the result is a docstring.
* lisp/info.el (Info-virtual-index-find-node)
(Info-virtual-index, info-apropos):
Simplify by generating only curved quotes, since info files are
typically that ways nowadays anyway.
* lisp/international/mule-diag.el (list-input-methods):
Don’t assume text quoting style is curved.
* lisp/org/org-bibtex.el (org-bibtex-fields):
Revert my recent changes, going back to the old quoting style.
2015-09-07 15:41:44 +00:00
( error " Option `%s' is ambiguous " argi ) )
2010-08-22 21:15:20 +00:00
( setq argi ( substring ( car elt ) 1 ) ) ) )
( t
( setq argval nil
argi orig-argi ) ) ) ) )
1991-07-11 23:17:40 +00:00
( cond
2010-01-16 19:28:59 +00:00
;; The --display arg is handled partly in C, partly in Lisp.
;; When it shows up here, we just put it back to be handled
;; by `command-line-1'.
( ( member argi ' ( " -d " " -display " ) )
( setq display-arg ( list argi ( pop args ) ) ) )
2005-04-10 23:36:22 +00:00
( ( member argi ' ( " -Q " " -quick " ) )
2004-04-16 12:51:06 +00:00
( setq init-file-user nil
site-run-file nil
2015-04-20 21:46:24 +00:00
inhibit-x-resources t )
;; Stop it showing up in emacs -Q's customize-rogue.
( put 'site-run-file 'standard-value ' ( nil ) ) )
2015-03-14 21:53:33 +00:00
( ( member argi ' ( " -no-x-resources " ) )
( setq inhibit-x-resources t ) )
2005-04-10 23:36:22 +00:00
( ( member argi ' ( " -D " " -basic-display " ) )
( setq no-blinking-cursor t
emacs-basic-display t )
2004-04-16 12:51:06 +00:00
( push ' ( vertical-scroll-bars . nil ) initial-frame-alist ) )
2001-11-17 00:08:20 +00:00
( ( member argi ' ( " -q " " -no-init-file " ) )
( setq init-file-user nil ) )
( ( member argi ' ( " -u " " -user " ) )
2003-02-26 10:59:58 +00:00
( setq init-file-user ( or argval ( pop args ) )
2001-11-17 00:08:20 +00:00
argval nil ) )
2003-02-26 10:59:58 +00:00
( ( equal argi " -no-site-file " )
2015-04-20 21:46:24 +00:00
( setq site-run-file nil )
( put 'site-run-file 'standard-value ' ( nil ) ) )
2003-02-26 10:59:58 +00:00
( ( equal argi " -debug-init " )
2001-11-17 00:08:20 +00:00
( setq init-file-debug t ) )
2003-02-26 10:59:58 +00:00
( ( equal argi " -iconic " )
2001-11-17 00:08:20 +00:00
( push ' ( visibility . icon ) initial-frame-alist ) )
2005-03-05 04:31:59 +00:00
( ( member argi ' ( " -nbc " " -no-blinking-cursor " ) )
( setq no-blinking-cursor t ) )
Add portable dumper
Add a new portable dumper as an alternative to unexec. Use it by default.
* src/dmpstruct.awk: New file.
* src/doc.c (get_doc_string): use will_dump_p().
* src/editfns.c (styled_format): silence compiler warning
with UNINIT.
* src/emacs-module.c (syms_of_module): staticpro ltv_mark.
* src/emacs.c (gflags): new variable.
(init_cmdargs): unwrap
(string_starts_with_p, find_argument, dump_error_to_string)
(load_pdump): new functions.
(main): detect pdumper and --temacs invocation; actually load
portable dump when detected; set gflags as appropriate; changes to
init functions throughout to avoid passing explicit
'initialized' argument.
* src/eval.c (inhibit_lisp_code): remove unused variable.
(init_eval_once_for_pdumper): new function.
(init_eval_once): call it.
* src/filelock.c: CANNOT_DUMP -> will_dump_p()
* src/fingerprint-dummy.c: new file
* src/fingerprint.h: new file
* src/fns.c: CANNOT_DUMP -> will_dump_p(), etc.
(weak_hash_tables): remove
(hashfn_equal, hashfn_eql): un-staticify
(make_hash_table): set new 'next_weak' hash table field; drop
global weak_hash_tables logic.
(copy_hash_table): drop global weak_hash_tables logic.
(hash_table_rehash): new function.
(hash_lookup, hash_put, hash_remove_from_table, hash_clear):
rehash if needed.
(sweep_weak_table): un-staticify; explain logic; bool-ify.
(sweep_weak_hash_tables): remove function.
* src/font.c (syms_of_font): remember pdumper stuff.
* src/fontset.c (syms_of_fontset): remember pdumper stuff.
* src/frame.c (make_initial_frame): don't reset Vframe_list.
(init_frame_once_for_pdumper, init_frame_once): new functions.
(syms_of_frame): remove redundant staticpro.
* src/fringe.c (init_fringe_once_for_pdumper): new functin.
(init_fringe_once): call it.
* src/ftcrfont.c (syms_of_ftcrfont_for_pdumper): new function.
(syms_of_ftcrfont): call it.
* src/ftfont.c (syms_of_ftfont_for_pdumper): new function.
(syms_of_ftfont): call it.
* src/ftxont.c (syms_of_ftxfont_for_pdumper): new function.
(syms_of_ftxfont): call it.
* src/gmalloc.c: adjust for pdumper througout
(DUMPED): remove weird custom dumped indicator.
* src/gnutls.c (syms_of_gnutls): pdumper note for
gnutls_global_initialized.
* src/image.c (syms_of_image): add pdumper comment,
initializer note.
* src/insdel.c (prepare_to_modify_buffer_1): account
for buffer contents possibly being in dump image.
* src/keyboard.c (syms_of_keyboard_for_pdumper): new function.
(syms_of_keyboard): staticpro more; call pdumper syms function.
* src/lisp.h: add comments throughout
(gflags): declare.
(will_dump_p, will_bootstrap_p, will_dump_with_pdumper_p)
(dumped_with_pdumper_p, will_dump_with_unexec_p)
(dumped_with_unexec_p, definitely_will_not_unexec_p): new
functions.
(POWER_OF_2, ROUNDUP): move macros.
(PSEUDOVECTOR_TYPE, PSEUDOVECTOR_TYPEP): take vectorlike header
pointer instead of vector; constify.
(Lisp_Hash_Table): add comment about need to rehash on access; add
comment for next_weak.
(HASH_KEY, HASH_VALUE, HASH_HASH, HASH_TABLE_SIZE): const-ify.
(hash_table_rehash): declare.
(hash_rehash_needed_p, hash_rehash_if_needed): new functions.
(finalizers, doomed_finalizers): declare extern.
(SUBR_SECTION_ATTRIBUTE): new macro.
(staticvec, staticidx): un-static-ify.
(sweep_weak_hash_tables): remove declaration.
(sweep_weak_table): declare.
(hashfn_eql, hashfn_equal): declare.
(number_finalizers_run): new variable.
(Vdead): externify when ENABLE_CHECKING.
(gc_root_type): new enumeration.
(gc_root_visitor): new struct.
(visit_static_gc_roots): declare.
(vectorlike_nbytes): declare.
(vector_nbytes): define as trivial inline function wrapper for
vectorlike_nbytes.
(init_obarray_once): change signature.
(primary_thread): extern-ify.
(init_buffer): change signature.
(init_frame_once): declare.
* src/lread.c (readevalloop): adjust for new dumped predicates.
(init_obarray_once): new function.
(ndefsubr): new variable.
(defsubr): increment it.
(load_path_check): adjust for pdumper.
(load_path_default): use pdumper functions; adjust for
dump search.
* src/macfont.m (macfont_init_font_change_handler): avoid
shadowing global.
(syms_of_macfont_for_pdumper): new function.
(syms_of_macfont): call it.
* src/menu.c (syms_of_menu): staticpro more stuff.
* src/minibuf.c (Ftry_completion): rehash if needed.
(init_minibuf_once_for_pdumper): new function.
(init_minibuf_once): call it.
* src/nsfont.m (syms_of_nsfns): staticpro more.
* src/nsfont.m (syms_of_nsfont_for_pdumper): new function.
(syms_of_nsfont): call it.
* src/nsterm.m (syms_of_nsfont): remember pdumper stuff.
* src/pdumper.c: new file.
* src/pdumper.h: new file.
* src/process.c (init_process_emacs): use new pdumper functions
instead of CANNOT_DUMP.
* src/profiler.c (syms_of_profiler_for_pdumper): new function.
(syms_of_profiler_for_pdumper): call it.
* src/search.c (syms_of_search_for_pdumper): new function.
(syms_of_search_for_pdumper): call it.
* src/sheap.c (bss_sbrk_did_unexec): remove.
* src/sheap.h (bss_sbrk_did_unexec): remove.
* src/syntax.c (syms_of_syntax): don't redundantly staticpro
re_match_object.
* src/sysdep.c: use will_dump_with_unexec_p() instead of bss
hack thing.
* src/syssignals.h (init_sigsegv): declare.
* src/systime.h (init_timefns): remove bool from signature.
* src/textprop.c (syms_of_textprop): move staticpro.
* src/thread.c (main_thread_p): constify.
* src/thread.h (main_thread_p): constify.
* src/timefns.c (init_timefns): remove bool from signature.
(syms_of_timefns_for_pdumper): new function.
(syms_of_timefns): call it.
* src/w32.c: rearrange code.
* src/w32.h (w32_relocate): declare.
* src/w32fns.c (syms_of_w32fns): add pdumper note.
* src/w32font.c (syms_of_w32font_for_pdumper): new function.
(syms_of_w32font): call it.
* src/w32heap.c (using_dynamic_heap): new variable.
(init_heap): use it.
* src/w32menu.c (syms_of_w32menu): add pdumper note.
* src/w32proc.c
(ctrl_c_handler, mainCRTStartup, _start, open_input_file)
(rva_to_section, close_file_data): move here.
* src/w32uniscribe.c (syms_of_w32uniscribe_for_pdumper):
new function.
(syms_of_w32uniscribe): call it.
* src/window.c (init_window_once_for_pdumper): new function.
(init_window_once): call it; staticpro more stuff.
* src/xfont.c (syms_of_xfont_for_pdumper): new function.
(syms_of_xfont): call it.
* src/xftfont.c (syms_of_xftfont_for_pdumper): new function.
(syms_of_xftfont): call it.
* src/xmenu.c (syms_of_xmenu_for_pdumper): new function.
(syms_of_xmenu): call it.
* src/xselect.c (syms_of_xselect_for_pdumper): new function.
(syms_of_xselect): call it.
* src/xsettings.c (syms_of_xsettings): add more pdumper notes.
* src/term.c (syms_of_xterm): add pdumper note.
* src/dispnew.c (init_faces_initial): new function.
(init_display_interactive): rename from init_display; use
will_dump_p instead of !initialized. Initialize faces early for
pdumper if needed.
(init_display): new function.
(syms_of_display_for_pdumper): new function.
(syms_of_display): call it.
* src/dbusbind.c (syms_of_dbusbind): Add TODO for bus reset
on pdumper load.
* src/data.c (Fdefalias): Use will_dump_p
instead of Vpurify_flag.
(Fmake_variable_buffer_local): silence compiler warning with -Og
by making valcontents UNINIT.
(arith_driver): silence compiler warning with UNINIT.
* src/conf_post.h (ATTRIBUTE_SECTION): new macro.
* src/composite.c (composition_gstring_put_cache): rehash hash
table if needed.
* src/coding.c (init_coding_once, syms_of_coding): remember
pdumper stuff.
* src/charset.h (charset_table_size, charset_table_user): declare.
* src/charset.c (charset_table_used, charset_table_size): un-static.
(init_charset_oncem, syms_of_charset): remember pdumper stuff.
* src/category.c (category_table_version): remove obsolete
variable.
* src/callint.c (syms_of_callint): staticpro 'preserved_fns'
(init_callproc): use will_dump_p instead of !CANNOT_DUMP.
* src/bytecode.c (exec_byte_code): rehash table tables if needed
* src/buffer.c (alloc_buffer_text, free_buffer_text): account for
pdumper
(init_buffer_once): add TODO; remember stuff for pdumper.
(init_buffer): don't take initialized argument; adjust
for pdumper.
* src/atimer.c (init_atimer): initialize subr only if
!initialized.
* src/alloc.c: (vector_marked_p, set_vector_marked)
(vectorlike_marked_p, set_vectorlike_marked, cons_marked_p)
(set_cons_marked, string_marked_p, set_string_marked)
(symbol_marked_p, set_symbol_marked, interval_marked_p)
(set_interval_marked): new accessor routines. Use them
instead of raw GC access throughout.
(Vdead): make non-static when ENABLE_CHECKING.
(vectorlike_nbytes): rename of 'vector_nbytes'; take a vectorlike
header as input instead of a vector.
(number_finalizers_run): new internal C variable.
(mark_maybe_object): check for pdumper objects.
(valid_pointer_p): don't be gratuitously inefficient under rr(1).
(make_pure_c_string): add support for size_byte = -2 mode
indicating that string data points into Emacs image rodata.
(visit_vectorlike_root): visits GC roots embedded in
vectorlike objects.
(visit_buffer_root): visits GC roots embedded in
our totally-not-a-buffer buffer global objects.
(visit_static_gc_roots): visit GC roots in the Emacs data section.
(mark_object_root_visitor): root callback used for conventional GC
marking
(weak_hash_tables): new internal variable for tracking found weak
hash tables during GC.
(mark_and_sweep_weak_table_contents): new weak hash table marking.
(garbage_collect_1): use new GC root visitor machinery.
(mark_vectorlike): accept a vectorlike_header instead of a
Lisp_Vector.
(mark_frame, mark_window, mark_hash_table): new functions.
(mark_object): initialize 'm'; check for pdumper objects and use
new mark-bit accessors throughout. Remove some object-specific
marking code and move to helper functions above.
(survives_gc_p): check for pdumper objects.
(gc-sweep): clear pdumper mark bits.
(init_alloc_once_for_pdumper): new helper function for early init
called both during normal init and pdumper load.
(init_alloc_once): pdumper integration.
* src/Makefile.in: Rewrite dumping for pdumper; add pdumper.o;
invoke temacs with --temacs command line option; build dmpstruct.h
from dmpstruct.awk; stop relying on CANNOT_DUMP; clean up pdumper
intermediate files during build.
* nextstep/Makefile.in: build emacs.pdmp into NS packages
* lisp/startup.el: account for new '--temacs' and '--dump-file'
command line option.
* lisp/loadup.el: rewrite early init to account for pdumper; use
injected 'dump-mode' variable (set via the new '--temacs' option)
instead of parsing command line.
* lisp/cus-start.el: Check 'dump-mode' instead of 'purify-flag',
since the new 'dump-mode'
* lib-src/make-fingerprint.c: new program
* lib-src/Makefile.in: built make-fingerprint utility program
* configure.ac: Add --with-pdumper toggle to control pdumper
support; add --with-unexec toggle to control unexec support.
Add --with-dumping option to control which dumping strategy we use
by default. Adjust for pdumper throughout. Check for
posix_madvise.
* Makefile.in: Add @DUMPING@ substitution; add pdumper mode.
* .gitignore: Add make-fingerprint, temacs.in, fingerprint.c,
dmpstruct.h, and pdumper dump files.
2019-01-15 22:36:54 +00:00
( ( member argi ' ( " -dump-file " " -temacs " ) ) ; Handled in C
( or argval ( pop args ) )
( setq argval nil ) )
2001-11-17 00:08:20 +00:00
;; Push the popped arg back on the list of arguments.
2003-02-26 10:59:58 +00:00
( t
( push argi args )
( setq done t ) ) )
1994-09-28 22:15:38 +00:00
;; Was argval set but not used?
( and argval
Go back to grave quoting in source-code docstrings etc.
This reverts almost all my recent changes to use curved quotes
in docstrings and/or strings used for error diagnostics.
There are a few exceptions, e.g., Bahá’í proper names.
* admin/unidata/unidata-gen.el (unidata-gen-table):
* lisp/abbrev.el (expand-region-abbrevs):
* lisp/align.el (align-region):
* lisp/allout.el (allout-mode, allout-solicit-alternate-bullet)
(outlineify-sticky):
* lisp/apropos.el (apropos-library):
* lisp/bookmark.el (bookmark-default-annotation-text):
* lisp/button.el (button-category-symbol, button-put)
(make-text-button):
* lisp/calc/calc-aent.el (math-read-if, math-read-factor):
* lisp/calc/calc-embed.el (calc-do-embedded):
* lisp/calc/calc-ext.el (calc-user-function-list):
* lisp/calc/calc-graph.el (calc-graph-show-dumb):
* lisp/calc/calc-help.el (calc-describe-key)
(calc-describe-thing, calc-full-help):
* lisp/calc/calc-lang.el (calc-c-language)
(math-parse-fortran-vector-end, math-parse-tex-sum)
(math-parse-eqn-matrix, math-parse-eqn-prime)
(calc-yacas-language, calc-maxima-language, calc-giac-language)
(math-read-giac-subscr, math-read-math-subscr)
(math-read-big-rec, math-read-big-balance):
* lisp/calc/calc-misc.el (calc-help, report-calc-bug):
* lisp/calc/calc-mode.el (calc-auto-why, calc-save-modes)
(calc-auto-recompute):
* lisp/calc/calc-prog.el (calc-fix-token-name)
(calc-read-parse-table-part, calc-user-define-invocation)
(math-do-arg-check):
* lisp/calc/calc-store.el (calc-edit-variable):
* lisp/calc/calc-units.el (math-build-units-table-buffer):
* lisp/calc/calc-vec.el (math-read-brackets):
* lisp/calc/calc-yank.el (calc-edit-mode):
* lisp/calc/calc.el (calc, calc-do, calc-user-invocation):
* lisp/calendar/appt.el (appt-display-message):
* lisp/calendar/diary-lib.el (diary-check-diary-file)
(diary-mail-entries, diary-from-outlook):
* lisp/calendar/icalendar.el (icalendar-export-region)
(icalendar--convert-float-to-ical)
(icalendar--convert-date-to-ical)
(icalendar--convert-ical-to-diary)
(icalendar--convert-recurring-to-diary)
(icalendar--add-diary-entry):
* lisp/calendar/time-date.el (format-seconds):
* lisp/calendar/timeclock.el (timeclock-mode-line-display)
(timeclock-make-hours-explicit, timeclock-log-data):
* lisp/calendar/todo-mode.el (todo-prefix, todo-delete-category)
(todo-item-mark, todo-check-format)
(todo-insert-item--next-param, todo-edit-item--next-key)
(todo-mode):
* lisp/cedet/ede/pmake.el (ede-proj-makefile-insert-dist-rules):
* lisp/cedet/mode-local.el (describe-mode-local-overload)
(mode-local-print-binding, mode-local-describe-bindings-2):
* lisp/cedet/semantic/complete.el (semantic-displayor-show-request):
* lisp/cedet/srecode/srt-mode.el (srecode-macro-help):
* lisp/cus-start.el (standard):
* lisp/cus-theme.el (describe-theme-1):
* lisp/custom.el (custom-add-dependencies, custom-check-theme)
(custom--sort-vars-1, load-theme):
* lisp/descr-text.el (describe-text-properties-1, describe-char):
* lisp/dired-x.el (dired-do-run-mail):
* lisp/dired.el (dired-log):
* lisp/emacs-lisp/advice.el (ad-read-advised-function)
(ad-read-advice-class, ad-read-advice-name, ad-enable-advice)
(ad-disable-advice, ad-remove-advice, ad-set-argument)
(ad-set-arguments, ad--defalias-fset, ad-activate)
(ad-deactivate):
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand)
(byte-compile-unfold-lambda, byte-optimize-form-code-walker)
(byte-optimize-while, byte-optimize-apply):
* lisp/emacs-lisp/byte-run.el (defun, defsubst):
* lisp/emacs-lisp/bytecomp.el (byte-compile-lapcode)
(byte-compile-log-file, byte-compile-format-warn)
(byte-compile-nogroup-warn, byte-compile-arglist-warn)
(byte-compile-cl-warn)
(byte-compile-warn-about-unresolved-functions)
(byte-compile-file, byte-compile--declare-var)
(byte-compile-file-form-defmumble, byte-compile-form)
(byte-compile-normal-call, byte-compile-check-variable)
(byte-compile-variable-ref, byte-compile-variable-set)
(byte-compile-subr-wrong-args, byte-compile-setq-default)
(byte-compile-negation-optimizer)
(byte-compile-condition-case--old)
(byte-compile-condition-case--new, byte-compile-save-excursion)
(byte-compile-defvar, byte-compile-autoload)
(byte-compile-lambda-form)
(byte-compile-make-variable-buffer-local, display-call-tree)
(batch-byte-compile):
* lisp/emacs-lisp/cconv.el (cconv-convert, cconv--analyze-use):
* lisp/emacs-lisp/chart.el (chart-space-usage):
* lisp/emacs-lisp/check-declare.el (check-declare-scan)
(check-declare-warn, check-declare-file)
(check-declare-directory):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine)
(checkdoc-message-text-engine):
* lisp/emacs-lisp/cl-extra.el (cl-parse-integer)
(cl--describe-class):
* lisp/emacs-lisp/cl-generic.el (cl-defgeneric)
(cl--generic-describe, cl-generic-generalizers):
* lisp/emacs-lisp/cl-macs.el (cl--parse-loop-clause, cl-tagbody)
(cl-symbol-macrolet):
* lisp/emacs-lisp/cl.el (cl-unload-function, flet):
* lisp/emacs-lisp/copyright.el (copyright)
(copyright-update-directory):
* lisp/emacs-lisp/edebug.el (edebug-read-list):
* lisp/emacs-lisp/eieio-base.el (eieio-persistent-read):
* lisp/emacs-lisp/eieio-core.el (eieio--slot-override)
(eieio-oref):
* lisp/emacs-lisp/eieio-opt.el (eieio-help-constructor):
* lisp/emacs-lisp/eieio-speedbar.el:
(eieio-speedbar-child-make-tag-lines)
(eieio-speedbar-child-description):
* lisp/emacs-lisp/eieio.el (defclass, change-class):
* lisp/emacs-lisp/elint.el (elint-file, elint-get-top-forms)
(elint-init-form, elint-check-defalias-form)
(elint-check-let-form):
* lisp/emacs-lisp/ert.el (ert-get-test, ert-results-mode-menu)
(ert-results-pop-to-backtrace-for-test-at-point)
(ert-results-pop-to-messages-for-test-at-point)
(ert-results-pop-to-should-forms-for-test-at-point)
(ert-describe-test):
* lisp/emacs-lisp/find-func.el (find-function-search-for-symbol)
(find-function-library):
* lisp/emacs-lisp/generator.el (iter-yield):
* lisp/emacs-lisp/gv.el (gv-define-simple-setter):
* lisp/emacs-lisp/lisp-mnt.el (lm-verify):
* lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning):
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p):
* lisp/emacs-lisp/nadvice.el (advice--make-docstring)
(advice--make, define-advice):
* lisp/emacs-lisp/package-x.el (package-upload-file):
* lisp/emacs-lisp/package.el (package-version-join)
(package-disabled-p, package-activate-1, package-activate)
(package--download-one-archive)
(package--download-and-read-archives)
(package-compute-transaction, package-install-from-archive)
(package-install, package-install-selected-packages)
(package-delete, package-autoremove, describe-package-1)
(package-install-button-action, package-delete-button-action)
(package-menu-hide-package, package-menu--list-to-prompt)
(package-menu--perform-transaction)
(package-menu--find-and-notify-upgrades):
* lisp/emacs-lisp/pcase.el (pcase-exhaustive, pcase--u1):
* lisp/emacs-lisp/re-builder.el (reb-enter-subexp-mode):
* lisp/emacs-lisp/ring.el (ring-previous, ring-next):
* lisp/emacs-lisp/rx.el (rx-check, rx-anything)
(rx-check-any-string, rx-check-any, rx-check-not, rx-=)
(rx-repeat, rx-check-backref, rx-syntax, rx-check-category)
(rx-form):
* lisp/emacs-lisp/smie.el (smie-config-save):
* lisp/emacs-lisp/subr-x.el (internal--check-binding):
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-put-tag):
* lisp/emacs-lisp/testcover.el (testcover-1value):
* lisp/emacs-lisp/timer.el (timer-event-handler):
* lisp/emulation/viper-cmd.el (viper-toggle-parse-sexp-ignore-comments)
(viper-toggle-search-style, viper-kill-buffer)
(viper-brac-function):
* lisp/emulation/viper-macs.el (viper-record-kbd-macro):
* lisp/env.el (setenv):
* lisp/erc/erc-button.el (erc-nick-popup):
* lisp/erc/erc.el (erc-cmd-LOAD, erc-handle-login, english):
* lisp/eshell/em-dirs.el (eshell/cd):
* lisp/eshell/em-glob.el (eshell-glob-regexp)
(eshell-glob-entries):
* lisp/eshell/em-pred.el (eshell-parse-modifiers):
* lisp/eshell/esh-opt.el (eshell-show-usage):
* lisp/facemenu.el (facemenu-add-new-face)
(facemenu-add-new-color):
* lisp/faces.el (read-face-name, read-face-font, describe-face)
(x-resolve-font-name):
* lisp/files-x.el (modify-file-local-variable):
* lisp/files.el (locate-user-emacs-file, find-alternate-file)
(set-auto-mode, hack-one-local-variable--obsolete)
(dir-locals-set-directory-class, write-file, basic-save-buffer)
(delete-directory, copy-directory, recover-session)
(recover-session-finish, insert-directory)
(file-modes-char-to-who, file-modes-symbolic-to-number)
(move-file-to-trash):
* lisp/filesets.el (filesets-add-buffer, filesets-remove-buffer):
* lisp/find-cmd.el (find-generic, find-to-string):
* lisp/finder.el (finder-commentary):
* lisp/font-lock.el (font-lock-fontify-buffer):
* lisp/format.el (format-write-file, format-find-file)
(format-insert-file):
* lisp/frame.el (get-device-terminal, select-frame-by-name):
* lisp/fringe.el (fringe--check-style):
* lisp/gnus/nnmairix.el (nnmairix-widget-create-query):
* lisp/help-fns.el (help-fns--key-bindings)
(help-fns--compiler-macro, help-fns--parent-mode)
(help-fns--obsolete, help-fns--interactive-only)
(describe-function-1, describe-variable):
* lisp/help.el (describe-mode)
(describe-minor-mode-from-indicator):
* lisp/image.el (image-type):
* lisp/international/ccl.el (ccl-dump):
* lisp/international/fontset.el (x-must-resolve-font-name):
* lisp/international/mule-cmds.el (prefer-coding-system)
(select-safe-coding-system-interactively)
(select-safe-coding-system, activate-input-method)
(toggle-input-method, describe-current-input-method)
(describe-language-environment):
* lisp/international/mule-conf.el (code-offset):
* lisp/international/mule-diag.el (describe-character-set)
(list-input-methods-1):
* lisp/mail/feedmail.el (feedmail-run-the-queue):
* lisp/mouse.el (minor-mode-menu-from-indicator):
* lisp/mpc.el (mpc-playlist-rename):
* lisp/msb.el (msb--choose-menu):
* lisp/net/ange-ftp.el (ange-ftp-shell-command):
* lisp/net/imap.el (imap-interactive-login):
* lisp/net/mairix.el (mairix-widget-create-query):
* lisp/net/newst-backend.el (newsticker--sentinel-work):
* lisp/net/newst-treeview.el (newsticker--treeview-load):
* lisp/net/rlogin.el (rlogin):
* lisp/obsolete/iswitchb.el (iswitchb-possible-new-buffer):
* lisp/obsolete/otodo-mode.el (todo-more-important-p):
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region):
* lisp/obsolete/pgg-pgp.el (pgg-pgp-process-region):
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-process-region):
* lisp/org/ob-core.el (org-babel-goto-named-src-block)
(org-babel-goto-named-result):
* lisp/org/ob-fortran.el (org-babel-fortran-ensure-main-wrap):
* lisp/org/ob-ref.el (org-babel-ref-resolve):
* lisp/org/org-agenda.el (org-agenda-prepare):
* lisp/org/org-clock.el (org-clock-notify-once-if-expired)
(org-clock-resolve):
* lisp/org/org-ctags.el (org-ctags-ask-rebuild-tags-file-then-find-tag):
* lisp/org/org-feed.el (org-feed-parse-atom-entry):
* lisp/org/org-habit.el (org-habit-parse-todo):
* lisp/org/org-mouse.el (org-mouse-popup-global-menu)
(org-mouse-context-menu):
* lisp/org/org-table.el (org-table-edit-formulas):
* lisp/org/ox.el (org-export-async-start):
* lisp/proced.el (proced-log):
* lisp/progmodes/ada-mode.el (ada-get-indent-case)
(ada-check-matching-start, ada-goto-matching-start):
* lisp/progmodes/ada-prj.el (ada-prj-display-page):
* lisp/progmodes/ada-xref.el (ada-find-executable):
* lisp/progmodes/ebrowse.el (ebrowse-tags-apropos):
* lisp/progmodes/etags.el (etags-tags-apropos-additional):
* lisp/progmodes/flymake.el (flymake-parse-err-lines)
(flymake-start-syntax-check-process):
* lisp/progmodes/python.el (python-shell-get-process-or-error)
(python-define-auxiliary-skeleton):
* lisp/progmodes/sql.el (sql-comint):
* lisp/progmodes/verilog-mode.el (verilog-load-file-at-point):
* lisp/progmodes/vhdl-mode.el (vhdl-widget-directory-validate):
* lisp/recentf.el (recentf-open-files):
* lisp/replace.el (query-replace-read-from)
(occur-after-change-function, occur-1):
* lisp/scroll-bar.el (scroll-bar-columns):
* lisp/server.el (server-get-auth-key):
* lisp/simple.el (execute-extended-command)
(undo-outer-limit-truncate, list-processes--refresh)
(compose-mail, set-variable, choose-completion-string)
(define-alternatives):
* lisp/startup.el (site-run-file, tty-handle-args, command-line)
(command-line-1):
* lisp/subr.el (noreturn, define-error, add-to-list)
(read-char-choice, version-to-list):
* lisp/term/common-win.el (x-handle-xrm-switch)
(x-handle-name-switch, x-handle-args):
* lisp/term/x-win.el (x-handle-parent-id, x-handle-smid):
* lisp/textmodes/reftex-ref.el (reftex-label):
* lisp/textmodes/reftex-toc.el (reftex-toc-rename-label):
* lisp/textmodes/two-column.el (2C-split):
* lisp/tutorial.el (tutorial--describe-nonstandard-key)
(tutorial--find-changed-keys):
* lisp/type-break.el (type-break-noninteractive-query):
* lisp/wdired.el (wdired-do-renames, wdired-do-symlink-changes)
(wdired-do-perm-changes):
* lisp/whitespace.el (whitespace-report-region):
Prefer grave quoting in source-code strings used to generate help
and diagnostics.
* lisp/faces.el (face-documentation):
No need to convert quotes, since the result is a docstring.
* lisp/info.el (Info-virtual-index-find-node)
(Info-virtual-index, info-apropos):
Simplify by generating only curved quotes, since info files are
typically that ways nowadays anyway.
* lisp/international/mule-diag.el (list-input-methods):
Don’t assume text quoting style is curved.
* lisp/org/org-bibtex.el (org-bibtex-fields):
Revert my recent changes, going back to the old quoting style.
2015-09-07 15:41:44 +00:00
( error " Option `%s' doesn't allow an argument " argi ) ) ) )
1994-09-28 22:15:38 +00:00
2010-01-16 19:28:59 +00:00
;; Re-attach the --display arg.
( and display-arg ( setq args ( append display-arg args ) ) )
1991-07-13 09:35:06 +00:00
;; Re-attach the program name to the front of the arg list.
2003-02-26 10:59:58 +00:00
( and command-line-args
( setcdr command-line-args args ) ) )
1991-07-11 23:17:40 +00:00
2018-03-03 05:06:53 +00:00
;; Re-evaluate predefined variables whose initial value depends on
;; the runtime context.
( let ( current-load-list ) ; c-r-s may call defvar, and hence LOADHIST_ATTACH
2018-06-12 15:03:56 +00:00
( setq custom-delayed-init-variables
2018-03-03 05:06:53 +00:00
;; Initialize them in the same order they were loaded, in case there
;; are dependencies between them.
2018-06-12 15:03:56 +00:00
( nreverse custom-delayed-init-variables ) )
( mapc 'custom-reevaluate-setting custom-delayed-init-variables ) )
2018-03-03 05:06:53 +00:00
2018-02-17 11:36:16 +00:00
;; Warn for invalid user name.
( when init-file-user
( if ( string-match " [~/: \n ] " init-file-user )
( display-warning 'initialization
( format " Invalid user name %s "
init-file-user )
:error )
( if ( file-directory-p ( expand-file-name
;; We don't support ~USER on MS-Windows
;; and MS-DOS except for the current
;; user, and always load .emacs from
;; the current user's home directory
;; (see below). So always check "~",
;; even if invoked with "-u USER", or
;; if $USER or $LOGNAME are set to
;; something different.
( if ( memq system-type ' ( windows-nt ms-dos ) )
" ~ "
( concat " ~ " init-file-user ) ) ) )
nil
( display-warning 'initialization
( format " User %s has no home directory "
( if ( equal init-file-user " " )
( user-real-login-name )
init-file-user ) )
:error ) ) ) )
2019-08-27 21:21:45 +00:00
;; Calculate the name of the Emacs init directory.
2019-08-31 21:47:04 +00:00
;; This is typically ~INIT-FILE-USER/.config/emacs unless the user
;; is following the ~INIT-FILE-USER/.emacs.d convention.
( setq xdg-dir startup--xdg-config-home-emacs )
2019-08-27 21:21:45 +00:00
( setq startup-init-directory
2019-08-31 21:47:04 +00:00
( if ( or ( zerop ( length init-file-user ) )
( and ( eq xdg-dir user-emacs-directory )
( not ( eq xdg-dir startup--xdg-config-default ) ) ) )
user-emacs-directory
;; The name is not obvious, so access more directories to calculate it.
( setq xdg-dir ( concat " ~ " init-file-user " /.config/emacs/ " ) )
( startup--xdg-or-homedot xdg-dir init-file-user ) ) )
2019-08-27 21:21:45 +00:00
2018-02-17 11:36:16 +00:00
;; Load the early init file, if found.
2019-02-16 14:19:33 +00:00
( startup--load-user-init-file
2018-02-17 11:36:16 +00:00
( lambda ( )
( expand-file-name
2019-02-16 07:15:40 +00:00
;; We use an explicit .el extension here to force
2019-02-16 14:19:33 +00:00
;; startup--load-user-init-file to set user-init-file to "early-init.el",
2019-02-16 07:15:40 +00:00
;; with the .el extension, if the file doesn't exist, not just
;; "early-init" without an extension, as it does for ".emacs".
" early-init.el "
2019-08-27 21:21:45 +00:00
startup-init-directory ) ) )
2018-02-17 11:36:16 +00:00
( setq early-init-file user-init-file )
;; If any package directory exists, initialize the package system.
( and user-init-file
package-enable-at-startup
2019-11-11 22:14:30 +00:00
( not ( bound-and-true-p package--activated ) )
2018-02-17 11:36:16 +00:00
( catch 'package-dir-found
( let ( dirs )
( if ( boundp 'package-directory-list )
( setq dirs package-directory-list )
( dolist ( f load-path )
( and ( stringp f )
( equal ( file-name-nondirectory f ) " site-lisp " )
( push ( expand-file-name " elpa " f ) dirs ) ) ) )
( push ( if ( boundp 'package-user-dir )
package-user-dir
( locate-user-emacs-file " elpa " ) )
dirs )
( dolist ( dir dirs )
( when ( file-directory-p dir )
( dolist ( subdir ( directory-files dir ) )
( when ( let ( ( subdir ( expand-file-name subdir dir ) ) )
( and ( file-directory-p subdir )
( file-exists-p
( expand-file-name
( package--description-file subdir )
subdir ) ) ) )
( throw 'package-dir-found t ) ) ) ) ) ) )
2018-03-26 13:41:30 +00:00
( package-activate-all ) )
2018-02-17 11:36:16 +00:00
2009-09-16 17:54:13 +00:00
;; Make sure window system's init file was loaded in loadup.el if
;; using a window system.
;; Initialize the window-system only after processing the command-line
;; args so that -Q can influence this initialization.
( condition-case error
( unless noninteractive
( if ( and initial-window-system
( not ( featurep
( intern
( concat ( symbol-name initial-window-system ) " -win " ) ) ) ) )
Go back to grave quoting in source-code docstrings etc.
This reverts almost all my recent changes to use curved quotes
in docstrings and/or strings used for error diagnostics.
There are a few exceptions, e.g., Bahá’í proper names.
* admin/unidata/unidata-gen.el (unidata-gen-table):
* lisp/abbrev.el (expand-region-abbrevs):
* lisp/align.el (align-region):
* lisp/allout.el (allout-mode, allout-solicit-alternate-bullet)
(outlineify-sticky):
* lisp/apropos.el (apropos-library):
* lisp/bookmark.el (bookmark-default-annotation-text):
* lisp/button.el (button-category-symbol, button-put)
(make-text-button):
* lisp/calc/calc-aent.el (math-read-if, math-read-factor):
* lisp/calc/calc-embed.el (calc-do-embedded):
* lisp/calc/calc-ext.el (calc-user-function-list):
* lisp/calc/calc-graph.el (calc-graph-show-dumb):
* lisp/calc/calc-help.el (calc-describe-key)
(calc-describe-thing, calc-full-help):
* lisp/calc/calc-lang.el (calc-c-language)
(math-parse-fortran-vector-end, math-parse-tex-sum)
(math-parse-eqn-matrix, math-parse-eqn-prime)
(calc-yacas-language, calc-maxima-language, calc-giac-language)
(math-read-giac-subscr, math-read-math-subscr)
(math-read-big-rec, math-read-big-balance):
* lisp/calc/calc-misc.el (calc-help, report-calc-bug):
* lisp/calc/calc-mode.el (calc-auto-why, calc-save-modes)
(calc-auto-recompute):
* lisp/calc/calc-prog.el (calc-fix-token-name)
(calc-read-parse-table-part, calc-user-define-invocation)
(math-do-arg-check):
* lisp/calc/calc-store.el (calc-edit-variable):
* lisp/calc/calc-units.el (math-build-units-table-buffer):
* lisp/calc/calc-vec.el (math-read-brackets):
* lisp/calc/calc-yank.el (calc-edit-mode):
* lisp/calc/calc.el (calc, calc-do, calc-user-invocation):
* lisp/calendar/appt.el (appt-display-message):
* lisp/calendar/diary-lib.el (diary-check-diary-file)
(diary-mail-entries, diary-from-outlook):
* lisp/calendar/icalendar.el (icalendar-export-region)
(icalendar--convert-float-to-ical)
(icalendar--convert-date-to-ical)
(icalendar--convert-ical-to-diary)
(icalendar--convert-recurring-to-diary)
(icalendar--add-diary-entry):
* lisp/calendar/time-date.el (format-seconds):
* lisp/calendar/timeclock.el (timeclock-mode-line-display)
(timeclock-make-hours-explicit, timeclock-log-data):
* lisp/calendar/todo-mode.el (todo-prefix, todo-delete-category)
(todo-item-mark, todo-check-format)
(todo-insert-item--next-param, todo-edit-item--next-key)
(todo-mode):
* lisp/cedet/ede/pmake.el (ede-proj-makefile-insert-dist-rules):
* lisp/cedet/mode-local.el (describe-mode-local-overload)
(mode-local-print-binding, mode-local-describe-bindings-2):
* lisp/cedet/semantic/complete.el (semantic-displayor-show-request):
* lisp/cedet/srecode/srt-mode.el (srecode-macro-help):
* lisp/cus-start.el (standard):
* lisp/cus-theme.el (describe-theme-1):
* lisp/custom.el (custom-add-dependencies, custom-check-theme)
(custom--sort-vars-1, load-theme):
* lisp/descr-text.el (describe-text-properties-1, describe-char):
* lisp/dired-x.el (dired-do-run-mail):
* lisp/dired.el (dired-log):
* lisp/emacs-lisp/advice.el (ad-read-advised-function)
(ad-read-advice-class, ad-read-advice-name, ad-enable-advice)
(ad-disable-advice, ad-remove-advice, ad-set-argument)
(ad-set-arguments, ad--defalias-fset, ad-activate)
(ad-deactivate):
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand)
(byte-compile-unfold-lambda, byte-optimize-form-code-walker)
(byte-optimize-while, byte-optimize-apply):
* lisp/emacs-lisp/byte-run.el (defun, defsubst):
* lisp/emacs-lisp/bytecomp.el (byte-compile-lapcode)
(byte-compile-log-file, byte-compile-format-warn)
(byte-compile-nogroup-warn, byte-compile-arglist-warn)
(byte-compile-cl-warn)
(byte-compile-warn-about-unresolved-functions)
(byte-compile-file, byte-compile--declare-var)
(byte-compile-file-form-defmumble, byte-compile-form)
(byte-compile-normal-call, byte-compile-check-variable)
(byte-compile-variable-ref, byte-compile-variable-set)
(byte-compile-subr-wrong-args, byte-compile-setq-default)
(byte-compile-negation-optimizer)
(byte-compile-condition-case--old)
(byte-compile-condition-case--new, byte-compile-save-excursion)
(byte-compile-defvar, byte-compile-autoload)
(byte-compile-lambda-form)
(byte-compile-make-variable-buffer-local, display-call-tree)
(batch-byte-compile):
* lisp/emacs-lisp/cconv.el (cconv-convert, cconv--analyze-use):
* lisp/emacs-lisp/chart.el (chart-space-usage):
* lisp/emacs-lisp/check-declare.el (check-declare-scan)
(check-declare-warn, check-declare-file)
(check-declare-directory):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine)
(checkdoc-message-text-engine):
* lisp/emacs-lisp/cl-extra.el (cl-parse-integer)
(cl--describe-class):
* lisp/emacs-lisp/cl-generic.el (cl-defgeneric)
(cl--generic-describe, cl-generic-generalizers):
* lisp/emacs-lisp/cl-macs.el (cl--parse-loop-clause, cl-tagbody)
(cl-symbol-macrolet):
* lisp/emacs-lisp/cl.el (cl-unload-function, flet):
* lisp/emacs-lisp/copyright.el (copyright)
(copyright-update-directory):
* lisp/emacs-lisp/edebug.el (edebug-read-list):
* lisp/emacs-lisp/eieio-base.el (eieio-persistent-read):
* lisp/emacs-lisp/eieio-core.el (eieio--slot-override)
(eieio-oref):
* lisp/emacs-lisp/eieio-opt.el (eieio-help-constructor):
* lisp/emacs-lisp/eieio-speedbar.el:
(eieio-speedbar-child-make-tag-lines)
(eieio-speedbar-child-description):
* lisp/emacs-lisp/eieio.el (defclass, change-class):
* lisp/emacs-lisp/elint.el (elint-file, elint-get-top-forms)
(elint-init-form, elint-check-defalias-form)
(elint-check-let-form):
* lisp/emacs-lisp/ert.el (ert-get-test, ert-results-mode-menu)
(ert-results-pop-to-backtrace-for-test-at-point)
(ert-results-pop-to-messages-for-test-at-point)
(ert-results-pop-to-should-forms-for-test-at-point)
(ert-describe-test):
* lisp/emacs-lisp/find-func.el (find-function-search-for-symbol)
(find-function-library):
* lisp/emacs-lisp/generator.el (iter-yield):
* lisp/emacs-lisp/gv.el (gv-define-simple-setter):
* lisp/emacs-lisp/lisp-mnt.el (lm-verify):
* lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning):
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p):
* lisp/emacs-lisp/nadvice.el (advice--make-docstring)
(advice--make, define-advice):
* lisp/emacs-lisp/package-x.el (package-upload-file):
* lisp/emacs-lisp/package.el (package-version-join)
(package-disabled-p, package-activate-1, package-activate)
(package--download-one-archive)
(package--download-and-read-archives)
(package-compute-transaction, package-install-from-archive)
(package-install, package-install-selected-packages)
(package-delete, package-autoremove, describe-package-1)
(package-install-button-action, package-delete-button-action)
(package-menu-hide-package, package-menu--list-to-prompt)
(package-menu--perform-transaction)
(package-menu--find-and-notify-upgrades):
* lisp/emacs-lisp/pcase.el (pcase-exhaustive, pcase--u1):
* lisp/emacs-lisp/re-builder.el (reb-enter-subexp-mode):
* lisp/emacs-lisp/ring.el (ring-previous, ring-next):
* lisp/emacs-lisp/rx.el (rx-check, rx-anything)
(rx-check-any-string, rx-check-any, rx-check-not, rx-=)
(rx-repeat, rx-check-backref, rx-syntax, rx-check-category)
(rx-form):
* lisp/emacs-lisp/smie.el (smie-config-save):
* lisp/emacs-lisp/subr-x.el (internal--check-binding):
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-put-tag):
* lisp/emacs-lisp/testcover.el (testcover-1value):
* lisp/emacs-lisp/timer.el (timer-event-handler):
* lisp/emulation/viper-cmd.el (viper-toggle-parse-sexp-ignore-comments)
(viper-toggle-search-style, viper-kill-buffer)
(viper-brac-function):
* lisp/emulation/viper-macs.el (viper-record-kbd-macro):
* lisp/env.el (setenv):
* lisp/erc/erc-button.el (erc-nick-popup):
* lisp/erc/erc.el (erc-cmd-LOAD, erc-handle-login, english):
* lisp/eshell/em-dirs.el (eshell/cd):
* lisp/eshell/em-glob.el (eshell-glob-regexp)
(eshell-glob-entries):
* lisp/eshell/em-pred.el (eshell-parse-modifiers):
* lisp/eshell/esh-opt.el (eshell-show-usage):
* lisp/facemenu.el (facemenu-add-new-face)
(facemenu-add-new-color):
* lisp/faces.el (read-face-name, read-face-font, describe-face)
(x-resolve-font-name):
* lisp/files-x.el (modify-file-local-variable):
* lisp/files.el (locate-user-emacs-file, find-alternate-file)
(set-auto-mode, hack-one-local-variable--obsolete)
(dir-locals-set-directory-class, write-file, basic-save-buffer)
(delete-directory, copy-directory, recover-session)
(recover-session-finish, insert-directory)
(file-modes-char-to-who, file-modes-symbolic-to-number)
(move-file-to-trash):
* lisp/filesets.el (filesets-add-buffer, filesets-remove-buffer):
* lisp/find-cmd.el (find-generic, find-to-string):
* lisp/finder.el (finder-commentary):
* lisp/font-lock.el (font-lock-fontify-buffer):
* lisp/format.el (format-write-file, format-find-file)
(format-insert-file):
* lisp/frame.el (get-device-terminal, select-frame-by-name):
* lisp/fringe.el (fringe--check-style):
* lisp/gnus/nnmairix.el (nnmairix-widget-create-query):
* lisp/help-fns.el (help-fns--key-bindings)
(help-fns--compiler-macro, help-fns--parent-mode)
(help-fns--obsolete, help-fns--interactive-only)
(describe-function-1, describe-variable):
* lisp/help.el (describe-mode)
(describe-minor-mode-from-indicator):
* lisp/image.el (image-type):
* lisp/international/ccl.el (ccl-dump):
* lisp/international/fontset.el (x-must-resolve-font-name):
* lisp/international/mule-cmds.el (prefer-coding-system)
(select-safe-coding-system-interactively)
(select-safe-coding-system, activate-input-method)
(toggle-input-method, describe-current-input-method)
(describe-language-environment):
* lisp/international/mule-conf.el (code-offset):
* lisp/international/mule-diag.el (describe-character-set)
(list-input-methods-1):
* lisp/mail/feedmail.el (feedmail-run-the-queue):
* lisp/mouse.el (minor-mode-menu-from-indicator):
* lisp/mpc.el (mpc-playlist-rename):
* lisp/msb.el (msb--choose-menu):
* lisp/net/ange-ftp.el (ange-ftp-shell-command):
* lisp/net/imap.el (imap-interactive-login):
* lisp/net/mairix.el (mairix-widget-create-query):
* lisp/net/newst-backend.el (newsticker--sentinel-work):
* lisp/net/newst-treeview.el (newsticker--treeview-load):
* lisp/net/rlogin.el (rlogin):
* lisp/obsolete/iswitchb.el (iswitchb-possible-new-buffer):
* lisp/obsolete/otodo-mode.el (todo-more-important-p):
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region):
* lisp/obsolete/pgg-pgp.el (pgg-pgp-process-region):
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-process-region):
* lisp/org/ob-core.el (org-babel-goto-named-src-block)
(org-babel-goto-named-result):
* lisp/org/ob-fortran.el (org-babel-fortran-ensure-main-wrap):
* lisp/org/ob-ref.el (org-babel-ref-resolve):
* lisp/org/org-agenda.el (org-agenda-prepare):
* lisp/org/org-clock.el (org-clock-notify-once-if-expired)
(org-clock-resolve):
* lisp/org/org-ctags.el (org-ctags-ask-rebuild-tags-file-then-find-tag):
* lisp/org/org-feed.el (org-feed-parse-atom-entry):
* lisp/org/org-habit.el (org-habit-parse-todo):
* lisp/org/org-mouse.el (org-mouse-popup-global-menu)
(org-mouse-context-menu):
* lisp/org/org-table.el (org-table-edit-formulas):
* lisp/org/ox.el (org-export-async-start):
* lisp/proced.el (proced-log):
* lisp/progmodes/ada-mode.el (ada-get-indent-case)
(ada-check-matching-start, ada-goto-matching-start):
* lisp/progmodes/ada-prj.el (ada-prj-display-page):
* lisp/progmodes/ada-xref.el (ada-find-executable):
* lisp/progmodes/ebrowse.el (ebrowse-tags-apropos):
* lisp/progmodes/etags.el (etags-tags-apropos-additional):
* lisp/progmodes/flymake.el (flymake-parse-err-lines)
(flymake-start-syntax-check-process):
* lisp/progmodes/python.el (python-shell-get-process-or-error)
(python-define-auxiliary-skeleton):
* lisp/progmodes/sql.el (sql-comint):
* lisp/progmodes/verilog-mode.el (verilog-load-file-at-point):
* lisp/progmodes/vhdl-mode.el (vhdl-widget-directory-validate):
* lisp/recentf.el (recentf-open-files):
* lisp/replace.el (query-replace-read-from)
(occur-after-change-function, occur-1):
* lisp/scroll-bar.el (scroll-bar-columns):
* lisp/server.el (server-get-auth-key):
* lisp/simple.el (execute-extended-command)
(undo-outer-limit-truncate, list-processes--refresh)
(compose-mail, set-variable, choose-completion-string)
(define-alternatives):
* lisp/startup.el (site-run-file, tty-handle-args, command-line)
(command-line-1):
* lisp/subr.el (noreturn, define-error, add-to-list)
(read-char-choice, version-to-list):
* lisp/term/common-win.el (x-handle-xrm-switch)
(x-handle-name-switch, x-handle-args):
* lisp/term/x-win.el (x-handle-parent-id, x-handle-smid):
* lisp/textmodes/reftex-ref.el (reftex-label):
* lisp/textmodes/reftex-toc.el (reftex-toc-rename-label):
* lisp/textmodes/two-column.el (2C-split):
* lisp/tutorial.el (tutorial--describe-nonstandard-key)
(tutorial--find-changed-keys):
* lisp/type-break.el (type-break-noninteractive-query):
* lisp/wdired.el (wdired-do-renames, wdired-do-symlink-changes)
(wdired-do-perm-changes):
* lisp/whitespace.el (whitespace-report-region):
Prefer grave quoting in source-code strings used to generate help
and diagnostics.
* lisp/faces.el (face-documentation):
No need to convert quotes, since the result is a docstring.
* lisp/info.el (Info-virtual-index-find-node)
(Info-virtual-index, info-apropos):
Simplify by generating only curved quotes, since info files are
typically that ways nowadays anyway.
* lisp/international/mule-diag.el (list-input-methods):
Don’t assume text quoting style is curved.
* lisp/org/org-bibtex.el (org-bibtex-fields):
Revert my recent changes, going back to the old quoting style.
2015-09-07 15:41:44 +00:00
( error " Unsupported window system `%s' " initial-window-system ) )
2009-09-16 17:54:13 +00:00
;; Process window-system specific command line parameters.
( setq command-line-args
Replace gui-method macros with cl-generic with &context
* lisp/frame.el (gui-method--name, gui-method, gui-method-define)
(gui-method-declare, gui-call): Remove.
(frame-creation-function): Use cl-defgeneric.
(make-frame): Adjust callers.
* lisp/menu-bar.el (menu-bar-edit-menu):
Use gui-backend-selection-exists-p.
* lisp/select.el (x-get-clipboard): Use gui-backend-get-selection.
(gui-backend-get-selection): New cl-generic to replace
gui-get-selection method.
(gui-backend-set-selection): New cl-generic to replace
gui-set-selection method.
(gui-selection-owner-p): New cl-generic to replace
gui-selection-owner-p method.
(gui-backend-selection-exists-p): New cl-generic to replace
gui-selection-exists-p method. Adjust all callers.
* lisp/server.el (server-create-window-system-frame): Don't ignore
window-system spec even when unsupported.
* lisp/simple.el (deactivate-mark): Use new gui-backend-* functions.
* lisp/startup.el (handle-args-function, window-system-initialization):
Use cl-defgeneric.
(command-line): Adjust calls accordingly.
* lisp/term/ns-win.el (ns-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/pc-win.el (w16-get-selection-value): Turn into
a gui-backend-get-selection method.
(gui-selection-exists-p, gui-selection-owner-p, gui-set-selection):
Use cl-defmethod on the new functions instead.
(msdos-window-system-initialization): Turn into
a window-system-initialization method.
(frame-creation-function, handle-args-function): Use cl-defmethod.
* lisp/term/w32-win.el (w32-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/x-win.el (x-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/xterm.el (xterm--set-selection): Turn into
a gui-backend-set-selection method.
* src/nsselect.m (Fns_selection_exists_p): Remove unused arg `terminal'.
(Fns_selection_owner_p): Remove unused arg `terminal'.
(Fns_get_selection): Remove unused args `time_stamp' and `terminal'.
2015-05-23 15:32:29 +00:00
( let ( ( window-system initial-window-system ) ) ;Hack attack!
( handle-args-function command-line-args ) ) )
2009-09-16 17:54:13 +00:00
;; Initialize the window system. (Open connection, etc.)
Replace gui-method macros with cl-generic with &context
* lisp/frame.el (gui-method--name, gui-method, gui-method-define)
(gui-method-declare, gui-call): Remove.
(frame-creation-function): Use cl-defgeneric.
(make-frame): Adjust callers.
* lisp/menu-bar.el (menu-bar-edit-menu):
Use gui-backend-selection-exists-p.
* lisp/select.el (x-get-clipboard): Use gui-backend-get-selection.
(gui-backend-get-selection): New cl-generic to replace
gui-get-selection method.
(gui-backend-set-selection): New cl-generic to replace
gui-set-selection method.
(gui-selection-owner-p): New cl-generic to replace
gui-selection-owner-p method.
(gui-backend-selection-exists-p): New cl-generic to replace
gui-selection-exists-p method. Adjust all callers.
* lisp/server.el (server-create-window-system-frame): Don't ignore
window-system spec even when unsupported.
* lisp/simple.el (deactivate-mark): Use new gui-backend-* functions.
* lisp/startup.el (handle-args-function, window-system-initialization):
Use cl-defgeneric.
(command-line): Adjust calls accordingly.
* lisp/term/ns-win.el (ns-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/pc-win.el (w16-get-selection-value): Turn into
a gui-backend-get-selection method.
(gui-selection-exists-p, gui-selection-owner-p, gui-set-selection):
Use cl-defmethod on the new functions instead.
(msdos-window-system-initialization): Turn into
a window-system-initialization method.
(frame-creation-function, handle-args-function): Use cl-defmethod.
* lisp/term/w32-win.el (w32-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/x-win.el (x-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/xterm.el (xterm--set-selection): Turn into
a gui-backend-set-selection method.
* src/nsselect.m (Fns_selection_exists_p): Remove unused arg `terminal'.
(Fns_selection_owner_p): Remove unused arg `terminal'.
(Fns_get_selection): Remove unused args `time_stamp' and `terminal'.
2015-05-23 15:32:29 +00:00
( let ( ( window-system initial-window-system ) ) ;Hack attack!
( window-system-initialization ) )
2012-09-17 11:55:05 +00:00
( put initial-window-system 'window-system-initialized t ) )
2009-09-16 17:54:13 +00:00
;; If there was an error, print the error message and exit.
( error
( princ
( if ( eq ( car error ) 'error )
( apply 'concat ( cdr error ) )
( if ( memq 'file-error ( get ( car error ) 'error-conditions ) )
( format " %s: %s "
( nth 1 error )
( mapconcat ( lambda ( obj ) ( prin1-to-string obj t ) )
( cdr ( cdr error ) ) " , " ) )
( format " %s: %s "
( get ( car error ) 'error-message )
( mapconcat ( lambda ( obj ) ( prin1-to-string obj t ) )
( cdr error ) " , " ) ) ) )
'external-debugging-output )
( terpri 'external-debugging-output )
( setq initial-window-system nil )
( kill-emacs ) ) )
2005-10-28 15:43:15 +00:00
( run-hooks 'before-init-hook )
2012-04-27 05:40:46 +00:00
;; Under X, create the X frame and delete the terminal frame.
2008-09-28 09:37:09 +00:00
( unless ( daemonp )
2012-04-27 05:40:46 +00:00
( if ( or noninteractive emacs-basic-display )
( setq menu-bar-mode nil
Frame-local tab-bar and window-local tab-line.
* etc/NEWS: Add 'tab-bar-mode' and 'global-tab-line-mode'.
* etc/TODO: Remove tab-related items.
* lisp/cus-start.el: Add tab-bar-mode, tab-bar-max-label-size.
* lisp/frame.el (frame-notice-user-settings): handle tab-bar-lines.
* lisp/loadup.el: Load "tab-bar".
* lisp/menu-bar.el (menu-bar-options-save): Add tab-bar-mode.
(menu-bar-showhide-menu): Define showhide-tab-bar.
* lisp/startup.el (tab-bar-images-pixel-height): New defconst.
(command-line): Reset tab-bar-mode.
(x-apply-session-resources): Add "tabBar", "TabBar".
* lisp/subr.el (read-key): Add tab-bar.
* lisp/tab-bar.el: New file.
* lisp/tab-line.el: New file.
* lisp/window.el (window--dump-frame): Add tab-bar-height.
* src/dispextern.h (enum window_part): Add ON_TAB_LINE.
(struct glyph_matrix): Add tab_line_p.
(struct glyph_row): Add tab_line_p.
(MATRIX_TAB_LINE_ROW): New macro.
(MATRIX_FIRST_TEXT_ROW): Handle more mode lines.
(MR_PARTIALLY_VISIBLE_AT_TOP): Add WINDOW_TAB_LINE_HEIGHT.
(MATRIX_TAB_LINE_HEIGHT, CURRENT_TAB_LINE_HEIGHT)
(DESIRED_TAB_LINE_HEIGHT): New macros.
(enum face_id): Add TAB_BAR_FACE_ID and TAB_LINE_FACE_ID.
(struct it): Add tab_line_p.
(tab_bar_item_idx, tab_bar_item_image): New enums.
(DEFAULT_TAB_BAR_LABEL_SIZE, DEFAULT_TAB_BAR_BUTTON_MARGIN)
(DEFAULT_TAB_BAR_BUTTON_RELIEF, DEFAULT_TAB_BAR_IMAGE_HEIGHT):
New constants.
* src/dispnew.c (adjust_glyph_matrix): Use window_wants_tab_line.
(shift_glyph_matrix): Add WINDOW_TAB_LINE_HEIGHT.
(clear_current_matrices, clear_desired_matrices):
Call clear_glyph_matrix on tab_bar_window.
(blank_row): Add WINDOW_TAB_LINE_HEIGHT.
(required_matrix_height): Change 2 to 3.
(fake_current_matrices): Reset tab_line_p.
(adjust_frame_glyphs_for_window_redisplay): Handle tab_bar_window.
Add FRAME_TAB_BAR_HEIGHT and FRAME_TAB_BAR_LINES.
(free_glyphs): Handle tab_bar_window.
(update_frame): Handle tab_bar_window.
(update_window): Handle row->tab_line_p.
(scrolling_window): Change arg type from bool to int.
Change header_line_p to tab_line_p.
(buffer_posn_from_coords): Add window_wants_tab_line.
(mode_line_string): Use MATRIX_TAB_LINE_ROW for part ON_TAB_LINE.
* src/frame.c (frame_default_tab_bar_height): New internal variable.
(adjust_frame_size): Handle tab_bar_window.
(make_frame): Reset tab_bar_redisplayed, tab_bar_resized and
last_tab_bar_item.
(Ftab_bar_pixel_width): New function.
(frame_parms): Add tab-bar-lines.
(gui_figure_window_size): Add new arg tabbar_p.
(syms_of_frame): Add Qtab_bar_size, Qupdate_frame_tab_bar,
Qfree_frame_tab_bar, Qtab_bar_lines, Stab_bar_pixel_width.
Add Qtab_bar_lines to frame_inhibit_implied_resize.
(tab-bar-mode): New variable.
* src/frame.h (GCALIGNED_STRUCT): Add tab_bar_window,
desired_tab_bar_string, current_tab_bar_string.
(GCALIGNED_STRUCT): Add tab_bar_items, last_tab_bar_item,
minimize_tab_bar_window_p, tab_bar_redisplayed, tab_bar_resized,
tab_bar_lines, tab_bar_height, n_tab_bar_rows, n_tab_bar_items.
(fset_tab_bar_items, fset_tab_bar_window)
(fset_current_tab_bar_string, fset_desired_tab_bar_string):
New inlines.
(FRAME_TAB_BAR_LINES, FRAME_TAB_BAR_HEIGHT): New macros.
(FRAME_TOP_MARGIN, FRAME_TOP_MARGIN_HEIGHT):
Use FRAME_TAB_BAR_LINES.
* src/fringe.c (draw_fringe_bitmap_1, update_window_fringes):
Add WINDOW_TAB_LINE_HEIGHT.
* src/gtkutil.c (xg_frame_set_char_size): Add FRAME_TABBAR_WIDTH.
(x_wm_set_size_hint): Add FRAME_TABBAR_WIDTH.
* src/keyboard.c (read_char): Handle Qtab_bar.
(kbd_buffer_get_event): Handle TAB_BAR_EVENT.
(make_lispy_position): Add WINDOW_TAB_LINE_HEIGHT.
Handle TAB_BAR_EVENT.
(tab_bar_items_vector, tab_bar_item_properties, ntab_bar_items):
New internal variables.
(tab_bar_items, process_tab_bar_item, set_prop_tab_bar)
(parse_tab_bar_item, init_tab_bar_items, append_tab_bar_item):
New functions.
(read_char_x_menu_prompt, read_key_sequence): Handle Qtab_bar.
(tab-bar-separator-image-expression): New variable.
* src/keymap.c (syms_of_keymap): Add Qtab_bar and Qtab_line.
* src/menu.c (x_popup_menu_1, Fx_popup_dialog): Handle Qtab_bar.
* src/termhooks.h (enum event_kind): Add TAB_BAR_EVENT.
(GCALIGNED_STRUCT): Add change_tab_bar_height_hook.
* src/w32fns.c (w32_frame_parm_handlers): Add w32_set_tab_bar_lines.
* src/w32term.c (w32_draw_window_cursor): Add WINDOW_TAB_LINE_HEIGHT.
* src/window.c (window_body_height): Add WINDOW_TAB_LINE_HEIGHT.
(Fwindow_tab_line_height): New function.
(coordinates_in_window): Use window_wants_tab_line with
CURRENT_TAB_LINE_HEIGHT.
(window_relative_x_coord): Add ON_TAB_LINE.
(Fcoordinates_in_window_p): Add ON_TAB_LINE.
(window_from_coordinates): Add new arg tab_bar_p.
(Fwindow_line_height): Use window_wants_tab_line with
WINDOW_TAB_LINE_HEIGHT.
(Fwindow_lines_pixel_dimensions): Add WINDOW_TAB_LINE_HEIGHT.
(make_window): Set tab_line_height to -1.
(window_wants_tab_line): New function.
(window_internal_height): Use window_wants_tab_line.
(window_scroll_pixel_based): Add WINDOW_TAB_LINE_HEIGHT.
(Frecenter): Set minimize_tab_bar_window_p to 1.
(GCALIGNED_STRUCT): Add frame_tab_bar_lines and frame_tab_bar_height.
(Fcurrent_window_configuration): Set frame_tab_bar_lines and
frame_tab_bar_height.
(set_window_scroll_bars): Add WINDOW_TAB_LINE_HEIGHT.
(syms_of_window): Add Qtab_line_format and Swindow_tab_line_height.
* src/window.h (GCALIGNED_STRUCT): Add tab_line_height.
(WINDOW_TAB_BAR_P, WINDOW_TAB_LINE_HEIGHT, WINDOW_TAB_LINE_LINES):
New macros.
(WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y, WINDOW_TAB_LINE_HEIGHT):
Add WINDOW_TAB_BAR_P.
* src/xdisp.c (window_box_height): Add window_wants_tab_line with
MATRIX_TAB_LINE_ROW and CURRENT_TAB_LINE_HEIGHT.
(pos_visible_p): Use window_wants_tab_line.
Add WINDOW_TAB_LINE_HEIGHT.
(get_glyph_string_clip_rects): Add WINDOW_TAB_LINE_HEIGHT.
(get_phys_cursor_geometry): Add WINDOW_TAB_LINE_HEIGHT.
(remember_mouse_glyph): Use MATRIX_TAB_LINE_ROW for part
ON_TAB_LINE.
(init_iterator): Use MATRIX_TAB_LINE_ROW for TAB_LINE_FACE_ID.
Add WINDOW_TAB_LINE_HEIGHT. Add window_wants_tab_line.
(Fwindow_text_pixel_size): Add WINDOW_TAB_LINE_HEIGHT.
(prepare_menu_bars): Call update_tab_bar.
(update_tab_bar, build_desired_tab_bar_string)
(display_tab_bar_line, tab_bar_height, Ftab_bar_height)
(redisplay_tab_bar, tab_bar_item_info, get_tab_bar_item)
(handle_tab_bar_click, note_tab_bar_highlight): New functions.
(compute_window_start_on_continuation_line): Use window_wants_tab_line.
(try_cursor_movement): Use window_wants_tab_line with
CURRENT_TAB_LINE_HEIGHT.
(redisplay_window): Use window_wants_tab_line with
CURRENT_TAB_LINE_HEIGHT.
(try_window_reusing_current_matrix): Use window_wants_tab_line
with WINDOW_TAB_LINE_HEIGHT.
(Fdump_tab_bar_row): New function.
(compute_line_metrics): Add WINDOW_TAB_LINE_HEIGHT.
(display_line): Use window_wants_tab_line.
(display_mode_line): Set tab_line_p to true if face_id is
TAB_LINE_FACE_ID.
(Fformat_mode_line): Handle Qtab_line and Qtab_bar.
(gui_clear_end_of_line): Add WINDOW_TAB_LINE_HEIGHT.
(erase_phys_cursor): Use WINDOW_TAB_LINE_HEIGHT.
(show_mouse_face): Use tab_bar_window.
(note_mode_line_or_margin_highlight): Use MATRIX_TAB_LINE_ROW for
area ON_TAB_LINE.
(note_mouse_highlight): Call note_tab_bar_highlight,
(expose_frame): Handle tab_bar_window.
(syms_of_xdisp): Add Sdump_tab_bar_row and Stab_bar_height.
(auto-resize-tab-bars, auto-raise-tab-bar-buttons)
(tab-bar-border, tab-bar-button-margin, tab-bar-button-relief)
(tab-bar-max-label-size): New variables.
* src/xfaces.c (lookup_basic_face): Add TAB_LINE_FACE_ID and
TAB_BAR_FACE_ID.
(syms_of_xfaces): Define Qtab_bar and Qtab_line.
* src/xfns.c (x_set_tab_bar_lines, x_change_tab_bar_height):
New functions.
(xic_set_statusarea): Add FRAME_TABBAR_TOP_HEIGHT.
(frame_geometry): Add FRAME_TAB_BAR_HEIGHT and Qtab_bar_size.
* src/xterm.c (x_draw_image_relief): Use tab_bar_button_relief.
(x_draw_image_relief): Use TAB_BAR_FACE_ID.
(handle_one_xevent): Handle tab_bar_window.
(x_set_window_size_1): Add FRAME_TABBAR_WIDTH.
(x_create_terminal): Set change_tab_bar_height_hook.
* src/xterm.h (struct x_output): Add tabbar_top_height,
tabbar_bottom_height, tabbar_left_width, tabbar_right_width
tabbar_widget, tabbar_in_hbox, tabbar_is_packed.
(FRAME_TABBAR_TOP_HEIGHT): Add FRAME_TABBAR_TOP_HEIGHT,
FRAME_TABBAR_BOTTOM_HEIGHT, FRAME_TABBAR_HEIGHT,
FRAME_TABBAR_LEFT_WIDTH, FRAME_TABBAR_RIGHT_WIDTH,
FRAME_TABBAR_WIDTH.
2019-08-31 20:40:07 +00:00
tab-bar-mode nil
2012-04-27 05:40:46 +00:00
tool-bar-mode nil
no-blinking-cursor t ) )
2008-09-21 23:32:49 +00:00
( frame-initialize ) )
2001-01-30 15:09:25 +00:00
2010-06-30 22:58:19 +00:00
( when ( fboundp 'x-create-frame )
;; Set up the tool-bar (even in tty frames, since Emacs might open a
;; graphical frame later).
( unless noninteractive
( tool-bar-setup ) ) )
2010-06-27 00:30:52 +00:00
2005-04-12 19:59:54 +00:00
;; Turn off blinking cursor if so specified in X resources. This is here
2005-04-14 04:48:08 +00:00
;; only because all other settings of no-blinking-cursor are here.
2005-04-12 19:59:54 +00:00
( unless ( or noninteractive
emacs-basic-display
2008-07-27 18:24:48 +00:00
( and ( memq window-system ' ( x w32 ns ) )
2005-04-12 19:59:54 +00:00
( not ( member ( x-get-resource " cursorBlink " " CursorBlink " )
2012-01-14 16:09:55 +00:00
' ( " no " " off " " false " " 0 " ) ) ) ) )
2005-04-12 19:59:54 +00:00
( setq no-blinking-cursor t ) )
2015-09-01 23:53:08 +00:00
( unless noninteractive
( startup--setup-quote-display )
( setq internal--text-quoting-flag t ) )
2015-07-02 05:24:51 +00:00
2018-06-12 15:03:56 +00:00
;; Re-evaluate again the predefined variables whose initial value
;; depends on the runtime context, in case some of them depend on
;; the window-system features. Example: blink-cursor-mode.
( let ( current-load-list ) ; c-r-s may call defvar, and hence LOADHIST_ATTACH
2019-08-24 13:45:10 +00:00
( mapc 'custom-reevaluate-setting custom-delayed-init-variables )
( setq custom-delayed-init-variables nil ) )
2018-06-12 15:03:56 +00:00
2005-10-23 22:11:22 +00:00
( normal-erase-is-backspace-setup-frame )
2000-10-17 12:59:41 +00:00
;; Register default TTY colors for the case the terminal hasn't a
2011-11-20 07:30:16 +00:00
;; terminal init file. We do this regardless of whether the terminal
2005-11-07 14:56:19 +00:00
;; supports colors or not and regardless the current display type,
;; since users can connect to color-capable terminals and also
;; switch color support on or off in mid-session by setting the
;; tty-color-mode frame parameter.
2008-08-23 16:59:19 +00:00
;; Exception: the `pc' ``window system'' has only 16 fixed colors,
Replace gui-method macros with cl-generic with &context
* lisp/frame.el (gui-method--name, gui-method, gui-method-define)
(gui-method-declare, gui-call): Remove.
(frame-creation-function): Use cl-defgeneric.
(make-frame): Adjust callers.
* lisp/menu-bar.el (menu-bar-edit-menu):
Use gui-backend-selection-exists-p.
* lisp/select.el (x-get-clipboard): Use gui-backend-get-selection.
(gui-backend-get-selection): New cl-generic to replace
gui-get-selection method.
(gui-backend-set-selection): New cl-generic to replace
gui-set-selection method.
(gui-selection-owner-p): New cl-generic to replace
gui-selection-owner-p method.
(gui-backend-selection-exists-p): New cl-generic to replace
gui-selection-exists-p method. Adjust all callers.
* lisp/server.el (server-create-window-system-frame): Don't ignore
window-system spec even when unsupported.
* lisp/simple.el (deactivate-mark): Use new gui-backend-* functions.
* lisp/startup.el (handle-args-function, window-system-initialization):
Use cl-defgeneric.
(command-line): Adjust calls accordingly.
* lisp/term/ns-win.el (ns-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/pc-win.el (w16-get-selection-value): Turn into
a gui-backend-get-selection method.
(gui-selection-exists-p, gui-selection-owner-p, gui-set-selection):
Use cl-defmethod on the new functions instead.
(msdos-window-system-initialization): Turn into
a window-system-initialization method.
(frame-creation-function, handle-args-function): Use cl-defmethod.
* lisp/term/w32-win.el (w32-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/x-win.el (x-window-system-initialization): Turn into
a window-system-initialization method.
(handle-args-function, frame-creation-function): Use cl-defmethod.
(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
(gui-get-selection): Use cl-defmethod on the new functions instead.
* lisp/term/xterm.el (xterm--set-selection): Turn into
a gui-backend-set-selection method.
* src/nsselect.m (Fns_selection_exists_p): Remove unused arg `terminal'.
(Fns_selection_owner_p): Remove unused arg `terminal'.
(Fns_get_selection): Remove unused args `time_stamp' and `terminal'.
2015-05-23 15:32:29 +00:00
;; and they are already set at this point by a suitable method of
;; window-system-initialization.
2008-08-23 16:59:19 +00:00
( or ( eq initial-window-system 'pc )
( tty-register-default-colors ) )
2000-10-17 12:59:41 +00:00
2001-05-11 15:12:08 +00:00
( let ( ( old-scalable-fonts-allowed scalable-fonts-allowed )
( old-face-ignored-fonts face-ignored-fonts ) )
;; Run the site-start library if it exists. The point of this file is
;; that it is run before .emacs. There is no point in doing this after
;; .emacs; that is useless.
2007-10-12 02:50:38 +00:00
;; Note that user-init-file is nil at this point. Code that might
;; be loaded from site-run-file and wants to test if -q was given
;; should check init-file-user instead, since that is already set.
;; See cus-edit.el for an example.
2003-02-04 12:29:42 +00:00
( if site-run-file
2018-06-08 23:21:39 +00:00
;; Sites should not disable the startup screen.
;; Only individuals should disable the startup screen.
( let ( ( inhibit-startup-screen inhibit-startup-screen ) )
( load site-run-file t t ) ) )
2001-05-11 15:12:08 +00:00
;; Load that user's init file, or the default one, or none.
2019-02-16 14:19:33 +00:00
( startup--load-user-init-file
2018-02-17 11:36:16 +00:00
( lambda ( )
( cond
2019-08-30 05:29:52 +00:00
( ( eq startup-init-directory xdg-dir ) nil )
2018-02-17 11:36:16 +00:00
( ( eq system-type 'ms-dos )
( concat " ~ " init-file-user " /_emacs " ) )
( ( not ( eq system-type 'windows-nt ) )
2019-08-27 21:21:45 +00:00
( concat " ~ " init-file-user " /.emacs " ) )
2018-02-17 11:36:16 +00:00
;; Else deal with the Windows situation.
Fix edge case errors in filename-matching regexps
These changes fix actual or latent bugs in regexps that match
file names, such as PATTERN arguments to 'directory-files'. See
https://lists.gnu.org/archive/html/emacs-devel/2020-04/msg00265.html
* admin/authors.el (authors-obsolete-files-regexps)
(authors-renamed-files-regexps):
* lisp/auth-source-pass.el (auth-source-pass-entries):
* lisp/calendar/todo-mode.el (todo-show, todo-find-filtered-items-file)
(todo-filter-items, todo-reset-nondiary-marker, todo-reset-done-string)
(todo-reset-comment-string, todo-reset-highlight-item):
* lisp/cedet/semantic/db-ebrowse.el (semanticdb-load-ebrowse-caches):
* lisp/cedet/semantic/texi.el (semantic-texi-associated-files):
* lisp/cedet/srecode/map.el (srecode-map-update-map):
* lisp/dired.el (dired-re-no-dot):
* lisp/emacs-lisp/autoload.el (update-directory-autoloads):
* lisp/emacs-lisp/shadow.el (load-path-shadows-find):
* lisp/files.el (auto-mode-alist, directory-files-no-dot-files-regexp):
* lisp/finder.el (finder-compile-keywords):
* lisp/generic-x.el (inetd-conf-generic-mode, named-boot-generic-mode)
(resolve-conf-generic-mode, etc-modules-conf-generic-mode):
* lisp/gnus/gnus-agent.el (gnus-agent-read-agentview)
(gnus-agent-regenerate-group, gnus-agent-update-files-total-fetched-for):
* lisp/gnus/gnus-cache.el (gnus-cache-articles-in-group):
* lisp/gnus/gnus-score.el (gnus-score-search-global-directories):
* lisp/gnus/gnus-util.el (gnus-delete-directory):
* lisp/gnus/gnus-uu.el (gnus-uu-dir-files):
* lisp/gnus/nndraft.el (nndraft-request-group):
* lisp/gnus/nnmh.el (nnmh-request-group, nnmh-request-create-group):
(nnmh-request-delete-group, nnmh-active-number, nnmh-update-gnus-unreads):
* lisp/gnus/nnspool.el (nnspool-request-group):
* lisp/gnus/spam-stat.el (spam-stat-process-directory)
(spam-stat-test-directory):
* lisp/help-fns.el (help-fns--first-release):
* lisp/help.el (view-emacs-news):
* lisp/international/quail.el (quail-update-leim-list-file):
* lisp/international/titdic-cnv.el (batch-titdic-convert):
* lisp/mail/mspools.el (mspools-set-vm-spool-files)
(mspools-get-spool-files):
* lisp/mail/rmail.el (rmail-secondary-file-regexp)
(rmail-speedbar-match-folder-regexp):
* lisp/net/ange-ftp.el (ange-ftp-delete-directory):
* lisp/net/tramp.el (tramp-use-absolute-autoload-file-names):
* lisp/obsolete/gulp.el (gulp-send-requests):
* lisp/obsolete/vc-arch.el (vc-arch-trim-revlib):
* lisp/org/ob-core.el (org-babel-remove-temporary-directory):
* lisp/progmodes/ebnf2ps.el (ebnf-file-suffix-regexp, ebnf-style-database):
* lisp/progmodes/executable.el (executable-command-find-posix-p):
* lisp/startup.el (command-line):
* lisp/textmodes/refer.el (refer-get-bib-files):
* lisp/url/url-about.el (url-probe-protocols):
* lisp/vc/vc-rcs.el (vc-rcs-register, vc-rcs-unregister):
* test/lisp/net/tramp-archive-tests.el
(tramp-archive-test19-directory-files-and-attributes):
* test/lisp/net/tramp-tests.el (tramp-test19-directory-files-and-attributes):
Replace ^ and $ with \` and \', respectively.
Use (rx (or (not ".") "...")), translated into "[^.]\\|\\.\\.\\.",
to match anything but "." and "..", instead of several incorrect
regexps.
2020-04-14 10:17:40 +00:00
( ( directory-files " ~ " nil " \\ ` \\ .emacs \\ ( \\ .elc? \\ )? \\ ' " )
2018-02-17 11:36:16 +00:00
;; Prefer .emacs on Windows.
" ~/.emacs " )
Fix edge case errors in filename-matching regexps
These changes fix actual or latent bugs in regexps that match
file names, such as PATTERN arguments to 'directory-files'. See
https://lists.gnu.org/archive/html/emacs-devel/2020-04/msg00265.html
* admin/authors.el (authors-obsolete-files-regexps)
(authors-renamed-files-regexps):
* lisp/auth-source-pass.el (auth-source-pass-entries):
* lisp/calendar/todo-mode.el (todo-show, todo-find-filtered-items-file)
(todo-filter-items, todo-reset-nondiary-marker, todo-reset-done-string)
(todo-reset-comment-string, todo-reset-highlight-item):
* lisp/cedet/semantic/db-ebrowse.el (semanticdb-load-ebrowse-caches):
* lisp/cedet/semantic/texi.el (semantic-texi-associated-files):
* lisp/cedet/srecode/map.el (srecode-map-update-map):
* lisp/dired.el (dired-re-no-dot):
* lisp/emacs-lisp/autoload.el (update-directory-autoloads):
* lisp/emacs-lisp/shadow.el (load-path-shadows-find):
* lisp/files.el (auto-mode-alist, directory-files-no-dot-files-regexp):
* lisp/finder.el (finder-compile-keywords):
* lisp/generic-x.el (inetd-conf-generic-mode, named-boot-generic-mode)
(resolve-conf-generic-mode, etc-modules-conf-generic-mode):
* lisp/gnus/gnus-agent.el (gnus-agent-read-agentview)
(gnus-agent-regenerate-group, gnus-agent-update-files-total-fetched-for):
* lisp/gnus/gnus-cache.el (gnus-cache-articles-in-group):
* lisp/gnus/gnus-score.el (gnus-score-search-global-directories):
* lisp/gnus/gnus-util.el (gnus-delete-directory):
* lisp/gnus/gnus-uu.el (gnus-uu-dir-files):
* lisp/gnus/nndraft.el (nndraft-request-group):
* lisp/gnus/nnmh.el (nnmh-request-group, nnmh-request-create-group):
(nnmh-request-delete-group, nnmh-active-number, nnmh-update-gnus-unreads):
* lisp/gnus/nnspool.el (nnspool-request-group):
* lisp/gnus/spam-stat.el (spam-stat-process-directory)
(spam-stat-test-directory):
* lisp/help-fns.el (help-fns--first-release):
* lisp/help.el (view-emacs-news):
* lisp/international/quail.el (quail-update-leim-list-file):
* lisp/international/titdic-cnv.el (batch-titdic-convert):
* lisp/mail/mspools.el (mspools-set-vm-spool-files)
(mspools-get-spool-files):
* lisp/mail/rmail.el (rmail-secondary-file-regexp)
(rmail-speedbar-match-folder-regexp):
* lisp/net/ange-ftp.el (ange-ftp-delete-directory):
* lisp/net/tramp.el (tramp-use-absolute-autoload-file-names):
* lisp/obsolete/gulp.el (gulp-send-requests):
* lisp/obsolete/vc-arch.el (vc-arch-trim-revlib):
* lisp/org/ob-core.el (org-babel-remove-temporary-directory):
* lisp/progmodes/ebnf2ps.el (ebnf-file-suffix-regexp, ebnf-style-database):
* lisp/progmodes/executable.el (executable-command-find-posix-p):
* lisp/startup.el (command-line):
* lisp/textmodes/refer.el (refer-get-bib-files):
* lisp/url/url-about.el (url-probe-protocols):
* lisp/vc/vc-rcs.el (vc-rcs-register, vc-rcs-unregister):
* test/lisp/net/tramp-archive-tests.el
(tramp-archive-test19-directory-files-and-attributes):
* test/lisp/net/tramp-tests.el (tramp-test19-directory-files-and-attributes):
Replace ^ and $ with \` and \', respectively.
Use (rx (or (not ".") "...")), translated into "[^.]\\|\\.\\.\\.",
to match anything but "." and "..", instead of several incorrect
regexps.
2020-04-14 10:17:40 +00:00
( ( directory-files " ~ " nil " \\ ` _emacs \\ ( \\ .elc? \\ )? \\ ' " )
2018-02-17 11:36:16 +00:00
;; Also support _emacs for compatibility, but warn about it.
( push ` ( initialization
, ( format-message
" `_emacs' init file is deprecated, please use `.emacs' " ) )
delayed-warnings-list )
" ~/_emacs " )
( t ;; But default to .emacs if _emacs does not exist.
" ~/.emacs " ) ) )
( lambda ( )
( expand-file-name
2020-12-17 11:17:23 +00:00
" init.el "
2019-08-27 21:21:45 +00:00
startup-init-directory ) )
2018-02-17 11:36:16 +00:00
( not inhibit-default-init ) )
( when ( and deactivate-mark transient-mark-mode )
( with-current-buffer ( window-buffer )
( deactivate-mark ) ) )
;; If the user has a file of abbrevs, read it (unless -batch).
( when ( and ( not noninteractive )
( file-exists-p abbrev-file-name )
( file-readable-p abbrev-file-name ) )
( quietly-read-abbrev-file abbrev-file-name ) )
;; If the abbrevs came entirely from the init file or the
;; abbrevs file, they do not need saving.
( setq abbrevs-changed nil )
2003-02-04 12:29:42 +00:00
2001-05-11 15:12:08 +00:00
;; Do this here in case the init file sets mail-host-address.
2017-02-18 00:06:15 +00:00
( and mail-host-address
;; Check that user-mail-address has not been set by hand.
;; Yes, this is ugly, but slightly less so than leaving
;; user-mail-address uninitialized during init file processing.
;; Perhaps we should make :set-after do something like this?
2017-02-21 02:08:48 +00:00
;; Ie, extend it to also mean (re)initialize-after. See etc/TODO.
2017-02-18 00:06:15 +00:00
( equal user-mail-address
( let ( mail-host-address )
( ignore-errors
( eval ( car ( get 'user-mail-address 'standard-value ) ) ) ) ) )
( custom-reevaluate-setting 'user-mail-address ) )
2001-05-11 15:12:08 +00:00
;; If parameter have been changed in the init file which influence
;; face realization, clear the face cache so that new faces will
;; be realized.
( unless ( and ( eq scalable-fonts-allowed old-scalable-fonts-allowed )
( eq face-ignored-fonts old-face-ignored-fonts ) )
( clear-face-cache ) ) )
2003-02-04 12:29:42 +00:00
2008-02-16 23:17:51 +00:00
( setq after-init-time ( current-time ) )
2015-06-13 02:26:21 +00:00
;; Display any accumulated warnings after all functions in
;; `after-init-hook' like `desktop-read' have finalized possible
;; changes in the window configuration.
( run-hooks 'after-init-hook 'delayed-warnings-hook )
1992-06-04 19:58:44 +00:00
1991-07-11 23:17:40 +00:00
;; If *scratch* exists and init file didn't change its mode, initialize it.
( if ( get-buffer " *scratch* " )
2002-08-14 21:46:21 +00:00
( with-current-buffer " *scratch* "
1991-07-11 23:17:40 +00:00
( if ( eq major-mode 'fundamental-mode )
2020-01-13 13:53:11 +00:00
( funcall initial-major-mode ) ) ) )
2003-02-04 12:29:42 +00:00
1991-07-11 23:17:40 +00:00
;; Load library for our terminal type.
;; User init file can set term-file-prefix to nil to prevent this.
2003-02-26 10:59:58 +00:00
( unless ( or noninteractive
2014-02-26 19:45:18 +00:00
initial-window-system
( daemonp ) )
2014-02-26 19:40:56 +00:00
( tty-run-terminal-initialization ( selected-frame ) nil t ) )
1991-07-11 23:17:40 +00:00
2002-07-12 23:21:48 +00:00
;; Update the out-of-memory error message based on user's key bindings
;; for save-some-buffers.
( setq memory-signal-data
( list 'error
( substitute-command-keys " Memory exhausted--use \\ [save-some-buffers] then exit and restart Emacs " ) ) )
1991-07-13 09:35:06 +00:00
;; Process the remaining args.
1991-07-11 23:17:40 +00:00
( command-line-1 ( cdr command-line-args ) )
2013-12-01 02:04:46 +00:00
;; This is a problem because, e.g. if emacs.d/gnus.el exists,
;; trying to load gnus could load the wrong file.
;; OK, it would not matter if .emacs.d were at the end of load-path.
;; but for the sake of simplicity, we discourage it full-stop.
2017-11-26 06:45:41 +00:00
;; Ref eg https://lists.gnu.org/r/emacs-devel/2012-03/msg00056.html
2013-12-01 02:04:46 +00:00
;;
;; A bad element could come from user-emacs-file, the command line,
;; or EMACSLOADPATH, so we basically always have to check.
( let ( warned )
( dolist ( dir load-path )
( and ( not warned )
2014-11-10 07:12:37 +00:00
( stringp dir )
2013-12-01 02:04:46 +00:00
( string-equal ( file-name-as-directory ( expand-file-name dir ) )
( expand-file-name user-emacs-directory ) )
( setq warned t )
( display-warning 'initialization
More-conservative ‘format’ quote restyling
Instead of restyling curved quotes for every call to ‘format’,
create a new function ‘format-message’ that does the restyling,
and using the new function instead of ‘format’ only in contexts
where this seems appropriate.
Problem reported by Dmitry Gutov and Andreas Schwab in:
http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00826.html
http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00827.html
* doc/lispref/commands.texi (Using Interactive):
* doc/lispref/control.texi (Signaling Errors, Signaling Errors):
* doc/lispref/display.texi (Displaying Messages, Progress):
* doc/lispref/elisp.texi:
* doc/lispref/help.texi (Keys in Documentation):
* doc/lispref/minibuf.texi (Minibuffer Misc):
* doc/lispref/strings.texi (Formatting Strings):
* etc/NEWS:
Document the changes.
* lisp/abbrev.el (expand-region-abbrevs):
* lisp/apropos.el (apropos-library):
* lisp/calc/calc-ext.el (calc-record-message)
(calc-user-function-list):
* lisp/calc/calc-help.el (calc-describe-key, calc-full-help):
* lisp/calc/calc-lang.el (math-read-big-balance):
* lisp/calc/calc-store.el (calc-edit-variable):
* lisp/calc/calc-units.el (math-build-units-table-buffer):
* lisp/calc/calc-yank.el (calc-edit-mode):
* lisp/calendar/icalendar.el (icalendar-export-region)
(icalendar--add-diary-entry):
* lisp/cedet/mode-local.el (mode-local-print-binding)
(mode-local-describe-bindings-2):
* lisp/cedet/semantic/complete.el (semantic-completion-message):
* lisp/cedet/semantic/edit.el (semantic-parse-changes-failed):
* lisp/cedet/semantic/wisent/comp.el (wisent-log):
* lisp/cedet/srecode/insert.el (srecode-insert-show-error-report):
* lisp/descr-text.el (describe-text-properties-1, describe-char):
* lisp/dframe.el (dframe-message):
* lisp/dired-aux.el (dired-query):
* lisp/emacs-lisp/byte-opt.el (byte-compile-log-lap-1):
* lisp/emacs-lisp/bytecomp.el (byte-compile-log)
(byte-compile-log-file, byte-compile-warn, byte-compile-form):
* lisp/emacs-lisp/cconv.el (cconv-convert, cconv--analyze-use)
(cconv-analyze-form):
* lisp/emacs-lisp/check-declare.el (check-declare-warn):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
* lisp/emacs-lisp/cl-macs.el (cl-symbol-macrolet):
* lisp/emacs-lisp/edebug.el (edebug-format):
* lisp/emacs-lisp/eieio-core.el (eieio-oref):
* lisp/emacs-lisp/eldoc.el (eldoc-minibuffer-message)
(eldoc-message):
* lisp/emacs-lisp/elint.el (elint-file, elint-log):
* lisp/emacs-lisp/find-func.el (find-function-library):
* lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning):
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p):
* lisp/emacs-lisp/nadvice.el (advice--make-docstring):
* lisp/emacs-lisp/package.el (package-compute-transaction)
(package-install-button-action, package-delete-button-action)
(package-menu--list-to-prompt):
* lisp/emacs-lisp/timer.el (timer-event-handler):
* lisp/emacs-lisp/warnings.el (lwarn, warn):
* lisp/emulation/viper-cmd.el:
(viper-toggle-parse-sexp-ignore-comments)
(viper-kill-buffer, viper-brac-function):
* lisp/emulation/viper-macs.el (viper-record-kbd-macro):
* lisp/facemenu.el (facemenu-add-new-face):
* lisp/faces.el (face-documentation, read-face-name)
(face-read-string, read-face-font, describe-face):
* lisp/files.el (find-alternate-file, hack-local-variables)
(hack-one-local-variable--obsolete, write-file)
(basic-save-buffer, delete-directory):
* lisp/format.el (format-write-file, format-find-file)
(format-insert-file):
* lisp/help-fns.el (help-fns--key-bindings)
(help-fns--compiler-macro, help-fns--obsolete)
(help-fns--interactive-only, describe-function-1)
(describe-variable):
* lisp/help.el (describe-mode):
* lisp/info-xref.el (info-xref-output):
* lisp/info.el (Info-virtual-index-find-node)
(Info-virtual-index, info-apropos):
* lisp/international/kkc.el (kkc-error):
* lisp/international/mule-cmds.el:
(select-safe-coding-system-interactively)
(select-safe-coding-system, describe-input-method):
* lisp/international/mule-conf.el (code-offset):
* lisp/international/mule-diag.el (describe-character-set)
(list-input-methods-1):
* lisp/international/quail.el (quail-error):
* lisp/minibuffer.el (minibuffer-message):
* lisp/mpc.el (mpc--debug):
* lisp/msb.el (msb--choose-menu):
* lisp/net/ange-ftp.el (ange-ftp-message):
* lisp/net/gnutls.el (gnutls-message-maybe):
* lisp/net/newst-backend.el (newsticker--sentinel-work):
* lisp/net/newst-treeview.el (newsticker--treeview-load):
* lisp/net/nsm.el (nsm-query-user):
* lisp/net/rlogin.el (rlogin):
* lisp/net/soap-client.el (soap-warning):
* lisp/net/tramp.el (tramp-debug-message):
* lisp/nxml/nxml-outln.el (nxml-report-outline-error):
* lisp/nxml/nxml-parse.el (nxml-parse-error):
* lisp/nxml/rng-cmpct.el (rng-c-error):
* lisp/nxml/rng-match.el (rng-compile-error):
* lisp/nxml/rng-uri.el (rng-uri-error):
* lisp/obsolete/iswitchb.el (iswitchb-possible-new-buffer):
* lisp/org/org-ctags.el:
(org-ctags-ask-rebuild-tags-file-then-find-tag):
* lisp/proced.el (proced-log):
* lisp/progmodes/ebnf2ps.el (ebnf-log):
* lisp/progmodes/flymake.el (flymake-log):
* lisp/progmodes/vhdl-mode.el (vhdl-warning-when-idle):
* lisp/replace.el (occur-1):
* lisp/simple.el (execute-extended-command)
(undo-outer-limit-truncate, define-alternatives):
* lisp/startup.el (command-line):
* lisp/subr.el (error, user-error, add-to-list):
* lisp/tutorial.el (tutorial--describe-nonstandard-key)
(tutorial--find-changed-keys):
* src/callint.c (Fcall_interactively):
* src/editfns.c (Fmessage, Fmessage_box):
Restyle the quotes of format strings intended for use as a
diagnostic, when restyling seems appropriate.
* lisp/subr.el (format-message): New function.
* src/doc.c (Finternal__text_restyle): New function.
(syms_of_doc): Define it.
2015-08-24 05:38:02 +00:00
( format-message " \
Go back to grave quoting in source-code docstrings etc.
This reverts almost all my recent changes to use curved quotes
in docstrings and/or strings used for error diagnostics.
There are a few exceptions, e.g., Bahá’í proper names.
* admin/unidata/unidata-gen.el (unidata-gen-table):
* lisp/abbrev.el (expand-region-abbrevs):
* lisp/align.el (align-region):
* lisp/allout.el (allout-mode, allout-solicit-alternate-bullet)
(outlineify-sticky):
* lisp/apropos.el (apropos-library):
* lisp/bookmark.el (bookmark-default-annotation-text):
* lisp/button.el (button-category-symbol, button-put)
(make-text-button):
* lisp/calc/calc-aent.el (math-read-if, math-read-factor):
* lisp/calc/calc-embed.el (calc-do-embedded):
* lisp/calc/calc-ext.el (calc-user-function-list):
* lisp/calc/calc-graph.el (calc-graph-show-dumb):
* lisp/calc/calc-help.el (calc-describe-key)
(calc-describe-thing, calc-full-help):
* lisp/calc/calc-lang.el (calc-c-language)
(math-parse-fortran-vector-end, math-parse-tex-sum)
(math-parse-eqn-matrix, math-parse-eqn-prime)
(calc-yacas-language, calc-maxima-language, calc-giac-language)
(math-read-giac-subscr, math-read-math-subscr)
(math-read-big-rec, math-read-big-balance):
* lisp/calc/calc-misc.el (calc-help, report-calc-bug):
* lisp/calc/calc-mode.el (calc-auto-why, calc-save-modes)
(calc-auto-recompute):
* lisp/calc/calc-prog.el (calc-fix-token-name)
(calc-read-parse-table-part, calc-user-define-invocation)
(math-do-arg-check):
* lisp/calc/calc-store.el (calc-edit-variable):
* lisp/calc/calc-units.el (math-build-units-table-buffer):
* lisp/calc/calc-vec.el (math-read-brackets):
* lisp/calc/calc-yank.el (calc-edit-mode):
* lisp/calc/calc.el (calc, calc-do, calc-user-invocation):
* lisp/calendar/appt.el (appt-display-message):
* lisp/calendar/diary-lib.el (diary-check-diary-file)
(diary-mail-entries, diary-from-outlook):
* lisp/calendar/icalendar.el (icalendar-export-region)
(icalendar--convert-float-to-ical)
(icalendar--convert-date-to-ical)
(icalendar--convert-ical-to-diary)
(icalendar--convert-recurring-to-diary)
(icalendar--add-diary-entry):
* lisp/calendar/time-date.el (format-seconds):
* lisp/calendar/timeclock.el (timeclock-mode-line-display)
(timeclock-make-hours-explicit, timeclock-log-data):
* lisp/calendar/todo-mode.el (todo-prefix, todo-delete-category)
(todo-item-mark, todo-check-format)
(todo-insert-item--next-param, todo-edit-item--next-key)
(todo-mode):
* lisp/cedet/ede/pmake.el (ede-proj-makefile-insert-dist-rules):
* lisp/cedet/mode-local.el (describe-mode-local-overload)
(mode-local-print-binding, mode-local-describe-bindings-2):
* lisp/cedet/semantic/complete.el (semantic-displayor-show-request):
* lisp/cedet/srecode/srt-mode.el (srecode-macro-help):
* lisp/cus-start.el (standard):
* lisp/cus-theme.el (describe-theme-1):
* lisp/custom.el (custom-add-dependencies, custom-check-theme)
(custom--sort-vars-1, load-theme):
* lisp/descr-text.el (describe-text-properties-1, describe-char):
* lisp/dired-x.el (dired-do-run-mail):
* lisp/dired.el (dired-log):
* lisp/emacs-lisp/advice.el (ad-read-advised-function)
(ad-read-advice-class, ad-read-advice-name, ad-enable-advice)
(ad-disable-advice, ad-remove-advice, ad-set-argument)
(ad-set-arguments, ad--defalias-fset, ad-activate)
(ad-deactivate):
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand)
(byte-compile-unfold-lambda, byte-optimize-form-code-walker)
(byte-optimize-while, byte-optimize-apply):
* lisp/emacs-lisp/byte-run.el (defun, defsubst):
* lisp/emacs-lisp/bytecomp.el (byte-compile-lapcode)
(byte-compile-log-file, byte-compile-format-warn)
(byte-compile-nogroup-warn, byte-compile-arglist-warn)
(byte-compile-cl-warn)
(byte-compile-warn-about-unresolved-functions)
(byte-compile-file, byte-compile--declare-var)
(byte-compile-file-form-defmumble, byte-compile-form)
(byte-compile-normal-call, byte-compile-check-variable)
(byte-compile-variable-ref, byte-compile-variable-set)
(byte-compile-subr-wrong-args, byte-compile-setq-default)
(byte-compile-negation-optimizer)
(byte-compile-condition-case--old)
(byte-compile-condition-case--new, byte-compile-save-excursion)
(byte-compile-defvar, byte-compile-autoload)
(byte-compile-lambda-form)
(byte-compile-make-variable-buffer-local, display-call-tree)
(batch-byte-compile):
* lisp/emacs-lisp/cconv.el (cconv-convert, cconv--analyze-use):
* lisp/emacs-lisp/chart.el (chart-space-usage):
* lisp/emacs-lisp/check-declare.el (check-declare-scan)
(check-declare-warn, check-declare-file)
(check-declare-directory):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine)
(checkdoc-message-text-engine):
* lisp/emacs-lisp/cl-extra.el (cl-parse-integer)
(cl--describe-class):
* lisp/emacs-lisp/cl-generic.el (cl-defgeneric)
(cl--generic-describe, cl-generic-generalizers):
* lisp/emacs-lisp/cl-macs.el (cl--parse-loop-clause, cl-tagbody)
(cl-symbol-macrolet):
* lisp/emacs-lisp/cl.el (cl-unload-function, flet):
* lisp/emacs-lisp/copyright.el (copyright)
(copyright-update-directory):
* lisp/emacs-lisp/edebug.el (edebug-read-list):
* lisp/emacs-lisp/eieio-base.el (eieio-persistent-read):
* lisp/emacs-lisp/eieio-core.el (eieio--slot-override)
(eieio-oref):
* lisp/emacs-lisp/eieio-opt.el (eieio-help-constructor):
* lisp/emacs-lisp/eieio-speedbar.el:
(eieio-speedbar-child-make-tag-lines)
(eieio-speedbar-child-description):
* lisp/emacs-lisp/eieio.el (defclass, change-class):
* lisp/emacs-lisp/elint.el (elint-file, elint-get-top-forms)
(elint-init-form, elint-check-defalias-form)
(elint-check-let-form):
* lisp/emacs-lisp/ert.el (ert-get-test, ert-results-mode-menu)
(ert-results-pop-to-backtrace-for-test-at-point)
(ert-results-pop-to-messages-for-test-at-point)
(ert-results-pop-to-should-forms-for-test-at-point)
(ert-describe-test):
* lisp/emacs-lisp/find-func.el (find-function-search-for-symbol)
(find-function-library):
* lisp/emacs-lisp/generator.el (iter-yield):
* lisp/emacs-lisp/gv.el (gv-define-simple-setter):
* lisp/emacs-lisp/lisp-mnt.el (lm-verify):
* lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning):
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p):
* lisp/emacs-lisp/nadvice.el (advice--make-docstring)
(advice--make, define-advice):
* lisp/emacs-lisp/package-x.el (package-upload-file):
* lisp/emacs-lisp/package.el (package-version-join)
(package-disabled-p, package-activate-1, package-activate)
(package--download-one-archive)
(package--download-and-read-archives)
(package-compute-transaction, package-install-from-archive)
(package-install, package-install-selected-packages)
(package-delete, package-autoremove, describe-package-1)
(package-install-button-action, package-delete-button-action)
(package-menu-hide-package, package-menu--list-to-prompt)
(package-menu--perform-transaction)
(package-menu--find-and-notify-upgrades):
* lisp/emacs-lisp/pcase.el (pcase-exhaustive, pcase--u1):
* lisp/emacs-lisp/re-builder.el (reb-enter-subexp-mode):
* lisp/emacs-lisp/ring.el (ring-previous, ring-next):
* lisp/emacs-lisp/rx.el (rx-check, rx-anything)
(rx-check-any-string, rx-check-any, rx-check-not, rx-=)
(rx-repeat, rx-check-backref, rx-syntax, rx-check-category)
(rx-form):
* lisp/emacs-lisp/smie.el (smie-config-save):
* lisp/emacs-lisp/subr-x.el (internal--check-binding):
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-put-tag):
* lisp/emacs-lisp/testcover.el (testcover-1value):
* lisp/emacs-lisp/timer.el (timer-event-handler):
* lisp/emulation/viper-cmd.el (viper-toggle-parse-sexp-ignore-comments)
(viper-toggle-search-style, viper-kill-buffer)
(viper-brac-function):
* lisp/emulation/viper-macs.el (viper-record-kbd-macro):
* lisp/env.el (setenv):
* lisp/erc/erc-button.el (erc-nick-popup):
* lisp/erc/erc.el (erc-cmd-LOAD, erc-handle-login, english):
* lisp/eshell/em-dirs.el (eshell/cd):
* lisp/eshell/em-glob.el (eshell-glob-regexp)
(eshell-glob-entries):
* lisp/eshell/em-pred.el (eshell-parse-modifiers):
* lisp/eshell/esh-opt.el (eshell-show-usage):
* lisp/facemenu.el (facemenu-add-new-face)
(facemenu-add-new-color):
* lisp/faces.el (read-face-name, read-face-font, describe-face)
(x-resolve-font-name):
* lisp/files-x.el (modify-file-local-variable):
* lisp/files.el (locate-user-emacs-file, find-alternate-file)
(set-auto-mode, hack-one-local-variable--obsolete)
(dir-locals-set-directory-class, write-file, basic-save-buffer)
(delete-directory, copy-directory, recover-session)
(recover-session-finish, insert-directory)
(file-modes-char-to-who, file-modes-symbolic-to-number)
(move-file-to-trash):
* lisp/filesets.el (filesets-add-buffer, filesets-remove-buffer):
* lisp/find-cmd.el (find-generic, find-to-string):
* lisp/finder.el (finder-commentary):
* lisp/font-lock.el (font-lock-fontify-buffer):
* lisp/format.el (format-write-file, format-find-file)
(format-insert-file):
* lisp/frame.el (get-device-terminal, select-frame-by-name):
* lisp/fringe.el (fringe--check-style):
* lisp/gnus/nnmairix.el (nnmairix-widget-create-query):
* lisp/help-fns.el (help-fns--key-bindings)
(help-fns--compiler-macro, help-fns--parent-mode)
(help-fns--obsolete, help-fns--interactive-only)
(describe-function-1, describe-variable):
* lisp/help.el (describe-mode)
(describe-minor-mode-from-indicator):
* lisp/image.el (image-type):
* lisp/international/ccl.el (ccl-dump):
* lisp/international/fontset.el (x-must-resolve-font-name):
* lisp/international/mule-cmds.el (prefer-coding-system)
(select-safe-coding-system-interactively)
(select-safe-coding-system, activate-input-method)
(toggle-input-method, describe-current-input-method)
(describe-language-environment):
* lisp/international/mule-conf.el (code-offset):
* lisp/international/mule-diag.el (describe-character-set)
(list-input-methods-1):
* lisp/mail/feedmail.el (feedmail-run-the-queue):
* lisp/mouse.el (minor-mode-menu-from-indicator):
* lisp/mpc.el (mpc-playlist-rename):
* lisp/msb.el (msb--choose-menu):
* lisp/net/ange-ftp.el (ange-ftp-shell-command):
* lisp/net/imap.el (imap-interactive-login):
* lisp/net/mairix.el (mairix-widget-create-query):
* lisp/net/newst-backend.el (newsticker--sentinel-work):
* lisp/net/newst-treeview.el (newsticker--treeview-load):
* lisp/net/rlogin.el (rlogin):
* lisp/obsolete/iswitchb.el (iswitchb-possible-new-buffer):
* lisp/obsolete/otodo-mode.el (todo-more-important-p):
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region):
* lisp/obsolete/pgg-pgp.el (pgg-pgp-process-region):
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-process-region):
* lisp/org/ob-core.el (org-babel-goto-named-src-block)
(org-babel-goto-named-result):
* lisp/org/ob-fortran.el (org-babel-fortran-ensure-main-wrap):
* lisp/org/ob-ref.el (org-babel-ref-resolve):
* lisp/org/org-agenda.el (org-agenda-prepare):
* lisp/org/org-clock.el (org-clock-notify-once-if-expired)
(org-clock-resolve):
* lisp/org/org-ctags.el (org-ctags-ask-rebuild-tags-file-then-find-tag):
* lisp/org/org-feed.el (org-feed-parse-atom-entry):
* lisp/org/org-habit.el (org-habit-parse-todo):
* lisp/org/org-mouse.el (org-mouse-popup-global-menu)
(org-mouse-context-menu):
* lisp/org/org-table.el (org-table-edit-formulas):
* lisp/org/ox.el (org-export-async-start):
* lisp/proced.el (proced-log):
* lisp/progmodes/ada-mode.el (ada-get-indent-case)
(ada-check-matching-start, ada-goto-matching-start):
* lisp/progmodes/ada-prj.el (ada-prj-display-page):
* lisp/progmodes/ada-xref.el (ada-find-executable):
* lisp/progmodes/ebrowse.el (ebrowse-tags-apropos):
* lisp/progmodes/etags.el (etags-tags-apropos-additional):
* lisp/progmodes/flymake.el (flymake-parse-err-lines)
(flymake-start-syntax-check-process):
* lisp/progmodes/python.el (python-shell-get-process-or-error)
(python-define-auxiliary-skeleton):
* lisp/progmodes/sql.el (sql-comint):
* lisp/progmodes/verilog-mode.el (verilog-load-file-at-point):
* lisp/progmodes/vhdl-mode.el (vhdl-widget-directory-validate):
* lisp/recentf.el (recentf-open-files):
* lisp/replace.el (query-replace-read-from)
(occur-after-change-function, occur-1):
* lisp/scroll-bar.el (scroll-bar-columns):
* lisp/server.el (server-get-auth-key):
* lisp/simple.el (execute-extended-command)
(undo-outer-limit-truncate, list-processes--refresh)
(compose-mail, set-variable, choose-completion-string)
(define-alternatives):
* lisp/startup.el (site-run-file, tty-handle-args, command-line)
(command-line-1):
* lisp/subr.el (noreturn, define-error, add-to-list)
(read-char-choice, version-to-list):
* lisp/term/common-win.el (x-handle-xrm-switch)
(x-handle-name-switch, x-handle-args):
* lisp/term/x-win.el (x-handle-parent-id, x-handle-smid):
* lisp/textmodes/reftex-ref.el (reftex-label):
* lisp/textmodes/reftex-toc.el (reftex-toc-rename-label):
* lisp/textmodes/two-column.el (2C-split):
* lisp/tutorial.el (tutorial--describe-nonstandard-key)
(tutorial--find-changed-keys):
* lisp/type-break.el (type-break-noninteractive-query):
* lisp/wdired.el (wdired-do-renames, wdired-do-symlink-changes)
(wdired-do-perm-changes):
* lisp/whitespace.el (whitespace-report-region):
Prefer grave quoting in source-code strings used to generate help
and diagnostics.
* lisp/faces.el (face-documentation):
No need to convert quotes, since the result is a docstring.
* lisp/info.el (Info-virtual-index-find-node)
(Info-virtual-index, info-apropos):
Simplify by generating only curved quotes, since info files are
typically that ways nowadays anyway.
* lisp/international/mule-diag.el (list-input-methods):
Don’t assume text quoting style is curved.
* lisp/org/org-bibtex.el (org-bibtex-fields):
Revert my recent changes, going back to the old quoting style.
2015-09-07 15:41:44 +00:00
Your ` load-path ' seems to contain\n \
your ` . emacs.d ' directory: %s\n \
2013-12-01 02:04:46 +00:00
This is likely to cause problems...\n \
2014-10-01 22:13:11 +00:00
Consider using a subdirectory instead, e.g.: %s "
dir ( expand-file-name
" lisp " user-emacs-directory ) )
:warning ) ) ) )
2013-12-01 02:04:46 +00:00
1991-07-11 23:17:40 +00:00
;; If -batch, terminate after processing the command options.
2002-03-10 16:29:34 +00:00
( if noninteractive ( kill-emacs t ) )
2008-09-28 09:37:09 +00:00
;; In daemon mode, start the server to allow clients to connect.
;; This is done after loading the user's init file and after
;; processing all command line arguments to allow e.g. `server-name'
;; to be changed before the server starts.
2008-10-27 07:02:30 +00:00
( let ( ( dn ( daemonp ) ) )
( when dn
( when ( stringp dn ) ( setq server-name dn ) )
( server-start )
2008-12-16 21:23:03 +00:00
( if server-process
( daemon-initialized )
2008-12-18 08:48:26 +00:00
( if ( stringp dn )
( message
" Unable to start daemon: Emacs server named %S already running "
server-name )
( message " Unable to start the daemon. \n Another instance of Emacs is running the server, either as daemon or interactively. \n You can use emacsclient to connect to that Emacs process. " ) )
2008-12-16 21:23:03 +00:00
( kill-emacs 1 ) ) ) )
2008-09-28 09:37:09 +00:00
2002-03-10 16:29:34 +00:00
;; Run emacs-session-restore (session management) if started by
;; the session manager and we have a session manager connection.
2003-02-26 10:59:58 +00:00
( if ( and ( boundp 'x-session-previous-id )
( stringp x-session-previous-id ) )
2005-04-23 16:39:54 +00:00
( with-no-warnings
2019-08-27 21:21:45 +00:00
( emacs-session-restore x-session-previous-id ) ) ) ) )
1991-07-11 23:17:40 +00:00
2012-04-27 05:40:46 +00:00
( defun x-apply-session-resources ( )
" Apply X resources which specify initial values for Emacs variables.
This is called from a window-system initialization function, such
2020-09-23 11:35:55 +00:00
as ` window-system-initialization ' for X, either at startup ( prior
2012-04-27 05:40:46 +00:00
to reading the init file ) , or afterwards when the user first
opens a graphical frame.
2019-10-13 20:56:17 +00:00
This can set the values of ` menu-bar-mode ', ` tool-bar-mode ',
` tab-bar-mode ', and ` no-blinking-cursor ', as well as the ` cursor ' face.
Changed settings will be marked as \"CHANGED outside of Customize\". "
2012-04-27 05:40:46 +00:00
( let ( ( no-vals ' ( " no " " off " " false " " 0 " ) )
( settings ' ( ( " menuBar " " MenuBar " menu-bar-mode nil )
( " toolBar " " ToolBar " tool-bar-mode nil )
2017-07-22 08:53:58 +00:00
( " scrollBar " " ScrollBar " scroll-bar-mode nil )
2012-04-27 05:40:46 +00:00
( " cursorBlink " " CursorBlink " no-blinking-cursor t ) ) ) )
( dolist ( x settings )
( if ( member ( x-get-resource ( nth 0 x ) ( nth 1 x ) ) no-vals )
( set ( nth 2 x ) ( nth 3 x ) ) ) ) )
2019-10-13 20:56:17 +00:00
( let ( ( yes-vals ' ( " yes " " on " " true " " 1 " ) )
( settings ' ( ( " tabBar " " TabBar " tab-bar-mode 1 ) ) ) )
( dolist ( x settings )
( if ( member ( x-get-resource ( nth 0 x ) ( nth 1 x ) ) yes-vals )
( funcall ( nth 2 x ) ( nth 3 x ) ) ) ) )
2012-04-27 05:40:46 +00:00
( let ( ( color ( x-get-resource " cursorColor " " Foreground " ) ) )
( when color
( put 'cursor 'theme-face
` ( ( changed ( ( t :background , color ) ) ) ) )
( put 'cursor 'face-modified t ) ) ) )
2000-01-19 14:39:01 +00:00
( defcustom initial-scratch-message ( purecopy " \
2015-12-26 23:22:28 +00:00
;; This buffer is for text that is not saved, and for Lisp evaluation.
;; To create a file, visit it with \\[find-file] and enter text in its buffer.
1997-09-14 17:27:48 +00:00
2000-01-19 14:39:01 +00:00
" )
2015-09-02 22:08:03 +00:00
" Initial documentation displayed in *scratch* buffer at startup.
2008-03-12 21:54:36 +00:00
If this is nil , no message will be displayed. "
2002-01-11 21:35:14 +00:00
:type ' ( choice ( text :tag " Message " )
2019-02-16 14:19:33 +00:00
( const :tag " none " nil ) ) )
1997-09-14 17:27:48 +00:00
2000-09-19 13:28:27 +00:00
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Fancy splash screen
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2009-10-26 06:43:36 +00:00
( defconst fancy-startup-text
2011-07-10 02:04:45 +00:00
` ( ( :face ( variable-pitch font-lock-comment-face )
2007-09-10 22:07:27 +00:00
" Welcome to "
2007-09-22 22:14:51 +00:00
:link ( " GNU Emacs "
2017-09-13 22:46:16 +00:00
, ( lambda ( _button ) ( browse-url " https://www.gnu.org/software/emacs/ " ) )
" Browse https://www.gnu.org/software/emacs/ " )
2007-09-10 22:07:27 +00:00
" , one component of the "
:link
2011-03-30 03:27:56 +00:00
, ( lambda ( )
2007-09-10 22:07:27 +00:00
( if ( eq system-type 'gnu/linux )
2011-03-30 03:27:56 +00:00
` ( " GNU/Linux "
2017-09-13 22:46:16 +00:00
, ( lambda ( _button ) ( browse-url " https://www.gnu.org/gnu/linux-and-gnu.html " ) )
" Browse https://www.gnu.org/gnu/linux-and-gnu.html " )
2014-03-22 23:47:20 +00:00
` ( " GNU " , ( lambda ( _button )
2017-09-13 22:46:16 +00:00
( browse-url " https://www.gnu.org/gnu/thegnuproject.html " ) )
" Browse https://www.gnu.org/gnu/thegnuproject.html " ) ) )
2008-07-19 23:55:02 +00:00
" operating system. \n \n "
2008-11-16 06:53:06 +00:00
:face variable-pitch
2011-03-30 03:27:56 +00:00
:link ( " Emacs Tutorial " , ( lambda ( _button ) ( help-with-tutorial ) ) )
2007-09-10 22:07:27 +00:00
" \t Learn basic keystroke commands "
2011-03-30 03:27:56 +00:00
, ( lambda ( )
2007-09-05 19:59:01 +00:00
( let* ( ( en " TUTORIAL " )
( tut ( or ( get-language-info current-language-environment
'tutorial )
en ) )
( title ( with-temp-buffer
( insert-file-contents
( expand-file-name tut tutorial-directory )
2012-07-20 10:29:32 +00:00
;; We used to read only the first 256 bytes of
;; the tutorial, but that prevents the coding:
;; setting, if any, in file-local variables
;; section to be seen by insert-file-contents,
;; and results in gibberish when the language
;; environment's preferred encoding is
;; different from what the file-local variable
;; says. One case in point is Hebrew.
nil )
2007-09-05 19:59:01 +00:00
( search-forward " . " )
( buffer-substring ( point-min ) ( 1- ( point ) ) ) ) ) )
;; If there is a specific tutorial for the current language
;; environment and it is not English, append its title.
( if ( string= en tut )
" "
( concat " ( " title " ) " ) ) ) )
" \n "
:link ( " Emacs Guided Tour "
2011-03-30 03:27:56 +00:00
, ( lambda ( _button )
2017-09-13 22:46:16 +00:00
( browse-url " https://www.gnu.org/software/emacs/tour/ " ) )
" Browse https://www.gnu.org/software/emacs/tour/ " )
2008-07-19 23:55:02 +00:00
" \t Overview of Emacs features at gnu.org \n "
2011-03-30 03:27:56 +00:00
:link ( " View Emacs Manual " , ( lambda ( _button ) ( info-emacs-manual ) ) )
2007-09-09 12:10:33 +00:00
" \t View the Emacs manual using Info \n "
2011-03-30 03:27:56 +00:00
:link ( " Absence of Warranty " , ( lambda ( _button ) ( describe-no-warranty ) ) )
2007-09-05 19:59:01 +00:00
" \t GNU Emacs comes with "
2007-12-29 19:04:53 +00:00
:face ( variable-pitch ( :slant oblique ) )
2007-09-05 19:59:01 +00:00
" ABSOLUTELY NO WARRANTY \n "
:face variable-pitch
2011-03-30 03:27:56 +00:00
:link ( " Copying Conditions " , ( lambda ( _button ) ( describe-copying ) ) )
2007-09-05 19:59:01 +00:00
" \t Conditions for redistributing and changing Emacs \n "
2011-03-30 03:27:56 +00:00
:link ( " Ordering Manuals " , ( lambda ( _button ) ( view-order-manuals ) ) )
2007-09-10 22:07:27 +00:00
" \t Purchasing printed copies of manuals \n "
2007-09-05 19:59:01 +00:00
" \n " ) )
2000-09-19 13:28:27 +00:00
" A list of texts to show in the middle part of splash screens.
Each element in the list should be a list of strings or pairs
` :face FACE ', like ` fancy-splash-insert ' accepts them. " )
2009-10-26 06:43:36 +00:00
( defconst fancy-about-text
2011-07-10 02:06:09 +00:00
` ( ( :face ( variable-pitch font-lock-comment-face )
2007-09-10 22:07:27 +00:00
" This is "
2007-09-22 22:14:51 +00:00
:link ( " GNU Emacs "
2017-09-13 22:46:16 +00:00
, ( lambda ( _button ) ( browse-url " https://www.gnu.org/software/emacs/ " ) )
" Browse https://www.gnu.org/software/emacs/ " )
2007-09-10 22:07:27 +00:00
" , one component of the "
:link
2011-03-30 03:27:56 +00:00
, ( lambda ( )
2007-09-10 22:07:27 +00:00
( if ( eq system-type 'gnu/linux )
2011-03-30 03:27:56 +00:00
` ( " GNU/Linux "
, ( lambda ( _button )
2017-09-13 22:46:16 +00:00
( browse-url " https://www.gnu.org/gnu/linux-and-gnu.html " ) )
" Browse https://www.gnu.org/gnu/linux-and-gnu.html " )
2011-03-30 03:27:56 +00:00
` ( " GNU " , ( lambda ( _button ) ( describe-gnu-project ) )
2007-09-22 22:14:51 +00:00
" Display info on the GNU project. " ) ) )
2007-09-10 22:07:27 +00:00
" operating system. \n "
2011-07-10 02:04:45 +00:00
:face ( variable-pitch font-lock-builtin-face )
2007-09-10 22:07:27 +00:00
" \n "
2011-03-30 03:27:56 +00:00
, ( lambda ( ) ( emacs-version ) )
2007-09-10 22:07:27 +00:00
" \n "
2008-06-21 19:52:27 +00:00
:face ( variable-pitch ( :height 0.8 ) )
2011-03-30 03:27:56 +00:00
, ( lambda ( ) emacs-copyright )
2007-09-10 22:07:27 +00:00
" \n \n "
:face variable-pitch
2007-09-09 12:10:33 +00:00
:link ( " Authors "
2011-03-30 03:27:56 +00:00
, ( lambda ( _button )
2007-09-09 12:10:33 +00:00
( view-file ( expand-file-name " AUTHORS " data-directory ) )
( goto-char ( point-min ) ) ) )
" \t Many people have contributed code included in GNU Emacs \n "
:link ( " Contributing "
2014-12-23 19:11:45 +00:00
, ( lambda ( _button ) ( info " (emacs)Contributing " ) ) )
2019-09-13 19:23:24 +00:00
" \t How to report bugs and contribute improvements to Emacs \n "
2007-09-09 12:10:33 +00:00
" \n "
2011-03-30 03:27:56 +00:00
:link ( " GNU and Freedom " , ( lambda ( _button ) ( describe-gnu-project ) ) )
2007-09-05 19:59:01 +00:00
" \t Why we developed GNU Emacs, and the GNU operating system \n "
2011-03-30 03:27:56 +00:00
:link ( " Absence of Warranty " , ( lambda ( _button ) ( describe-no-warranty ) ) )
2007-09-05 19:59:01 +00:00
" \t GNU Emacs comes with "
2007-12-29 19:04:53 +00:00
:face ( variable-pitch ( :slant oblique ) )
2007-09-05 19:59:01 +00:00
" ABSOLUTELY NO WARRANTY \n "
:face variable-pitch
2011-03-30 03:27:56 +00:00
:link ( " Copying Conditions " , ( lambda ( _button ) ( describe-copying ) ) )
2007-09-05 19:59:01 +00:00
" \t Conditions for redistributing and changing Emacs \n "
2011-03-30 03:27:56 +00:00
:link ( " Getting New Versions " , ( lambda ( _button ) ( describe-distribution ) ) )
2007-09-05 19:59:01 +00:00
" \t How to obtain the latest version of Emacs \n "
2011-03-30 03:27:56 +00:00
:link ( " Ordering Manuals " , ( lambda ( _button ) ( view-order-manuals ) ) )
(command-line): Rename `inhibit-startup-message' to
`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.
2007-09-22 14:02:38 +00:00
" \t Buying printed manuals from the FSF \n "
2007-09-05 19:59:01 +00:00
" \n "
2011-03-30 03:27:56 +00:00
:link ( " Emacs Tutorial " , ( lambda ( _button ) ( help-with-tutorial ) ) )
2007-09-05 19:59:01 +00:00
" \t Learn basic Emacs keystroke commands "
2011-03-30 03:27:56 +00:00
, ( lambda ( )
2007-09-05 19:59:01 +00:00
( let* ( ( en " TUTORIAL " )
( tut ( or ( get-language-info current-language-environment
'tutorial )
en ) )
( title ( with-temp-buffer
( insert-file-contents
( expand-file-name tut tutorial-directory )
2014-11-04 17:46:49 +00:00
;; Read the entire file, to make sure any
2014-10-23 16:32:51 +00:00
;; coding cookies and other local variables
;; get acted upon.
nil )
2007-09-05 19:59:01 +00:00
( search-forward " . " )
( buffer-substring ( point-min ) ( 1- ( point ) ) ) ) ) )
;; If there is a specific tutorial for the current language
;; environment and it is not English, append its title.
( if ( string= en tut )
" "
( concat " ( " title " ) " ) ) ) )
" \n "
:link ( " Emacs Guided Tour "
2011-03-30 03:27:56 +00:00
, ( lambda ( _button )
2017-09-13 22:46:16 +00:00
( browse-url " https://www.gnu.org/software/emacs/tour/ " ) )
" Browse https://www.gnu.org/software/emacs/tour/ " )
2019-09-13 19:23:24 +00:00
" \t See an overview of Emacs features at gnu.org \n "
:link ( " Emacs Manual " , ( lambda ( _button ) ( info-emacs-manual ) ) )
" \t Display the Emacs manual in Info mode " ) )
2007-09-04 22:52:31 +00:00
" A list of texts to show in the middle part of the About screen.
Each element in the list should be a list of strings or pairs
` :face FACE ', like ` fancy-splash-insert ' accepts them. " )
2000-09-19 13:28:27 +00:00
2000-09-19 17:05:18 +00:00
( defgroup fancy-splash-screen ( )
2019-02-16 14:19:33 +00:00
;; FIXME: Do we really need this group with a single custom var?
2000-09-19 15:00:29 +00:00
" Fancy splash screen when Emacs starts. "
2000-09-19 17:05:18 +00:00
:version " 21.1 "
2000-09-19 15:00:29 +00:00
:group 'initialization )
2000-09-20 14:06:56 +00:00
( defcustom fancy-splash-image nil
* completion.el (add-completion-to-head, add-completion): Doc fixes.
(completion-search-next, add-completions-from-file):
Fix typos in docstrings.
* filesets.el (filesets-menu-ensure-use-cached)
(filesets-ingroup-patterns, filesets-filetype-property):
* tutorial.el (get-lang-string):
* play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
Fix typos in docstrings.
* image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
(image-dired-line-up-method, image-dired-thumb-size)
(image-dired-cmd-write-exif-data-options, image-dired-write-tags)
(image-dired-track-original-file, image-dired-track-thumbnail)
(image-dired-dired-next-line, image-dired-dired-previous-line)
(image-dired-write-comments): Reflow docstrings.
(image-dired-show-all-from-dir-max-files)
(image-dired-format-properties-string, image-dired-create-thumbs)
(image-dired-mark-tagged-files, image-dired-gallery-generate):
Fix typos in docstrings.
* savehist.el (savehist-save-minibuffer-history, savehist-file)
(savehist-additional-variables, savehist-ignored-variables)
(savehist-file-modes, savehist-autosave-interval):
* startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
(inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
(fancy-splash-image):
* thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
(thumbs-conversion-program, thumbs-margin):
Remove spurious * in docstrings.
2008-10-25 00:46:25 +00:00
" The image to show in the splash screens, or nil for defaults. "
2000-09-20 14:06:56 +00:00
:type ' ( choice ( const :tag " Default " nil )
( file :tag " File " ) ) )
2000-09-19 13:28:27 +00:00
2007-08-19 14:43:35 +00:00
( defvar splash-screen-keymap
2007-08-15 23:24:17 +00:00
( let ( ( map ( make-sparse-keymap ) ) )
( suppress-keymap map )
( set-keymap-parent map button-buffer-map )
2011-10-01 20:32:01 +00:00
( define-key map " \C -? " 'scroll-down-command )
2013-02-12 04:46:18 +00:00
( define-key map [ ?\S -\ ] 'scroll-down-command )
2011-10-01 20:32:01 +00:00
( define-key map " " 'scroll-up-command )
2007-08-19 14:43:35 +00:00
( define-key map " q " 'exit-splash-screen )
2007-08-15 23:24:17 +00:00
map )
" Keymap for splash screen buffer. " )
2000-09-29 19:12:14 +00:00
;; These are temporary storage areas for the splash screen display.
2000-09-19 13:28:27 +00:00
( defun fancy-splash-insert ( &rest args )
" Insert text into the current buffer, with faces.
2007-09-10 22:07:27 +00:00
Arguments from ARGS should be either strings ; functions called
with no args that return a string ; pairs `:face FACE', where FACE
is a face specification usable with ` put-text-property ' ; or pairs
` :link LINK ' where LINK is a list of arguments to pass to
2007-09-22 22:14:51 +00:00
` insert-button ', of the form ( LABEL ACTION [ HELP-ECHO ] ) , which
specifies the button 's label, ` action ' property and help-echo string.
FACE and LINK can also be functions, which are evaluated to obtain
a face or button specification. "
2000-09-19 13:28:27 +00:00
( let ( ( current-face nil ) )
( while args
2007-08-15 23:24:17 +00:00
( cond ( ( eq ( car args ) :face )
2007-09-10 22:07:27 +00:00
( setq args ( cdr args ) current-face ( car args ) )
( if ( functionp current-face )
( setq current-face ( funcall current-face ) ) ) )
2007-08-15 23:24:17 +00:00
( ( eq ( car args ) :link )
( setq args ( cdr args ) )
( let ( ( spec ( car args ) ) )
2007-09-10 22:07:27 +00:00
( if ( functionp spec )
( setq spec ( funcall spec ) ) )
2007-08-15 23:24:17 +00:00
( insert-button ( car spec )
'face ( list 'link current-face )
'action ( cadr spec )
2007-09-22 22:14:51 +00:00
'help-echo ( concat " mouse-2, RET: "
( or ( nth 2 spec )
" Follow this link " ) )
2007-08-15 23:24:17 +00:00
'follow-link t ) ) )
( t ( insert ( propertize ( let ( ( it ( car args ) ) )
( if ( functionp it )
( funcall it )
it ) )
'face current-face
2007-12-15 22:33:43 +00:00
'help-echo ( startup-echo-area-message ) ) ) ) )
2000-09-19 13:28:27 +00:00
( setq args ( cdr args ) ) ) ) )
2008-06-12 03:56:20 +00:00
( declare-function image-size " image.c " ( spec &optional pixels frame ) )
2000-09-19 13:28:27 +00:00
2014-01-31 01:58:51 +00:00
( defun fancy-splash-image-file ( )
( cond ( ( stringp fancy-splash-image ) fancy-splash-image )
( ( display-color-p )
( cond ( ( <= ( display-planes ) 8 )
( if ( image-type-available-p 'xpm )
" splash.xpm "
" splash.pbm " ) )
( ( or ( image-type-available-p 'svg )
( image-type-available-p 'imagemagick ) )
" splash.svg " )
( ( image-type-available-p 'png )
" splash.png " )
( ( image-type-available-p 'xpm )
" splash.xpm " )
( t " splash.pbm " ) ) )
( t " splash.pbm " ) ) )
2000-09-19 13:28:27 +00:00
( defun fancy-splash-head ( )
" Insert the head part of the splash screen into the current buffer. "
2014-01-31 01:58:51 +00:00
( let* ( ( image-file ( fancy-splash-image-file ) )
2001-04-03 13:51:41 +00:00
( img ( create-image image-file ) )
2000-09-19 13:28:27 +00:00
( image-width ( and img ( car ( image-size img ) ) ) )
Do not call to `selected-window' where it is assumed by default.
Affected functions are `window-minibuffer-p', `window-dedicated-p',
`window-hscroll', `window-width', `window-height', `window-buffer',
`window-frame', `window-start', `window-point', `next-window'
and `window-display-table'.
* abbrev.el (abbrev--default-expand):
* bs.el (bs--show-with-configuration):
* buff-menu.el (Buffer-menu-mouse-select):
* calc/calc.el (calc):
* calendar/calendar.el (calendar-generate-window):
* calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
(diary-make-entry):
* comint.el (send-invisible, comint-dynamic-complete-filename)
(comint-dynamic-simple-complete, comint-dynamic-list-completions):
* completion.el (complete):
* dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
* disp-table.el (describe-current-display-table):
* doc-view.el (doc-view-insert-image):
* ebuff-menu.el (Electric-buffer-menu-mouse-select):
* ehelp.el (with-electric-help):
* emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
* emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
* emacs-lisp/helper.el (Helper-help-scroller):
* emulation/cua-base.el (cua--post-command-handler-1):
* eshell/esh-mode.el (eshell-output-filter):
* ffap.el (ffap-gnus-wrapper):
* help-macro.el (make-help-screen):
* hilit-chg.el (highlight-compare-buffers):
* hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
* hl-line.el (global-hl-line-highlight):
* icomplete.el (icomplete-simple-completing-p):
* isearch.el (isearch-done):
* jit-lock.el (jit-lock-stealth-fontify):
* mail/rmailsum.el (rmail-summary-scroll-msg-up):
* lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
* mpc.el (mpc-tagbrowser, mpc):
* net/rcirc.el (rcirc-any-buffer):
* play/gomoku.el (gomoku-max-width, gomoku-max-height):
* play/landmark.el (landmark-max-width, landmark-max-height):
* play/zone.el (zone):
* progmodes/compile.el (compilation-goto-locus):
* progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
* progmodes/etags.el (find-tag-other-window):
* progmodes/fortran.el (fortran-column-ruler):
* progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
* progmodes/verilog-mode.el (verilog-point-text):
* reposition.el (reposition-window):
* rot13.el (toggle-rot13-mode):
* server.el (server-switch-buffer):
* shell.el (shell-dynamic-complete-command)
(shell-dynamic-complete-environment-variable):
* simple.el (insert-buffer, set-selective-display)
(delete-completion-window):
* speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
(speedbar-recenter):
* startup.el (fancy-splash-head):
* textmodes/ispell.el (ispell-command-loop):
* textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
* tutorial.el (help-with-tutorial):
* vc/add-log.el (add-change-log-entry):
* vc/compare-w.el (compare-windows):
* vc/ediff-help.el (ediff-indent-help-message):
* vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
* vc/ediff-wind.el (ediff-skip-unsuitable-frames)
(ediff-setup-control-frame):
* vc/emerge.el (emerge-position-region):
* vc/pcvs-util.el (cvs-bury-buffer):
* window.el (walk-windows, mouse-autoselect-window-select):
* winner.el (winner-set-conf, winner-undo): Related users changed.
2013-08-05 14:26:57 +00:00
( window-width ( window-width ) ) )
2000-09-19 13:28:27 +00:00
( when img
( when ( > window-width image-width )
2000-09-29 19:12:14 +00:00
;; Center the image in the window.
2004-04-16 12:51:06 +00:00
( insert ( propertize " " 'display
` ( space :align-to ( + center ( -0.5 . , img ) ) ) ) )
2000-09-29 19:12:14 +00:00
2001-11-03 18:09:33 +00:00
;; Change the color of the XPM version of the splash image
;; so that it is visible with a dark frame background.
( when ( and ( memq 'xpm img )
( eq ( frame-parameter nil 'background-mode ) 'dark ) )
( setq img ( append img ' ( :color-symbols ( ( " #000000 " . " gray30 " ) ) ) ) ) )
2007-08-19 14:43:35 +00:00
;; Insert the image with a help-echo and a link.
( make-button ( prog1 ( point ) ( insert-image img ) ) ( point )
'face 'default
2017-09-13 22:46:16 +00:00
'help-echo " mouse-2, RET: Browse https://www.gnu.org/ "
'action ( lambda ( _button ) ( browse-url " https://www.gnu.org/ " ) )
2007-08-19 14:43:35 +00:00
'follow-link t )
2007-09-10 22:07:27 +00:00
( insert " \n \n " ) ) ) ) )
(command-line): Rename `inhibit-startup-message' to
`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.
2007-09-22 14:02:38 +00:00
( defun fancy-startup-tail ( &optional concise )
2000-09-19 13:28:27 +00:00
" Insert the tail part of the splash screen into the current buffer. "
2011-07-10 02:04:45 +00:00
( unless concise
2008-07-19 23:55:02 +00:00
( fancy-splash-insert
2011-07-10 02:04:45 +00:00
:face 'variable-pitch
" \n To start... "
:link ` ( " Open a File "
, ( lambda ( _button ) ( call-interactively 'find-file ) )
" Specify a new file's name, to edit the file " )
" "
:link ` ( " Open Home Directory "
, ( lambda ( _button ) ( dired " ~ " ) )
" Open your home directory, to operate on its files " )
" "
:link ` ( " Customize Startup "
, ( lambda ( _button ) ( customize-group 'initialization ) )
" Change initialization settings including this screen " )
" \n " ) )
( fancy-splash-insert
:face 'variable-pitch " To quit a partially entered command, type "
:face 'default " Control-g "
:face 'variable-pitch " . \n " )
2018-11-05 00:22:15 +00:00
( fancy-splash-insert :face ' ( variable-pitch font-lock-builtin-face )
2011-07-10 02:04:45 +00:00
" \n This is "
( emacs-version )
" \n "
:face ' ( variable-pitch ( :height 0.8 ) )
emacs-copyright
" \n " )
2012-12-01 01:49:29 +00:00
( when auto-save-list-file-prefix
( let ( ( dir ( file-name-directory auto-save-list-file-prefix ) )
( name ( file-name-nondirectory auto-save-list-file-prefix ) )
files )
;; Don't warn if the directory for auto-save-list files does not
;; yet exist.
( and ( file-directory-p dir )
( setq files ( directory-files dir nil ( concat " \\ ` " name ) t ) )
( fancy-splash-insert :face ' ( variable-pitch font-lock-comment-face )
( if ( = ( length files ) 1 )
" \n An auto-save file list was found. "
" \n Auto-save file lists were found. " )
" If an Emacs session crashed recently, \n type "
2012-12-01 02:08:30 +00:00
:link ` ( " M-x recover-session RET "
, ( lambda ( _button )
( call-interactively
'recover-session ) ) )
2012-12-01 01:49:29 +00:00
" to recover the files you were editing. " ) ) ) )
2011-07-10 02:04:45 +00:00
( when concise
( fancy-splash-insert
:face 'variable-pitch " \n "
:link ` ( " Dismiss this startup screen "
, ( lambda ( _button )
( when startup-screen-inhibit-startup-screen
( customize-set-variable 'inhibit-startup-screen t )
( customize-mark-to-save 'inhibit-startup-screen )
( custom-save-all ) )
2019-10-13 03:08:37 +00:00
( quit-windows-on " *GNU Emacs* " t ) ) )
2011-07-10 02:04:45 +00:00
" " )
( when ( or user-init-file custom-file )
( let ( ( checked ( create-image " checked.xpm "
nil nil :ascent 'center ) )
( unchecked ( create-image " unchecked.xpm "
nil nil :ascent 'center ) ) )
( insert-button
" "
:on-glyph checked
:off-glyph unchecked
'checked nil 'display unchecked 'follow-link t
'action ( lambda ( button )
( if ( overlay-get button 'checked )
( progn ( overlay-put button 'checked nil )
( overlay-put button 'display
( overlay-get button :off-glyph ) )
( setq startup-screen-inhibit-startup-screen
nil ) )
( overlay-put button 'checked t )
( overlay-put button 'display
( overlay-get button :on-glyph ) )
( setq startup-screen-inhibit-startup-screen t ) ) ) ) )
( fancy-splash-insert :face ' ( variable-pitch ( :height 0.9 ) )
" Never show it again. " ) ) ) )
2000-09-29 19:12:14 +00:00
2007-08-19 14:43:35 +00:00
( defun exit-splash-screen ( )
2007-08-15 23:24:17 +00:00
" Stop displaying the splash screen buffer. "
2000-09-29 19:12:14 +00:00
( interactive )
2007-09-04 22:52:31 +00:00
( quit-window t ) )
(command-line): Rename `inhibit-startup-message' to
`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.
2007-09-22 14:02:38 +00:00
( defun fancy-startup-screen ( &optional concise )
2007-09-10 22:07:27 +00:00
" Display fancy startup screen.
(command-line): Rename `inhibit-startup-message' to
`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.
2007-09-22 14:02:38 +00:00
If CONCISE is non-nil, display a concise version of the
splash screen in another window. "
2007-10-12 18:56:00 +00:00
( let ( ( splash-buffer ( get-buffer-create " *GNU Emacs* " ) ) )
2007-10-14 20:42:05 +00:00
( with-current-buffer splash-buffer
2007-10-12 18:56:00 +00:00
( let ( ( inhibit-read-only t ) )
( erase-buffer )
2008-02-12 23:41:08 +00:00
( setq default-directory command-line-default-directory )
2007-10-12 18:56:00 +00:00
( make-local-variable 'startup-screen-inhibit-startup-screen )
( if pure-space-overflow
( insert pure-space-overflow-message ) )
( unless concise
( fancy-splash-head ) )
( dolist ( text fancy-startup-text )
( apply #' fancy-splash-insert text )
( insert " \n " ) )
( skip-chars-backward " \n " )
( delete-region ( point ) ( point-max ) )
( insert " \n " )
( fancy-startup-tail concise ) )
( use-local-map splash-screen-keymap )
2013-12-17 21:17:05 +00:00
( setq-local browse-url-browser-function 'eww-browse-url )
2007-10-12 18:56:00 +00:00
( setq tab-width 22
buffer-read-only t )
( set-buffer-modified-p nil )
( if ( and view-read-only ( not view-mode ) )
( view-mode-enter nil 'kill-buffer ) )
2007-10-14 20:42:05 +00:00
( goto-char ( point-min ) )
( forward-line ( if concise 2 4 ) ) )
2007-10-12 18:56:00 +00:00
( if concise
( progn
( display-buffer splash-buffer )
;; If the splash screen is in a split window, fit it.
( let ( ( window ( get-buffer-window splash-buffer t ) ) )
( or ( null window )
( eq window ( selected-window ) )
( eq window ( next-window window ) )
( fit-window-to-buffer window ) ) ) )
( switch-to-buffer splash-buffer ) ) ) )
2007-09-10 22:07:27 +00:00
( defun fancy-about-screen ( )
" Display fancy About screen. "
( let ( ( frame ( fancy-splash-frame ) ) )
( save-selected-window
( select-frame frame )
( switch-to-buffer " *About GNU Emacs* " )
2011-05-28 17:47:45 +00:00
( setq buffer-undo-list t )
2007-09-10 22:07:27 +00:00
( let ( ( inhibit-read-only t ) )
( erase-buffer )
( if pure-space-overflow
( insert pure-space-overflow-message ) )
( fancy-splash-head )
( dolist ( text fancy-about-text )
( apply #' fancy-splash-insert text )
( insert " \n " ) )
( set-buffer-modified-p nil )
( goto-char ( point-min ) )
( force-mode-line-update ) )
2007-08-19 14:43:35 +00:00
( use-local-map splash-screen-keymap )
2013-12-17 21:17:05 +00:00
( setq-local browse-url-browser-function 'eww-browse-url )
2007-08-20 23:28:16 +00:00
( setq tab-width 22 )
2006-08-29 16:11:26 +00:00
( setq buffer-read-only t )
2007-10-14 20:42:05 +00:00
( goto-char ( point-min ) )
( forward-line 3 ) ) ) )
2002-07-02 18:23:26 +00:00
( defun fancy-splash-frame ( )
" Return the frame to use for the fancy splash screen.
Returning non-nil does not mean we should necessarily
use the fancy splash screen, but if we do use it,
we put it on this frame. "
( let ( chosen-frame )
2013-11-30 19:11:00 +00:00
;; MS-Windows needs this to have a chance to make the initial
;; frame visible.
2014-08-29 22:13:43 +00:00
( if ( eq ( window-system ) 'w32 )
2013-11-30 19:11:00 +00:00
( sit-for 0 t ) )
2002-08-04 16:18:54 +00:00
( dolist ( frame ( append ( frame-list ) ( list ( selected-frame ) ) ) )
2002-07-02 18:23:26 +00:00
( if ( and ( frame-visible-p frame )
( not ( window-minibuffer-p ( frame-selected-window frame ) ) ) )
( setq chosen-frame frame ) ) )
2018-05-23 23:26:49 +00:00
;; If there are no visible frames yet, try the selected one.
( or chosen-frame ( selected-frame ) ) ) )
2000-09-29 19:12:14 +00:00
2000-12-02 20:19:39 +00:00
( defun use-fancy-splash-screens-p ( )
" Return t if fancy splash screens should be used. "
2004-04-16 12:51:06 +00:00
( when ( and ( display-graphic-p )
( or ( and ( display-color-p )
2013-11-30 19:11:00 +00:00
( image-type-available-p 'xpm ) )
2004-04-16 12:51:06 +00:00
( image-type-available-p 'pbm ) ) )
2002-09-05 00:19:49 +00:00
( let ( ( frame ( fancy-splash-frame ) ) )
( when frame
2019-09-26 16:27:03 +00:00
( let ( ( img ( create-image ( fancy-splash-image-file ) ) ) )
( when img
( let ( ( image-height ( cdr ( image-size img nil frame ) ) )
;; We test frame-height and not window-height so that,
;; if the frame is split by displaying a warning, that
;; doesn't cause the normal splash screen to be used.
;; We subtract 2 from frame-height to account for the
;; echo area and the mode line.
( frame-height ( - ( frame-height frame ) 2 ) ) )
( > frame-height ( + image-height 19 ) ) ) ) ) ) ) ) )
2000-12-02 20:19:39 +00:00
2008-02-28 23:32:11 +00:00
( defun normal-splash-screen ( &optional startup concise )
2007-09-04 22:52:31 +00:00
" Display non-graphic splash screen.
If optional argument STARTUP is non-nil, display the startup screen
2008-02-28 23:32:11 +00:00
after Emacs starts. If STARTUP is nil , display the About screen.
If CONCISE is non-nil, display a concise version of the
splash screen in another window. "
( let ( ( splash-buffer ( get-buffer-create " *About GNU Emacs* " ) ) )
( with-current-buffer splash-buffer
2007-09-04 22:52:31 +00:00
( setq buffer-read-only nil )
( erase-buffer )
2008-02-12 23:41:08 +00:00
( setq default-directory command-line-default-directory )
2020-12-09 08:44:38 +00:00
( setq-local tab-width 8 )
2007-09-04 22:52:31 +00:00
( if pure-space-overflow
2007-09-10 22:07:27 +00:00
( insert pure-space-overflow-message ) )
2006-04-03 22:16:05 +00:00
2007-09-04 22:52:31 +00:00
;; The convention for this piece of code is that
;; each piece of output starts with one or two newlines
;; and does not end with any newlines.
2007-09-10 22:07:27 +00:00
( insert ( if startup " Welcome to GNU Emacs " " This is GNU Emacs " ) )
2007-09-04 22:52:31 +00:00
( insert
( if ( eq system-type 'gnu/linux )
" , one component of the GNU/Linux operating system. \n "
" , a part of the GNU operating system. \n " ) )
( if startup
( if ( display-mouse-p )
;; The user can use the mouse to activate menus
;; so give help in terms of menu items.
2007-09-05 19:59:01 +00:00
( normal-mouse-startup-screen )
2002-01-29 13:54:39 +00:00
2006-04-10 14:52:24 +00:00
;; No mouse menus, so give help using kbd commands.
2007-09-05 19:59:01 +00:00
( normal-no-mouse-startup-screen ) )
2006-04-10 14:52:24 +00:00
2007-09-05 19:59:01 +00:00
( normal-about-screen ) )
2007-09-04 22:52:31 +00:00
;; The rest of the startup screen is the same on all
;; kinds of terminals.
;; Give information on recovering, if there was a crash.
( and startup
auto-save-list-file-prefix
;; Don't signal an error if the
;; directory for auto-save-list files
;; does not yet exist.
( file-directory-p ( file-name-directory
auto-save-list-file-prefix ) )
( directory-files
( file-name-directory auto-save-list-file-prefix )
nil
( concat " \\ ` "
( regexp-quote ( file-name-nondirectory
auto-save-list-file-prefix ) ) )
t )
( insert " \n \n If an Emacs session crashed recently, "
2015-08-27 18:34:45 +00:00
" type M-x recover-session RET \n to recover "
2007-09-04 22:52:31 +00:00
" the files you were editing. \n " ) )
2007-08-15 23:24:17 +00:00
2007-09-04 22:52:31 +00:00
( use-local-map splash-screen-keymap )
2006-04-10 14:52:24 +00:00
2007-09-04 22:52:31 +00:00
;; Display the input that we set up in the buffer.
( set-buffer-modified-p nil )
( setq buffer-read-only t )
( if ( and view-read-only ( not view-mode ) )
( view-mode-enter nil 'kill-buffer ) )
( if startup ( rename-buffer " *GNU Emacs* " t ) )
2008-02-28 23:32:11 +00:00
( goto-char ( point-min ) ) )
( if concise
( display-buffer splash-buffer )
( switch-to-buffer splash-buffer ) ) ) )
2002-08-24 14:26:06 +00:00
2007-09-05 19:59:01 +00:00
( defun normal-mouse-startup-screen ( )
;; The user can use the mouse to activate menus
;; so give help in terms of menu items.
( insert " \
2007-10-14 20:42:05 +00:00
To follow a link, click Mouse-1 on it, or move to it and type RET.
2007-08-15 23:24:17 +00:00
To quit a partially entered command, type Control-g.\n " )
2007-09-05 19:59:01 +00:00
( insert " \n Important Help menu items: \n " )
( insert-button " Emacs Tutorial "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( help-with-tutorial ) )
2007-09-05 19:59:01 +00:00
'follow-link t )
( insert " \t \t Learn basic Emacs keystroke commands \n " )
( insert-button " Read the Emacs Manual "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( info-emacs-manual ) )
2007-09-05 19:59:01 +00:00
'follow-link t )
( insert " \t View the Emacs manual using Info \n " )
2015-09-17 23:08:20 +00:00
( insert-button " (Non)Warranty "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( describe-no-warranty ) )
2007-09-05 19:59:01 +00:00
'follow-link t )
( insert " \t \t GNU Emacs comes with ABSOLUTELY NO WARRANTY \n " )
( insert-button " Copying Conditions "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( describe-copying ) )
2007-09-05 19:59:01 +00:00
'follow-link t )
( insert " \t Conditions for redistributing and changing Emacs \n " )
( insert-button " More Manuals / Ordering Manuals "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( view-order-manuals ) )
2007-09-05 19:59:01 +00:00
'follow-link t )
( insert " How to order printed manuals from the FSF \n " )
( insert " \n Useful tasks: \n " )
2016-03-13 18:33:10 +00:00
( insert-button " Visit New File "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( call-interactively 'find-file ) )
2007-09-05 19:59:01 +00:00
'follow-link t )
2015-08-29 03:32:03 +00:00
( insert ( substitute-command-keys
" \t \t Specify a new file's name, to edit the file \n " ) )
2007-09-05 19:59:01 +00:00
( insert-button " Open Home Directory "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( dired " ~ " ) )
2007-09-05 19:59:01 +00:00
'follow-link t )
( insert " \t Open your home directory, to operate on its files \n " )
( insert-button " Customize Startup "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( customize-group 'initialization ) )
2007-09-05 19:59:01 +00:00
'follow-link t )
( insert " \t Change initialization settings including this screen \n " )
( insert " \n " ( emacs-version )
" \n " emacs-copyright ) )
( defun normal-no-mouse-startup-screen ( )
2013-04-23 21:51:40 +00:00
" Show a splash screen suitable for displays without mouse support. "
2009-08-29 19:22:38 +00:00
( let* ( ( c-h-accessible
;; If normal-erase-is-backspace is used on a tty, there's
;; no way to invoke C-h and you have to use F1 instead.
( or ( not ( char-table-p keyboard-translate-table ) )
( eq ( aref keyboard-translate-table ?\C -h ) ?\C -h ) ) )
( minor-mode-overriding-map-alist
( cons ( cons ( not c-h-accessible )
;; If C-h can't be invoked, temporarily disable its
;; binding, so where-is uses alternative bindings.
( let ( ( map ( make-sparse-keymap ) ) )
( define-key map [ ?\C -h ] 'undefined )
map ) )
minor-mode-overriding-map-alist ) ) )
( insert ( format " \n Get help \t %s \n "
( let ( ( where ( where-is-internal 'help-command nil t ) ) )
( cond
( ( equal where [ ?\C -h ] )
" C-h (Hold down CTRL and press h) " )
( where ( key-description where ) )
( t " M-x help " ) ) ) ) )
( insert-button " Emacs manual "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( info-emacs-manual ) )
2009-08-29 19:22:38 +00:00
'follow-link t )
( insert ( substitute-command-keys " \t \\ [info-emacs-manual] \t " ) )
( insert-button " Browse manuals "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( Info-directory ) )
2009-08-29 19:22:38 +00:00
'follow-link t )
( insert ( substitute-command-keys " \t \\ [info] \n " ) )
( insert-button " Emacs tutorial "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( help-with-tutorial ) )
2009-08-29 19:22:38 +00:00
'follow-link t )
( insert ( substitute-command-keys
2009-09-11 00:58:59 +00:00
" \t \\ [help-with-tutorial] \t Undo changes \t \\ [undo] \n " ) )
2009-08-29 19:22:38 +00:00
( insert-button " Buy manuals "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( view-order-manuals ) )
2009-08-29 19:22:38 +00:00
'follow-link t )
( insert ( substitute-command-keys
" \t \\ [view-order-manuals] \t Exit Emacs \t \\ [save-buffers-kill-terminal] " ) ) )
2007-09-05 19:59:01 +00:00
;; Say how to use the menu bar with the keyboard.
( insert " \n " )
( insert-button " Activate menubar "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( tmm-menubar ) )
2007-09-05 19:59:01 +00:00
'follow-link t )
( if ( and ( eq ( key-binding " \M - ` " ) 'tmm-menubar )
( eq ( key-binding [ f10 ] ) 'tmm-menubar ) )
( insert " F10 or ESC ` or M- ` " )
( insert ( substitute-command-keys " \\ [tmm-menubar] " ) ) )
;; Many users seem to have problems with these.
2015-08-27 18:34:45 +00:00
( insert ( substitute-command-keys "
2002-01-29 13:54:39 +00:00
\( ` C- ' means use the CTRL key. ` M- ' means use the Meta ( or Alt ) key.
2015-08-27 18:34:45 +00:00
If you have no Meta key, you may instead type ESC followed by the character. ) " ))
2002-01-29 13:54:39 +00:00
2007-09-05 19:59:01 +00:00
;; Insert links to useful tasks
( insert " \n Useful tasks: \n " )
2016-03-13 18:33:10 +00:00
( insert-button " Visit New File "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( call-interactively 'find-file ) )
2007-09-05 19:59:01 +00:00
'follow-link t )
( insert " \t \t \t " )
( insert-button " Open Home Directory "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( dired " ~ " ) )
2007-09-05 19:59:01 +00:00
'follow-link t )
( insert " \n " )
( insert-button " Customize Startup "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( customize-group 'initialization ) )
2007-09-05 19:59:01 +00:00
'follow-link t )
( insert " \t \t " )
( insert-button " Open *scratch* buffer "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( switch-to-buffer
2019-04-25 18:36:03 +00:00
( startup--get-buffer-create-scratch ) ) )
2007-09-05 19:59:01 +00:00
'follow-link t )
( insert " \n " )
( insert " \n " ( emacs-version ) " \n " emacs-copyright " \n " )
2013-04-23 21:51:40 +00:00
( insert ( substitute-command-keys
"
2007-08-19 16:04:55 +00:00
GNU Emacs comes with ABSOLUTELY NO WARRANTY ; type \\[describe-no-warranty] for "))
2013-04-23 21:51:40 +00:00
( insert-button " full details "
'action ( lambda ( _button ) ( describe-no-warranty ) )
'follow-link t )
( insert ( substitute-command-keys " .
2002-01-29 13:54:39 +00:00
Emacs is Free Software--Free as in Freedom--so you can redistribute copies
2007-08-19 16:04:55 +00:00
of Emacs and modify it ; type \\[describe-copying] to see "))
2013-04-23 21:51:40 +00:00
( insert-button " the conditions "
'action ( lambda ( _button ) ( describe-copying ) )
'follow-link t )
( insert ( substitute-command-keys " .
2007-08-19 16:04:55 +00:00
Type \\ [ describe-distribution ] for information on " ))
2013-04-23 21:51:40 +00:00
( insert-button " getting the latest version "
'action ( lambda ( _button ) ( describe-distribution ) )
'follow-link t )
( insert " . " ) )
2007-09-05 19:59:01 +00:00
( defun normal-about-screen ( )
( insert " \n " ( emacs-version ) " \n " emacs-copyright " \n \n " )
( insert " To follow a link, click Mouse-1 on it, or move to it and type RET. \n \n " )
2007-09-09 12:10:33 +00:00
( insert-button " Authors "
'action
2011-03-24 15:31:56 +00:00
( lambda ( _button )
2007-09-09 12:10:33 +00:00
( view-file ( expand-file-name " AUTHORS " data-directory ) )
( goto-char ( point-min ) ) )
'follow-link t )
( insert " \t \t Many people have contributed code included in GNU Emacs \n " )
( insert-button " Contributing "
'action
2014-12-23 19:11:45 +00:00
( lambda ( _button ) ( info " (emacs)Contributing " ) )
2007-09-09 12:10:33 +00:00
'follow-link t )
2019-09-13 19:23:24 +00:00
( insert " \t How to report bugs and contribute improvements to Emacs \n \n " )
2007-09-09 12:10:33 +00:00
2007-09-05 19:59:01 +00:00
( insert-button " GNU and Freedom "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( describe-gnu-project ) )
2007-09-05 19:59:01 +00:00
'follow-link t )
( insert " \t \t Why we developed GNU Emacs and the GNU system \n " )
( insert-button " Absence of Warranty "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( describe-no-warranty ) )
2007-09-05 19:59:01 +00:00
'follow-link t )
( insert " \t GNU Emacs comes with ABSOLUTELY NO WARRANTY \n " )
( insert-button " Copying Conditions "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( describe-copying ) )
2007-09-05 19:59:01 +00:00
'follow-link t )
( insert " \t Conditions for redistributing and changing Emacs \n " )
( insert-button " Getting New Versions "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( describe-distribution ) )
2007-09-05 19:59:01 +00:00
'follow-link t )
( insert " \t How to get the latest version of GNU Emacs \n " )
( insert-button " More Manuals / Ordering Manuals "
2011-03-24 15:31:56 +00:00
'action ( lambda ( _button ) ( view-order-manuals ) )
2007-09-05 19:59:01 +00:00
'follow-link t )
( insert " \t Buying printed manuals from the FSF \n " ) )
2002-01-29 13:54:39 +00:00
2012-10-29 10:14:50 +00:00
( defun startup-echo-area-message ( )
2013-04-23 21:51:40 +00:00
( if ( daemonp )
" Starting Emacs daemon. "
( substitute-command-keys
" For information about GNU Emacs and the GNU system, type \
\\ [ about-emacs ] . " )))
2000-09-19 13:28:27 +00:00
2000-09-20 10:56:02 +00:00
( defun display-startup-echo-area-message ( )
2001-01-26 11:38:23 +00:00
( let ( ( resize-mini-windows t ) )
2011-01-20 22:36:12 +00:00
( or noninteractive ;(input-pending-p) init-file-had-error
2006-03-21 22:32:30 +00:00
;; t if the init file says to inhibit the echo area startup message.
( and inhibit-startup-echo-area-message
user-init-file
( or ( and ( get 'inhibit-startup-echo-area-message 'saved-value )
( equal inhibit-startup-echo-area-message
( if ( equal init-file-user " " )
( user-login-name )
init-file-user ) ) )
;; Wasn't set with custom; see if .emacs has a setq.
2011-01-20 22:36:12 +00:00
( condition-case nil
( with-temp-buffer
( insert-file-contents user-init-file )
( re-search-forward
( concat
" ([ \t \n ]*setq[ \t \n ]+ "
" inhibit-startup-echo-area-message[ \t \n ]+ "
( regexp-quote
( prin1-to-string
( if ( equal init-file-user " " )
( user-login-name )
init-file-user ) ) )
" [ \t \n ]*) " )
nil t ) )
( error nil ) ) ) )
2007-09-04 22:52:31 +00:00
( message " %s " ( startup-echo-area-message ) ) ) ) )
2000-09-29 19:12:14 +00:00
(command-line): Rename `inhibit-startup-message' to
`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.
2007-09-22 14:02:38 +00:00
( defun display-startup-screen ( &optional concise )
2007-09-10 22:07:27 +00:00
" Display startup screen according to display.
A fancy display is used on graphic displays, normal otherwise.
2000-09-20 10:56:02 +00:00
2007-09-10 22:07:27 +00:00
If CONCISE is non-nil, display a concise version of the startup
screen. "
2005-12-30 05:30:57 +00:00
;; Prevent recursive calls from server-process-filter.
(command-line): Rename `inhibit-startup-message' to
`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.
2007-09-22 14:02:38 +00:00
( if ( not ( get-buffer " *GNU Emacs* " ) )
2005-12-30 05:30:57 +00:00
( if ( use-fancy-splash-screens-p )
2007-09-10 22:07:27 +00:00
( fancy-startup-screen concise )
2008-02-28 23:32:11 +00:00
( normal-splash-screen t concise ) ) ) )
2007-09-10 22:07:27 +00:00
( defun display-about-screen ( )
" Display the *About GNU Emacs* buffer.
A fancy display is used on graphic displays, normal otherwise. "
( interactive )
2004-04-16 12:51:06 +00:00
( if ( use-fancy-splash-screens-p )
(command-line): Rename `inhibit-startup-message' to
`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.
2007-09-22 14:02:38 +00:00
( fancy-about-screen )
( normal-splash-screen nil ) ) )
2002-01-29 13:54:39 +00:00
2007-09-10 22:07:27 +00:00
( defalias 'about-emacs 'display-about-screen )
(command-line): Rename `inhibit-startup-message' to
`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.
2007-09-22 14:02:38 +00:00
( defalias 'display-splash-screen 'display-startup-screen )
2002-01-29 13:54:39 +00:00
2019-04-25 18:36:03 +00:00
( defun startup--get-buffer-create-scratch ( )
( or ( get-buffer " *scratch* " )
( with-current-buffer ( get-buffer-create " *scratch* " )
( set-buffer-major-mode ( current-buffer ) )
( current-buffer ) ) ) )
2011-03-24 15:31:56 +00:00
( defun command-line-1 ( args-left )
2012-03-26 00:37:04 +00:00
" A subroutine of `command-line' . "
2006-03-21 22:32:30 +00:00
( display-startup-echo-area-message )
2006-04-27 13:51:57 +00:00
( when ( and pure-space-overflow
2019-12-14 11:39:26 +00:00
( not noninteractive )
;; If we were dumped with pdumper, we don't care about
;; pure-space overflow.
( or ( not ( fboundp 'pdumper-stats ) )
( null ( pdumper-stats ) ) ) )
2006-04-27 13:51:57 +00:00
( display-warning
'initialization
2008-10-07 19:47:49 +00:00
" Building Emacs overflowed pure space. \
( See the node Pure Storage in the Lisp manual for details. ) "
2006-04-27 13:51:57 +00:00
:warning ) )
2015-05-28 21:30:31 +00:00
;; `displayable-buffers' is a list of buffers that may be displayed,
;; which includes files parsed from the command line arguments and
;; `initial-buffer-choice'. All of the display logic happens at the
;; end of this `let'. As files as processed from the command line
2015-08-10 18:09:50 +00:00
;; arguments, their buffers are prepended to `displayable-buffers'.
;; In order for options like "--eval" to work with the "--file" arg,
;; the file buffers are set as the current buffer as they are seen
;; on the command line (so "emacs --batch --file a --file b
;; --eval='(message "%s" (buffer-name))'" will print "b"), but this
;; does not affect the final displayed state of the buffers.
2015-05-28 21:30:31 +00:00
( let ( ( displayable-buffers nil ) )
;; This `let' processes the command line arguments.
( let ( ( command-line-args-left args-left ) )
( when command-line-args-left
;; We have command args; process them.
( let* ( ( dir command-line-default-directory )
tem
;; This approach loses for "-batch -L DIR --eval "(require foo)",
;; if foo is intended to be found in DIR.
;;
;; The directories listed in --directory/-L options will *appear*
;; at the front of `load-path' in the order they appear on the
;; command-line. We cannot do this by *placing* them at the front
;; in the order they appear, so we need this variable to hold them,
;; temporarily.
;;
;; To DTRT we keep track of the splice point and modify `load-path'
;; straight away upon any --directory/-L option.
splice
just-files ;; t if this follows the magic -- option.
;; This includes our standard options' long versions
;; and long versions of what's on command-switch-alist.
( longopts
( append ' ( " --funcall " " --load " " --insert " " --kill "
" --directory " " --eval " " --execute " " --no-splash "
" --find-file " " --visit " " --file " " --no-desktop " )
( mapcar ( lambda ( elt ) ( concat " - " ( car elt ) ) )
command-switch-alist ) ) )
( line 0 )
( column 0 )
2015-08-10 18:09:50 +00:00
;; `process-file-arg' opens a file buffer for `name',
;; sets that buffer as the current buffer without
;; displaying it, adds the buffer to
2015-05-28 21:30:31 +00:00
;; `displayable-buffers', and puts the point at
2015-08-10 18:09:50 +00:00
;; `line':`column'. `line' and `column' are both reset
2015-05-28 21:30:31 +00:00
;; to zero when `process-file-arg' returns.
( process-file-arg
( lambda ( name )
2015-06-12 00:34:54 +00:00
;; This can only happen if PWD is deleted.
2015-06-13 23:41:55 +00:00
( if ( not ( or dir ( file-name-absolute-p name ) ) )
( message " Ignoring relative file name (%s) due to \
nil default-directory " name)
2015-06-12 00:34:54 +00:00
( let* ( ( file ( expand-file-name
2015-06-13 23:41:55 +00:00
( command-line-normalize-file-name name )
dir ) )
2015-06-12 00:34:54 +00:00
( buf ( find-file-noselect file ) ) )
( setq displayable-buffers ( cons buf displayable-buffers ) )
2015-08-10 18:09:50 +00:00
;; Set the file buffer to the current buffer so
;; that it will be used with "--eval" and
;; similar options.
( set-buffer buf )
;; Put the point at `line':`column' in the file
;; buffer, and reset `line' and `column' to 0.
( unless ( zerop line )
( goto-char ( point-min ) )
( forward-line ( 1- line ) ) )
( setq line 0 )
( unless ( < column 1 )
( move-to-column ( 1- column ) ) )
( setq column 0 ) ) ) ) ) )
2015-05-28 21:30:31 +00:00
;; Add the long X options to longopts.
( dolist ( tem command-line-x-option-alist )
( if ( string-match " ^-- " ( car tem ) )
( push ( car tem ) longopts ) ) )
;; Add the long NS options to longopts.
( dolist ( tem command-line-ns-option-alist )
( if ( string-match " ^-- " ( car tem ) )
( push ( list ( car tem ) ) longopts ) ) )
;; Loop, processing options.
( while command-line-args-left
( let* ( ( argi ( car command-line-args-left ) )
( orig-argi argi )
argval completion )
( setq command-line-args-left ( cdr command-line-args-left ) )
;; Do preliminary decoding of the option.
( if just-files
;; After --, don't look for options; treat all args as files.
( setq argi " " )
;; Convert long options to ordinary options
;; and separate out an attached option argument into argval.
( when ( string-match " \\ ` \\ (--[^=]* \\ )= " argi )
( setq argval ( substring argi ( match-end 0 ) )
argi ( match-string 1 argi ) ) )
( when ( string-match " \\ ` --?[^-] " orig-argi )
( setq completion ( try-completion argi longopts ) )
( if ( eq completion t )
( setq argi ( substring argi 1 ) )
( if ( stringp completion )
( let ( ( elt ( member completion longopts ) ) )
( or elt
Go back to grave quoting in source-code docstrings etc.
This reverts almost all my recent changes to use curved quotes
in docstrings and/or strings used for error diagnostics.
There are a few exceptions, e.g., Bahá’í proper names.
* admin/unidata/unidata-gen.el (unidata-gen-table):
* lisp/abbrev.el (expand-region-abbrevs):
* lisp/align.el (align-region):
* lisp/allout.el (allout-mode, allout-solicit-alternate-bullet)
(outlineify-sticky):
* lisp/apropos.el (apropos-library):
* lisp/bookmark.el (bookmark-default-annotation-text):
* lisp/button.el (button-category-symbol, button-put)
(make-text-button):
* lisp/calc/calc-aent.el (math-read-if, math-read-factor):
* lisp/calc/calc-embed.el (calc-do-embedded):
* lisp/calc/calc-ext.el (calc-user-function-list):
* lisp/calc/calc-graph.el (calc-graph-show-dumb):
* lisp/calc/calc-help.el (calc-describe-key)
(calc-describe-thing, calc-full-help):
* lisp/calc/calc-lang.el (calc-c-language)
(math-parse-fortran-vector-end, math-parse-tex-sum)
(math-parse-eqn-matrix, math-parse-eqn-prime)
(calc-yacas-language, calc-maxima-language, calc-giac-language)
(math-read-giac-subscr, math-read-math-subscr)
(math-read-big-rec, math-read-big-balance):
* lisp/calc/calc-misc.el (calc-help, report-calc-bug):
* lisp/calc/calc-mode.el (calc-auto-why, calc-save-modes)
(calc-auto-recompute):
* lisp/calc/calc-prog.el (calc-fix-token-name)
(calc-read-parse-table-part, calc-user-define-invocation)
(math-do-arg-check):
* lisp/calc/calc-store.el (calc-edit-variable):
* lisp/calc/calc-units.el (math-build-units-table-buffer):
* lisp/calc/calc-vec.el (math-read-brackets):
* lisp/calc/calc-yank.el (calc-edit-mode):
* lisp/calc/calc.el (calc, calc-do, calc-user-invocation):
* lisp/calendar/appt.el (appt-display-message):
* lisp/calendar/diary-lib.el (diary-check-diary-file)
(diary-mail-entries, diary-from-outlook):
* lisp/calendar/icalendar.el (icalendar-export-region)
(icalendar--convert-float-to-ical)
(icalendar--convert-date-to-ical)
(icalendar--convert-ical-to-diary)
(icalendar--convert-recurring-to-diary)
(icalendar--add-diary-entry):
* lisp/calendar/time-date.el (format-seconds):
* lisp/calendar/timeclock.el (timeclock-mode-line-display)
(timeclock-make-hours-explicit, timeclock-log-data):
* lisp/calendar/todo-mode.el (todo-prefix, todo-delete-category)
(todo-item-mark, todo-check-format)
(todo-insert-item--next-param, todo-edit-item--next-key)
(todo-mode):
* lisp/cedet/ede/pmake.el (ede-proj-makefile-insert-dist-rules):
* lisp/cedet/mode-local.el (describe-mode-local-overload)
(mode-local-print-binding, mode-local-describe-bindings-2):
* lisp/cedet/semantic/complete.el (semantic-displayor-show-request):
* lisp/cedet/srecode/srt-mode.el (srecode-macro-help):
* lisp/cus-start.el (standard):
* lisp/cus-theme.el (describe-theme-1):
* lisp/custom.el (custom-add-dependencies, custom-check-theme)
(custom--sort-vars-1, load-theme):
* lisp/descr-text.el (describe-text-properties-1, describe-char):
* lisp/dired-x.el (dired-do-run-mail):
* lisp/dired.el (dired-log):
* lisp/emacs-lisp/advice.el (ad-read-advised-function)
(ad-read-advice-class, ad-read-advice-name, ad-enable-advice)
(ad-disable-advice, ad-remove-advice, ad-set-argument)
(ad-set-arguments, ad--defalias-fset, ad-activate)
(ad-deactivate):
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand)
(byte-compile-unfold-lambda, byte-optimize-form-code-walker)
(byte-optimize-while, byte-optimize-apply):
* lisp/emacs-lisp/byte-run.el (defun, defsubst):
* lisp/emacs-lisp/bytecomp.el (byte-compile-lapcode)
(byte-compile-log-file, byte-compile-format-warn)
(byte-compile-nogroup-warn, byte-compile-arglist-warn)
(byte-compile-cl-warn)
(byte-compile-warn-about-unresolved-functions)
(byte-compile-file, byte-compile--declare-var)
(byte-compile-file-form-defmumble, byte-compile-form)
(byte-compile-normal-call, byte-compile-check-variable)
(byte-compile-variable-ref, byte-compile-variable-set)
(byte-compile-subr-wrong-args, byte-compile-setq-default)
(byte-compile-negation-optimizer)
(byte-compile-condition-case--old)
(byte-compile-condition-case--new, byte-compile-save-excursion)
(byte-compile-defvar, byte-compile-autoload)
(byte-compile-lambda-form)
(byte-compile-make-variable-buffer-local, display-call-tree)
(batch-byte-compile):
* lisp/emacs-lisp/cconv.el (cconv-convert, cconv--analyze-use):
* lisp/emacs-lisp/chart.el (chart-space-usage):
* lisp/emacs-lisp/check-declare.el (check-declare-scan)
(check-declare-warn, check-declare-file)
(check-declare-directory):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine)
(checkdoc-message-text-engine):
* lisp/emacs-lisp/cl-extra.el (cl-parse-integer)
(cl--describe-class):
* lisp/emacs-lisp/cl-generic.el (cl-defgeneric)
(cl--generic-describe, cl-generic-generalizers):
* lisp/emacs-lisp/cl-macs.el (cl--parse-loop-clause, cl-tagbody)
(cl-symbol-macrolet):
* lisp/emacs-lisp/cl.el (cl-unload-function, flet):
* lisp/emacs-lisp/copyright.el (copyright)
(copyright-update-directory):
* lisp/emacs-lisp/edebug.el (edebug-read-list):
* lisp/emacs-lisp/eieio-base.el (eieio-persistent-read):
* lisp/emacs-lisp/eieio-core.el (eieio--slot-override)
(eieio-oref):
* lisp/emacs-lisp/eieio-opt.el (eieio-help-constructor):
* lisp/emacs-lisp/eieio-speedbar.el:
(eieio-speedbar-child-make-tag-lines)
(eieio-speedbar-child-description):
* lisp/emacs-lisp/eieio.el (defclass, change-class):
* lisp/emacs-lisp/elint.el (elint-file, elint-get-top-forms)
(elint-init-form, elint-check-defalias-form)
(elint-check-let-form):
* lisp/emacs-lisp/ert.el (ert-get-test, ert-results-mode-menu)
(ert-results-pop-to-backtrace-for-test-at-point)
(ert-results-pop-to-messages-for-test-at-point)
(ert-results-pop-to-should-forms-for-test-at-point)
(ert-describe-test):
* lisp/emacs-lisp/find-func.el (find-function-search-for-symbol)
(find-function-library):
* lisp/emacs-lisp/generator.el (iter-yield):
* lisp/emacs-lisp/gv.el (gv-define-simple-setter):
* lisp/emacs-lisp/lisp-mnt.el (lm-verify):
* lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning):
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p):
* lisp/emacs-lisp/nadvice.el (advice--make-docstring)
(advice--make, define-advice):
* lisp/emacs-lisp/package-x.el (package-upload-file):
* lisp/emacs-lisp/package.el (package-version-join)
(package-disabled-p, package-activate-1, package-activate)
(package--download-one-archive)
(package--download-and-read-archives)
(package-compute-transaction, package-install-from-archive)
(package-install, package-install-selected-packages)
(package-delete, package-autoremove, describe-package-1)
(package-install-button-action, package-delete-button-action)
(package-menu-hide-package, package-menu--list-to-prompt)
(package-menu--perform-transaction)
(package-menu--find-and-notify-upgrades):
* lisp/emacs-lisp/pcase.el (pcase-exhaustive, pcase--u1):
* lisp/emacs-lisp/re-builder.el (reb-enter-subexp-mode):
* lisp/emacs-lisp/ring.el (ring-previous, ring-next):
* lisp/emacs-lisp/rx.el (rx-check, rx-anything)
(rx-check-any-string, rx-check-any, rx-check-not, rx-=)
(rx-repeat, rx-check-backref, rx-syntax, rx-check-category)
(rx-form):
* lisp/emacs-lisp/smie.el (smie-config-save):
* lisp/emacs-lisp/subr-x.el (internal--check-binding):
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-put-tag):
* lisp/emacs-lisp/testcover.el (testcover-1value):
* lisp/emacs-lisp/timer.el (timer-event-handler):
* lisp/emulation/viper-cmd.el (viper-toggle-parse-sexp-ignore-comments)
(viper-toggle-search-style, viper-kill-buffer)
(viper-brac-function):
* lisp/emulation/viper-macs.el (viper-record-kbd-macro):
* lisp/env.el (setenv):
* lisp/erc/erc-button.el (erc-nick-popup):
* lisp/erc/erc.el (erc-cmd-LOAD, erc-handle-login, english):
* lisp/eshell/em-dirs.el (eshell/cd):
* lisp/eshell/em-glob.el (eshell-glob-regexp)
(eshell-glob-entries):
* lisp/eshell/em-pred.el (eshell-parse-modifiers):
* lisp/eshell/esh-opt.el (eshell-show-usage):
* lisp/facemenu.el (facemenu-add-new-face)
(facemenu-add-new-color):
* lisp/faces.el (read-face-name, read-face-font, describe-face)
(x-resolve-font-name):
* lisp/files-x.el (modify-file-local-variable):
* lisp/files.el (locate-user-emacs-file, find-alternate-file)
(set-auto-mode, hack-one-local-variable--obsolete)
(dir-locals-set-directory-class, write-file, basic-save-buffer)
(delete-directory, copy-directory, recover-session)
(recover-session-finish, insert-directory)
(file-modes-char-to-who, file-modes-symbolic-to-number)
(move-file-to-trash):
* lisp/filesets.el (filesets-add-buffer, filesets-remove-buffer):
* lisp/find-cmd.el (find-generic, find-to-string):
* lisp/finder.el (finder-commentary):
* lisp/font-lock.el (font-lock-fontify-buffer):
* lisp/format.el (format-write-file, format-find-file)
(format-insert-file):
* lisp/frame.el (get-device-terminal, select-frame-by-name):
* lisp/fringe.el (fringe--check-style):
* lisp/gnus/nnmairix.el (nnmairix-widget-create-query):
* lisp/help-fns.el (help-fns--key-bindings)
(help-fns--compiler-macro, help-fns--parent-mode)
(help-fns--obsolete, help-fns--interactive-only)
(describe-function-1, describe-variable):
* lisp/help.el (describe-mode)
(describe-minor-mode-from-indicator):
* lisp/image.el (image-type):
* lisp/international/ccl.el (ccl-dump):
* lisp/international/fontset.el (x-must-resolve-font-name):
* lisp/international/mule-cmds.el (prefer-coding-system)
(select-safe-coding-system-interactively)
(select-safe-coding-system, activate-input-method)
(toggle-input-method, describe-current-input-method)
(describe-language-environment):
* lisp/international/mule-conf.el (code-offset):
* lisp/international/mule-diag.el (describe-character-set)
(list-input-methods-1):
* lisp/mail/feedmail.el (feedmail-run-the-queue):
* lisp/mouse.el (minor-mode-menu-from-indicator):
* lisp/mpc.el (mpc-playlist-rename):
* lisp/msb.el (msb--choose-menu):
* lisp/net/ange-ftp.el (ange-ftp-shell-command):
* lisp/net/imap.el (imap-interactive-login):
* lisp/net/mairix.el (mairix-widget-create-query):
* lisp/net/newst-backend.el (newsticker--sentinel-work):
* lisp/net/newst-treeview.el (newsticker--treeview-load):
* lisp/net/rlogin.el (rlogin):
* lisp/obsolete/iswitchb.el (iswitchb-possible-new-buffer):
* lisp/obsolete/otodo-mode.el (todo-more-important-p):
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region):
* lisp/obsolete/pgg-pgp.el (pgg-pgp-process-region):
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-process-region):
* lisp/org/ob-core.el (org-babel-goto-named-src-block)
(org-babel-goto-named-result):
* lisp/org/ob-fortran.el (org-babel-fortran-ensure-main-wrap):
* lisp/org/ob-ref.el (org-babel-ref-resolve):
* lisp/org/org-agenda.el (org-agenda-prepare):
* lisp/org/org-clock.el (org-clock-notify-once-if-expired)
(org-clock-resolve):
* lisp/org/org-ctags.el (org-ctags-ask-rebuild-tags-file-then-find-tag):
* lisp/org/org-feed.el (org-feed-parse-atom-entry):
* lisp/org/org-habit.el (org-habit-parse-todo):
* lisp/org/org-mouse.el (org-mouse-popup-global-menu)
(org-mouse-context-menu):
* lisp/org/org-table.el (org-table-edit-formulas):
* lisp/org/ox.el (org-export-async-start):
* lisp/proced.el (proced-log):
* lisp/progmodes/ada-mode.el (ada-get-indent-case)
(ada-check-matching-start, ada-goto-matching-start):
* lisp/progmodes/ada-prj.el (ada-prj-display-page):
* lisp/progmodes/ada-xref.el (ada-find-executable):
* lisp/progmodes/ebrowse.el (ebrowse-tags-apropos):
* lisp/progmodes/etags.el (etags-tags-apropos-additional):
* lisp/progmodes/flymake.el (flymake-parse-err-lines)
(flymake-start-syntax-check-process):
* lisp/progmodes/python.el (python-shell-get-process-or-error)
(python-define-auxiliary-skeleton):
* lisp/progmodes/sql.el (sql-comint):
* lisp/progmodes/verilog-mode.el (verilog-load-file-at-point):
* lisp/progmodes/vhdl-mode.el (vhdl-widget-directory-validate):
* lisp/recentf.el (recentf-open-files):
* lisp/replace.el (query-replace-read-from)
(occur-after-change-function, occur-1):
* lisp/scroll-bar.el (scroll-bar-columns):
* lisp/server.el (server-get-auth-key):
* lisp/simple.el (execute-extended-command)
(undo-outer-limit-truncate, list-processes--refresh)
(compose-mail, set-variable, choose-completion-string)
(define-alternatives):
* lisp/startup.el (site-run-file, tty-handle-args, command-line)
(command-line-1):
* lisp/subr.el (noreturn, define-error, add-to-list)
(read-char-choice, version-to-list):
* lisp/term/common-win.el (x-handle-xrm-switch)
(x-handle-name-switch, x-handle-args):
* lisp/term/x-win.el (x-handle-parent-id, x-handle-smid):
* lisp/textmodes/reftex-ref.el (reftex-label):
* lisp/textmodes/reftex-toc.el (reftex-toc-rename-label):
* lisp/textmodes/two-column.el (2C-split):
* lisp/tutorial.el (tutorial--describe-nonstandard-key)
(tutorial--find-changed-keys):
* lisp/type-break.el (type-break-noninteractive-query):
* lisp/wdired.el (wdired-do-renames, wdired-do-symlink-changes)
(wdired-do-perm-changes):
* lisp/whitespace.el (whitespace-report-region):
Prefer grave quoting in source-code strings used to generate help
and diagnostics.
* lisp/faces.el (face-documentation):
No need to convert quotes, since the result is a docstring.
* lisp/info.el (Info-virtual-index-find-node)
(Info-virtual-index, info-apropos):
Simplify by generating only curved quotes, since info files are
typically that ways nowadays anyway.
* lisp/international/mule-diag.el (list-input-methods):
Don’t assume text quoting style is curved.
* lisp/org/org-bibtex.el (org-bibtex-fields):
Revert my recent changes, going back to the old quoting style.
2015-09-07 15:41:44 +00:00
( error " Option `%s' is ambiguous " argi ) )
2015-05-28 21:30:31 +00:00
( setq argi ( substring ( car elt ) 1 ) ) )
( setq argval nil
argi orig-argi ) ) ) ) )
;; Execute the option.
( cond ( ( setq tem ( assoc argi command-switch-alist ) )
( if argval
( let ( ( command-line-args-left
( cons argval command-line-args-left ) ) )
( funcall ( cdr tem ) argi ) )
( funcall ( cdr tem ) argi ) ) )
( ( equal argi " -no-splash " )
( setq inhibit-startup-screen t ) )
( ( member argi ' ( " -f " ; what the manual claims
" -funcall "
" -e " ) ) ; what the source used to say
( setq inhibit-startup-screen t )
( setq tem ( intern ( or argval ( pop command-line-args-left ) ) ) )
( if ( commandp tem )
( command-execute tem )
( funcall tem ) ) )
( ( member argi ' ( " -eval " " -execute " ) )
( setq inhibit-startup-screen t )
2016-07-03 00:26:35 +00:00
( let* ( ( str-expr ( or argval ( pop command-line-args-left ) ) )
( read-data ( read-from-string str-expr ) )
( expr ( car read-data ) )
( end ( cdr read-data ) ) )
2019-06-15 12:40:23 +00:00
;; Allow same trailing chars as minibuf.c's
;; `string_to_object'.
( unless ( string-match-p " [ \s \t \n ]* \\ ' " str-expr end )
2016-07-03 00:26:35 +00:00
( error " Trailing garbage following expression: %s "
( substring str-expr end ) ) )
2019-04-25 18:36:03 +00:00
( eval expr t ) ) )
2015-05-28 21:30:31 +00:00
( ( member argi ' ( " -L " " -directory " ) )
;; -L :/foo adds /foo to the _end_ of load-path.
( let ( append )
( if ( string-match-p
( format " \\ ` %s " path-separator )
( setq tem ( or argval ( pop command-line-args-left ) ) ) )
( setq tem ( substring tem 1 )
append t ) )
( setq tem ( expand-file-name
( command-line-normalize-file-name tem ) ) )
( cond ( append ( setq load-path
( append load-path ( list tem ) ) )
( if splice ( setq splice load-path ) ) )
( splice ( setcdr splice ( cons tem ( cdr splice ) ) )
( setq splice ( cdr splice ) ) )
( t ( setq load-path ( cons tem load-path )
splice load-path ) ) ) ) )
( ( member argi ' ( " -l " " -load " ) )
( let* ( ( file ( command-line-normalize-file-name
( or argval ( pop command-line-args-left ) ) ) )
;; Take file from default dir if it exists there;
;; otherwise let `load' search for it.
( file-ex ( expand-file-name file ) ) )
2016-08-21 14:51:38 +00:00
( when ( file-regular-p file-ex )
2015-05-28 21:30:31 +00:00
( setq file file-ex ) )
( load file nil t ) ) )
;; This is used to handle -script. It's not clear
;; we need to document it (it is totally internal).
( ( member argi ' ( " -scriptload " ) )
( let* ( ( file ( command-line-normalize-file-name
( or argval ( pop command-line-args-left ) ) ) )
;; Take file from default dir.
( file-ex ( expand-file-name file ) ) )
( load file-ex nil t t ) ) )
( ( equal argi " -insert " )
( setq inhibit-startup-screen t )
( setq tem ( or argval ( pop command-line-args-left ) ) )
( or ( stringp tem )
Go back to grave quoting in source-code docstrings etc.
This reverts almost all my recent changes to use curved quotes
in docstrings and/or strings used for error diagnostics.
There are a few exceptions, e.g., Bahá’í proper names.
* admin/unidata/unidata-gen.el (unidata-gen-table):
* lisp/abbrev.el (expand-region-abbrevs):
* lisp/align.el (align-region):
* lisp/allout.el (allout-mode, allout-solicit-alternate-bullet)
(outlineify-sticky):
* lisp/apropos.el (apropos-library):
* lisp/bookmark.el (bookmark-default-annotation-text):
* lisp/button.el (button-category-symbol, button-put)
(make-text-button):
* lisp/calc/calc-aent.el (math-read-if, math-read-factor):
* lisp/calc/calc-embed.el (calc-do-embedded):
* lisp/calc/calc-ext.el (calc-user-function-list):
* lisp/calc/calc-graph.el (calc-graph-show-dumb):
* lisp/calc/calc-help.el (calc-describe-key)
(calc-describe-thing, calc-full-help):
* lisp/calc/calc-lang.el (calc-c-language)
(math-parse-fortran-vector-end, math-parse-tex-sum)
(math-parse-eqn-matrix, math-parse-eqn-prime)
(calc-yacas-language, calc-maxima-language, calc-giac-language)
(math-read-giac-subscr, math-read-math-subscr)
(math-read-big-rec, math-read-big-balance):
* lisp/calc/calc-misc.el (calc-help, report-calc-bug):
* lisp/calc/calc-mode.el (calc-auto-why, calc-save-modes)
(calc-auto-recompute):
* lisp/calc/calc-prog.el (calc-fix-token-name)
(calc-read-parse-table-part, calc-user-define-invocation)
(math-do-arg-check):
* lisp/calc/calc-store.el (calc-edit-variable):
* lisp/calc/calc-units.el (math-build-units-table-buffer):
* lisp/calc/calc-vec.el (math-read-brackets):
* lisp/calc/calc-yank.el (calc-edit-mode):
* lisp/calc/calc.el (calc, calc-do, calc-user-invocation):
* lisp/calendar/appt.el (appt-display-message):
* lisp/calendar/diary-lib.el (diary-check-diary-file)
(diary-mail-entries, diary-from-outlook):
* lisp/calendar/icalendar.el (icalendar-export-region)
(icalendar--convert-float-to-ical)
(icalendar--convert-date-to-ical)
(icalendar--convert-ical-to-diary)
(icalendar--convert-recurring-to-diary)
(icalendar--add-diary-entry):
* lisp/calendar/time-date.el (format-seconds):
* lisp/calendar/timeclock.el (timeclock-mode-line-display)
(timeclock-make-hours-explicit, timeclock-log-data):
* lisp/calendar/todo-mode.el (todo-prefix, todo-delete-category)
(todo-item-mark, todo-check-format)
(todo-insert-item--next-param, todo-edit-item--next-key)
(todo-mode):
* lisp/cedet/ede/pmake.el (ede-proj-makefile-insert-dist-rules):
* lisp/cedet/mode-local.el (describe-mode-local-overload)
(mode-local-print-binding, mode-local-describe-bindings-2):
* lisp/cedet/semantic/complete.el (semantic-displayor-show-request):
* lisp/cedet/srecode/srt-mode.el (srecode-macro-help):
* lisp/cus-start.el (standard):
* lisp/cus-theme.el (describe-theme-1):
* lisp/custom.el (custom-add-dependencies, custom-check-theme)
(custom--sort-vars-1, load-theme):
* lisp/descr-text.el (describe-text-properties-1, describe-char):
* lisp/dired-x.el (dired-do-run-mail):
* lisp/dired.el (dired-log):
* lisp/emacs-lisp/advice.el (ad-read-advised-function)
(ad-read-advice-class, ad-read-advice-name, ad-enable-advice)
(ad-disable-advice, ad-remove-advice, ad-set-argument)
(ad-set-arguments, ad--defalias-fset, ad-activate)
(ad-deactivate):
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand)
(byte-compile-unfold-lambda, byte-optimize-form-code-walker)
(byte-optimize-while, byte-optimize-apply):
* lisp/emacs-lisp/byte-run.el (defun, defsubst):
* lisp/emacs-lisp/bytecomp.el (byte-compile-lapcode)
(byte-compile-log-file, byte-compile-format-warn)
(byte-compile-nogroup-warn, byte-compile-arglist-warn)
(byte-compile-cl-warn)
(byte-compile-warn-about-unresolved-functions)
(byte-compile-file, byte-compile--declare-var)
(byte-compile-file-form-defmumble, byte-compile-form)
(byte-compile-normal-call, byte-compile-check-variable)
(byte-compile-variable-ref, byte-compile-variable-set)
(byte-compile-subr-wrong-args, byte-compile-setq-default)
(byte-compile-negation-optimizer)
(byte-compile-condition-case--old)
(byte-compile-condition-case--new, byte-compile-save-excursion)
(byte-compile-defvar, byte-compile-autoload)
(byte-compile-lambda-form)
(byte-compile-make-variable-buffer-local, display-call-tree)
(batch-byte-compile):
* lisp/emacs-lisp/cconv.el (cconv-convert, cconv--analyze-use):
* lisp/emacs-lisp/chart.el (chart-space-usage):
* lisp/emacs-lisp/check-declare.el (check-declare-scan)
(check-declare-warn, check-declare-file)
(check-declare-directory):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine)
(checkdoc-message-text-engine):
* lisp/emacs-lisp/cl-extra.el (cl-parse-integer)
(cl--describe-class):
* lisp/emacs-lisp/cl-generic.el (cl-defgeneric)
(cl--generic-describe, cl-generic-generalizers):
* lisp/emacs-lisp/cl-macs.el (cl--parse-loop-clause, cl-tagbody)
(cl-symbol-macrolet):
* lisp/emacs-lisp/cl.el (cl-unload-function, flet):
* lisp/emacs-lisp/copyright.el (copyright)
(copyright-update-directory):
* lisp/emacs-lisp/edebug.el (edebug-read-list):
* lisp/emacs-lisp/eieio-base.el (eieio-persistent-read):
* lisp/emacs-lisp/eieio-core.el (eieio--slot-override)
(eieio-oref):
* lisp/emacs-lisp/eieio-opt.el (eieio-help-constructor):
* lisp/emacs-lisp/eieio-speedbar.el:
(eieio-speedbar-child-make-tag-lines)
(eieio-speedbar-child-description):
* lisp/emacs-lisp/eieio.el (defclass, change-class):
* lisp/emacs-lisp/elint.el (elint-file, elint-get-top-forms)
(elint-init-form, elint-check-defalias-form)
(elint-check-let-form):
* lisp/emacs-lisp/ert.el (ert-get-test, ert-results-mode-menu)
(ert-results-pop-to-backtrace-for-test-at-point)
(ert-results-pop-to-messages-for-test-at-point)
(ert-results-pop-to-should-forms-for-test-at-point)
(ert-describe-test):
* lisp/emacs-lisp/find-func.el (find-function-search-for-symbol)
(find-function-library):
* lisp/emacs-lisp/generator.el (iter-yield):
* lisp/emacs-lisp/gv.el (gv-define-simple-setter):
* lisp/emacs-lisp/lisp-mnt.el (lm-verify):
* lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning):
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p):
* lisp/emacs-lisp/nadvice.el (advice--make-docstring)
(advice--make, define-advice):
* lisp/emacs-lisp/package-x.el (package-upload-file):
* lisp/emacs-lisp/package.el (package-version-join)
(package-disabled-p, package-activate-1, package-activate)
(package--download-one-archive)
(package--download-and-read-archives)
(package-compute-transaction, package-install-from-archive)
(package-install, package-install-selected-packages)
(package-delete, package-autoremove, describe-package-1)
(package-install-button-action, package-delete-button-action)
(package-menu-hide-package, package-menu--list-to-prompt)
(package-menu--perform-transaction)
(package-menu--find-and-notify-upgrades):
* lisp/emacs-lisp/pcase.el (pcase-exhaustive, pcase--u1):
* lisp/emacs-lisp/re-builder.el (reb-enter-subexp-mode):
* lisp/emacs-lisp/ring.el (ring-previous, ring-next):
* lisp/emacs-lisp/rx.el (rx-check, rx-anything)
(rx-check-any-string, rx-check-any, rx-check-not, rx-=)
(rx-repeat, rx-check-backref, rx-syntax, rx-check-category)
(rx-form):
* lisp/emacs-lisp/smie.el (smie-config-save):
* lisp/emacs-lisp/subr-x.el (internal--check-binding):
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-put-tag):
* lisp/emacs-lisp/testcover.el (testcover-1value):
* lisp/emacs-lisp/timer.el (timer-event-handler):
* lisp/emulation/viper-cmd.el (viper-toggle-parse-sexp-ignore-comments)
(viper-toggle-search-style, viper-kill-buffer)
(viper-brac-function):
* lisp/emulation/viper-macs.el (viper-record-kbd-macro):
* lisp/env.el (setenv):
* lisp/erc/erc-button.el (erc-nick-popup):
* lisp/erc/erc.el (erc-cmd-LOAD, erc-handle-login, english):
* lisp/eshell/em-dirs.el (eshell/cd):
* lisp/eshell/em-glob.el (eshell-glob-regexp)
(eshell-glob-entries):
* lisp/eshell/em-pred.el (eshell-parse-modifiers):
* lisp/eshell/esh-opt.el (eshell-show-usage):
* lisp/facemenu.el (facemenu-add-new-face)
(facemenu-add-new-color):
* lisp/faces.el (read-face-name, read-face-font, describe-face)
(x-resolve-font-name):
* lisp/files-x.el (modify-file-local-variable):
* lisp/files.el (locate-user-emacs-file, find-alternate-file)
(set-auto-mode, hack-one-local-variable--obsolete)
(dir-locals-set-directory-class, write-file, basic-save-buffer)
(delete-directory, copy-directory, recover-session)
(recover-session-finish, insert-directory)
(file-modes-char-to-who, file-modes-symbolic-to-number)
(move-file-to-trash):
* lisp/filesets.el (filesets-add-buffer, filesets-remove-buffer):
* lisp/find-cmd.el (find-generic, find-to-string):
* lisp/finder.el (finder-commentary):
* lisp/font-lock.el (font-lock-fontify-buffer):
* lisp/format.el (format-write-file, format-find-file)
(format-insert-file):
* lisp/frame.el (get-device-terminal, select-frame-by-name):
* lisp/fringe.el (fringe--check-style):
* lisp/gnus/nnmairix.el (nnmairix-widget-create-query):
* lisp/help-fns.el (help-fns--key-bindings)
(help-fns--compiler-macro, help-fns--parent-mode)
(help-fns--obsolete, help-fns--interactive-only)
(describe-function-1, describe-variable):
* lisp/help.el (describe-mode)
(describe-minor-mode-from-indicator):
* lisp/image.el (image-type):
* lisp/international/ccl.el (ccl-dump):
* lisp/international/fontset.el (x-must-resolve-font-name):
* lisp/international/mule-cmds.el (prefer-coding-system)
(select-safe-coding-system-interactively)
(select-safe-coding-system, activate-input-method)
(toggle-input-method, describe-current-input-method)
(describe-language-environment):
* lisp/international/mule-conf.el (code-offset):
* lisp/international/mule-diag.el (describe-character-set)
(list-input-methods-1):
* lisp/mail/feedmail.el (feedmail-run-the-queue):
* lisp/mouse.el (minor-mode-menu-from-indicator):
* lisp/mpc.el (mpc-playlist-rename):
* lisp/msb.el (msb--choose-menu):
* lisp/net/ange-ftp.el (ange-ftp-shell-command):
* lisp/net/imap.el (imap-interactive-login):
* lisp/net/mairix.el (mairix-widget-create-query):
* lisp/net/newst-backend.el (newsticker--sentinel-work):
* lisp/net/newst-treeview.el (newsticker--treeview-load):
* lisp/net/rlogin.el (rlogin):
* lisp/obsolete/iswitchb.el (iswitchb-possible-new-buffer):
* lisp/obsolete/otodo-mode.el (todo-more-important-p):
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region):
* lisp/obsolete/pgg-pgp.el (pgg-pgp-process-region):
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-process-region):
* lisp/org/ob-core.el (org-babel-goto-named-src-block)
(org-babel-goto-named-result):
* lisp/org/ob-fortran.el (org-babel-fortran-ensure-main-wrap):
* lisp/org/ob-ref.el (org-babel-ref-resolve):
* lisp/org/org-agenda.el (org-agenda-prepare):
* lisp/org/org-clock.el (org-clock-notify-once-if-expired)
(org-clock-resolve):
* lisp/org/org-ctags.el (org-ctags-ask-rebuild-tags-file-then-find-tag):
* lisp/org/org-feed.el (org-feed-parse-atom-entry):
* lisp/org/org-habit.el (org-habit-parse-todo):
* lisp/org/org-mouse.el (org-mouse-popup-global-menu)
(org-mouse-context-menu):
* lisp/org/org-table.el (org-table-edit-formulas):
* lisp/org/ox.el (org-export-async-start):
* lisp/proced.el (proced-log):
* lisp/progmodes/ada-mode.el (ada-get-indent-case)
(ada-check-matching-start, ada-goto-matching-start):
* lisp/progmodes/ada-prj.el (ada-prj-display-page):
* lisp/progmodes/ada-xref.el (ada-find-executable):
* lisp/progmodes/ebrowse.el (ebrowse-tags-apropos):
* lisp/progmodes/etags.el (etags-tags-apropos-additional):
* lisp/progmodes/flymake.el (flymake-parse-err-lines)
(flymake-start-syntax-check-process):
* lisp/progmodes/python.el (python-shell-get-process-or-error)
(python-define-auxiliary-skeleton):
* lisp/progmodes/sql.el (sql-comint):
* lisp/progmodes/verilog-mode.el (verilog-load-file-at-point):
* lisp/progmodes/vhdl-mode.el (vhdl-widget-directory-validate):
* lisp/recentf.el (recentf-open-files):
* lisp/replace.el (query-replace-read-from)
(occur-after-change-function, occur-1):
* lisp/scroll-bar.el (scroll-bar-columns):
* lisp/server.el (server-get-auth-key):
* lisp/simple.el (execute-extended-command)
(undo-outer-limit-truncate, list-processes--refresh)
(compose-mail, set-variable, choose-completion-string)
(define-alternatives):
* lisp/startup.el (site-run-file, tty-handle-args, command-line)
(command-line-1):
* lisp/subr.el (noreturn, define-error, add-to-list)
(read-char-choice, version-to-list):
* lisp/term/common-win.el (x-handle-xrm-switch)
(x-handle-name-switch, x-handle-args):
* lisp/term/x-win.el (x-handle-parent-id, x-handle-smid):
* lisp/textmodes/reftex-ref.el (reftex-label):
* lisp/textmodes/reftex-toc.el (reftex-toc-rename-label):
* lisp/textmodes/two-column.el (2C-split):
* lisp/tutorial.el (tutorial--describe-nonstandard-key)
(tutorial--find-changed-keys):
* lisp/type-break.el (type-break-noninteractive-query):
* lisp/wdired.el (wdired-do-renames, wdired-do-symlink-changes)
(wdired-do-perm-changes):
* lisp/whitespace.el (whitespace-report-region):
Prefer grave quoting in source-code strings used to generate help
and diagnostics.
* lisp/faces.el (face-documentation):
No need to convert quotes, since the result is a docstring.
* lisp/info.el (Info-virtual-index-find-node)
(Info-virtual-index, info-apropos):
Simplify by generating only curved quotes, since info files are
typically that ways nowadays anyway.
* lisp/international/mule-diag.el (list-input-methods):
Don’t assume text quoting style is curved.
* lisp/org/org-bibtex.el (org-bibtex-fields):
Revert my recent changes, going back to the old quoting style.
2015-09-07 15:41:44 +00:00
( error " File name omitted from `-insert' option " ) )
2015-05-28 21:30:31 +00:00
( insert-file-contents ( command-line-normalize-file-name tem ) ) )
( ( equal argi " -kill " )
( kill-emacs t ) )
;; This is for when they use --no-desktop with -q, or
;; don't load Desktop in their .emacs. If desktop.el
;; _is_ loaded, it will handle this switch, and we
;; won't see it by the time we get here.
( ( equal argi " -no-desktop " )
( message " \" --no-desktop \" ignored because the Desktop package is not loaded " ) )
( ( string-match " ^ \\ +[0-9]+ \\ ' " argi )
( setq line ( string-to-number argi ) ) )
( ( string-match " ^ \\ + \\ ([0-9]+ \\ ): \\ ([0-9]+ \\ ) \\ ' " argi )
( setq line ( string-to-number ( match-string 1 argi ) )
column ( string-to-number ( match-string 2 argi ) ) ) )
( ( setq tem ( assoc orig-argi command-line-x-option-alist ) )
;; Ignore X-windows options and their args if not using X.
( setq command-line-args-left
( nthcdr ( nth 1 tem ) command-line-args-left ) ) )
( ( setq tem ( assoc orig-argi command-line-ns-option-alist ) )
;; Ignore NS-windows options and their args if not using NS.
( setq command-line-args-left
( nthcdr ( nth 1 tem ) command-line-args-left ) ) )
( ( member argi ' ( " -find-file " " -file " " -visit " ) )
( setq inhibit-startup-screen t )
;; An explicit option to specify visiting a file.
( setq tem ( or argval ( pop command-line-args-left ) ) )
( unless ( stringp tem )
Go back to grave quoting in source-code docstrings etc.
This reverts almost all my recent changes to use curved quotes
in docstrings and/or strings used for error diagnostics.
There are a few exceptions, e.g., Bahá’í proper names.
* admin/unidata/unidata-gen.el (unidata-gen-table):
* lisp/abbrev.el (expand-region-abbrevs):
* lisp/align.el (align-region):
* lisp/allout.el (allout-mode, allout-solicit-alternate-bullet)
(outlineify-sticky):
* lisp/apropos.el (apropos-library):
* lisp/bookmark.el (bookmark-default-annotation-text):
* lisp/button.el (button-category-symbol, button-put)
(make-text-button):
* lisp/calc/calc-aent.el (math-read-if, math-read-factor):
* lisp/calc/calc-embed.el (calc-do-embedded):
* lisp/calc/calc-ext.el (calc-user-function-list):
* lisp/calc/calc-graph.el (calc-graph-show-dumb):
* lisp/calc/calc-help.el (calc-describe-key)
(calc-describe-thing, calc-full-help):
* lisp/calc/calc-lang.el (calc-c-language)
(math-parse-fortran-vector-end, math-parse-tex-sum)
(math-parse-eqn-matrix, math-parse-eqn-prime)
(calc-yacas-language, calc-maxima-language, calc-giac-language)
(math-read-giac-subscr, math-read-math-subscr)
(math-read-big-rec, math-read-big-balance):
* lisp/calc/calc-misc.el (calc-help, report-calc-bug):
* lisp/calc/calc-mode.el (calc-auto-why, calc-save-modes)
(calc-auto-recompute):
* lisp/calc/calc-prog.el (calc-fix-token-name)
(calc-read-parse-table-part, calc-user-define-invocation)
(math-do-arg-check):
* lisp/calc/calc-store.el (calc-edit-variable):
* lisp/calc/calc-units.el (math-build-units-table-buffer):
* lisp/calc/calc-vec.el (math-read-brackets):
* lisp/calc/calc-yank.el (calc-edit-mode):
* lisp/calc/calc.el (calc, calc-do, calc-user-invocation):
* lisp/calendar/appt.el (appt-display-message):
* lisp/calendar/diary-lib.el (diary-check-diary-file)
(diary-mail-entries, diary-from-outlook):
* lisp/calendar/icalendar.el (icalendar-export-region)
(icalendar--convert-float-to-ical)
(icalendar--convert-date-to-ical)
(icalendar--convert-ical-to-diary)
(icalendar--convert-recurring-to-diary)
(icalendar--add-diary-entry):
* lisp/calendar/time-date.el (format-seconds):
* lisp/calendar/timeclock.el (timeclock-mode-line-display)
(timeclock-make-hours-explicit, timeclock-log-data):
* lisp/calendar/todo-mode.el (todo-prefix, todo-delete-category)
(todo-item-mark, todo-check-format)
(todo-insert-item--next-param, todo-edit-item--next-key)
(todo-mode):
* lisp/cedet/ede/pmake.el (ede-proj-makefile-insert-dist-rules):
* lisp/cedet/mode-local.el (describe-mode-local-overload)
(mode-local-print-binding, mode-local-describe-bindings-2):
* lisp/cedet/semantic/complete.el (semantic-displayor-show-request):
* lisp/cedet/srecode/srt-mode.el (srecode-macro-help):
* lisp/cus-start.el (standard):
* lisp/cus-theme.el (describe-theme-1):
* lisp/custom.el (custom-add-dependencies, custom-check-theme)
(custom--sort-vars-1, load-theme):
* lisp/descr-text.el (describe-text-properties-1, describe-char):
* lisp/dired-x.el (dired-do-run-mail):
* lisp/dired.el (dired-log):
* lisp/emacs-lisp/advice.el (ad-read-advised-function)
(ad-read-advice-class, ad-read-advice-name, ad-enable-advice)
(ad-disable-advice, ad-remove-advice, ad-set-argument)
(ad-set-arguments, ad--defalias-fset, ad-activate)
(ad-deactivate):
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand)
(byte-compile-unfold-lambda, byte-optimize-form-code-walker)
(byte-optimize-while, byte-optimize-apply):
* lisp/emacs-lisp/byte-run.el (defun, defsubst):
* lisp/emacs-lisp/bytecomp.el (byte-compile-lapcode)
(byte-compile-log-file, byte-compile-format-warn)
(byte-compile-nogroup-warn, byte-compile-arglist-warn)
(byte-compile-cl-warn)
(byte-compile-warn-about-unresolved-functions)
(byte-compile-file, byte-compile--declare-var)
(byte-compile-file-form-defmumble, byte-compile-form)
(byte-compile-normal-call, byte-compile-check-variable)
(byte-compile-variable-ref, byte-compile-variable-set)
(byte-compile-subr-wrong-args, byte-compile-setq-default)
(byte-compile-negation-optimizer)
(byte-compile-condition-case--old)
(byte-compile-condition-case--new, byte-compile-save-excursion)
(byte-compile-defvar, byte-compile-autoload)
(byte-compile-lambda-form)
(byte-compile-make-variable-buffer-local, display-call-tree)
(batch-byte-compile):
* lisp/emacs-lisp/cconv.el (cconv-convert, cconv--analyze-use):
* lisp/emacs-lisp/chart.el (chart-space-usage):
* lisp/emacs-lisp/check-declare.el (check-declare-scan)
(check-declare-warn, check-declare-file)
(check-declare-directory):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine)
(checkdoc-message-text-engine):
* lisp/emacs-lisp/cl-extra.el (cl-parse-integer)
(cl--describe-class):
* lisp/emacs-lisp/cl-generic.el (cl-defgeneric)
(cl--generic-describe, cl-generic-generalizers):
* lisp/emacs-lisp/cl-macs.el (cl--parse-loop-clause, cl-tagbody)
(cl-symbol-macrolet):
* lisp/emacs-lisp/cl.el (cl-unload-function, flet):
* lisp/emacs-lisp/copyright.el (copyright)
(copyright-update-directory):
* lisp/emacs-lisp/edebug.el (edebug-read-list):
* lisp/emacs-lisp/eieio-base.el (eieio-persistent-read):
* lisp/emacs-lisp/eieio-core.el (eieio--slot-override)
(eieio-oref):
* lisp/emacs-lisp/eieio-opt.el (eieio-help-constructor):
* lisp/emacs-lisp/eieio-speedbar.el:
(eieio-speedbar-child-make-tag-lines)
(eieio-speedbar-child-description):
* lisp/emacs-lisp/eieio.el (defclass, change-class):
* lisp/emacs-lisp/elint.el (elint-file, elint-get-top-forms)
(elint-init-form, elint-check-defalias-form)
(elint-check-let-form):
* lisp/emacs-lisp/ert.el (ert-get-test, ert-results-mode-menu)
(ert-results-pop-to-backtrace-for-test-at-point)
(ert-results-pop-to-messages-for-test-at-point)
(ert-results-pop-to-should-forms-for-test-at-point)
(ert-describe-test):
* lisp/emacs-lisp/find-func.el (find-function-search-for-symbol)
(find-function-library):
* lisp/emacs-lisp/generator.el (iter-yield):
* lisp/emacs-lisp/gv.el (gv-define-simple-setter):
* lisp/emacs-lisp/lisp-mnt.el (lm-verify):
* lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning):
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p):
* lisp/emacs-lisp/nadvice.el (advice--make-docstring)
(advice--make, define-advice):
* lisp/emacs-lisp/package-x.el (package-upload-file):
* lisp/emacs-lisp/package.el (package-version-join)
(package-disabled-p, package-activate-1, package-activate)
(package--download-one-archive)
(package--download-and-read-archives)
(package-compute-transaction, package-install-from-archive)
(package-install, package-install-selected-packages)
(package-delete, package-autoremove, describe-package-1)
(package-install-button-action, package-delete-button-action)
(package-menu-hide-package, package-menu--list-to-prompt)
(package-menu--perform-transaction)
(package-menu--find-and-notify-upgrades):
* lisp/emacs-lisp/pcase.el (pcase-exhaustive, pcase--u1):
* lisp/emacs-lisp/re-builder.el (reb-enter-subexp-mode):
* lisp/emacs-lisp/ring.el (ring-previous, ring-next):
* lisp/emacs-lisp/rx.el (rx-check, rx-anything)
(rx-check-any-string, rx-check-any, rx-check-not, rx-=)
(rx-repeat, rx-check-backref, rx-syntax, rx-check-category)
(rx-form):
* lisp/emacs-lisp/smie.el (smie-config-save):
* lisp/emacs-lisp/subr-x.el (internal--check-binding):
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-put-tag):
* lisp/emacs-lisp/testcover.el (testcover-1value):
* lisp/emacs-lisp/timer.el (timer-event-handler):
* lisp/emulation/viper-cmd.el (viper-toggle-parse-sexp-ignore-comments)
(viper-toggle-search-style, viper-kill-buffer)
(viper-brac-function):
* lisp/emulation/viper-macs.el (viper-record-kbd-macro):
* lisp/env.el (setenv):
* lisp/erc/erc-button.el (erc-nick-popup):
* lisp/erc/erc.el (erc-cmd-LOAD, erc-handle-login, english):
* lisp/eshell/em-dirs.el (eshell/cd):
* lisp/eshell/em-glob.el (eshell-glob-regexp)
(eshell-glob-entries):
* lisp/eshell/em-pred.el (eshell-parse-modifiers):
* lisp/eshell/esh-opt.el (eshell-show-usage):
* lisp/facemenu.el (facemenu-add-new-face)
(facemenu-add-new-color):
* lisp/faces.el (read-face-name, read-face-font, describe-face)
(x-resolve-font-name):
* lisp/files-x.el (modify-file-local-variable):
* lisp/files.el (locate-user-emacs-file, find-alternate-file)
(set-auto-mode, hack-one-local-variable--obsolete)
(dir-locals-set-directory-class, write-file, basic-save-buffer)
(delete-directory, copy-directory, recover-session)
(recover-session-finish, insert-directory)
(file-modes-char-to-who, file-modes-symbolic-to-number)
(move-file-to-trash):
* lisp/filesets.el (filesets-add-buffer, filesets-remove-buffer):
* lisp/find-cmd.el (find-generic, find-to-string):
* lisp/finder.el (finder-commentary):
* lisp/font-lock.el (font-lock-fontify-buffer):
* lisp/format.el (format-write-file, format-find-file)
(format-insert-file):
* lisp/frame.el (get-device-terminal, select-frame-by-name):
* lisp/fringe.el (fringe--check-style):
* lisp/gnus/nnmairix.el (nnmairix-widget-create-query):
* lisp/help-fns.el (help-fns--key-bindings)
(help-fns--compiler-macro, help-fns--parent-mode)
(help-fns--obsolete, help-fns--interactive-only)
(describe-function-1, describe-variable):
* lisp/help.el (describe-mode)
(describe-minor-mode-from-indicator):
* lisp/image.el (image-type):
* lisp/international/ccl.el (ccl-dump):
* lisp/international/fontset.el (x-must-resolve-font-name):
* lisp/international/mule-cmds.el (prefer-coding-system)
(select-safe-coding-system-interactively)
(select-safe-coding-system, activate-input-method)
(toggle-input-method, describe-current-input-method)
(describe-language-environment):
* lisp/international/mule-conf.el (code-offset):
* lisp/international/mule-diag.el (describe-character-set)
(list-input-methods-1):
* lisp/mail/feedmail.el (feedmail-run-the-queue):
* lisp/mouse.el (minor-mode-menu-from-indicator):
* lisp/mpc.el (mpc-playlist-rename):
* lisp/msb.el (msb--choose-menu):
* lisp/net/ange-ftp.el (ange-ftp-shell-command):
* lisp/net/imap.el (imap-interactive-login):
* lisp/net/mairix.el (mairix-widget-create-query):
* lisp/net/newst-backend.el (newsticker--sentinel-work):
* lisp/net/newst-treeview.el (newsticker--treeview-load):
* lisp/net/rlogin.el (rlogin):
* lisp/obsolete/iswitchb.el (iswitchb-possible-new-buffer):
* lisp/obsolete/otodo-mode.el (todo-more-important-p):
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region):
* lisp/obsolete/pgg-pgp.el (pgg-pgp-process-region):
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-process-region):
* lisp/org/ob-core.el (org-babel-goto-named-src-block)
(org-babel-goto-named-result):
* lisp/org/ob-fortran.el (org-babel-fortran-ensure-main-wrap):
* lisp/org/ob-ref.el (org-babel-ref-resolve):
* lisp/org/org-agenda.el (org-agenda-prepare):
* lisp/org/org-clock.el (org-clock-notify-once-if-expired)
(org-clock-resolve):
* lisp/org/org-ctags.el (org-ctags-ask-rebuild-tags-file-then-find-tag):
* lisp/org/org-feed.el (org-feed-parse-atom-entry):
* lisp/org/org-habit.el (org-habit-parse-todo):
* lisp/org/org-mouse.el (org-mouse-popup-global-menu)
(org-mouse-context-menu):
* lisp/org/org-table.el (org-table-edit-formulas):
* lisp/org/ox.el (org-export-async-start):
* lisp/proced.el (proced-log):
* lisp/progmodes/ada-mode.el (ada-get-indent-case)
(ada-check-matching-start, ada-goto-matching-start):
* lisp/progmodes/ada-prj.el (ada-prj-display-page):
* lisp/progmodes/ada-xref.el (ada-find-executable):
* lisp/progmodes/ebrowse.el (ebrowse-tags-apropos):
* lisp/progmodes/etags.el (etags-tags-apropos-additional):
* lisp/progmodes/flymake.el (flymake-parse-err-lines)
(flymake-start-syntax-check-process):
* lisp/progmodes/python.el (python-shell-get-process-or-error)
(python-define-auxiliary-skeleton):
* lisp/progmodes/sql.el (sql-comint):
* lisp/progmodes/verilog-mode.el (verilog-load-file-at-point):
* lisp/progmodes/vhdl-mode.el (vhdl-widget-directory-validate):
* lisp/recentf.el (recentf-open-files):
* lisp/replace.el (query-replace-read-from)
(occur-after-change-function, occur-1):
* lisp/scroll-bar.el (scroll-bar-columns):
* lisp/server.el (server-get-auth-key):
* lisp/simple.el (execute-extended-command)
(undo-outer-limit-truncate, list-processes--refresh)
(compose-mail, set-variable, choose-completion-string)
(define-alternatives):
* lisp/startup.el (site-run-file, tty-handle-args, command-line)
(command-line-1):
* lisp/subr.el (noreturn, define-error, add-to-list)
(read-char-choice, version-to-list):
* lisp/term/common-win.el (x-handle-xrm-switch)
(x-handle-name-switch, x-handle-args):
* lisp/term/x-win.el (x-handle-parent-id, x-handle-smid):
* lisp/textmodes/reftex-ref.el (reftex-label):
* lisp/textmodes/reftex-toc.el (reftex-toc-rename-label):
* lisp/textmodes/two-column.el (2C-split):
* lisp/tutorial.el (tutorial--describe-nonstandard-key)
(tutorial--find-changed-keys):
* lisp/type-break.el (type-break-noninteractive-query):
* lisp/wdired.el (wdired-do-renames, wdired-do-symlink-changes)
(wdired-do-perm-changes):
* lisp/whitespace.el (whitespace-report-region):
Prefer grave quoting in source-code strings used to generate help
and diagnostics.
* lisp/faces.el (face-documentation):
No need to convert quotes, since the result is a docstring.
* lisp/info.el (Info-virtual-index-find-node)
(Info-virtual-index, info-apropos):
Simplify by generating only curved quotes, since info files are
typically that ways nowadays anyway.
* lisp/international/mule-diag.el (list-input-methods):
Don’t assume text quoting style is curved.
* lisp/org/org-bibtex.el (org-bibtex-fields):
Revert my recent changes, going back to the old quoting style.
2015-09-07 15:41:44 +00:00
( error " File name omitted from `%s' option " argi ) )
2015-05-28 21:30:31 +00:00
( funcall process-file-arg tem ) )
;; These command lines now have no effect.
( ( string-match " \\ ` --? \\ (no- \\ )? \\ (uni \\ |multi \\ )byte$ " argi )
( display-warning 'initialization
( format " Ignoring obsolete arg %s " argi ) ) )
( ( equal argi " -- " )
( setq just-files t ) )
( t
;; We have almost exhausted our options. See if the
;; user has made any other command-line options available
( let ( ( hooks command-line-functions )
( did-hook nil ) )
( while ( and hooks
( not ( setq did-hook ( funcall ( car hooks ) ) ) ) )
( setq hooks ( cdr hooks ) ) )
( unless did-hook
;; Presume that the argument is a file name.
( if ( string-match " \\ ` - " argi )
Go back to grave quoting in source-code docstrings etc.
This reverts almost all my recent changes to use curved quotes
in docstrings and/or strings used for error diagnostics.
There are a few exceptions, e.g., Bahá’í proper names.
* admin/unidata/unidata-gen.el (unidata-gen-table):
* lisp/abbrev.el (expand-region-abbrevs):
* lisp/align.el (align-region):
* lisp/allout.el (allout-mode, allout-solicit-alternate-bullet)
(outlineify-sticky):
* lisp/apropos.el (apropos-library):
* lisp/bookmark.el (bookmark-default-annotation-text):
* lisp/button.el (button-category-symbol, button-put)
(make-text-button):
* lisp/calc/calc-aent.el (math-read-if, math-read-factor):
* lisp/calc/calc-embed.el (calc-do-embedded):
* lisp/calc/calc-ext.el (calc-user-function-list):
* lisp/calc/calc-graph.el (calc-graph-show-dumb):
* lisp/calc/calc-help.el (calc-describe-key)
(calc-describe-thing, calc-full-help):
* lisp/calc/calc-lang.el (calc-c-language)
(math-parse-fortran-vector-end, math-parse-tex-sum)
(math-parse-eqn-matrix, math-parse-eqn-prime)
(calc-yacas-language, calc-maxima-language, calc-giac-language)
(math-read-giac-subscr, math-read-math-subscr)
(math-read-big-rec, math-read-big-balance):
* lisp/calc/calc-misc.el (calc-help, report-calc-bug):
* lisp/calc/calc-mode.el (calc-auto-why, calc-save-modes)
(calc-auto-recompute):
* lisp/calc/calc-prog.el (calc-fix-token-name)
(calc-read-parse-table-part, calc-user-define-invocation)
(math-do-arg-check):
* lisp/calc/calc-store.el (calc-edit-variable):
* lisp/calc/calc-units.el (math-build-units-table-buffer):
* lisp/calc/calc-vec.el (math-read-brackets):
* lisp/calc/calc-yank.el (calc-edit-mode):
* lisp/calc/calc.el (calc, calc-do, calc-user-invocation):
* lisp/calendar/appt.el (appt-display-message):
* lisp/calendar/diary-lib.el (diary-check-diary-file)
(diary-mail-entries, diary-from-outlook):
* lisp/calendar/icalendar.el (icalendar-export-region)
(icalendar--convert-float-to-ical)
(icalendar--convert-date-to-ical)
(icalendar--convert-ical-to-diary)
(icalendar--convert-recurring-to-diary)
(icalendar--add-diary-entry):
* lisp/calendar/time-date.el (format-seconds):
* lisp/calendar/timeclock.el (timeclock-mode-line-display)
(timeclock-make-hours-explicit, timeclock-log-data):
* lisp/calendar/todo-mode.el (todo-prefix, todo-delete-category)
(todo-item-mark, todo-check-format)
(todo-insert-item--next-param, todo-edit-item--next-key)
(todo-mode):
* lisp/cedet/ede/pmake.el (ede-proj-makefile-insert-dist-rules):
* lisp/cedet/mode-local.el (describe-mode-local-overload)
(mode-local-print-binding, mode-local-describe-bindings-2):
* lisp/cedet/semantic/complete.el (semantic-displayor-show-request):
* lisp/cedet/srecode/srt-mode.el (srecode-macro-help):
* lisp/cus-start.el (standard):
* lisp/cus-theme.el (describe-theme-1):
* lisp/custom.el (custom-add-dependencies, custom-check-theme)
(custom--sort-vars-1, load-theme):
* lisp/descr-text.el (describe-text-properties-1, describe-char):
* lisp/dired-x.el (dired-do-run-mail):
* lisp/dired.el (dired-log):
* lisp/emacs-lisp/advice.el (ad-read-advised-function)
(ad-read-advice-class, ad-read-advice-name, ad-enable-advice)
(ad-disable-advice, ad-remove-advice, ad-set-argument)
(ad-set-arguments, ad--defalias-fset, ad-activate)
(ad-deactivate):
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand)
(byte-compile-unfold-lambda, byte-optimize-form-code-walker)
(byte-optimize-while, byte-optimize-apply):
* lisp/emacs-lisp/byte-run.el (defun, defsubst):
* lisp/emacs-lisp/bytecomp.el (byte-compile-lapcode)
(byte-compile-log-file, byte-compile-format-warn)
(byte-compile-nogroup-warn, byte-compile-arglist-warn)
(byte-compile-cl-warn)
(byte-compile-warn-about-unresolved-functions)
(byte-compile-file, byte-compile--declare-var)
(byte-compile-file-form-defmumble, byte-compile-form)
(byte-compile-normal-call, byte-compile-check-variable)
(byte-compile-variable-ref, byte-compile-variable-set)
(byte-compile-subr-wrong-args, byte-compile-setq-default)
(byte-compile-negation-optimizer)
(byte-compile-condition-case--old)
(byte-compile-condition-case--new, byte-compile-save-excursion)
(byte-compile-defvar, byte-compile-autoload)
(byte-compile-lambda-form)
(byte-compile-make-variable-buffer-local, display-call-tree)
(batch-byte-compile):
* lisp/emacs-lisp/cconv.el (cconv-convert, cconv--analyze-use):
* lisp/emacs-lisp/chart.el (chart-space-usage):
* lisp/emacs-lisp/check-declare.el (check-declare-scan)
(check-declare-warn, check-declare-file)
(check-declare-directory):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine)
(checkdoc-message-text-engine):
* lisp/emacs-lisp/cl-extra.el (cl-parse-integer)
(cl--describe-class):
* lisp/emacs-lisp/cl-generic.el (cl-defgeneric)
(cl--generic-describe, cl-generic-generalizers):
* lisp/emacs-lisp/cl-macs.el (cl--parse-loop-clause, cl-tagbody)
(cl-symbol-macrolet):
* lisp/emacs-lisp/cl.el (cl-unload-function, flet):
* lisp/emacs-lisp/copyright.el (copyright)
(copyright-update-directory):
* lisp/emacs-lisp/edebug.el (edebug-read-list):
* lisp/emacs-lisp/eieio-base.el (eieio-persistent-read):
* lisp/emacs-lisp/eieio-core.el (eieio--slot-override)
(eieio-oref):
* lisp/emacs-lisp/eieio-opt.el (eieio-help-constructor):
* lisp/emacs-lisp/eieio-speedbar.el:
(eieio-speedbar-child-make-tag-lines)
(eieio-speedbar-child-description):
* lisp/emacs-lisp/eieio.el (defclass, change-class):
* lisp/emacs-lisp/elint.el (elint-file, elint-get-top-forms)
(elint-init-form, elint-check-defalias-form)
(elint-check-let-form):
* lisp/emacs-lisp/ert.el (ert-get-test, ert-results-mode-menu)
(ert-results-pop-to-backtrace-for-test-at-point)
(ert-results-pop-to-messages-for-test-at-point)
(ert-results-pop-to-should-forms-for-test-at-point)
(ert-describe-test):
* lisp/emacs-lisp/find-func.el (find-function-search-for-symbol)
(find-function-library):
* lisp/emacs-lisp/generator.el (iter-yield):
* lisp/emacs-lisp/gv.el (gv-define-simple-setter):
* lisp/emacs-lisp/lisp-mnt.el (lm-verify):
* lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning):
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p):
* lisp/emacs-lisp/nadvice.el (advice--make-docstring)
(advice--make, define-advice):
* lisp/emacs-lisp/package-x.el (package-upload-file):
* lisp/emacs-lisp/package.el (package-version-join)
(package-disabled-p, package-activate-1, package-activate)
(package--download-one-archive)
(package--download-and-read-archives)
(package-compute-transaction, package-install-from-archive)
(package-install, package-install-selected-packages)
(package-delete, package-autoremove, describe-package-1)
(package-install-button-action, package-delete-button-action)
(package-menu-hide-package, package-menu--list-to-prompt)
(package-menu--perform-transaction)
(package-menu--find-and-notify-upgrades):
* lisp/emacs-lisp/pcase.el (pcase-exhaustive, pcase--u1):
* lisp/emacs-lisp/re-builder.el (reb-enter-subexp-mode):
* lisp/emacs-lisp/ring.el (ring-previous, ring-next):
* lisp/emacs-lisp/rx.el (rx-check, rx-anything)
(rx-check-any-string, rx-check-any, rx-check-not, rx-=)
(rx-repeat, rx-check-backref, rx-syntax, rx-check-category)
(rx-form):
* lisp/emacs-lisp/smie.el (smie-config-save):
* lisp/emacs-lisp/subr-x.el (internal--check-binding):
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-put-tag):
* lisp/emacs-lisp/testcover.el (testcover-1value):
* lisp/emacs-lisp/timer.el (timer-event-handler):
* lisp/emulation/viper-cmd.el (viper-toggle-parse-sexp-ignore-comments)
(viper-toggle-search-style, viper-kill-buffer)
(viper-brac-function):
* lisp/emulation/viper-macs.el (viper-record-kbd-macro):
* lisp/env.el (setenv):
* lisp/erc/erc-button.el (erc-nick-popup):
* lisp/erc/erc.el (erc-cmd-LOAD, erc-handle-login, english):
* lisp/eshell/em-dirs.el (eshell/cd):
* lisp/eshell/em-glob.el (eshell-glob-regexp)
(eshell-glob-entries):
* lisp/eshell/em-pred.el (eshell-parse-modifiers):
* lisp/eshell/esh-opt.el (eshell-show-usage):
* lisp/facemenu.el (facemenu-add-new-face)
(facemenu-add-new-color):
* lisp/faces.el (read-face-name, read-face-font, describe-face)
(x-resolve-font-name):
* lisp/files-x.el (modify-file-local-variable):
* lisp/files.el (locate-user-emacs-file, find-alternate-file)
(set-auto-mode, hack-one-local-variable--obsolete)
(dir-locals-set-directory-class, write-file, basic-save-buffer)
(delete-directory, copy-directory, recover-session)
(recover-session-finish, insert-directory)
(file-modes-char-to-who, file-modes-symbolic-to-number)
(move-file-to-trash):
* lisp/filesets.el (filesets-add-buffer, filesets-remove-buffer):
* lisp/find-cmd.el (find-generic, find-to-string):
* lisp/finder.el (finder-commentary):
* lisp/font-lock.el (font-lock-fontify-buffer):
* lisp/format.el (format-write-file, format-find-file)
(format-insert-file):
* lisp/frame.el (get-device-terminal, select-frame-by-name):
* lisp/fringe.el (fringe--check-style):
* lisp/gnus/nnmairix.el (nnmairix-widget-create-query):
* lisp/help-fns.el (help-fns--key-bindings)
(help-fns--compiler-macro, help-fns--parent-mode)
(help-fns--obsolete, help-fns--interactive-only)
(describe-function-1, describe-variable):
* lisp/help.el (describe-mode)
(describe-minor-mode-from-indicator):
* lisp/image.el (image-type):
* lisp/international/ccl.el (ccl-dump):
* lisp/international/fontset.el (x-must-resolve-font-name):
* lisp/international/mule-cmds.el (prefer-coding-system)
(select-safe-coding-system-interactively)
(select-safe-coding-system, activate-input-method)
(toggle-input-method, describe-current-input-method)
(describe-language-environment):
* lisp/international/mule-conf.el (code-offset):
* lisp/international/mule-diag.el (describe-character-set)
(list-input-methods-1):
* lisp/mail/feedmail.el (feedmail-run-the-queue):
* lisp/mouse.el (minor-mode-menu-from-indicator):
* lisp/mpc.el (mpc-playlist-rename):
* lisp/msb.el (msb--choose-menu):
* lisp/net/ange-ftp.el (ange-ftp-shell-command):
* lisp/net/imap.el (imap-interactive-login):
* lisp/net/mairix.el (mairix-widget-create-query):
* lisp/net/newst-backend.el (newsticker--sentinel-work):
* lisp/net/newst-treeview.el (newsticker--treeview-load):
* lisp/net/rlogin.el (rlogin):
* lisp/obsolete/iswitchb.el (iswitchb-possible-new-buffer):
* lisp/obsolete/otodo-mode.el (todo-more-important-p):
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region):
* lisp/obsolete/pgg-pgp.el (pgg-pgp-process-region):
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-process-region):
* lisp/org/ob-core.el (org-babel-goto-named-src-block)
(org-babel-goto-named-result):
* lisp/org/ob-fortran.el (org-babel-fortran-ensure-main-wrap):
* lisp/org/ob-ref.el (org-babel-ref-resolve):
* lisp/org/org-agenda.el (org-agenda-prepare):
* lisp/org/org-clock.el (org-clock-notify-once-if-expired)
(org-clock-resolve):
* lisp/org/org-ctags.el (org-ctags-ask-rebuild-tags-file-then-find-tag):
* lisp/org/org-feed.el (org-feed-parse-atom-entry):
* lisp/org/org-habit.el (org-habit-parse-todo):
* lisp/org/org-mouse.el (org-mouse-popup-global-menu)
(org-mouse-context-menu):
* lisp/org/org-table.el (org-table-edit-formulas):
* lisp/org/ox.el (org-export-async-start):
* lisp/proced.el (proced-log):
* lisp/progmodes/ada-mode.el (ada-get-indent-case)
(ada-check-matching-start, ada-goto-matching-start):
* lisp/progmodes/ada-prj.el (ada-prj-display-page):
* lisp/progmodes/ada-xref.el (ada-find-executable):
* lisp/progmodes/ebrowse.el (ebrowse-tags-apropos):
* lisp/progmodes/etags.el (etags-tags-apropos-additional):
* lisp/progmodes/flymake.el (flymake-parse-err-lines)
(flymake-start-syntax-check-process):
* lisp/progmodes/python.el (python-shell-get-process-or-error)
(python-define-auxiliary-skeleton):
* lisp/progmodes/sql.el (sql-comint):
* lisp/progmodes/verilog-mode.el (verilog-load-file-at-point):
* lisp/progmodes/vhdl-mode.el (vhdl-widget-directory-validate):
* lisp/recentf.el (recentf-open-files):
* lisp/replace.el (query-replace-read-from)
(occur-after-change-function, occur-1):
* lisp/scroll-bar.el (scroll-bar-columns):
* lisp/server.el (server-get-auth-key):
* lisp/simple.el (execute-extended-command)
(undo-outer-limit-truncate, list-processes--refresh)
(compose-mail, set-variable, choose-completion-string)
(define-alternatives):
* lisp/startup.el (site-run-file, tty-handle-args, command-line)
(command-line-1):
* lisp/subr.el (noreturn, define-error, add-to-list)
(read-char-choice, version-to-list):
* lisp/term/common-win.el (x-handle-xrm-switch)
(x-handle-name-switch, x-handle-args):
* lisp/term/x-win.el (x-handle-parent-id, x-handle-smid):
* lisp/textmodes/reftex-ref.el (reftex-label):
* lisp/textmodes/reftex-toc.el (reftex-toc-rename-label):
* lisp/textmodes/two-column.el (2C-split):
* lisp/tutorial.el (tutorial--describe-nonstandard-key)
(tutorial--find-changed-keys):
* lisp/type-break.el (type-break-noninteractive-query):
* lisp/wdired.el (wdired-do-renames, wdired-do-symlink-changes)
(wdired-do-perm-changes):
* lisp/whitespace.el (whitespace-report-region):
Prefer grave quoting in source-code strings used to generate help
and diagnostics.
* lisp/faces.el (face-documentation):
No need to convert quotes, since the result is a docstring.
* lisp/info.el (Info-virtual-index-find-node)
(Info-virtual-index, info-apropos):
Simplify by generating only curved quotes, since info files are
typically that ways nowadays anyway.
* lisp/international/mule-diag.el (list-input-methods):
Don’t assume text quoting style is curved.
* lisp/org/org-bibtex.el (org-bibtex-fields):
Revert my recent changes, going back to the old quoting style.
2015-09-07 15:41:44 +00:00
( error " Unknown option `%s' " argi ) )
2015-05-28 21:30:31 +00:00
;; FIXME: Why do we only inhibit the startup
;; screen for -nw?
( unless initial-window-system
( setq inhibit-startup-screen t ) )
( funcall process-file-arg orig-argi ) ) ) ) )
;; In unusual circumstances, the execution of Lisp code due
;; to command-line options can cause the last visible frame
;; to be deleted. In this case, kill emacs to avoid an
;; abort later.
( unless ( frame-live-p ( selected-frame ) ) ( kill-emacs nil ) ) ) ) ) ) )
2007-09-10 22:07:27 +00:00
2011-09-30 13:21:29 +00:00
( when ( eq initial-buffer-choice t )
2015-05-28 21:30:31 +00:00
;; When `initial-buffer-choice' equals t make sure that *scratch*
2011-09-30 13:21:29 +00:00
;; exists.
2019-04-25 18:36:03 +00:00
( startup--get-buffer-create-scratch ) )
2007-09-10 22:07:27 +00:00
2008-02-28 22:50:26 +00:00
;; If *scratch* exists and is empty, insert initial-scratch-message.
2011-09-30 13:21:29 +00:00
;; Do this before switching to *scratch* below to handle bug#9605.
2008-02-28 22:50:26 +00:00
( and initial-scratch-message
( get-buffer " *scratch* " )
( with-current-buffer " *scratch* "
( when ( zerop ( buffer-size ) )
2015-09-02 22:08:03 +00:00
( insert ( substitute-command-keys initial-scratch-message ) )
2008-02-28 22:50:26 +00:00
( set-buffer-modified-p nil ) ) ) )
2018-04-17 21:53:55 +00:00
;; Prepend `initial-buffer-choice' to `displayable-buffers'. If
;; the buffer is already a member of that list then shift the
;; buffer to the head of the list. The shift behavior is intended
;; to prevent the same buffer being displayed in two windows when
;; an `initial-buffer-choice' function happens to return the head
;; of `displayable-buffers'.
2011-09-30 13:21:29 +00:00
( when initial-buffer-choice
2012-12-24 17:49:19 +00:00
( let ( ( buf
( cond ( ( stringp initial-buffer-choice )
( find-file-noselect initial-buffer-choice ) )
( ( functionp initial-buffer-choice )
2015-05-28 21:30:31 +00:00
( funcall initial-buffer-choice ) )
( ( eq initial-buffer-choice t )
2019-04-25 18:36:03 +00:00
( startup--get-buffer-create-scratch ) )
2015-05-28 21:30:31 +00:00
( t
2017-11-01 03:10:52 +00:00
( error " `initial-buffer-choice' must be a string, a function, or t " ) ) ) ) )
2015-05-28 21:30:31 +00:00
( unless ( buffer-live-p buf )
2017-11-01 03:10:52 +00:00
( error " Value returned by `initial-buffer-choice' is not a live buffer: %S " buf ) )
2018-04-17 21:53:55 +00:00
( setq displayable-buffers ( cons buf ( delq buf displayable-buffers ) ) ) ) )
2015-05-28 21:30:31 +00:00
;; Display the first two buffers in `displayable-buffers'. If
;; `initial-buffer-choice' is non-nil, its buffer will be the
;; first buffer in `displayable-buffers'. The first buffer will
;; be focused.
( let ( ( displayable-buffers-len ( length displayable-buffers ) )
;; `nondisplayed-buffers-p' is true if there exist buffers
;; in `displayable-buffers' that were not displayed to the
;; user.
( nondisplayed-buffers-p nil ) )
( when ( > displayable-buffers-len 0 )
( switch-to-buffer ( car displayable-buffers ) ) )
( when ( > displayable-buffers-len 1 )
( switch-to-buffer-other-window ( car ( cdr displayable-buffers ) ) )
;; Focus on the first buffer.
( other-window -1 ) )
( when ( > displayable-buffers-len 2 )
( setq nondisplayed-buffers-p t ) )
( if ( or inhibit-startup-screen
initial-buffer-choice
noninteractive
( daemonp )
inhibit-x-resources )
;; Not displaying a startup screen. Display *Buffer List* if
;; there exist buffers that were not displayed.
( when ( and nondisplayed-buffers-p
( not noninteractive )
( not inhibit-startup-buffer-menu ) )
( list-buffers ) )
;; Display a startup screen, after some preparations.
;; If there are no switches to process, we might as well
;; run this hook now, and there may be some need to do it
;; before doing any output.
( run-hooks 'emacs-startup-hook 'term-setup-hook )
;; It's important to notice the user settings before we
;; display the startup message; otherwise, the settings
;; won't take effect until the user gives the first
;; keystroke, and that's distracting.
( when ( fboundp 'frame-notice-user-settings )
( frame-notice-user-settings ) )
;; If there are no switches to process, we might as well
;; run this hook now, and there may be some need to do it
;; before doing any output.
( run-hooks 'window-setup-hook )
( setq inhibit-startup-hooks t )
;; ;; Do this now to avoid an annoying delay if the user
;; ;; clicks the menu bar during the sit-for.
;; (when (display-popup-menus-p)
;; (precompute-menubar-bindings))
;; (with-no-warnings
;; (setq menubar-bindings-done t))
( display-startup-screen ( > displayable-buffers-len 0 ) ) ) ) ) )
2000-09-20 10:56:02 +00:00
1996-01-27 00:14:59 +00:00
( defun command-line-normalize-file-name ( file )
" Collapse multiple slashes to one, to handle non-Emacs file names. "
1996-03-01 20:13:01 +00:00
( save-match-data
;; Use arg 1 so that we don't collapse // at the start of the file name.
;; That is significant on some systems.
;; However, /// at the beginning is supposed to mean just /, not //.
2013-03-16 08:20:36 +00:00
( if ( string-match
( if ( memq system-type ' ( ms-dos windows-nt ) )
" ^ \\ ([ \\ /][ \\ /][ \\ /] \\ )+ "
" ^///+ " )
file )
1996-03-01 20:13:01 +00:00
( setq file ( replace-match " / " t t file ) ) )
2013-03-16 08:20:36 +00:00
( if ( memq system-type ' ( ms-dos windows-nt ) )
( while ( string-match " \\ ([ \\ /][ \\ /] \\ )+ " file 1 )
( setq file ( replace-match " / " t t file ) ) )
( while ( string-match " //+ " file 1 )
( setq file ( replace-match " / " t t file ) ) ) )
1996-03-01 20:13:01 +00:00
file ) )
1996-01-27 00:14:59 +00:00
1992-05-30 21:11:25 +00:00
;;; startup.el ends here