⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 loaddefs.el

📁 windows版本的emacs
💻 EL
📖 第 1 页 / 共 5 页
字号:
BEG and END mark the region.  If BEG and END are specifically set tonil (this can only be done programmatically), the beginning and end ofthe current alignment section will be calculated based on the locationof point, and the value of `align-region-separate' (or possibly eachrule's `separate' attribute).If SEPARATE is non-nil, it overrides the value of`align-region-separate' for all rules, except those that have their`separate' attribute set.RULES and EXCLUDE-RULES, if either is non-nil, will replace thedefault rule lists defined in `align-rules-list' and`align-exclude-rules-list'.  See `align-rules-list' for more detailson the format of these lists." t nil)(autoload (quote align-regexp) "align" "\Align the current region using an ad-hoc rule read from the minibuffer.BEG and END mark the limits of the region.  This function will promptfor the REGEXP to align with.  If no prefix arg was specified, youonly need to supply the characters to be lined up and any precedingwhitespace is replaced.  If a prefix arg was specified, the fullregexp with parenthesized whitespace should be supplied; it will alsoprompt for which parenthesis GROUP within REGEXP to modify, the amountof SPACING to use, and whether or not to REPEAT the rule throughoutthe line.  See `align-rules-list' for more information about theseoptions.For example, let's say you had a list of phone numbers, and wanted toalign them so that the opening parentheses would line up:    Fred (123) 456-7890    Alice (123) 456-7890    Mary-Anne (123) 456-7890    Joe (123) 456-7890There is no predefined rule to handle this, but you could easily do itusing a REGEXP like \"(\". All you would have to do is to mark theregion, call `align-regexp' and type in that regular expression." t nil)(autoload (quote align-entire) "align" "\Align the selected region as if it were one alignment section.BEG and END mark the extent of the region.  If RULES or EXCLUDE-RULESis set to a list of rules (see `align-rules-list'), it can be used tooverride the default alignment rules that would have been used toalign that section." t nil)(autoload (quote align-current) "align" "\Call `align' on the current alignment section.This function assumes you want to align only the current section, andso saves you from having to specify the region.  If RULES orEXCLUDE-RULES is set to a list of rules (see `align-rules-list'), itcan be used to override the default alignment rules that would havebeen used to align that section." t nil)(autoload (quote align-highlight-rule) "align" "\Highlight the whitespace which a given rule would have modified.BEG and END mark the extent of the region.  TITLE identifies the rulethat should be highlighted.  If RULES or EXCLUDE-RULES is set to alist of rules (see `align-rules-list'), it can be used to override thedefault alignment rules that would have been used to identify the textto be colored." t nil)(autoload (quote align-unhighlight-rule) "align" "\Remove any highlighting that was added by `align-highlight-rule'." t nil)(autoload (quote align-newline-and-indent) "align" "\A replacement function for `newline-and-indent', aligning as it goes." t nil);;;***;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp";;;;;;  "net/ange-ftp.el" (15797 2281));;; Generated autoloads from net/ange-ftp.el (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)(autoload (quote ange-ftp-reread-dir) "ange-ftp" "\Reread remote directory DIR to update the directory cache.The implementation of remote ftp file names caches directory contentsfor speed.  Therefore, when new remote files are created, Emacsmay not know they exist.  You can use this command to reread a specificdirectory, so that Emacs will know its current contents." t nil)(autoload (quote ange-ftp-hook-function) "ange-ftp" nil nil nil)(or (assoc "^/[^/:]*[^/:.]:" file-name-handler-alist) (setq file-name-handler-alist (cons (quote ("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)) file-name-handler-alist)))(or (assoc "^/[^/:]*\\'" file-name-handler-alist) (setq file-name-handler-alist (cons (quote ("^/[^/:]*\\'" . ange-ftp-completion-hook-function)) file-name-handler-alist)));;;***;;;### (autoloads (animate-birthday-present animate-sequence animate-string);;;;;;  "animate" "play/animate.el" (15220 9096));;; Generated autoloads from play/animate.el(autoload (quote animate-string) "animate" "\Display STRING starting at position VPOS, HPOS, using animation.The characters start at randomly chosen places,and all slide in parallel to their final positions,passing through `animate-n-steps' positions before the final ones.If HPOS is nil (or omitted), center the string horizontallyin the current window." nil nil)(autoload (quote animate-sequence) "animate" "\Display strings from LIST-OF-STRING with animation in a new buffer.Strings will be separated from each other by SPACE lines." nil nil)(autoload (quote animate-birthday-present) "animate" "\Display Sarah's birthday present in a new buffer." t nil);;;***;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on);;;;;;  "ansi-color" "ansi-color.el" (15611 31342));;; Generated autoloads from ansi-color.el(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\Set `ansi-color-for-comint-mode' to t." t nil)(autoload (quote ansi-color-process-output) "ansi-color" "\Maybe translate SGR control sequences of comint output into text-properties.Depending on variable `ansi-color-for-comint-mode' the comint output iseither not processed, SGR control sequences are filtered using`ansi-color-filter-region', or SGR control sequences are translated intotext-properties using `ansi-color-apply-on-region'.The comint output is assumed to lie between the marker`comint-last-output-start' and the process-mark.This is a good function to put in `comint-output-filter-functions'." nil nil);;;***;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules);;;;;;  "antlr-mode" "progmodes/antlr-mode.el" (15853 63299));;; Generated autoloads from progmodes/antlr-mode.el(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\Show Makefile rules for all grammar files in the current directory.If the `major-mode' of the current buffer has the value `makefile-mode',the rules are directory inserted at point.  Otherwise, a *Help* bufferis shown with the rules which are also put into the `kill-ring' for\\[yank].This command considers import/export vocabularies and grammarinheritance and provides a value for the \"-glib\" option if necessary.Customize variable `antlr-makefile-specification' for the appearance ofthe rules.If the file for a super-grammar cannot be determined, special file namesare used according to variable `antlr-unknown-file-formats' and acommentary with value `antlr-help-unknown-file-text' is added.  The*Help* buffer always starts with the text in `antlr-help-rules-intro'." t nil)(autoload (quote antlr-mode) "antlr-mode" "\Major mode for editing ANTLR grammar files.\\{antlr-mode-map}" t nil)(autoload (quote antlr-set-tabs) "antlr-mode" "\Use ANTLR's convention for TABs according to `antlr-tab-offset-alist'.Used in `antlr-mode'.  Also a useful function in `java-mode-hook'." nil nil);;;***;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary;;;;;;  appt-display-duration appt-msg-window appt-display-mode-line;;;;;;  appt-visible appt-audible appt-message-warning-time appt-issue-message);;;;;;  "appt" "calendar/appt.el" (15735 20644));;; Generated autoloads from calendar/appt.el(defvar appt-issue-message t "\*Non-nil means check for appointments in the diary buffer.To be detected, the diary entry must have the timeas the first thing on a line.")(defvar appt-message-warning-time 12 "\*Time in minutes before an appointment that the warning begins.")(defvar appt-audible t "\*Non-nil means beep to indicate appointment.")(defvar appt-visible t "\*Non-nil means display appointment message in echo area.")(defvar appt-display-mode-line t "\*Non-nil means display minutes to appointment and time on the mode line.")(defvar appt-msg-window t "\*Non-nil means display appointment message in another window.")(defvar appt-display-duration 10 "\*The number of seconds an appointment message is displayed.")(defvar appt-display-diary t "\*Non-nil means to display the next days diary on the screen. This will occur at midnight when the appointment list is updated.")(autoload (quote appt-add) "appt" "\Add an appointment for the day at NEW-APPT-TIME and issue message NEW-APPT-MSG.The time should be in either 24 hour format or am/pm format." t nil)(autoload (quote appt-delete) "appt" "\Delete an appointment from the list of appointments." t nil)(autoload (quote appt-make-list) "appt" "\Create the appointments list from todays diary buffer.The time must be at the beginning of a line for it to beput in the appointments list.  02/23/89    12:00pm lunch   Wednesday     10:00am group meetingWe assume that the variables DATE and NUMBERhold the arguments that `list-diary-entries' received.They specify the range of dates that the diary is being processed for." nil nil);;;***;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command;;;;;;  apropos-variable apropos-mode) "apropos" "apropos.el" (15611;;;;;;  31342));;; Generated autoloads from apropos.el(autoload (quote apropos-mode) "apropos" "\Major mode for following hyperlinks in output of apropos commands.\\{apropos-mode-map}" t nil)(autoload (quote apropos-variable) "apropos" "\Show user variables that match REGEXP.With optional prefix DO-ALL or if `apropos-do-all' is non-nil, also shownormal variables." t nil)(fset (quote command-apropos) (quote apropos-command))(autoload (quote apropos-command) "apropos" "\Show commands (interactively callable functions) that match APROPOS-REGEXP.With optional prefix DO-ALL, or if `apropos-do-all' is non-nil, also shownoninteractive functions.If VAR-PREDICATE is non-nil, show only variables, and only those thatsatisfy the predicate VAR-PREDICATE." t nil)(autoload (quote apropos) "apropos" "\Show all bound symbols whose names match APROPOS-REGEXP.With optional prefix DO-ALL or if `apropos-do-all' is non-nil, alsoshow unbound symbols and key bindings, which is a little moretime-consuming.  Returns list of symbols and documentation found." t nil)(autoload (quote apropos-value) "apropos" "\Show all symbols whose value's printed image matches APROPOS-REGEXP.With optional prefix DO-ALL or if `apropos-do-all' is non-nil, also looksat the function and at the names and values of properties.Returns list of symbols and values found." t nil)(autoload (quote apropos-documentation) "apropos" "\Show symbols whose documentation contain matches for APROPOS-REGEXP.With optional prefix DO-ALL or if `apropos-do-all' is non-nil, also usedocumentation that is not stored in the documentation file and show keybindings.Returns list of symbols and documentation found." t nil);;;***;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15611;;;;;;  31342));;; Generated autoloads from arc-mode.el(autoload (quote archive-mode) "arc-mode" "\Major mode for viewing an archive file in a dired-like way.You can move around using the usual cursor motion commands.Letters no longer insert themselves.Type `e' to pull a file out of the archive and into its own buffer;or click mouse-2 on the file's line in the archive mode buffer.If you edit a sub-file of this archive (as with the `e' command) andsave it, the contents of that buffer will be saved back into thearchive.\\{archive-mode-map}" nil nil);;;***;;;### (autoloads (array-mode) "array" "array.el" (15611 31342));;; Generated autoloads from array.el(autoload (quote array-mode) "array" "\Major mode for editing arrays.  Array mode is a specialized mode for editing arrays.  An array isconsidered to be a two-dimensional set of strings.  The strings areNOT recognized as integers or real numbers.  The array MUST reside at the top of the buffer.  TABs are not respected, and may be converted into spaces at any time.Setting the variable 'array-respect-tabs to non-nil will prevent TAB conversion,but will cause many functions to give errors if they encounter one.  Upon entering array mode, you will be prompted for the values ofseveral variables.  Others will be calculated based on the values yousupply.  These variables are all local to the buffer.  Other bufferin array mode may have different values assigned to the variables.The variables are:Variables you assign:     array-max-row:          The number of rows in the array.     array-max-column:       The number of columns in the array.     array-columns-per-line: The number of columns in the array per line of buffer.     array-field-width:      The width of each field, in characters.     array-rows-numbered:    A logical variable describing whether to ignore                       row numbers in the buffer.Variables which are calculated:     array-line-length:      The number of characters in a buffer line.     array-lines-per-row:    The number of buffer lines used to display each row.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -