📄 loaddefs.el
字号:
;;; loaddefs.el --- automatically extracted autoloads;;;;; Code:;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5";;;;;; "play/5x5.el" (15611 31357));;; Generated autoloads from play/5x5.el(autoload (quote 5x5) "5x5" "\Play 5x5.The object of 5x5 is very simple, by moving around the grid and flippingsquares you must fill the grid.5x5 keyboard bindings are:\\<5x5-mode-map>Flip \\[5x5-flip-current] Move up \\[5x5-up] Move down \\[5x5-down] Move left \\[5x5-left] Move right \\[5x5-right] Start new game \\[5x5-new-game]New game with random grid \\[5x5-randomize]Random cracker \\[5x5-crack-randomly]Mutate current cracker \\[5x5-crack-mutating-current]Mutate best cracker \\[5x5-crack-mutating-best]Mutate xor cracker \\[5x5-crack-xor-mutate]Quit current game \\[5x5-quit-game]" t nil)(autoload (quote 5x5-crack-randomly) "5x5" "\Attempt to crack 5x5 using random solutions." t nil)(autoload (quote 5x5-crack-mutating-current) "5x5" "\Attempt to crack 5x5 by mutating the current solution." t nil)(autoload (quote 5x5-crack-mutating-best) "5x5" "\Attempt to crack 5x5 by mutating the best solution." t nil)(autoload (quote 5x5-crack-xor-mutate) "5x5" "\Attempt to crack 5x5 by xor the current and best solution and thenmutating the result." t nil)(autoload (quote 5x5-crack) "5x5" "\Attempt to find a solution for 5x5.5x5-crack takes the argument BREEDER which should be a function that takestwo parameters, the first will be a grid vector array that is the currentsolution and the second will be the best solution so far. The functionshould return a grid vector array that is the new solution." t nil);;;***;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el";;;;;; (15611 31357));;; Generated autoloads from progmodes/ada-mode.el(autoload (quote ada-add-extensions) "ada-mode" "\Define SPEC and BODY as being valid extensions for Ada files.Going from body to spec with `ff-find-other-file' used theseextensions.SPEC and BODY are two regular expressions that must match against the filename" nil nil)(autoload (quote ada-mode) "ada-mode" "\Ada mode is the major mode for editing Ada code.Bindings are as follows: (Note: 'LFD' is control-j.) Indent line '\\[ada-tab]' Indent line, insert newline and indent the new line. '\\[newline-and-indent]' Re-format the parameter-list point is in '\\[ada-format-paramlist]' Indent all lines in region '\\[ada-indent-region]' Adjust case of identifiers and keywords in region '\\[ada-adjust-case-region]' Adjust case of identifiers and keywords in buffer '\\[ada-adjust-case-buffer]' Fill comment paragraph, justify and append postfix '\\[fill-paragraph]' Next func/proc/task '\\[ada-next-procedure]' Previous func/proc/task '\\[ada-previous-procedure]' Next package '\\[ada-next-package]' Previous package '\\[ada-previous-package]' Goto matching start of current 'end ...;' '\\[ada-move-to-start]' Goto end of current block '\\[ada-move-to-end]'Comments are handled using standard GNU Emacs conventions, including: Start a comment '\\[indent-for-comment]' Comment region '\\[comment-region]' Uncomment region '\\[ada-uncomment-region]' Continue comment on next line '\\[indent-new-comment-line]'If you use imenu.el: Display index-menu of functions & procedures '\\[imenu]'If you use find-file.el: Switch to other file (Body <-> Spec) '\\[ff-find-other-file]' or '\\[ff-mouse-find-other-file] Switch to other file in other window '\\[ada-ff-other-window]' or '\\[ff-mouse-find-other-file-other-window] If you use this function in a spec and no body is available, it gets created with body stubs.If you use ada-xref.el: Goto declaration: '\\[ada-point-and-xref]' on the identifier or '\\[ada-goto-declaration]' with point on the identifier Complete identifier: '\\[ada-complete-identifier]'." t nil);;;***;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el";;;;;; (15611 31358));;; Generated autoloads from progmodes/ada-stmt.el(autoload (quote ada-header) "ada-stmt" "\Insert a descriptive header at the top of the file." t nil);;;***;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address;;;;;; add-log-full-name) "add-log" "add-log.el" (15611 31342));;; Generated autoloads from add-log.el(defvar add-log-full-name nil "\*Full name of user, for inclusion in ChangeLog daily headers.This defaults to the value returned by the function `user-full-name'.")(defvar add-log-mailing-address nil "\*Electronic mail address of user, for inclusion in ChangeLog daily headers.This defaults to the value of `user-mail-address'.")(autoload (quote prompt-for-change-log-name) "add-log" "\Prompt for a change log name." nil nil)(autoload (quote find-change-log) "add-log" "\Find a change log file for \\[add-change-log-entry] and return the name.Optional arg FILE-NAME specifies the file to use.If FILE-NAME is nil, use the value of `change-log-default-name'.If 'change-log-default-name' is nil, behave as though it were 'ChangeLog'\(or whatever we use on this operating system).If 'change-log-default-name' contains a leading directory component, thensimply find it in the current directory. Otherwise, search in the currentdirectory and its successive parents for a file so named.Once a file is found, `change-log-default-name' is set locally in thecurrent buffer to the complete file name.Optional arg BUFFER-FILE overrides `buffer-file-name'." nil nil)(autoload (quote add-change-log-entry) "add-log" "\Find change log file and add an entry for today.Optional arg WHOAMI (interactive prefix) non-nil means prompt for username and site.Second arg is FILE-NAME of change log. If nil, uses `change-log-default-name'.Third arg OTHER-WINDOW non-nil means visit in other window.Fourth arg NEW-ENTRY non-nil means always create a new entry at the front;never append to an existing entry. Option `add-log-keep-changes-together'otherwise affects whether a new entry is created.Today's date is calculated according to `change-log-time-zone-rule' ifnon-nil, otherwise in local time." t nil)(autoload (quote add-change-log-entry-other-window) "add-log" "\Find change log file in other window and add an entry for today.Optional arg WHOAMI (interactive prefix) non-nil means prompt for username and site.Second optional arg FILE-NAME is file name of change log.If nil, use `change-log-default-name'.Affected by the same options as `add-change-log-entry'." t nil) (define-key ctl-x-4-map "a" 'add-change-log-entry-other-window)(autoload (quote change-log-mode) "add-log" "\Major mode for editing change logs; like Indented Text Mode.Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74.New log entries are usually made with \\[add-change-log-entry] or \\[add-change-log-entry-other-window].Each entry behaves as a paragraph, and the entries for one day as a page.Runs `change-log-mode-hook'." t nil)(defvar add-log-lisp-like-modes (quote (emacs-lisp-mode lisp-mode scheme-mode dsssl-mode lisp-interaction-mode)) "\*Modes that look like Lisp to `add-log-current-defun'.")(defvar add-log-c-like-modes (quote (c-mode c++-mode c++-c-mode objc-mode)) "\*Modes that look like C to `add-log-current-defun'.")(defvar add-log-tex-like-modes (quote (TeX-mode plain-TeX-mode LaTeX-mode plain-tex-mode latex-mode)) "\*Modes that look like TeX to `add-log-current-defun'.")(autoload (quote add-log-current-defun) "add-log" "\Return name of function definition point is in, or nil.Understands C, Lisp, LaTeX (\"functions\" are chapters, sections, ...),Texinfo (@node titles) and Perl.Other modes are handled by a heuristic that looks in the 10K beforepoint for uppercase headings starting in the first column oridentifiers followed by `:' or `='. See variables`add-log-current-defun-header-regexp' and`add-log-current-defun-function'Has a preference of looking backwards." nil nil)(autoload (quote change-log-merge) "add-log" "\Merge the contents of ChangeLog file OTHER-LOG with this buffer.Both must be found in Change Log mode (since the merging depends onthe appropriate motion commands).Entries are inserted in chronological order. Both the current andold-style time formats for entries are supported." t nil)(autoload (quote change-log-redate) "add-log" "\Fix any old-style date entries in the current log file to default format." t nil);;;***;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15611;;;;;; 31353));;; Generated autoloads from emacs-lisp/advice.el(defvar ad-redefinition-action (quote warn) "\*Defines what to do with redefinitions during Advice de/activation.Redefinition occurs if a previously activated function that already has anoriginal definition associated with it gets redefined and then de/activated.In such a case we can either accept the current definition as the neworiginal definition, discard the current definition and replace it with theold original, or keep it and raise an error. The values `accept', `discard',`error' or `warn' govern what will be done. `warn' is just like `accept' butit additionally prints a warning message. All other values will beinterpreted as `error'.")(defvar ad-default-compilation-action (quote maybe) "\*Defines whether to compile advised definitions during activation.A value of `always' will result in unconditional compilation, `never' willalways avoid compilation, `maybe' will compile if the byte-compiler is alreadyloaded, and `like-original' will compile if the original definition of theadvised function is compiled or a built-in function. Every other value willbe interpreted as `maybe'. This variable will only be considered if theCOMPILE argument of `ad-activate' was supplied as nil.")(autoload (quote ad-add-advice) "advice" "\Add a piece of ADVICE to FUNCTION's list of advices in CLASS.If FUNCTION already has one or more pieces of advice of the specifiedCLASS then POSITION determines where the new piece will go. The valueof POSITION can either be `first', `last' or a number where 0 correspondsto `first'. Numbers outside the range will be mapped to the closestextreme position. If there was already a piece of ADVICE with the samename, then the position argument will be ignored and the old advicewill be overwritten with the new one. If the FUNCTION was not advised already, then its advice info will beinitialized. Redefining a piece of advice whose name is part of the cache-idwill clear the cache." nil nil)(autoload (quote defadvice) "advice" "\Define a piece of advice for FUNCTION (a symbol).The syntax of `defadvice' is as follows: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...) [DOCSTRING] [INTERACTIVE-FORM] BODY... )FUNCTION ::= Name of the function to be advised.CLASS ::= `before' | `around' | `after' | `activation' | `deactivation'.NAME ::= Non-nil symbol that names this piece of advice.POSITION ::= `first' | `last' | NUMBER. Optional, defaults to `first', see also `ad-add-advice'.ARGLIST ::= An optional argument list to be used for the advised function instead of the argument list of the original. The first one found in before/around/after-advices will be used.FLAG ::= `protect'|`disable'|`activate'|`compile'|`preactivate'|`freeze'. All flags can be specified with unambiguous initial substrings.DOCSTRING ::= Optional documentation for this piece of advice.INTERACTIVE-FORM ::= Optional interactive form to be used for the advised function. The first one found in before/around/after-advices will be used.BODY ::= Any s-expression.Semantics of the various flags:`protect': The piece of advice will be protected against non-local exits inany code that precedes it. If any around-advice of a function is protectedthen automatically all around-advices will be protected (the complete onion).`activate': All advice of FUNCTION will be activated immediately ifFUNCTION has been properly defined prior to this application of `defadvice'.`compile': In conjunction with `activate' specifies that the resultingadvised function should be compiled.`disable': The defined advice will be disabled, hence, it will not be usedduring activation until somebody enables it.`preactivate': Preactivates the advised FUNCTION at macro-expansion/compiletime. This generates a compiled advised definition according to the currentadvice state that will be used during activation if appropriate. Only usethis if the `defadvice' gets actually compiled.`freeze': Expands the `defadvice' into a redefining `defun/defmacro' accordingto this particular single advice. No other advice information will be saved.Frozen advices cannot be undone, they behave like a hard redefinition ofthe advised function. `freeze' implies `activate' and `preactivate'. Thedocumentation of the advised function can be dumped onto the `DOC' fileduring preloading.See Info node `(elisp)Advising Functions' for comprehensive documentation." nil (quote macro));;;***;;;### (autoloads (align-newline-and-indent align-unhighlight-rule;;;;;; align-highlight-rule align-current align-entire align-regexp;;;;;; align) "align" "align.el" (15611 31342));;; Generated autoloads from align.el(autoload (quote align) "align" "\Attempt to align a region based on a set of alignment rules.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -