📄 loaddefs.el
字号:
possibility. A negative argument says search forward. The variabledabbrev-backward-only may be used to limit the direction of search tobackward if set non-nil.If the cursor has not moved from the end of the previous expansion andno argument is given, replace the previously-made expansionwith the next possible expansion not yet tried." t)(autoload 'debug "debug" "\Enter debugger. Returns if user says \"continue\".Arguments are mainly for use when this is called from the internals of the evaluator.You may call with no args, or you may pass nil as the first arg and any other args you like. In that case, the list of args after the first will be printed into the backtrace buffer.")(autoload 'cancel-debug-on-entry "debug" "\Undoes effect of debug-on-entry on FUNCTION." t)(autoload 'debug-on-entry "debug" "\Request FUNCTION to invoke debugger each time it is called.If the user continues, FUNCTION's execution proceeds.Works by modifying the definition of FUNCTION,which must be written in Lisp, not predefined.Use `cancel-debug-on-entry' to cancel the effect of this command.Redefining FUNCTION also does that." t)(define-key ctl-x-map "d" 'dired)(autoload 'dired "dired" "\\"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it.Dired displays a list of files in DIRNAME.You can move around in it with the usual commands.You can flag files for deletion with C-dand then delete them by typing `x'.Type `h' after entering dired for more info." t)(define-key ctl-x-4-map "d" 'dired-other-window)(autoload 'dired-other-window "dired" "\\"Edit\" directory DIRNAME. Like \\[dired] but selects in another window." t)(autoload 'dired-noselect "dired" "\Like M-x dired but returns the dired buffer as value, does not select it.")(autoload 'dissociated-press "dissociate" "\Dissociate the text of the current buffer.Output goes in buffer named *Dissociation*,which is redisplayed each time text is added to it.Every so often the user must say whether to continue.If ARG is positive, require ARG chars of continuity.If ARG is negative, require -ARG words of continuity.Default is 2." t)(autoload 'doctor "doctor" "\Switch to *doctor* buffer and start giving psychotherapy." t)(autoload 'disassemble "disass" "\Print disassembled code for OBJECT on (optional) STREAM.OBJECT can be a function name, lambda expression or any function objectreturned by SYMBOL-FUNCTION. If OBJECT is not already compiled, we willcompile it (but not redefine it)." t)(autoload 'electric-buffer-list "ebuff-menu" "\Vaguely like ITS lunar select buffer;combining typeoutoid buffer listing with menuoid buffer selection.This pops up a buffer describing the set of emacs buffers.If the very next character typed is a space then the buffer list window disappears.Otherwise, one may move around in the buffer list window, marking buffers to be selected, saved or deleted.To exit and select a new buffer, type Space when the cursor is on the appropriate line of the buffer-list window.Other commands are much like those of buffer-menu-mode.Calls value of electric-buffer-menu-mode-hook on entry if non-nil.\\{electric-buffer-menu-mode-map}" t)(autoload 'electric-command-history "echistory" "\Major mode for examining and redoing commands from command-history.The number of command listed is controlled by list-command-history-max.The command history is filtered by list-command-history-filter if non-nil.Combines typeout Command History list window with menu like selectionof an expression from the history for re-evaluation in the *original* buffer.The history displayed is filtered by list-command-history-filter if non-nil.This pops up a window with the Command History listing. If the verynext character typed is Space, the listing is killed and the previouswindow configuration is restored. Otherwise, you can browse in theCommand History with Return moving down and Delete moving up, possiblyselecting an expression to be redone with Space or quitting with `Q'.Like Emacs-Lisp Mode except that characters do not insert themselves andTab and linefeed do not indent. Instead these commands are provided:Space or ! edit then evaluate current line in history inside the ORIGINAL buffer which invoked this mode. The previous window configuration is restored unless the invoked command changes it.C-c C-c, C-], Q Quit and restore previous window configuration.LFD, RET Move to the next line in the history.DEL Move to the previous line in the history.? Provides a complete list of commands.Calls the value of electric-command-history-hook if that is non-nilThe Command History listing is recomputed each time this mode is invoked." t)(autoload 'edt-emulation-on "edt" "\Begin emulating DEC's EDT editor.Certain keys are rebound; including nearly all keypad keys.Use \\[edt-emulation-off] to undo all rebindings except the keypad keys.Note that this function does not work if called directly from the .emacs file.Instead, the .emacs file should do (setq term-setup-hook 'edt-emulation-on)Then this function will be called at the time when it will work." t)(autoload 'fortran-mode "fortran" "\Major mode for editing fortran code.Tab indents the current fortran line correctly. `do' statements must not share a common `continue'.Type `;?' or `;\\[help-command]' to display a list of built-in abbrevs for Fortran keywords.Variables controlling indentation style and extra features: comment-start Normally nil in Fortran mode. If you want to use comments starting with `!', set this to the string \"!\". fortran-do-indent Extra indentation within do blocks. (default 3) fortran-if-indent Extra indentation within if blocks. (default 3) fortran-continuation-indent Extra indentation appled to continuation statements. (default 5) fortran-comment-line-column Amount of indentation for text within full-line comments. (default 6) fortran-comment-indent-style nil means don't change indentation of text in full-line comments, fixed means indent that text at column fortran-comment-line-column relative means indent at fortran-comment-line-column beyond the indentation for a line of code. Default value is fixed. fortran-comment-indent-char Character to be inserted instead of space for full-line comment indentation. (default is a space) fortran-minimum-statement-indent Minimum indentation for fortran statements. (default 6) fortran-line-number-indent Maximum indentation for line numbers. A line number will get less than this much indentation if necessary to avoid reaching column 5. (default 1) fortran-check-all-num-for-matching-do Non-nil causes all numbered lines to be treated as possible 'continue' statements. (default nil) fortran-continuation-char character to be inserted in column 5 of a continuation line. (default $) fortran-comment-region String inserted by \\[fortran-comment-region] at start of each line in region. (default \"c$$$\") fortran-electric-line-number Non-nil causes line number digits to be moved to the correct column as typed. (default t) fortran-startup-message Set to nil to inhibit message first time fortran-mode is used.Turning on Fortran mode calls the value of the variable fortran-mode-hook with no args, if that value is non-nil.\\{fortran-mode-map}" t)(autoload 'ftp-find-file "ftp" "\FTP to HOST to get FILE, logging in as USER with password PASSWORD.Interactively, HOST and FILE are specified by reading a string with a colon character separating the host from the filename.USER and PASSWORD are defaulted from the values used when last ftping from HOST (unless password-remembering is disabled). Supply a password of the symbol `t' to override this default (interactively, this is done by giving a prefix arg)" t)(autoload 'ftp-write-file "ftp" "\FTP to HOST to write FILE, logging in as USER with password PASSWORD.Interactively, HOST and FILE are specified by reading a string with colonseparating the host from the filename.USER and PASSWORD are defaulted from the values used when last ftping from HOST (unless password-remembering is disabled). Supply a password of the symbol `t' to override this default (interactively, this is done by giving a prefix arg)" t)(autoload 'gdb "gdb" "\Run gdb on program FILE in buffer *gdb-FILE*.The directory containing FILE becomes the initial working directoryand source-file directory for GDB. If you wish to change this, usethe GDB commands `cd DIR' and `directory'." t)(autoload 'set-gosmacs-bindings "gosmacs" "\Rebind some keys globally to make GNU Emacs resemble Gosling Emacs.Use \\[set-gnu-bindings] to restore previous global bindings." t)(autoload 'hanoi "hanoi" "\Towers of Hanoi diversion. Argument is number of rings." t)(autoload 'Helper-help "helper" "\Provide help for current mode." t)(autoload 'Helper-describe-bindings "helper" "\Describe local key bindings of current mode." t)(autoload 'info "info" "\Enter Info, the documentation browser." t)(autoload 'Info-tagify "informat" "\Create or update Info-file tag table in current buffer." t)(autoload 'Info-validate "informat" "\Check current buffer for validity as an Info file.Check that every node pointer points to an existing node." t)(autoload 'Info-split "informat" "\Split an info file into an indirect file plus bounded-size subfiles.Each subfile will be up to 50000 characters plus one node.To use this command, first visit a large Info file that has a tag table.The buffer is modified into a (small) indirect info filewhich should be saved in place of the original visited file.The subfiles are written in the same directory the original file is in,with names generated by appending `-' and a number to the original file name.The indirect file still functions as an Info file, but it containsjust the tag table and a directory of subfiles." t)(autoload 'batch-info-validate "informat" "\Runs Info-validate on the files remaining on the command line.Must be used only with -batch, and kills emacs on completion.Each file will be processed even if an error occurred previously.For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"" nil)(autoload 'ledit-mode "ledit" "\Major mode for editing text and stuffing it to a Lisp job.Like Lisp mode, plus these special commands: M-C-d -- record defun at or after point for later transmission to Lisp job. M-C-r -- record region for later transmission to Lisp job. C-x z -- transfer to Lisp job and transmit saved text. M-C-c -- transfer to Liszt (Lisp compiler) job and transmit saved text.\\{ledit-mode-map}To make Lisp mode automatically change to Ledit mode,do (setq lisp-mode-hook 'ledit-from-lisp-mode)" t)(autoload 'ledit-from-lisp-mode "ledit")(autoload 'lpr-buffer "lpr" "\Print buffer contents as with Unix command `lpr'.`lpr-switches' is a list of extra switches (strings) to pass to lpr." t)(autoload 'print-buffer "lpr" "\Print buffer contents as with Unix command `lpr -p'.`lpr-switches' is a list of extra switches (strings) to pass to lpr." t)(autoload 'lpr-region "lpr" "\Print region contents as with Unix command `lpr'.`lpr-switches' is a list of extra switches (strings) to pass to lpr." t)(autoload 'print-region "lpr" "\Print region contents as with Unix command `lpr -p'.`lpr-switches' is a list of extra switches (strings) to pass to lpr." t)(autoload 'insert-kbd-macro "macros" "\Insert in buffer the definition of kbd macro NAME, as Lisp code.Second argument KEYS non-nil means also record the keys it is on. (This is the prefix argument, when calling interactively.)This Lisp code will, when executed, define the kbd macro with thesame definition it has now. If you say to record the keys,the Lisp code will also rebind those keys to the macro.Only global key bindings are recorded since executing this Lisp codealways makes global bindings.To save a kbd macro, visit a file of Lisp code such as your ~/.emacs,use this command, and then save the file." t)(define-key ctl-x-map "q" 'kbd-macro-query)(autoload 'kbd-macro-query "macros" "\Query user during kbd macro execution.With prefix argument, enters recursive edit, reading keyboard commands even within a kbd macro.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -