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

📄 loaddefs.el

📁 早期freebsd实现
💻 EL
📖 第 1 页 / 共 5 页
字号:
 You can give different commands each time the macro executes.Without prefix argument, reads a character.  Your options are: Space -- execute the rest of the macro. DEL -- skip the rest of the macro; start next repetition. C-d -- skip rest of the macro and don't repeat it any more. C-r -- enter a recursive edit, then on exit ask again for a character C-l -- redisplay screen and ask again."  t)(autoload 'name-last-kbd-macro "macros"  "\Assign a name to the last keyboard macro defined.One arg, a symbol, which is the name to define.The symbol's function definition becomes the keyboard macro string.Such a \"function\" cannot be called from Lisp, but it is a valid commanddefinition for the editor command loop."  t)(autoload 'make-command-summary "makesum"  "\Make a summary of current key bindings in the buffer *Summary*.Previous contents of that buffer are killed first."  t)(autoload 'define-mail-alias "mailalias"  "\Define NAME as a mail-alias that translates to DEFINITION."  t)(autoload 'manual-entry "man"  "\Display the Unix manual entry for TOPIC.TOPIC is either the title of the entry, or has the form TITLE(SECTION)where SECTION is the desired section of the manual, as in `tty(4)'."  t)(autoload 'mh-rmail "mh-e"  "\Inc(orporate) new mail (no arg) or scan a MH mail box (arg given).This front end uses the MH mail system, which uses different conventionsfrom the usual mail system."  t)(autoload 'mh-smail "mh-e"  "\Send mail using the MH mail system."  t)(autoload 'convert-mocklisp-buffer "mlconvert"  "\Convert buffer of Mocklisp code to real Lisp that GNU Emacs can run."  t)(autoload 'modula-2-mode "modula2"  "\This is a mode intended to support program development in Modula-2.All control constructs of Modula-2 can be reached by typingControl-C followed by the first character of the construct.\\{m2-mode-map}  Control-c b begin         Control-c c case  Control-c d definition    Control-c e else  Control-c f for           Control-c h header  Control-c i if            Control-c m module  Control-c l loop          Control-c o or  Control-c p procedure     Control-c Control-w with  Control-c r record        Control-c s stdio  Control-c t type          Control-c u until  Control-c v var           Control-c w while  Control-c x export        Control-c y import  Control-c { begin-comment Control-c } end-comment  Control-c Control-z suspend-emacs     Control-c Control-t toggle  Control-c Control-c compile           Control-x ` next-error  Control-c Control-l link   m2-indent controls the number of spaces for each indentation.   m2-compile-command holds the command to compile a Modula-2 program.   m2-link-command holds the command to link a Modula-2 program."  t)(setq disabled-command-hook 'disabled-command-hook)(autoload 'disabled-command-hook "novice")(autoload 'enable-command "novice"  "\Allow COMMAND to be executed without special confirmation from now on.The user's .emacs file is altered so that this will applyto future sessions." t)(autoload 'disable-command "novice"  "\Require special confirmation to execute COMMAND from now on.The user's .emacs file is altered so that this will applyto future sessions." t)(autoload 'nroff-mode "nroff-mode"  "\Major mode for editing text intended for nroff to format.\\{nroff-mode-map}Turning on Nroff mode runs text-mode-hook, then nroff-mode-hook.Also, try nroff-electric-mode, for automatically insertingclosing requests for requests that are used in matched pairs."  t)(autoload 'list-options "options"  "\Display a list of Emacs user options, with values and documentation."  t)(autoload 'edit-options "options"  "\Edit a list of Emacs user option values.Selects a buffer containing such a list,in which there are commands to set the option values.Type \\[describe-mode] in that buffer for a list of commands."  t)(autoload 'outline-mode "outline"  "\Set major mode for editing outlines with selective display.Headings are lines which start with asterisks: one for major headings,two for subheadings, etc.  Lines not starting with asterisks are body lines. Body text or subheadings under a heading can be made temporarilyinvisible, or visible again.  Invisible lines are attached to the end of the heading, so they move with it, if the line is killed and yankedback.  A heading with text hidden under it is marked with an ellipsis (...).Commands:C-c C-n   outline-next-visible-heading      move by visible headingsC-c C-p   outline-previous-visible-headingC-c C-f   outline-forward-same-level        similar but skip subheadingsC-c C-b   outline-backward-same-levelC-c C-u   outline-up-heading		    move from subheading to headingMeta-x hide-body	make all text invisible (not headings).Meta-x show-all		make everything in buffer visible.The remaining commands are used when point is on a heading line.They apply to some of the body or subheadings of that heading.C-c C-h   hide-subtree	make body and subheadings invisible.C-c C-s   show-subtree	make body and subheadings visible.C-c C-i   show-children	make direct subheadings visible.		 No effect on body, or subheadings 2 or more levels down.		 With arg N, affects subheadings N levels down.M-x hide-entry	   make immediately following body invisible.M-x show-entry	   make it visible.M-x hide-leaves	   make body under heading and under its subheadings invisible.		     The subheadings remain visible.M-x show-branches  make all subheadings at all levels visible.The variable outline-regexp can be changed to control what is a heading.A line is a heading if outline-regexp matches something at thebeginning of the line.  The longer the match, the deeper the level.Turning on outline mode calls the value of text-mode-hook and then ofoutline-mode-hook, if they are non-nil."  t)(autoload 'edit-picture "picture"  "\Switch to Picture mode, in which a quarter-plane screen model is used.Printing characters replace instead of inserting themselves with motionafterwards settable by these commands:  C-c <	  Move left after insertion.  C-c >	  Move right after insertion.  C-c ^	  Move up after insertion.  C-c .	  Move down after insertion.  C-c `	  Move northwest (nw) after insertion.  C-c '	  Move northeast (ne) after insertion.  C-c /	  Move southwest (sw) after insertion.  C-c \\   Move southeast (se) after insertion.The current direction is displayed in the mode line.  The initialdirection is right.  Whitespace is inserted and tabs are changed tospaces when required by movement.  You can move around in the bufferwith these commands:  C-p	  Move vertically to SAME column in previous line.  C-n	  Move vertically to SAME column in next line.  C-e	  Move to column following last non-whitespace character.  C-f	  Move right inserting spaces if required.  C-b	  Move left changing tabs to spaces if required.  C-c C-f Move in direction of current picture motion.  C-c C-b Move in opposite direction of current picture motion.  Return  Move to beginning of next line.You can edit tabular text with these commands:  M-Tab	  Move to column beneath (or at) next interesting charecter.	    `Indents' relative to a previous line.  Tab	  Move to next stop in tab stop list.  C-c Tab Set tab stops according to context of this line.	    With ARG resets tab stops to default (global) value.	    See also documentation of variable	picture-tab-chars	    which defines \"interesting character\".  You can manually	    change the tab stop list with command \\[edit-tab-stops].You can manipulate text with these commands:  C-d	  Clear (replace) ARG columns after point without moving.  C-c C-d Delete char at point - the command normally assigned to C-d.  Delete  Clear (replace) ARG columns before point, moving back over them.  C-k	  Clear ARG lines, advancing over them.	 The cleared	    text is saved in the kill ring.  C-o	  Open blank line(s) beneath current line.You can manipulate rectangles with these commands:  C-c C-k Clear (or kill) a rectangle and save it.  C-c C-w Like C-c C-k except rectangle is saved in named register.  C-c C-y Overlay (or insert) currently saved rectangle at point.  C-c C-x Like C-c C-y except rectangle is taken from named register.  \\[copy-rectangle-to-register]   Copies a rectangle to a register.  \\[advertised-undo]   Can undo effects of rectangle overlay commands	    commands if invoked soon enough.You can return to the previous mode with:  C-c C-c Which also strips trailing whitespace from every line.	    Stripping is suppressed by supplying an argument.Entry to this mode calls the value of  edit-picture-hook  if non-nil.Note that Picture mode commands will work outside of Picture mode, butthey are not defaultly assigned to keys."  t)(fset 'picture-mode 'edit-picture)(autoload 'prolog-mode "prolog"  "\Major mode for editing Prolog code for Prologs.Blank lines and `%%...' separate paragraphs.  `%'s start comments.Commands:\\{prolog-mode-map}Entry to this mode calls the value of prolog-mode-hookif that value is non-nil."  t)(autoload 'run-prolog "prolog"  "\Run an inferior Prolog process, input and output via buffer *prolog*."  t)(autoload 'clear-rectangle "rect"  "\Blank out rectangle with corners at point and mark.The text previously in the region is overwritten by the blanks."  t)(autoload 'delete-rectangle "rect"  "\Delete (don't save) text in rectangle with point and mark as corners.The same range of columns is deleted in each linestarting with the line where the region beginsand ending with the line where the region ends."  t)(autoload 'delete-extract-rectangle "rect"  "\Return and delete contents of rectangle with corners at START and END.Value is list of strings, one for each line of the rectangle.")(autoload 'extract-rectangle "rect"  "\Return contents of rectangle with corners at START and END.Value is list of strings, one for each line of the rectangle.")(autoload 'insert-rectangle "rect"  "\Insert text of RECTANGLE with upper left corner at point.RECTANGLE's first line is inserted at point,its second line is inserted at a point vertically under point, etc.RECTANGLE should be a list of strings.")(autoload 'kill-rectangle "rect"  "\Delete rectangle with corners at point and mark; save as last killed one.Calling from program, supply two args START and END, buffer positions.But in programs you might prefer to use delete-extract-rectangle."  t)(autoload 'open-rectangle "rect"  "\Blank out rectangle with corners at point and mark, shifting text right.The text previously in the region is not overwritten by the blanks,but insted winds up to the right of the rectangle."  t)(autoload 'yank-rectangle "rect"  "\Yank the last killed rectangle with upper left corner at point."  t)(autoload 'rnews "rnews"  "\Read USENET news for groups for which you are a member and add ordelete groups.You can reply to articles posted and send articles to any group.Type \\[describe-mode] once reading news to get a list of rnews commands."  t)(autoload 'news-post-news "rnewspost"  "\Begin editing a new USENET news article to be posted.Type \\[describe-mode] once editing the article to get a list of commands."  t)(fset 'sendnews 'news-post-news)(fset 'postnews 'news-post-news)(autoload 'rmail "rmail"  "\Read and edit incoming mail.Moves messages into file named by  rmail-file-name  (a babyl format file) and edits that file in RMAIL Mode.Type \\[describe-mode] once editing that file, for a list of RMAIL commands.May be called with filename as argument;then performs rmail editing on that file,but does not copy any new mail into the file."  t)(autoload 'rmail-input "rmail"  "\Run RMAIL on file FILENAME."  t)(defconst rmail-dont-reply-to-names nil "\*A regular expression specifying names to prune in replying to messages.nil means don't reply to yourself.")(defvar rmail-default-dont-reply-to-names "info-" "\A regular expression specifying part of the value of the default value ofthe variable `rmail-dont-reply-to-names', for when the user does not set`rmail-dont-reply-to-names' explicitly.  (The other part of the defaultvalue is the user's name.)It is useful to set this variable in the site customisation file.")(defconst rmail-primary-inbox-list  nil "\*List of files which are inboxes for user's primary mail file ~/RMAIL.`nil' means the default, which is (\"~/mbox\" \"/usr/spool/mail/$USER\")(the second name varies depending on the operating system).")(defconst rmail-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^received:\\|^[a-z-]*message-id:\\|^summary-line:\\|^errors-to:" "\*Gubbish header fields one would rather not see.")(defvar rmail-delete-after-output nil "\*Non-nil means automatically delete a message that is copied to a file.");;; Others are in paths.el.(autoload 'run-scheme "xscheme"  "\Run an inferior Scheme process.Output goes to the buffer `*scheme*'.With argument, asks for a command line."  t)(autoload 'scheme-mode "scheme"  "\Major mode for editing Scheme code.Editing commands are similar to those of lisp-mode.In addition, if an inferior Scheme process is running, some additional

⌨️ 快捷键说明

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