📄 loaddefs.el
字号:
Setting this variable directly does not take effect;use either \\[customize] or the function `autoarg-kp-mode'.")(custom-add-to-group (quote autoarg-kp) (quote autoarg-kp-mode) (quote custom-variable))(custom-add-load (quote autoarg-kp-mode) (quote autoarg))(autoload (quote autoarg-kp-mode) "autoarg" "\Toggle Autoarg-KP minor mode globally.With ARG, turn Autoarg mode on if ARG is positive, off otherwise.\\<autoarg-kp-mode-map>This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1'&c to supply digit arguments.\\{autoarg-kp-mode-map}" t nil);;;***;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el";;;;;; (15611 31358));;; Generated autoloads from progmodes/autoconf.el(autoload (quote autoconf-mode) "autoconf" "\Major mode for editing Autoconf configure.in files." t nil);;;***;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert);;;;;; "autoinsert" "autoinsert.el" (15735 20643));;; Generated autoloads from autoinsert.el(autoload (quote auto-insert) "autoinsert" "\Insert default contents into new files if variable `auto-insert' is non-nil.Matches the visited file name against the elements of `auto-insert-alist'." t nil)(autoload (quote define-auto-insert) "autoinsert" "\Associate CONDITION with (additional) ACTION in `auto-insert-alist'.Optional AFTER means to insert action after all existing actions for CONDITION,or if CONDITION had no actions, after all other CONDITIONs." nil nil)(defvar auto-insert-mode nil "\Non-nil if Auto-Insert mode is enabled.See the command `auto-insert-mode' for a description of this minor-mode.Setting this variable directly does not take effect;use either \\[customize] or the function `auto-insert-mode'.")(custom-add-to-group (quote auto-insert) (quote auto-insert-mode) (quote custom-variable))(custom-add-load (quote auto-insert-mode) (quote autoinsert))(autoload (quote auto-insert-mode) "autoinsert" "\Toggle Auto-insert mode.With prefix ARG, turn Auto-insert mode on if and only if ARG is positive.Returns the new status of Auto-insert mode (non-nil means on).When Auto-insert mode is enabled, when new files are created you caninsert a template for the file depending on the mode of the buffer." t nil);;;***;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el";;;;;; (15611 31353));;; Generated autoloads from emacs-lisp/autoload.el(autoload (quote update-file-autoloads) "autoload" "\Update the autoloads for FILE in `generated-autoload-file'\(which FILE might bind in its local variables)." t nil)(autoload (quote update-autoloads-from-directories) "autoload" "\Update loaddefs.el with all the current autoloads from DIRS, and no old ones.This uses `update-file-autoloads' (which see) do its work." t nil)(autoload (quote batch-update-autoloads) "autoload" "\Update loaddefs.el autoloads in batch mode.Calls `update-autoloads-from-directories' on the command line arguments." nil nil);;;***;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode;;;;;; auto-revert-mode global-auto-revert-mode) "autorevert" "autorevert.el";;;;;; (15611 31342));;; Generated autoloads from autorevert.el(defvar auto-revert-mode nil "\*Non-nil when Auto-Revert Mode is active.Never set this variable directly, use the command `auto-revert-mode'instead.")(defvar global-auto-revert-mode nil "\When on, buffers are automatically reverted when files on disk change.Set this variable using \\[customize] only. Otherwise, use thecommand `global-auto-revert-mode'.")(custom-add-to-group (quote auto-revert) (quote global-auto-revert-mode) (quote custom-variable))(custom-add-load (quote global-auto-revert-mode) (quote autorevert))(autoload (quote auto-revert-mode) "autorevert" "\Toggle reverting buffer when file on disk changes.With arg, turn Auto Revert mode on if and only if arg is positive.This is a minor mode that affects only the current buffer.Use `global-auto-revert-mode' to automatically revert all buffers." t nil)(autoload (quote turn-on-auto-revert-mode) "autorevert" "\Turn on Auto-Revert Mode.This function is designed to be added to hooks, for example: (add-hook 'c-mode-hook 'turn-on-auto-revert-mode)" nil nil)(autoload (quote global-auto-revert-mode) "autorevert" "\Revert any buffer when file on disk change.With arg, turn Auto Revert mode on globally if and only if arg is positive.This is a minor mode that affects all buffers.Use `auto-revert-mode' to revert a particular buffer." t nil);;;***;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid";;;;;; "avoid.el" (15198 34460));;; Generated autoloads from avoid.el(defvar mouse-avoidance-mode nil "\Activate mouse avoidance mode.See function `mouse-avoidance-mode' for possible values.Setting this variable directly does not take effect;use either \\[customize] or the function `mouse-avoidance-mode'.")(custom-add-to-group (quote avoid) (quote mouse-avoidance-mode) (quote custom-variable))(custom-add-load (quote mouse-avoidance-mode) (quote avoid))(autoload (quote mouse-avoidance-mode) "avoid" "\Set cursor avoidance mode to MODE.MODE should be one of the symbols `banish', `exile', `jump', `animate',`cat-and-mouse', `proteus', or `none'.If MODE is nil, toggle mouse avoidance between `none' and `banish'modes. Positive numbers and symbols other than the above are treatedas equivalent to `banish'; negative numbers and `-' are equivalent to `none'.Effects of the different modes: * banish: Move the mouse to the upper-right corner on any keypress. * exile: Move the mouse to the corner only if the cursor gets too close, and allow it to return once the cursor is out of the way. * jump: If the cursor gets too close to the mouse, displace the mouse a random distance & direction. * animate: As `jump', but shows steps along the way for illusion of motion. * cat-and-mouse: Same as `animate'. * proteus: As `animate', but changes the shape of the mouse pointer too.Whenever the mouse is moved, the frame is also raised.\(see `mouse-avoidance-threshold' for definition of \"too close\",and `mouse-avoidance-nudge-dist' and `mouse-avoidance-nudge-var' fordefinition of \"random distance\".)" t nil);;;***;;;### (autoloads (awk-mode) "awk-mode" "progmodes/awk-mode.el" (15611;;;;;; 31358));;; Generated autoloads from progmodes/awk-mode.el(autoload (quote awk-mode) "awk-mode" "\Major mode for editing AWK code.This is much like C mode except for the syntax of comments. Its keymapinherits from C mode's and it has the same variables for customizingindentation. It has its own abbrev table and its own syntax table.Turning on AWK mode runs `awk-mode-hook'." t nil);;;***;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el";;;;;; (15251 14241));;; Generated autoloads from emacs-lisp/backquote.el(autoload (quote backquote) "backquote" "\Argument STRUCTURE describes a template to build.The whole structure acts as if it were quoted except for certainplaces where expressions are evaluated and inserted or spliced in.For example:b => (ba bb bc) ; assume b has this value`(a b c) => (a b c) ; backquote acts like quote`(a ,b c) => (a (ba bb bc) c) ; insert the value of b`(a ,@b c) => (a ba bb bc c) ; splice in the value of bVectors work just like lists. Nested backquotes are permitted." nil (quote macro))(defalias (quote \`) (symbol-function (quote backquote)));;;***;;;### (autoloads (display-battery battery) "battery" "battery.el";;;;;; (15611 31342));;; Generated autoloads from battery.el(autoload (quote battery) "battery" "\Display battery status information in the echo area.The text being displayed in the echo area is controlled by the variables`battery-echo-area-format' and `battery-status-function'." t nil)(autoload (quote display-battery) "battery" "\Display battery status information in the mode line.The text being displayed in the mode line is controlled by the variables`battery-mode-line-format' and `battery-status-function'.The mode line will be updated automatically every `battery-update-interval'seconds." t nil);;;***;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15797;;;;;; 2282));;; Generated autoloads from textmodes/bibtex.el(autoload (quote bibtex-mode) "bibtex" "\Major mode for editing BibTeX files.To submit a problem report, enter \\[bibtex-submit-bug-report] from aBibTeX mode buffer. This automatically sets up a mail buffer withversion information already added. You just need to add a descriptionof the problem, including a reproducible test case and send themessage.General information on working with BibTeX mode:You should use commands as \\[bibtex-Book] to get a template for aspecific entry. You should then fill in all desired fields using\\[bibtex-next-field] to jump from field to field. After having filledin all desired fields in the entry, you should clean the new entrywith command \\[bibtex-clean-entry].Some features of BibTeX mode are available only by setting variablebibtex-maintain-sorted-entries to t. However, then BibTeX mode willwork with buffer containing only valid (syntactical correct) entriesand with entries being sorted. This is usually the case, if you havecreated a buffer completely with BibTeX mode and finished every newentry with \\[bibtex-clean-entry].For third party BibTeX buffers, please call the function`bibtex-convert-alien' to fully take advantage of all features ofBibTeX mode.Special information:A command such as \\[bibtex-Book] will outline the fields for a BibTeX book entry.The optional fields start with the string OPT, and are thus ignored by BibTeX.Alternatives from which only one is required start with the string ALT.The OPT or ALT string may be removed from a field with \\[bibtex-remove-OPT-or-ALT].\\[bibtex-make-field] inserts a new field after the current one.\\[bibtex-kill-field] kills the current field entirely.\\[bibtex-yank] will yank the last recently killed field after thecurrent field.\\[bibtex-remove-delimiters] removes the double-quotes or braces around the text of the current field. \\[bibtex-empty-field] replaces the text of the current field with the default \"\" or {}.The command \\[bibtex-clean-entry] cleans the current entry, i.e. it removes OPT/ALTfrom all non-empty optional or alternative fields, checks that no requiredfields are empty, and does some formatting dependent on the value ofbibtex-entry-format.Note: some functions in BibTeX mode depend on entries being in a specialformat (all fields beginning on separate lines), so it is usually a badidea to remove `realign' from bibtex-entry-format.Use \\[bibtex-find-text] to position the cursor at the end of the current field.Use \\[bibtex-next-field] to move to end of the next field.The following may be of interest as well: Functions: bibtex-entry bibtex-kill-entry bibtex-yank-pop bibtex-pop-previous bibtex-pop-next bibtex-complete-string bibtex-complete-key bibtex-print-help-message bibtex-generate-autokey bibtex-beginning-of-entry bibtex-end-of-entry bibtex-reposition-window bibtex-mark-entry bibtex-ispell-abstract bibtex-ispell-entry bibtex-narrow-to-entry bibtex-sort-buffer bibtex-validate bibtex-count bibtex-fill-entry bibtex-reformat bibtex-convert-alien Variables: bibtex-field-delimiters bibtex-include-OPTcrossref bibtex-include-OPTkey bibtex-user-optional-fields bibtex-entry-format bibtex-sort-ignore-string-entries bibtex-maintain-sorted-entries bibtex-entry-field-alist bibtex-predefined-strings bibtex-string-files---------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -