From f9e021cc57e13c84f3718177e245071150172623 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Tue, 8 Apr 2025 22:02:21 +0200 Subject: [PATCH] ; Update lisp/ldefs-boot.el --- lisp/ldefs-boot.el | 479 +-------------------------------------------- 1 file changed, 9 insertions(+), 470 deletions(-) diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index e00ebda688a..a4ac8e2049d 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -8458,7 +8458,12 @@ arguments after setting up the Ediff buffers. (autoload 'ediff-current-file "ediff" "\ Start ediff between current buffer and its file on disk. This command can be used instead of `revert-buffer'. If there is -nothing to revert then this command fails." t) +nothing to revert then this command fails. + +Non-interactively, STARTUP-HOOKS is a list of functions that Emacs calls +without arguments after setting up the Ediff buffers. + +(fn &optional STARTUP-HOOKS)" t) (autoload 'ediff-backup "ediff" "\ Run Ediff on FILE and its backup file. Uses the latest backup, if there are several numerical backups. @@ -14608,96 +14613,6 @@ If INHIBIT-WARNING is non-nil, do not display a warning message when there is no help property at point. (fn &optional INHIBIT-WARNING)" t) -(autoload 'help-at-pt-cancel-timer "help-at-pt" "\ -Cancel any timer set by `help-at-pt-set-timer'. -This disables `help-at-pt-display-when-idle'." t) -(autoload 'help-at-pt-set-timer "help-at-pt" "\ -Enable `help-at-pt-display-when-idle'. -This is done by setting a timer, if none is currently active." t) -(defvar help-at-pt-display-when-idle 'never "\ -Automatically show local help on point-over. -If the value is t, the string obtained from any `kbd-help' or -`help-echo' property at point is automatically printed in the -echo area, if nothing else is already displayed there, or after a -quit. If both `kbd-help' and `help-echo' produce help strings, -`kbd-help' is used. If the value is a list, the help only gets -printed if there is a text or overlay property at point that is -included in this list. Suggested properties are `keymap', -`local-map', `button' and `kbd-help'. Any value other than t or -a non-empty list disables the feature. - -The text printed from the `help-echo' property is often only -relevant when using the mouse. The presence of a `kbd-help' -property guarantees that non mouse specific help is available. - -This variable only takes effect after a call to -`help-at-pt-set-timer'. The help gets printed after Emacs has -been idle for `help-at-pt-timer-delay' seconds. You can call -`help-at-pt-cancel-timer' to cancel the timer set by, and the -effect of, `help-at-pt-set-timer'. - -When this variable is set through Custom, `help-at-pt-set-timer' -is called automatically, unless the value is `never', in which -case `help-at-pt-cancel-timer' is called. Specifying an empty -list of properties through Custom will set the timer, thus -enabling buffer local values. It sets the actual value to nil. -Thus, Custom distinguishes between a nil value and other values -that disable the feature, which Custom identifies with `never'. -The default is `never'. - -Eldoc uses the echo area to display documentation. As such it -conflicts with `help-at-pt-display-when-idle' due to the use of -the echo area. If you use Eldoc, consider setting -`eldoc-help-at-pt' instead.") -(custom-autoload 'help-at-pt-display-when-idle "help-at-pt" nil) -(autoload 'scan-buf-move-to-region "help-at-pt" "\ -Go to the start of the next region with non-nil PROP property. -Then run HOOK, which should be a quoted symbol that is a normal -hook variable, or an expression evaluating to such a symbol. -Adjacent areas with different non-nil PROP properties are -considered different regions. - -With numeric argument ARG, move to the start of the ARGth next -such region, then run HOOK. If ARG is negative, move backward. -If point is already in a region, then that region does not count -toward ARG. If ARG is 0 and point is inside a region, move to -the start of that region. If ARG is 0 and point is not in a -region, print a message to that effect, but do not move point and -do not run HOOK. If there are not enough regions to move over, -an error results and the number of available regions is mentioned -in the error message. Point is not moved and HOOK is not run. - -(fn PROP &optional ARG HOOK)") -(autoload 'scan-buf-next-region "help-at-pt" "\ -Go to the start of the next region with non-nil help-echo. -Print the help found there using `display-local-help'. Adjacent -areas with different non-nil help-echo properties are considered -different regions. - -With numeric argument ARG, move to the start of the ARGth next -help-echo region. If ARG is negative, move backward. If point -is already in a help-echo region, then that region does not count -toward ARG. If ARG is 0 and point is inside a help-echo region, -move to the start of that region. If ARG is 0 and point is not -in such a region, just print a message to that effect. If there -are not enough regions to move over, an error results and the -number of available regions is mentioned in the error message. - -A potentially confusing subtlety is that point can be in a -help-echo region without any local help being available. This is -because `help-echo' can be a function evaluating to nil. This -rarely happens in practice. - -(fn &optional ARG)" t) -(autoload 'scan-buf-previous-region "help-at-pt" "\ -Go to the start of the previous region with non-nil help-echo. -Print the help found there using `display-local-help'. Adjacent -areas with different non-nil help-echo properties are considered -different regions. With numeric argument ARG, behaves like -`scan-buf-next-region' with argument -ARG. - -(fn &optional ARG)" t) -(register-definition-prefixes "help-at-pt" '("help-at-pt-" "scan-buf-move-hook")) ;;; Generated autoloads from help-fns.el @@ -15952,140 +15867,6 @@ buffer `*icalendar-errors*'. (fn &optional DIARY-FILENAME DO-NOT-ASK NON-MARKING)" t) (register-definition-prefixes "icalendar" '("icalendar-")) - -;;; Generated autoloads from icomplete.el - -(defvar fido-mode nil "\ -Non-nil if Fido mode is enabled. -See the `fido-mode' command -for a description of this minor mode. -Setting this variable directly does not take effect; -either customize it (see the info node `Easy Customization') -or call the function `fido-mode'.") -(custom-autoload 'fido-mode "icomplete" nil) -(autoload 'fido-mode "icomplete" "\ -An enhanced `icomplete-mode' that emulates `ido-mode'. - -This global minor mode makes minibuffer completion behave -more like `ido-mode' than regular `icomplete-mode'. - -This is a global minor mode. If called interactively, toggle the `Fido -mode' mode. If the prefix argument is positive, enable the mode, and if -it is zero or negative, disable the mode. - -If called from Lisp, toggle the mode if ARG is `toggle'. Enable the -mode if ARG is nil, omitted, or is a positive number. Disable the mode -if ARG is a negative number. - -To check whether the minor mode is enabled in the current buffer, -evaluate `(default-value \\='fido-mode)'. - -The mode's hook is called both when the mode is enabled and when it is -disabled. - -(fn &optional ARG)" t) -(defvar icomplete-mode nil "\ -Non-nil if Icomplete mode is enabled. -See the `icomplete-mode' command -for a description of this minor mode. -Setting this variable directly does not take effect; -either customize it (see the info node `Easy Customization') -or call the function `icomplete-mode'.") -(custom-autoload 'icomplete-mode "icomplete" nil) -(autoload 'icomplete-mode "icomplete" "\ -Toggle incremental minibuffer completion (Icomplete mode). - -When this global minor mode is enabled, typing in the minibuffer -continuously displays a list of possible completions that match -the string you have typed. See `icomplete-completions' for a -description of how prospective completions are displayed. - -For more information, see Info node `(emacs)Icomplete'. -For options you can set, `\\[customize-group] icomplete'. - -You can use the following key bindings to navigate and select -completions: - -\\{icomplete-minibuffer-map} - -This is a global minor mode. If called interactively, toggle the -`Icomplete mode' mode. If the prefix argument is positive, enable the -mode, and if it is zero or negative, disable the mode. - -If called from Lisp, toggle the mode if ARG is `toggle'. Enable the -mode if ARG is nil, omitted, or is a positive number. Disable the mode -if ARG is a negative number. - -To check whether the minor mode is enabled in the current buffer, -evaluate `(default-value \\='icomplete-mode)'. - -The mode's hook is called both when the mode is enabled and when it is -disabled. - -(fn &optional ARG)" t) -(defvar icomplete-vertical-mode nil "\ -Non-nil if Icomplete-Vertical mode is enabled. -See the `icomplete-vertical-mode' command -for a description of this minor mode. -Setting this variable directly does not take effect; -either customize it (see the info node `Easy Customization') -or call the function `icomplete-vertical-mode'.") -(custom-autoload 'icomplete-vertical-mode "icomplete" nil) -(autoload 'icomplete-vertical-mode "icomplete" "\ -Toggle vertical candidate display in `icomplete-mode' or `fido-mode'. - -If none of these modes are on, turn on `icomplete-mode'. - -As many completion candidates as possible are displayed, depending on -the value of `max-mini-window-height', and the way the mini-window is -resized depends on `resize-mini-windows'. - -This is a global minor mode. If called interactively, toggle the -`Icomplete-Vertical mode' mode. If the prefix argument is positive, -enable the mode, and if it is zero or negative, disable the mode. - -If called from Lisp, toggle the mode if ARG is `toggle'. Enable the -mode if ARG is nil, omitted, or is a positive number. Disable the mode -if ARG is a negative number. - -To check whether the minor mode is enabled in the current buffer, -evaluate `(default-value \\='icomplete-vertical-mode)'. - -The mode's hook is called both when the mode is enabled and when it is -disabled. - -(fn &optional ARG)" t) -(defvar fido-vertical-mode nil "\ -Non-nil if Fido-Vertical mode is enabled. -See the `fido-vertical-mode' command -for a description of this minor mode. -Setting this variable directly does not take effect; -either customize it (see the info node `Easy Customization') -or call the function `fido-vertical-mode'.") -(custom-autoload 'fido-vertical-mode "icomplete" nil) -(autoload 'fido-vertical-mode "icomplete" "\ -Toggle vertical candidate display in `fido-mode'. - -When turning on, if non-vertical `fido-mode' is off, turn it on. -If it's on, just add the vertical display. - -This is a global minor mode. If called interactively, toggle the -`Fido-Vertical mode' mode. If the prefix argument is positive, enable -the mode, and if it is zero or negative, disable the mode. - -If called from Lisp, toggle the mode if ARG is `toggle'. Enable the -mode if ARG is nil, omitted, or is a positive number. Disable the mode -if ARG is a negative number. - -To check whether the minor mode is enabled in the current buffer, -evaluate `(default-value \\='fido-vertical-mode)'. - -The mode's hook is called both when the mode is enabled and when it is -disabled. - -(fn &optional ARG)" t) -(register-definition-prefixes "icomplete" '("icomplete-")) - ;;; Generated autoloads from progmodes/icon.el @@ -16134,235 +15915,6 @@ Pop to a buffer to describe ICON. (fn ICON)" t) (register-definition-prefixes "icons" '("button" "define-icon" "icon")) - -;;; Generated autoloads from ido.el - -(defvar ido-mode nil "\ -Determines for which buffer/file Ido should be enabled. -The following values are possible: -- `buffer': Turn only on Ido buffer behavior (switching, killing, - displaying...) -- `file': Turn only on Ido file behavior (finding, writing, inserting...) -- `both': Turn on Ido buffer and file behavior. -- nil: Turn off any Ido switching. - -Setting this variable directly does not take effect; -use either \\[customize] or the function `ido-mode'.") -(custom-autoload 'ido-mode "ido" nil) -(autoload 'ido-mode "ido" "\ -Toggle Ido mode on or off. -With ARG, turn Ido mode on if arg is positive, off otherwise. -Turning on Ido mode will remap (via a minor-mode keymap) the default -keybindings for the `find-file' and `switch-to-buffer' families of -commands to the Ido versions of these functions. -However, if ARG arg equals `files', remap only commands for files, or -if it equals `buffers', remap only commands for buffer switching. -This function also adds a hook to the minibuffer. - -(fn &optional ARG)" t) -(autoload 'ido-switch-buffer "ido" "\ -Switch to another buffer. -The buffer is displayed according to `ido-default-buffer-method' -- the -default is to show it in the same window, unless it is already visible -in another frame. - -As you type in a string, all of the buffers matching the string are -displayed if substring-matching is used (default). Look at -`ido-enable-prefix' and `ido-toggle-prefix'. When you have found the -buffer you want, it can then be selected. As you type, most keys have -their normal keybindings, except for the following: \\ - -RET Select the buffer at the front of the list of matches. - If the list is empty, possibly prompt to create new buffer. - -\\[ido-select-text] Use the current input string verbatim. - -\\[ido-next-match] Put the first element at the end of the list. -\\[ido-prev-match] Put the last element at the start of the list. -\\[ido-complete] Complete a common suffix to the current string that matches - all buffers. If there is only one match, select that buffer. - If there is no common suffix, show a list of all matching buffers - in a separate window. -\\[ido-edit-input] Edit input string. -\\[ido-fallback-command] Fallback to non-ido version of current command. -\\[ido-toggle-regexp] Toggle regexp searching. -\\[ido-toggle-prefix] Toggle between substring and prefix matching. -\\[ido-toggle-case] Toggle case-sensitive searching of buffer names. -\\[ido-completion-help] Show list of matching buffers in separate window. -\\[ido-enter-find-file] Drop into `ido-find-file'. -\\[ido-kill-buffer-at-head] Kill buffer at head of buffer list. -\\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'." t) -(autoload 'ido-switch-buffer-other-window "ido" "\ -Switch to another buffer and show it in another window. -The buffer name is selected interactively by typing a substring. -For details of keybindings, see `ido-switch-buffer'." t) -(autoload 'ido-display-buffer "ido" "\ -Display a buffer in another window but don't select it. - -If ACTION (the prefix argument interactively), display the buffer -in another windown even if it's already displayed in the current -window. - -The buffer name is selected interactively by typing a substring. -For details of keybindings, see `ido-switch-buffer'. - -(fn &optional ACTION)" t) -(autoload 'ido-display-buffer-other-frame "ido" "\ -Display a buffer preferably in another frame. -The buffer name is selected interactively by typing a substring. -For details of keybindings, see `ido-switch-buffer'." t) -(autoload 'ido-kill-buffer "ido" "\ -Kill a buffer. -The buffer name is selected interactively by typing a substring. -For details of keybindings, see `ido-switch-buffer'." t) -(autoload 'ido-insert-buffer "ido" "\ -Insert contents of a buffer in current buffer after point. -The buffer name is selected interactively by typing a substring. -For details of keybindings, see `ido-switch-buffer'." t) -(autoload 'ido-switch-buffer-other-frame "ido" "\ -Switch to another buffer and show it in another frame. -The buffer name is selected interactively by typing a substring. -For details of keybindings, see `ido-switch-buffer'." t) -(autoload 'ido-find-file-in-dir "ido" "\ -Switch to another file starting from DIR. - -(fn DIR)" t) -(autoload 'ido-find-file "ido" "\ -Edit file with name obtained via minibuffer. -The file is displayed according to `ido-default-file-method' -- the -default is to show it in the same window, unless it is already visible -in another frame. - -The file name is selected interactively by typing a substring. As you -type in a string, all of the filenames matching the string are displayed -if substring-matching is used (default). Look at `ido-enable-prefix' and -`ido-toggle-prefix'. When you have found the filename you want, it can -then be selected. As you type, most keys have their normal keybindings, -except for the following: \\ - -RET Select the file at the front of the list of matches. - If the list is empty, possibly prompt to create new file. - -\\[ido-select-text] Use the current input string verbatim. - -\\[ido-next-match] Put the first element at the end of the list. -\\[ido-prev-match] Put the last element at the start of the list. -\\[ido-complete] Complete a common suffix to the current string that matches - all files. If there is only one match, select that file. - If there is no common suffix, show a list of all matching files - in a separate window. -\\[ido-magic-delete-char] Open the specified directory in Dired mode. -\\[ido-edit-input] Edit input string (including directory). -\\[ido-prev-work-directory] Go to previous directory in work directory history. -\\[ido-next-work-directory] Go to next directory in work directory history. -\\[ido-merge-work-directories] Search for file in the work directory history. -\\[ido-forget-work-directory] Remove current directory from the work directory history. -\\[ido-prev-work-file] Cycle to previous file in work file history. -\\[ido-next-work-file] Cycle to next file in work file history. -\\[ido-wide-find-file-or-pop-dir] Prompt for a file and use find to locate it. -\\[ido-wide-find-dir-or-delete-dir] Prompt for a directory and use find to locate it. -\\[ido-make-directory] Prompt for a directory to create in current directory. -\\[ido-fallback-command] Fallback to non-Ido version of current command. -\\[ido-toggle-regexp] Toggle regexp searching. -\\[ido-toggle-prefix] Toggle between substring and prefix matching. -\\[ido-toggle-case] Toggle case-sensitive searching of file names. -\\[ido-toggle-literal] Toggle literal reading of this file. -\\[ido-completion-help] Show list of matching files in separate window. -\\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'. -\\[ido-reread-directory] Reread the current directory." t) -(autoload 'ido-find-file-other-window "ido" "\ -Switch to another file and show it in another window. -The file name is selected interactively by typing a substring. -For details of keybindings, see `ido-find-file'." t) -(autoload 'ido-find-alternate-file "ido" "\ -Find another file, select its buffer, kill previous buffer. -The file name is selected interactively by typing a substring. -For details of keybindings, see `ido-find-file'." t) -(autoload 'ido-find-alternate-file-other-window "ido" "\ -Find file as a replacement for the file in the next window. -The file name is selected interactively by typing a substring. -For details of keybindings, see `ido-find-file'." t) -(autoload 'ido-find-file-read-only "ido" "\ -Edit file read-only with name obtained via minibuffer. -The file name is selected interactively by typing a substring. -For details of keybindings, see `ido-find-file'." t) -(autoload 'ido-find-file-read-only-other-window "ido" "\ -Edit file read-only in other window with name obtained via minibuffer. -The file name is selected interactively by typing a substring. -For details of keybindings, see `ido-find-file'." t) -(autoload 'ido-find-file-read-only-other-frame "ido" "\ -Edit file read-only in other frame with name obtained via minibuffer. -The file name is selected interactively by typing a substring. -For details of keybindings, see `ido-find-file'." t) -(autoload 'ido-display-file "ido" "\ -Display a file in another window but don't select it. -The file name is selected interactively by typing a substring. -For details of keybindings, see `ido-find-file'." t) -(autoload 'ido-find-file-other-frame "ido" "\ -Switch to another file and show it in another frame. -The file name is selected interactively by typing a substring. -For details of keybindings, see `ido-find-file'." t) -(autoload 'ido-write-file "ido" "\ -Write current buffer to a file. -The file name is selected interactively by typing a substring. -For details of keybindings, see `ido-find-file'." t) -(autoload 'ido-insert-file "ido" "\ -Insert contents of file in current buffer. -The file name is selected interactively by typing a substring. -For details of keybindings, see `ido-find-file'." t) -(autoload 'ido-dired "ido" "\ -Call `dired' the Ido way. -The directory is selected interactively by typing a substring. -For details of keybindings, see `ido-find-file'." t) -(autoload 'ido-dired-other-window "ido" "\ -\"Edit\" a directory. Like `ido-dired' but select in another window. -The directory is selected interactively by typing a substring. -For details of keybindings, see `ido-find-file'." t) -(autoload 'ido-dired-other-frame "ido" "\ -\"Edit\" a directory. Like `ido-dired' but make a new frame. -The directory is selected interactively by typing a substring. -For details of keybindings, see `ido-find-file'." t) -(autoload 'ido-read-buffer "ido" "\ -Ido replacement for the built-in `read-buffer'. -Return the name of a buffer selected. -PROMPT is the prompt to give to the user. DEFAULT if given is the default -buffer to be selected, which will go to the front of the list. -If REQUIRE-MATCH is non-nil, an existing buffer must be selected. -Optional arg PREDICATE if non-nil is a function limiting the -buffers that can be considered. - -(fn PROMPT &optional DEFAULT REQUIRE-MATCH PREDICATE)") -(autoload 'ido-read-file-name "ido" "\ -Ido replacement for the built-in `read-file-name'. -Read file name, prompting with PROMPT and completing in directory DIR. -See `read-file-name' for additional parameters. - -(fn PROMPT &optional DIR DEFAULT-FILENAME MUSTMATCH INITIAL PREDICATE)") -(autoload 'ido-read-directory-name "ido" "\ -Ido replacement for the built-in `read-directory-name'. -Read directory name, prompting with PROMPT and completing in directory DIR. -See `read-directory-name' for additional parameters. - -(fn PROMPT &optional DIR DEFAULT-DIRNAME MUSTMATCH INITIAL)") -(autoload 'ido-completing-read "ido" "\ -Ido replacement for the built-in `completing-read'. -Read a string in the minibuffer with Ido-style completion. -PROMPT is a string to prompt with; normally it ends in a colon and a space. -CHOICES is a list of strings which are the possible completions. -PREDICATE and INHERIT-INPUT-METHOD are currently ignored; they are included - to be compatible with `completing-read'. -If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless - the input is (or completes to) an element of CHOICES or is null. - If the input is null, `ido-completing-read' returns DEF, or an empty - string if DEF is nil, regardless of the value of REQUIRE-MATCH. -If INITIAL-INPUT is non-nil, insert it in the minibuffer initially, - with point positioned at the end. -HIST, if non-nil, specifies a history list. -DEF, if non-nil, is the default value. - -(fn PROMPT CHOICES &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)") -(register-definition-prefixes "ido" '("ido-")) - ;;; Generated autoloads from ielm.el @@ -24117,6 +23669,8 @@ The current buffer's `default-directory' is available as part of Start Dired in the current project's root." t) (autoload 'project-vc-dir "project" "\ Run VC-Dir in the current project's root." t) +(autoload 'project-customize-dirlocals "project" "\ +Run `customize-dirlocals' in current project's root." t) (autoload 'project-shell "project" "\ Start an inferior shell in the current project's root directory. If a buffer already exists for running a shell in the project's root, @@ -25291,16 +24845,6 @@ disabled. (fn &optional ARG)" t) (register-definition-prefixes "refactor-simple" '("refactor-simple-")) - -;;; Generated autoloads from textmodes/refbib.el - -(register-definition-prefixes "refbib" '("r2b-")) - - -;;; Generated autoloads from textmodes/refer.el - -(register-definition-prefixes "refer" '("refer-")) - ;;; Generated autoloads from textmodes/refill.el @@ -32064,7 +31608,7 @@ of `define-treesit-generic-mode'. Go into the treesit generic mode MODE. (fn LANG SOURCE)") -(register-definition-prefixes "treesit-x" '("gitattributes-generic-ts-mode" "treesit-generic-mode-font-lock-")) +(register-definition-prefixes "treesit-x" '("alpinejs-generic-ts-" "gitattributes-generic-ts-mode" "liquid-generic-ts-mode" "treesit-generic-mode-font-lock-")) ;;; Generated autoloads from tty-tip.el @@ -33833,11 +33377,6 @@ Name of the format file in a .bzr directory.") (vc-cvs-registered f))) (register-definition-prefixes "vc-cvs" '("vc-cvs-")) - -;;; Generated autoloads from vc/vc-dav.el - -(register-definition-prefixes "vc-dav" '("vc-dav-")) - ;;; Generated autoloads from vc/vc-dir.el -- 2.39.5