From 0a60c2c861792a84575e057c10b0624427625f99 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Mon, 22 Jul 2024 12:49:57 +0200 Subject: [PATCH] ; Update ldefs-boot.el --- lisp/ldefs-boot.el | 112 ++++++++++++++++++++++++++++++++++++++------- 1 file changed, 95 insertions(+), 17 deletions(-) diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 51739dfcfac..8f2c326b2ae 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -760,7 +760,7 @@ for details on preparing Emacs for automatic allout activation. (push (purecopy '(allout-widgets 1 0)) package--builtin-versions) (autoload 'allout-widgets-setup "allout-widgets" "\ -Commission or decommission allout-widgets-mode along with allout-mode. +Commission or decommission `allout-widgets-mode' along with `allout-mode'. Meant to be used by customization of `allout-widgets-auto-activation'. @@ -9668,13 +9668,19 @@ displayed." t) (autoload 'eshell-execute-file "em-script" "\ Execute a series of Eshell commands in FILE, passing ARGS. -If DESTINATION is t, write the command output to the current buffer. If -nil, don't write the output anywhere. For any other value, output to -the corresponding Eshell target (see `eshell-get-target'). +If OUTPUT-TARGET is t (interactively, with the prefix argument), write +the command's standard output to the current buffer at point. If nil, +don't write the output anywhere. For any other value, output to that +Eshell target (see `eshell-get-target'). + +ERROR-TARGET is similar to OUTPUT-TARGET, except that it controls where +to write standard error, and a nil value means to write standard error +to the same place as standard output. (To suppress standard error, you +can write to the Eshell virtual target \"/dev/null\".) Comments begin with `#'. -(fn FILE &optional ARGS DESTINATION)") +(fn FILE &optional ARGS OUTPUT-TARGET ERROR-TARGET)" t) (autoload 'eshell-batch-file "em-script" "\ Execute an Eshell script as a batch script from the command line. Inside your Eshell script file, you can add the following at the @@ -10718,15 +10724,22 @@ information on Eshell, see Info node `(eshell)Top'. (fn &optional ARG)" t) (autoload 'eshell-command "eshell" "\ Execute the Eshell command string COMMAND. -If TO-CURRENT-BUFFER is non-nil (interactively, with the prefix -argument), then insert output into the current buffer at point. - -When \"&\" is added at end of command, the command is async and its output -appears in a specific buffer. You can customize +If OUTPUT-TARGET is t (interactively, with the prefix argument), write +the command's standard output to the current buffer at point. If nil, +write the output to a new output buffer. For any other value, output to +that Eshell target (see `eshell-get-target'). + +ERROR-TARGET is similar to OUTPUT-TARGET, except that it controls where +to write standard error, and a nil value means to write standard error +to the same place as standard output. (To suppress standard error, you +can write to the Eshell virtual target \"/dev/null\".) + +When \"&\" is added at end of command, the command is async and its +output appears in a specific buffer. You can customize `eshell-command-async-buffer' to specify what to do when this output buffer is already taken by another running shell command. -(fn COMMAND &optional TO-CURRENT-BUFFER)" t) +(fn COMMAND &optional OUTPUT-TARGET ERROR-TARGET)" t) (autoload 'eshell-command-result "eshell" "\ Execute the given Eshell COMMAND, and return the result. The result might be any Lisp object. @@ -17340,7 +17353,7 @@ string containing the actual image data. If the property `:type TYPE' is omitted or nil, try to determine the image type from its first few bytes of image data. If that doesn't work, and the property `:file FILE' provide a file name, use its file extension as indication of the -image type. If `:type TYPE' is provided, it must match the actual type +image type. If `:type TYPE' is provided, it must match the actual type determined for FILE or DATA by `create-image'. The function returns the image specification for the first specification @@ -19036,6 +19049,69 @@ The kind of Korean keyboard for Korean (Hangul) input method. (autoload 'setup-korean-environment-internal "korea-util") (register-definition-prefixes "korea-util" '("exit-korean-environment" "isearch-" "korean-key-bindings" "quail-hangul-switch-" "toggle-korean-input-method")) + +;;; Generated autoloads from net/kubed.el + +(autoload 'kubed-update-all "kubed" "\ +Update all Kuberenetes resource lists." t) + (autoload 'kubed-display-pod "kubed" nil t) + (autoload 'kubed-edit-pod "kubed" nil t) + (autoload 'kubed-delete-pods "kubed" nil t) + (autoload 'kubed-list-pods "kubed" nil t) + (autoload 'kubed-display-namespace "kubed" nil t) + (autoload 'kubed-edit-namespace "kubed" nil t) + (autoload 'kubed-delete-namespaces "kubed" nil t) + (autoload 'kubed-list-namespaces "kubed" nil t) + (autoload 'kubed-display-persistentvolume "kubed" nil t) + (autoload 'kubed-edit-persistentvolume "kubed" nil t) + (autoload 'kubed-delete-persistentvolumes "kubed" nil t) + (autoload 'kubed-list-persistentvolumes "kubed" nil t) + (autoload 'kubed-display-service "kubed" nil t) + (autoload 'kubed-edit-service "kubed" nil t) + (autoload 'kubed-delete-services "kubed" nil t) + (autoload 'kubed-list-services "kubed" nil t) + (autoload 'kubed-display-secret "kubed" nil t) + (autoload 'kubed-edit-secret "kubed" nil t) + (autoload 'kubed-delete-secrets "kubed" nil t) + (autoload 'kubed-list-secrets "kubed" nil t) + (autoload 'kubed-display-job "kubed" nil t) + (autoload 'kubed-edit-job "kubed" nil t) + (autoload 'kubed-delete-jobs "kubed" nil t) + (autoload 'kubed-list-jobs "kubed" nil t) + (autoload 'kubed-display-deployment "kubed" nil t) + (autoload 'kubed-edit-deployment "kubed" nil t) + (autoload 'kubed-delete-deployments "kubed" nil t) + (autoload 'kubed-list-deployments "kubed" nil t) + (autoload 'kubed-display-replicaset "kubed" nil t) + (autoload 'kubed-edit-replicaset "kubed" nil t) + (autoload 'kubed-delete-replicasets "kubed" nil t) + (autoload 'kubed-list-replicasets "kubed" nil t) + (autoload 'kubed-display-statefulset "kubed" nil t) + (autoload 'kubed-edit-statefulset "kubed" nil t) + (autoload 'kubed-delete-statefulsets "kubed" nil t) + (autoload 'kubed-list-statefulsets "kubed" nil t) +(autoload 'kubed-use-context "kubed" "\ +Set current Kubernetes context to CONTEXT. + +(fn CONTEXT)" t) +(autoload 'kubed-set-namespace "kubed" "\ +Set current Kubernetes namespace to NS. + +(fn NS)" t) +(autoload 'kubed-create-pod "kubed" "\ +Create Kubernetes pod with definition DEFINITION. + +(fn DEFINITION)" t) +(autoload 'kubed-logs "kubed" "\ +Show logs for container CONTAINER in Kubernetes pod POD. + +(fn POD CONTAINER &optional K8SNS)" t) +(autoload 'kubed-forward-port-to-pod "kubed" "\ +Forward LOCAL-PORT to REMOTE-PORT of Kubernetes pod POD. + +(fn POD LOCAL-PORT REMOTE-PORT &optional K8SNS)" t) +(register-definition-prefixes "kubed" '("kubed-")) + ;;; Generated autoloads from leim/quail/lao.el @@ -22577,7 +22653,7 @@ Coloring: ;;; Generated autoloads from org/org.el -(push (purecopy '(org 9 7 5)) package--builtin-versions) +(push (purecopy '(org 9 7 7)) package--builtin-versions) (autoload 'org-babel-do-load-languages "org" "\ Load the languages defined in `org-babel-load-languages'. @@ -25544,9 +25620,11 @@ is non-nil, the command will not ask the user for confirmation. NO-CONFIRM is always nil when the command is invoked interactively. +If PROJECT is non-nil, kill buffers for that project instead. + Also see the `project-kill-buffers-display-buffer-list' variable. -(fn &optional NO-CONFIRM)" t) +(fn &optional NO-CONFIRM PROJECT)" t) (autoload 'project-remember-project "project" "\ Add project PR to the front of the project list. Save the result in `project-list-file' if the list of projects @@ -33133,7 +33211,7 @@ Add archive file name handler to `file-name-handler-alist'." (when (and tramp-ar ;;; Generated autoloads from transient.el -(push (purecopy '(transient 0 7 2)) package--builtin-versions) +(push (purecopy '(transient 0 7 2 1)) package--builtin-versions) (autoload 'transient-insert-suffix "transient" "\ Insert a SUFFIX into PREFIX before LOC. PREFIX is a prefix command, a symbol. @@ -33184,7 +33262,7 @@ See info node `(transient)Modifying Existing Transients'. (fn PREFIX LOC)") (function-put 'transient-remove-suffix 'lisp-indent-function 'defun) -(register-definition-prefixes "transient" '("find-function-advised-original" "static-if" "transient")) +(register-definition-prefixes "transient" '("find-function-advised-original" "transient")) ;;; Generated autoloads from tree-widget.el @@ -36460,7 +36538,7 @@ disabled. ;;; Generated autoloads from which-key.el -(push (purecopy '(which-key 3 6 0)) package--builtin-versions) +(push (purecopy '(which-key 3 6 1)) package--builtin-versions) (defvar which-key-mode nil "\ Non-nil if Which-Key mode is enabled. See the `which-key-mode' command -- 2.39.2