;ELC ;;; Compiled by pot@pot.cnuce.cnr.it on Tue Mar 18 15:52:00 2003 ;;; from file /home/pot/gnu/emacs-pretest.new/lisp/simple.el ;;; in Emacs version 21.3 ;;; with bytecomp version 2.85.4.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. (if (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19.29"))) (error "`simple.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301\302\303\304\305%\210\300\306\302\307\304\310%\207" [custom-declare-group killing nil "Killing and yanking commands" :group editing paren-matching "Highlight (un)matching of parens and expressions." matching] 6) #@115 Major mode not specialized for anything in particular. Other major modes are defined by comparison with this one. (defalias 'fundamental-mode #[nil "\300 \207" [kill-all-local-variables] 1 (#$ . 847) nil]) #@241 Insert a newline, and move to left margin of the new line if it's blank. The newline is marked with the text-property `hard'. With ARG, insert that many newlines. In Auto Fill mode, if no numeric arg, break the preceding line if it's long. (defalias 'newline #[(&optional arg) "\306 \210o?\205in\205i?\205i ?\205i\307`S!?\205i\307`!?\205i\310`S\311\"?\205i\310`S\312\"?\205im\204C\310`\313\"?\205i\310`S\314\"?\205i\310`S\315\"?\205i\310`S\316\"?\205i\317`!\206e\320`\321ZWn\205p\322\n!`\211\203{\323u\210\324!\206\202 ?\205\210\"\"#\325\216\326\327!!!\210+$\203\256\330`!\203\251\327!!\202\252\331Z`\"\210 \204\316\212 b\210\332 \210\322\333!\203\315\334 \335V\203\315`\336\210`|\210)\f\204\327\337\336\340\"\210+\336\207" [after-change-functions before-change-functions page-delimiter beforepos was-page-start flag barf-if-buffer-read-only buffer-has-markers-at get-char-property modification-hooks insert-behind-hooks insert-in-front-hooks intangible read-only invisible previous-property-change -2 2 looking-at -1 10 ((byte-code "\203\301u\210\301\207" [flag 1] 1)) self-insert-command prefix-numeric-value set-hard-newline-properties 1 beginning-of-line "[ ]$" current-left-margin 0 nil move-to-left-margin t arg auto-fill-function last-command-char use-hard-newlines] 5 (#$ . 1060) "*P"]) (defalias 'set-hard-newline-properties #[(from to) "\303\304\"\305\n\306\307$\210 <\205 \306 >?\205 \305`\304\306 B$)\207" [from sticky to get-text-property rear-nonsticky put-text-property hard t] 6]) #@187 Insert a newline and leave point before it. If there is a fill prefix and/or a left-margin, insert them on the new line if the line would have been blank. With arg N, insert N newlines. (defalias 'open-line #[(arg) "\205nn\205\306 \307V`\310\311 !\210 b\210 \307V\203>n\2034\n\203,\306 j\210 \2034\312!\210\313y\210 S\211\202 b\210\310,\207" [fill-prefix do-fill-prefix do-left-margin loc abbrev-mode arg current-left-margin 0 nil newline insert-and-inherit 1] 3 (#$ . 2612) "*p"]) #@66 Split current line, moving portion beyond point vertically down. (defalias 'split-line #[nil "\302\303w\210i`\304\305!\210\306 \307\"\210b*\207" [pos col " " nil newline 1 indent-to 0] 3 (#$ . 3118) "*"]) #@178 Join this line to previous and fix up whitespace at join. If there is a fill prefix, delete it from the beginning of this line. With argument, join this line to following line. (defalias 'delete-indentation #[(&optional arg) "\302 \210\203\n\303y\210h\304=\2056``S|\210 \2034` G\\dX\2034 `` G\\{\230\2034`` G\\|\210\305 \207" [arg fill-prefix beginning-of-line 1 10 fixup-whitespace] 4 (#$ . 3334) "*P"]) (defalias 'join-line 'delete-indentation) #@175 On blank line, delete all surrounding blank lines, leaving just one. On isolated blank line, delete that one. On nonblank line, delete any immediately following blank lines. (defalias 'delete-blank-lines #[nil "\302\211\212\303 \210\304\305!\211\205\"\304\306!?\205\"o\206\"\307y\210\304\305!?) \203E\303 \210\2032\310y\210`\311\312\302\313#\203B\310y\210`\202Ce|\210 \203M\204h\212\302\210\310y\210`\314\312\302\313#\203d\303 \210`\202ed|\210)\304\315!\205q`d|*\207" [singleblank thisblank nil beginning-of-line looking-at "[ ]*$" "[ ]*\n[ ]*$" -1 1 re-search-backward "[^ \n]" t re-search-forward "^[ ]*\n\\'"] 6 (#$ . 3794) "*"]) #@267 Delete all the trailing whitespace across the current buffer. All whitespace after the last non-whitespace character in a line is deleted. This respects narrowing, created by \[narrow-to-region] and friends. A formfeed is not considered whitespace by this function. (defalias 'delete-trailing-whitespace #[nil "\301 \302\216\212eb\210\303\304\305\306#\2053\307\310\212\311y\210`)\"\210\301 \312\216\313\314!\203*\311\225b\210*`\311\225|\210\202 +\207" [save-match-data-internal match-data ((set-match-data save-match-data-internal)) re-search-forward "\\s-$" nil t skip-syntax-backward "-" 0 ((set-match-data save-match-data-internal)) looking-at ".*\f"] 4 (#$ . 4458) "*"]) #@304 Insert a newline, then indent according to major mode. Indentation is done using the value of `indent-line-function'. In programming language modes, this is the same as TAB. In some text modes, where TAB inserts a tab, this command indents to the column specified by the function `current-left-margin'. (defalias 'newline-and-indent #[nil "\300\301!\210\302 \210\303 \207" [delete-horizontal-space t newline indent-according-to-mode] 2 (#$ . 5145) "*"]) #@379 Reindent current line, insert newline, then indent the new line. Indentation of both lines is done according to the current major mode, which means calling the current value of `indent-line-function'. In programming language modes, this is the same as TAB. In some text modes, where TAB inserts a tab, this indents to the column specified by the function `current-left-margin'. (defalias 'reindent-then-newline-and-indent #[nil "\212\300\301!\210\302 \210)\303 \210\302 \207" [delete-horizontal-space t indent-according-to-mode newline] 2 (#$ . 5606) "*"]) #@908 Read next input character and insert it. This is useful for inserting control characters. If the first character you type after this command is an octal digit, you should type a sequence of octal digits which specify a character code. Any nondigit terminates the sequence. If the terminator is a RET, it is discarded; any other terminator is used itself as input. The variable `read-quoted-char-radix' specifies the radix for this feature; set it to 10 or 16 to use decimal or hex instead of octal. In overwrite mode, this function inserts the character anyway, and does not handle octal digits specially. This means that if you use overwrite as your normal editing mode, you can use this function to insert characters when necessary. In binary overwrite mode, this function does overwrite, and octal digits are interpreted as a character code. This is intended to be useful for editing binary files. (defalias 'quoted-insert #[(arg) "\203\n\304=\203\305 \202\306 \n\203& \307Y\203& \310X\203&\311 ! \312V\2036\304=\2036\313 !\210 \312V\205G\314 !\210 S\211\2027)\207" [overwrite-mode char enable-multibyte-characters arg overwrite-mode-binary read-quoted-char read-char 160 255 unibyte-char-to-multibyte 0 delete-char insert-and-inherit] 3 (#$ . 6170) "*p"]) #@66 Move forward ARG lines and position at first nonblank character. (defalias 'forward-to-indentation #[(arg) "y\210\301\302w\207" [arg " " nil] 2 (#$ . 7460) "p"]) #@67 Move backward ARG lines and position at first nonblank character. (defalias 'backward-to-indentation #[(arg) "[y\210\301\302w\207" [arg " " nil] 2 (#$ . 7630) "p"]) #@64 Move point to the first non-whitespace character on this line. (defalias 'back-to-indentation #[nil "\300\301!\210\302\303w\207" [beginning-of-line 1 " " nil] 2 (#$ . 7803) nil]) #@100 Fixup white space between objects around point. Leave one space or none, according to the context. (defalias 'fixup-whitespace #[nil "\212\300 \210\301\302!\206\212\303u\210\301\304!)?\205\305c)\207" [delete-horizontal-space looking-at "^\\|\\s)" -1 "$\\|\\s(\\|\\s'" 32] 2 (#$ . 7990) "*"]) #@104 Delete all spaces and tabs around point. If BACKWARD-ONLY is non-nil, only delete spaces before point. (defalias 'delete-horizontal-space #[(&optional backward-only) "` \203\n\202\302\303w\210\304\303\305#\302\303x\210\304\303\"|)\207" [orig-pos backward-only " " nil constrain-to-field t] 4 (#$ . 8293) "*"]) #@61 Delete all spaces and tabs around point, leaving one space. (defalias 'just-one-space #[nil "`\301\302x\210\303\302\"\210g\304U\203\305u\210\202\304c\210`\301\302w\210\303\302\306#|)\207" [orig-pos " " nil constrain-to-field 32 1 t] 5 (#$ . 8617) "*"]) #@350 Move point to the beginning of the buffer; leave mark at previous position. With arg N, put point N/10 of the way from the beginning. If the buffer is narrowed, this command uses the beginning and size of the accessible part of the buffer. Don't use this command in Lisp programs! (goto-char (point-min)) is faster and avoids clobbering the mark. (defalias 'beginning-of-buffer #[(&optional arg) "\302 \210deZ \203)e\303V\203\304 !\305\245_\202%\304 !_\305\\\305\245\\\202*eb\210) \2053\306y\207" [size arg push-mark 10000 prefix-numeric-value 10 1] 4 (#$ . 8885) "P"]) #@338 Move point to the end of the buffer; leave mark at previous position. With arg N, put point N/10 of the way from the end. If the buffer is narrowed, this command uses the beginning and size of the accessible part of the buffer. Don't use this command in Lisp programs! (goto-char (point-max)) is faster and avoids clobbering the mark. (defalias 'end-of-buffer #[(&optional arg) "\302 \210deZ \203'd\303V\203\304 !\305\245_\202#\304 !_\305\245Z\202(db\210) \2032\306y\207`\307\310\311\"V\205B\312`!\210\313\314!\207" [size arg push-mark 10000 prefix-numeric-value 10 1 window-end nil t overlay-recenter recenter -3] 4 (#$ . 9474) "P"]) #@205 Put point at beginning and mark at end of buffer. You probably should not use this function in Lisp programs; it is usually a mistake for a Lisp function to use any subroutine that uses or sets the mark. (defalias 'mark-whole-buffer #[nil "\300`!\210\300d\301\302#\210eb\207" [push-mark nil t] 4 (#$ . 10129) nil]) #@61 Goto line ARG, counting from line 1 at beginning of buffer. (defalias 'goto-line #[(arg) "\302!\214~\210\303b\210 \304=\203\305\306\307\310S$\202Sy)\207" [arg selective-display prefix-numeric-value 1 t re-search-forward "[\n ]" nil end] 5 (#$ . 10450) "NGoto line: "]) #@53 Print number of lines and characters in the region. (defalias 'count-lines-region #[(start end) "\302\303\304 \" Z#\207" [start end message "Region has %d lines, %d characters" count-lines] 5 (#$ . 10733) "r"]) #@73 Print the current buffer line number and narrowed line number of point. (defalias 'what-line #[nil "`\302\212\214eb\210~\210\303y\210` b\210\303y\210\304U\204,\305\306\307\304`\"T\307`\"T#\2024\305\310\307\304`\"T\",\207" [start opoint nil 0 1 message "line %d (narrowed line %d)" count-lines "Line %d"] 6 (#$ . 10952) nil]) #@204 Return number of lines between START and END. This is usually the number of newlines between them, but can be one more if START is not equal to END and the greater of them is not at the start of a line. (defalias 'count-lines #[(start end) "\212\214 }\210eb\210\n\305=\203L\306 \307\216\310\311\312\313\305\314$\203&\f\314\\\202\311\312\313\305\315$\2035\fT\202&db\210 U\204Gn\204G\fT\202H\f+\202R\316 \316 yZ*\207" [start end selective-display save-match-data-internal done t match-data ((set-match-data save-match-data-internal)) 0 re-search-forward "[\n ]" nil 40 1 buffer-size] 5 (#$ . 11291)]) #@588 Print info on cursor position (on screen and within buffer). Also describe the character after point, and give its character code in octal, decimal and hex. For a non-ASCII multibyte character, also give its encoding in the buffer's selected coding system if the coding system encodes the character safely. If the character is encoded into one byte, that code is shown in hex. If the character is encoded into more than one byte, just "..." is shown. In addition, with prefix argument, show details about that character in *Help* buffer. See also the command `describe-char-after'. (defalias 'what-cursor-position #[(&optional detail) "ged`\306 \211\307V\203 \f\310\245 S\\\f\311\245\312]\245\202,\f\313\245 S\311_\\\f\312]\245\314 \315U\2038\316\202=\317\320\314 \"%i& \nU\203s \312U\203U\n\fTU\204e\321\322 \f \n&%&\202+\321\323 \f &%&\202+'\324\211()\211*\203\212\325*!\326=\203\216+*\327!\204\237\317\330\211\211$(\202\323\331Y\205\252\332*\"\211)\203\313\317\333\211\211)G\312V\203\301\334\202\307\335)*\"%\202\321\317\336\211\211$(,\203\334\337`!\210 \312U\203\351\n\fTU\204\f\321\340\341W\203\367\342!\202\374\343``T\"( \f \n&%&\n\202*\321\344\341W\203\342!\202\343``T\"( \f &%&+.\207" [char beg end pos total percent buffer-size 50000 200 100 1 2 window-hscroll 0 "" format " Hscroll=%d" message "point=%d of %d (%d%%) <%d - %d> column %d %s" "point=%d of %d (%d%%) column %d %s" nil coding-system-type t char-valid-p "(0%o, %d, 0x%x, invalid)" 128 encode-coding-char "(0%o, %d, 0x%x, file %s)" "..." encoded-string-description "(0%o, %d, 0x%x)" describe-char-after "Char: %s %s point=%d of %d (%d%%) <%d - %d> column %d %s" 256 single-key-description buffer-substring-no-properties "Char: %s %s point=%d of %d (%d%%) column %d %s" hscroll col buffer-file-coding-system encoding-msg encoded coding default-buffer-file-coding-system detail] 12 (#$ . 11913) "P"]) #@54 Minibuffer keymap used for reading Lisp expressions. (defvar read-expression-map (byte-code "\302 \303\304\305#\210\306 \"\210)\207" [m minibuffer-local-map make-sparse-keymap define-key "\211" lisp-complete-symbol set-keymap-parent] 4) (#$ . 13871)) (byte-code "\301B\302\301!\204\f\303\303\207" [current-load-list read-expression-history boundp nil] 2) #@75 *Value to use for `print-level' when printing value in `eval-expression'. (custom-declare-variable 'eval-expression-print-level '4 '(#$ . -14240) :group 'lisp :type '(choice (const nil) integer) :version "21.1") #@76 *Value to use for `print-length' when printing value in `eval-expression'. (custom-declare-variable 'eval-expression-print-length '12 '(#$ . -14458) :group 'lisp :type '(choice (const nil) integer) :version "21.1") #@127 *Non-nil means set `debug-on-error' when evaluating in `eval-expression'. If nil, don't change the value of `debug-on-error'. (custom-declare-variable 'eval-expression-debug-on-error 't '(#$ . -14680) :group 'lisp :type 'boolean :version "21.1") #@272 Evaluate EVAL-EXPRESSION-ARG and print value in the echo area. Value is also consed on to front of the variable `values'. Optional argument EVAL-EXPRESSION-INSERT-VALUE, if non-nil, means insert the result into the current buffer instead of printing it in the echo area. (defalias 'eval-expression #[(eval-expression-arg &optional eval-expression-insert-value) "\204 \306 !\nB\202'\307\310!\311\211\306 !\nB )\f =\204& *\f \312\n@\203;p\202<\313\"*\207" [eval-expression-debug-on-error eval-expression-arg values new-value old-value debug-on-error eval make-symbol "t" nil prin1 t eval-expression-print-length eval-expression-print-level print-level print-length eval-expression-insert-value] 4 (#$ . 14933) (list (read-from-minibuffer "Eval: " nil read-expression-map t 'read-expression-history) current-prefix-arg)]) #@178 Prompting with PROMPT, let user edit COMMAND and eval result. COMMAND is a Lisp expression. Let user edit that expression in the minibuffer, then read and evaluate the result. (defalias 'edit-and-eval-command #[(prompt command) "\304\305 !\n\306\307% @;\203 A @\232\204 B\310 !)\207" [prompt command read-expression-map command-history read-from-minibuffer prin1-to-string t (command-history . 1) eval] 6 (#$ . 15780)]) #@537 Edit and re-evaluate last complex command, or ARGth from last. A complex command is one which used the minibuffer. The command is placed in the minibuffer as a Lisp form for editing. The result is executed, repeating the command as changed. If the command has been changed or is not the most recent previous command it is added to the front of the command history. You can use the minibuffer history commands \\[next-history-element] and \[previous-history-element] to get different commands to edit and resubmit. (defalias 'repeat-complex-command #[(arg) "S 8\306\211\203<\306\307 T\310\311\312 !\313\301B%+ @;\203+ A\n @\232\2046\n B\314\n!\202>\315 *\207" [arg command-history newcmd elt minibuffer-history-sexp-flag minibuffer-history-position nil minibuffer-depth read-from-minibuffer "Redo: " prin1-to-string t eval ding print-level read-expression-map] 8 (#$ . 16218) "p"]) #@124 Default minibuffer history list. This is used for all minibuffer input except when an alternate history list is specified. (defvar minibuffer-history nil (#$ . 17146)) #@277 Non-nil when doing history operations on `command-history'. More generally, indicates that the history list being acted on contains expressions rather than strings. It is only valid if its value equals the current minibuffer depth, to handle recursive uses of the minibuffer. (defvar minibuffer-history-sexp-flag nil (#$ . 17321)) (byte-code "\304\305\303\nB\306\303!\204\305\307\310\311\"\207" [minibuffer-history-variable minibuffer-history-position current-load-list minibuffer-history-search-history minibuffer-history nil boundp mapcar #[(key-and-command) "\300\301\302\"\207" [mapcar #[(keymap-and-completionp) "\303@J @ A\211:\203A\210\n@\202\n)#\207" [keymap-and-completionp key-and-command command define-key] 6] ((minibuffer-local-map) (minibuffer-local-ns-map) (minibuffer-local-completion-map . t) (minibuffer-local-must-match-map . t) (read-expression-map))] 3] (("n" next-history-element . next-complete-history-element) ([next] next-history-element . next-complete-history-element) ("p" previous-history-element . previous-complete-history-element) ([prior] previous-history-element . previous-complete-history-element) ("r" . previous-matching-history-element) ("s" . next-matching-history-element))] 3) #@154 Text that was in this minibuffer before any history commands. This is nil if there have not yet been any history commands in this use of the minibuffer. (defvar minibuffer-text-before-history nil (#$ . 18565)) (add-hook 'minibuffer-setup-hook 'minibuffer-history-initialize) (defalias 'minibuffer-history-initialize #[nil "\301\211\207" [minibuffer-text-before-history nil] 2]) #@77 A point-motion hook for the minibuffer, that moves point out of the prompt. (defalias 'minibuffer-avoid-prompt #[(new old) "\300\301d\"\207" [constrain-to-field nil] 3 (#$ . 18950)]) #@275 *Minibuffer history variables for which matching should ignore case. If a history variable is a member of this list, then the \[previous-matching-history-element] and \[next-matching-history-element] commands ignore case when searching it, regardless of `case-fold-search'. (custom-declare-variable 'minibuffer-history-case-insensitive-variables 'nil '(#$ . -19140) :type '(repeat variable) :group 'minibuffer) #@433 Find the previous history element that matches REGEXP. (Previous history elements refer to earlier actions.) With prefix argument N, search for Nth previous match. If N is negative, find the next or Nth next match. Normally, history elements are matched case-insensitively if `case-fold-search' is non-nil, but an uppercase letter in REGEXP makes the search case-sensitive. See also `minibuffer-history-case-insensitive-variables'. (defalias 'previous-matching-history-element #[(regexp n) "\306!\204\334\306 !\203\n\204\307d! J\310\f\311\"\205) >\203'\311\202)\312\211\211 \313U\204\306\314\313W\203P\315\202Q\314\\]G^\211U\203o\316\314U\203l\317\202m\320!\210 \321 =\203\206\312!\322S8!)\202\214S8\313W\203\241\323\f\"\205\256\313\225\202\256\323\324\f\325Q\"\205\256\314\224\211\2039\211\313W\203\277\314\202\300\315\\\211\202:db\210\326 \210c\210\327 \\b\210.\"@@\330=\204\356\"@@\331=\205\364\"A\211\"\207" [n minibuffer-history-position minibuffer-text-before-history minibuffer-history-variable regexp minibuffer-history-case-insensitive-variables zerop field-string isearch-no-upper-case-p t nil 0 1 -1 error "No later matching history item" "No earlier matching history item" minibuffer-depth prin1-to-string string-match ".*\\(" "\\)" delete-field field-beginning previous-matching-history-element next-matching-history-element case-fold-search pos match-offset match-string prevpos history minibuffer-history-sexp-flag print-level command-history] 7 (#$ . 19558) (let* ((enable-recursive-minibuffers t) (regexp (read-from-minibuffer "Previous element matching (regexp): " nil minibuffer-local-map nil 'minibuffer-history-search-history))) (list (if (string= regexp "") (if minibuffer-history-search-history (car minibuffer-history-search-history) (error "No previous history search regexp")) regexp) (prefix-numeric-value current-prefix-arg)))]) #@380 Find the next history element that matches REGEXP. (The next history element refers to a more recent action.) With prefix argument N, search for Nth next match. If N is negative, find the previous or Nth previous match. Normally, history elements are matched case-insensitively if `case-fold-search' is non-nil, but an uppercase letter in REGEXP makes the search case-sensitive. (defalias 'next-matching-history-element #[(regexp n) "\302 [\"\207" [regexp n previous-matching-history-element] 3 (#$ . 21514) (let* ((enable-recursive-minibuffers t) (regexp (read-from-minibuffer "Next element matching (regexp): " nil minibuffer-local-map nil 'minibuffer-history-search-history))) (list (if (string= regexp "") (setcar minibuffer-history-search-history (nth 1 minibuffer-history-search-history)) regexp) (prefix-numeric-value current-prefix-arg)))]) (byte-code "\301B\302\301!\204\f\303\303\207" [current-load-list minibuffer-temporary-goal-position boundp nil] 2) #@72 Insert the next element of the minibuffer history into the minibuffer. (defalias 'next-history-element #[(n) "\306!\206\316 Z\n\203\307\202\310\311\211\306 !\203)\204)\312d! W\203?\n\203;\313\314!\210\202?\313\315!\210JGV\203M\313\316!\210\317=\204{\320=\204{\321d!\322\323!`X\203o\202xm\203w\311\202x`L\210)db\210\324 \210\307U\203\220\n\202\255\310U\203\246\206\235\325\326\311\202\255 SJ8\327 =\203\303 \204\303\311\330\f!)\202\304\fc\210\206\314db,\207" [n minibuffer-history-position minibuffer-default minibuffer-returned-to-present elt minimum zerop -1 0 nil field-string error "End of history; no next item" "End of history; no default available" "Beginning of history; no preceding item" next-history-element previous-history-element field-beginning make-local-variable minibuffer-temporary-goal-position delete-field "" t minibuffer-depth prin1-to-string narg minibuffer-text-before-history minibuffer-history-variable last-command prompt-end minibuffer-history-sexp-flag print-level] 4 (#$ . 22489) "p"]) #@77 Inserts the previous element of the minibuffer history into the minibuffer. (defalias 'previous-history-element #[(n) "\301[!\207" [n next-history-element] 2 (#$ . 23587) "p"]) #@171 Get next history element which completes the minibuffer before the point. The contents of the minibuffer after the point are deleted, and replaced by the new completion. (defalias 'next-complete-history-element #[(n) "`\302\303\304\305 `{!P \"\210b)\207" [point-at-start n next-matching-history-element "^" regexp-quote field-beginning] 5 (#$ . 23772) "p"]) #@175 Get previous history element which completes the minibuffer before the point. The contents of the minibuffer after the point are deleted, and replaced by the new completion. (defalias 'previous-complete-history-element #[(n) "\301[!\207" [n next-complete-history-element] 2 (#$ . 24139) "p"]) #@101 Return the display width of the minibuffer prompt. Return 0 if current buffer is not a mini-buffer. (defalias 'minibuffer-prompt-width #[nil "\300d!S\207" [field-beginning] 2 (#$ . 24440)]) #@124 Return the buffer position of the end of the minibuffer prompt. Return (point-min) if current buffer is not a mini-buffer. (defalias 'minibuffer-prompt-end #[nil "\300d!\207" [field-beginning] 2 (#$ . 24637)]) #@92 Return the user input in a minbuffer as a string. The current buffer must be a minibuffer. (defalias 'minibuffer-contents #[nil "\300d!\207" [field-string] 2 (#$ . 24853)]) #@117 Return the user input in a minbuffer as a string, without text-properties. The current buffer must be a minibuffer. (defalias 'minibuffer-contents-no-properties #[nil "\300d!\207" [field-string-no-properties] 2 (#$ . 25033)]) #@81 Delete all user input in a minibuffer. The current buffer must be a minibuffer. (defalias 'delete-minibuffer-contents #[nil "\300d!\207" [delete-field] 2 (#$ . 25265)]) (defalias 'advertised-undo 'undo) #@329 Undo some previous changes. Repeat this command to undo more changes. A numeric argument serves as a repeat count. In Transient Mark mode when the mark is active, only undo changes within the current region. Similarly, when not in Transient Mark mode, just C-u as an argument limits undo to changes within the current region. (defalias 'undo #[(&optional arg) "\306\307 \310 \311 \312 =\204\313\314!\210 \315=\204?\f\203\" \202+\2038\247?\2038\316\317 \320 \"\210\202;\316 \210\321\322!\210\321\f\204J\247\203Q\323!\202R\322!\210\324\211@\203\310@\250\203\273@\204yA\202\200A\241\210A\211@\203\267@=\203\252\203\242A\241\210\202\256A\202\256A\211\202\206\324)A\211\202\\*\n\203\326\307 \204\326\325 !\210*\315\211\207" [this-command recent-save modified last-command transient-mark-mode mark-active t buffer-modified-p recent-auto-save-p selected-window minibuffer-window message "Undo!" undo undo-start region-beginning region-end undo-more 1 prefix-numeric-value nil delete-auto-save-file-if-necessary arg buffer-undo-list prev tail pos] 4 (#$ . 25475) "*P"]) #@73 Within a run of consecutive undo commands, list remaining to be undone. (defvar pending-undo-list nil (#$ . 26639)) #@99 Non-nil while performing an undo. Some change-hooks test this variable to do something different. (defvar undo-in-progress nil (#$ . 26761)) #@179 Undo back N undo-boundaries beyond what was already undone recently. Call `undo-start' to get ready to undo recent changes, then call `undo-more' one or more times to undo them. (defalias 'undo-more #[(count) "\204\303\304!\210\305\306\n\"\211)\207" [pending-undo-list undo-in-progress count error "No further undo information" t primitive-undo] 3 (#$ . 26909)]) #@32 Make a copy of undo list LIST. (defalias 'undo-copy-list #[(list) "\301\302\"\207" [list mapcar undo-copy-list-1] 3 (#$ . 27284)]) (defalias 'undo-copy-list-1 #[(elt) ":\203 @\301A!B\207\207" [elt undo-copy-list-1] 3]) #@315 Set `pending-undo-list' to the front of the undo list. The next call to `undo-more' will undo the most recently made change. If BEG and END are specified, then only undo elements that apply to text between BEG and END are used; other undo elements are ignored. If BEG and END are nil, all undo elements are used. (defalias 'undo-start #[(&optional beg end) "\304=\203\n\305\306!\210 \203#\n\203# \nU\204#\307 \n^ \n]\"\202$\211\207" [buffer-undo-list beg end pending-undo-list t error "No undo information in this buffer" undo-make-selective-list] 4 (#$ . 27516)]) (byte-code "\301B\301\207" [current-load-list undo-adjusted-markers] 2) #@293 Return a list of undo elements for the region START to END. The elements come from `buffer-undo-list', but we keep only the elements inside this region, and discard those outside this region. If we find an element that crosses an edge of this region, we stop and ignore all further elements. (defalias 'undo-make-selective-list #[(start end) "\306!\307C\307\211\211\211\211\211\211\203.@\211:\203. @\310=\203.\f?\2025\311 #\211\203[\312 !A\\@\307=\203R \307=\204$ B\202$\313 #\203k\307\202$\310A\312 !\211A\314U\204$ @ A\n\203#\n@\211\250\203\241 Y\203\n Z\240\210\202 :\203 @;\203\326\315 A! A\314W\211Y\203\322 \203\311\316\202\312\317Z_\241\210*\202 @\250\203\367 @Y\203 \211@Z\240\210 \211AZ\241\210\202 @\204\320 \233\211@Y\203\211@Z\240\210\211AZ\241\210)\nA\211\204\210*)A\211\204\237.\207" [buffer-undo-list delta temp-undo-list undo-elt some-rejected undo-adjusted-markers undo-copy-list nil t undo-elt-in-region undo-delta undo-elt-crosses-region 0 abs -1 1 3 undo-list undo-list-copy start end keep-this offset position point-at-end text-pos tail] 9 (#$ . 28171)]) #@106 Determine whether UNDO-ELT falls inside the region START ... END. If it crosses the edge, we return nil. (defalias 'undo-elt-in-region #[(undo-elt start end) "\250\203 Y\205\216\nX\207\306=\203\307\207:\204\306\207@;\2034\310A! Y\205\216\310A!\nW\207:\203g\311@!\203g@ \236\211\204U@\312@!B\211 B\fA\205e\fA Y\205e\fA\nX)\207@\204}\313\233\211@ Y\205{ A\nX)\207@\250\205\216@ Y\205\216A\nX\207" [undo-elt start end undo-adjusted-markers alist-elt tail nil t abs markerp marker-position 3] 4 (#$ . 29379)]) #@161 Test whether UNDO-ELT crosses one edge of that region START ... END. This assumes we have already decided that UNDO-ELT is not *inside* the region START...END. (defalias 'undo-elt-crosses-region #[(undo-elt start end) ":\204\304\207@\204\305\233\211@\nW\206 A V)?\207@\250\2050@\nW\206/A V?\207" [undo-elt tail end start nil 3] 3 (#$ . 29932)]) (defalias 'undo-delta #[(undo-elt) ":\203%@;\203\301A!@GB\207@\250\203#@@AZB\207\302\207\303\207" [undo-elt abs (0 . 0) (0 . 0)] 3]) #@58 History list for some commands that read shell commands. (defvar shell-command-history nil (#$ . 30443)) #@66 Switch used to have the shell execute its command line argument. (defvar shell-command-switch "-c" (#$ . 30554)) #@266 *Buffer name for `shell-command' and `shell-command-on-region' error output. This buffer is used when `shell-command' or 'shell-command-on-region' is run interactively. A value of nil means that output to stderr and stdout will be intermixed in the output stream. (defvar shell-command-default-error-buffer nil (#$ . -30674)) #@1734 Execute string COMMAND in inferior shell; display output, if any. With prefix argument, insert the COMMAND's output at point. If COMMAND ends in ampersand, execute it asynchronously. The output appears in the buffer `*Async Shell Command*'. That buffer is in shell mode. Otherwise, COMMAND is executed synchronously. The output appears in the buffer `*Shell Command Output*'. If the output is short enough to display in the echo area (which is determined by the variables `resize-mini-windows' and `max-mini-window-height'), it is shown there, but it is nonetheless available in buffer `*Shell Command Output*' even though that buffer is not automatically displayed. If there is no output, or if output is inserted in the current buffer, then `*Shell Command Output*' is deleted. To specify a coding system for converting non-ASCII characters in the shell command output, use \[universal-coding-system-argument] before this command. Noninteractive callers can specify coding systems by binding `coding-system-for-read' and `coding-system-for-write'. The optional second argument OUTPUT-BUFFER, if non-nil, says to put the output in some other buffer. If OUTPUT-BUFFER is a buffer or buffer name, put the output there. If OUTPUT-BUFFER is not a buffer and not nil, insert output in current buffer. (This cannot be done asynchronously.) In either case, the output is inserted after point (leaving mark after it). If the optional third argument ERROR-BUFFER is non-nil, it is a buffer or buffer name to which to direct the command's standard error output. If it is nil, error output is mingled with regular output. In an interactive call, the variable `shell-command-default-error-buffer' specifies the value of ERROR-BUFFER. (defalias 'shell-command #[(command &optional output-buffer error-buffer) "\306\307!\310\"\211\203 \310\n \f$\202 \203\242\311 !\204\242 ;\204\242\f\2052\312\313\314 \20602\"!3\315 \210\316\317\320\"\210\3214\3173\203L\3203D\202M\320\3175\n&\2103\203\224\3223!\203\224\323\324\3253!8W\203\217r\326\f!q\210d`Z6o\204}\327c\210\3303\317\"\210d6Zb\210)\331p!\210)\3323!\210\333\320!\334 `p\223\210b)\202\335 7\336\216\337\340\n\"\203\326 \206\265\341!\31789:\n\323\211\224O\342:!\2118\203\340\343\344!\203\334\3458!\210\202\340\346\347!\210\212:q\210\317;\350 \210\331:!\2109\351\352:45\n%8\353<\354\355!\210\356 \210\3578\360\",\202\361``\n \317\f&*)\207" [default-directory handler command output-buffer error-buffer small-temporary-file-directory find-file-name-handler directory-file-name shell-command bufferp make-temp-file expand-file-name "scor" barf-if-buffer-read-only push-mark nil t call-process file-exists-p 0 7 file-attributes get-buffer-create "\f\n" format-insert-file display-buffer delete-file mark mark-marker match-data ((set-match-data save-match-data-internal)) string-match "[ ]*&[ ]*\\'" "*Async Shell Command*" get-buffer-process yes-or-no-p "A command is running. Kill it? " kill-process error "Shell command in progress" erase-buffer start-process "Shell" (":%s") require shell shell-mode set-process-sentinel shell-command-sentinel shell-command-on-region temporary-file-directory error-file shell-file-name shell-command-switch pos-from-end save-match-data-internal proc directory buffer buffer-read-only mode-line-process] 8 (#$ . 31009) (list (read-from-minibuffer "Shell command: " nil nil nil 'shell-command-history) current-prefix-arg shell-command-default-error-buffer)]) #@871 Display MESSAGE in the echo area if possible, otherwise in a pop-up buffer. MESSAGE may be either a string or a buffer. A buffer is displayed using `display-buffer' if MESSAGE is too long for the maximum height of the echo area, as defined by `max-mini-window-height' if `resize-mini-windows' is non-nil. Returns either the string shown in the echo area, or when a pop-up buffer is used, the window used to display it. If MESSAGE is a string, then the optional argument BUFFER-NAME is the name of the buffer used to display it in the case where a pop-up buffer is used, defaulting to `*Message*'. In the case where MESSAGE is a string and it is displayed in the echo area, it is not specified whether the contents are inserted into the buffer anyway. Optional arguments NOT-THIS-WINDOW and FRAME are as for `display-buffer', and only used if a buffer is displayed. (defalias 'display-message-or-buffer #[(message &optional buffer-name not-this-window frame) ";\203\306\307\"\204\300\310\"\207;\203+\306\307\"GSU\203+\300\310\311GSO\"\207r\312!\2036\202=\313 \206<\314!q\210\312!\204K\315 \210c\210\316 \311U\203V\311\202Z\317ed\"\211\311U\206\247\n\320X\204\213\n \203\206\321\f!\203y\322 \f_\202\207\f\250\203\202\f\202\207\320\202\207\320X\203\236db\210n\203\225\323u\210\300\310e`{\"\202\247eb\210\324p #*\207" [message buffer-name lines resize-mini-windows max-mini-window-height not-this-window string-match "\n" "%s" 0 bufferp get-buffer-create "*Message*" erase-buffer buffer-size count-lines 1 floatp frame-height -1 display-buffer frame] 6 (#$ . 34518)]) (defalias 'shell-command-sentinel #[(process signal) "\302!\303>\205\304\305\306!AA@ \307\310O#\207" [process signal process-status (exit signal) message "%s: %s." process-command 0 -1] 6]) #@2058 Execute string COMMAND in inferior shell with region as input. Normally display output (if any) in temp buffer `*Shell Command Output*'; Prefix arg means replace the region with it. Return the exit code of COMMAND. To specify a coding system for converting non-ASCII characters in the input and output to the shell command, use \[universal-coding-system-argument] before this command. By default, the input (from the current buffer) is encoded in the same coding system that will be used to save the file, `buffer-file-coding-system'. If the output is going to replace the region, then it is decoded from that same coding system. The noninteractive arguments are START, END, COMMAND, OUTPUT-BUFFER, REPLACE, ERROR-BUFFER. Noninteractive callers can specify coding systems by binding `coding-system-for-read' and `coding-system-for-write'. If the output is short enough to display in the echo area (which is determined by the variable `max-mini-window-height' if `resize-mini-windows' is non-nil), it is shown there, but it is nonetheless available in buffer `*Shell Command Output*' even though that buffer is not automatically displayed. If there is no output, or if output is inserted in the current buffer, then `*Shell Command Output*' is deleted. If the optional fourth argument OUTPUT-BUFFER is non-nil, that says to put the output in some other buffer. If OUTPUT-BUFFER is a buffer or buffer name, put the output there. If OUTPUT-BUFFER is not a buffer and not nil, insert output in the current buffer. In either case, the output is inserted after point (leaving mark after it). If REPLACE, the optional fifth argument, is non-nil, that means insert the output in place of text from START to END, putting point and mark around it. If optional sixth argument ERROR-BUFFER is non-nil, it is a buffer or buffer name to which to direct the command's standard error output. If it is nil, error output is mingled with regular output. In an interactive call, the variable `shell-command-default-error-buffer' specifies the value of ERROR-BUFFER. (defalias 'shell-command-on-region #[(start end command &optional output-buffer replace error-buffer) "\205\306\307\310 \206\f\n\"!\311 \204'\203j\312!\204j;\204j \2050Wb\210 \203?\313`\314\"\210\315 \316\f\203Q\316\fD\202R\316\311!\"& \203f\203f\317 \210)\202\346\320\206q\321!\311#$\322\216$p=\203\257\311%]d|\210e^|\210\315ed \316\f\203\243\316\fD\202\244\316\311!\"&\202\345&'\212$q\210\311%\204\304'&\323 \210*\315 \311\f\203\333$\fD\202\335$\311!\"&+\f\203!\324\f!\203!\325\326\327\f!8W\203r\320!q\210d`Z(o\204\f\330c\210\331\f\311\"\210d(Zb\210)\332p!\210)\333\f!\210 *\207" [error-buffer small-temporary-file-directory temporary-file-directory exit-status error-file replace make-temp-file expand-file-name "scor" nil bufferp push-mark nomsg call-process-region t exchange-point-and-mark get-buffer-create "*Shell Command Output*" ((byte-code "\205\304\232r\nq\210deV)\203\305\n!\210\202;\306 \203-\304\307\310 !8W\203-\311\202.\312\304\232\2038\313\2029\314\"\210\304\207" [exit-status success buffer error-file 0 display-message-or-buffer message 7 file-attributes "(Shell command %sed with some error output)" "(Shell command %sed with no output)" "succeed" "fail"] 5)) erase-buffer file-exists-p 0 7 file-attributes "\f\n" format-insert-file display-buffer delete-file output-buffer start end swap shell-file-name shell-command-switch command success buffer buffer-read-only default-directory directory pos-from-end] 9 (#$ . 36327) (let ((string (read-from-minibuffer "Shell command on region: " nil nil nil 'shell-command-history))) (list (region-beginning) (region-end) string current-prefix-arg current-prefix-arg shell-command-default-error-buffer))]) #@66 Execute shell command COMMAND and return its output as a string. (defalias 'shell-command-to-string #[(command) "\304\305\306!!\211rq\210\307 \310\311\310\n &\210*rq\210\312 \313\310!\210*\207" [standard-output shell-file-name shell-command-switch command get-buffer-create generate-new-buffer-name " *string-output*" call-process nil t buffer-string kill-buffer] 8 (#$ . 40168)]) #@53 Keymap used while processing \[universal-argument]. (defvar universal-argument-map (byte-code "\302 \303\304\305#\210\303\306 \307\"\305#\210\303\310\311#\210\303\312\313#\210\303\314\315#\210\303\316\317#\210\303\320\317#\210\303\321\317#\210\303\322\317#\210\303\323\317#\210\303\324\317#\210\303\325\317#\210\303\326\317#\210\303\327\317#\210\303\330\317#\210\303\331\317#\210\303\332\317#\210\303\333\317#\210\303\334\317#\210\303\335\317#\210\303\336\317#\210\303\337\317#\210\303\340\317#\210\303\341\317#\210\303\342\317#\210\303\343\315#\210)\207" [map meta-prefix-char make-sparse-keymap define-key [t] universal-argument-other-key vector t [switch-frame] nil [21] universal-argument-more [45] universal-argument-minus [48] digit-argument [49] [50] [51] [52] [53] [54] [55] [56] [57] [kp-0] [kp-1] [kp-2] [kp-3] [kp-4] [kp-5] [kp-6] [kp-7] [kp-8] [kp-9] [kp-subtract]] 5) (#$ . 40560)) #@194 Number of argument-specifying events read by `universal-argument'. `universal-argument-other-key' uses this to discard those events from (this-command-keys), and reread only the final command. (defvar universal-argument-num-events nil (#$ . 41490)) #@596 Begin a numeric argument for the following command. Digits or minus sign following \[universal-argument] make up the numeric argument. \[universal-argument] following the digits or minus sign ends the argument. \[universal-argument] without digits or minus sign provides 4 as argument. Repeating \[universal-argument] without digits or minus sign multiplies the argument by 4 each time. For some commands, just \[universal-argument] by itself serves as a flag which is different in effect from any particular numeric argument. These commands include \[set-mark-command] and \[start-kbd-macro]. (defalias 'universal-argument #[nil "\304C\305 G\n\211\207" [prefix-arg universal-argument-num-events universal-argument-map overriding-terminal-local-map 4 this-command-keys] 2 (#$ . 41746) nil]) (defalias 'universal-argument-more #[(arg) ":\203@\304_C\202\305=\203\306C\202\307\310 G\211\207" [arg prefix-arg overriding-terminal-local-map universal-argument-num-events 4 - -4 nil this-command-keys] 2 nil "P"]) #@129 Begin a negative numeric argument for the next command. \[universal-argument] following digits or minus sign ends the argument. (defalias 'negative-argument #[(arg) "\250\203 [\202\305=\203\306\202\305\307 G \211\207" [arg prefix-arg universal-argument-num-events universal-argument-map overriding-terminal-local-map - nil this-command-keys] 2 (#$ . 42781) "P"]) #@124 Part of the numeric argument for the next command. \[universal-argument] following digits or minus sign ends the argument. (defalias 'digit-argument #[(arg) "\250\203 \202\f\306N\307 \310\"\311Z \250\203- \312_ \313W\203'\n[\202(\n\\\202E \314=\203C\315\n!\203=\314\202?\n[\202E\n*\316 G\211\207" [last-command-char char digit arg prefix-arg universal-argument-num-events ascii-character logand 127 48 10 0 - zerop this-command-keys universal-argument-map overriding-terminal-local-map] 3 (#$ . 43166) "P"]) (defalias 'universal-argument-minus #[(arg) "\250\203 \301!\207\302!\207" [arg universal-argument-other-key negative-argument] 2 nil "P"]) (defalias 'universal-argument-other-key #[(arg) "\306 \307\n!\310\f \233 \"*\311 \210\312\211 \207" [arg prefix-arg key keylist universal-argument-num-events unread-command-events this-command-keys listify-key-sequence append reset-this-command-lengths nil overriding-terminal-local-map] 3 nil "P"]) #@558 Function to call to make a killed region available to other programs. Most window systems provide some sort of facility for cutting and pasting text between the windows of different programs. This variable holds a function that Emacs calls whenever text is put in the kill ring, to make the new kill available to other programs. The function takes one or two arguments. The first argument, TEXT, is a string containing the text which should be made available. The second, PUSH, if non-nil means this is a "new" kill; nil means appending to an "old" kill. (defvar interprogram-cut-function nil (#$ . 44153)) #@969 Function to call to get text cut from other programs. Most window systems provide some sort of facility for cutting and pasting text between the windows of different programs. This variable holds a function that Emacs calls to obtain text that other programs have provided for pasting. The function should be called with no arguments. If the function returns nil, then no other program has provided such text, and the top of the Emacs kill ring should be used. If the function returns a string, that string should be put in the kill ring as the latest kill. Note that the function should return a string only if a program other than Emacs has provided a string for pasting; if Emacs provided the most recent string, the function should return nil. If it is difficult to tell whether Emacs or some other program provided the current string, it is probably good enough to return nil if the string is equal (according to `string=') to the last text Emacs provided. (defvar interprogram-paste-function nil (#$ . 44769)) #@430 List of killed text sequences. Since the kill ring is supposed to interact nicely with cut-and-paste facilities offered by window systems, use of this variable should interact nicely with `interprogram-cut-function' and `interprogram-paste-function'. The functions `kill-new', `kill-append', and `current-kill' are supposed to implement this interaction; you may want to use them instead of manipulating the kill ring directly. (defvar kill-ring nil (#$ . 45798)) #@70 *Maximum length of kill ring before oldest elements are thrown away. (custom-declare-variable 'kill-ring-max '60 '(#$ . -46269) :type 'integer :group 'killing) #@63 The tail of the kill ring whose car is the last thing yanked. (defvar kill-ring-yank-pointer nil (#$ . 46435)) #@294 Make STRING the latest kill in the kill ring. Set the kill-ring-yank pointer to point to it. If `interprogram-cut-function' is non-nil, apply it to STRING. Optional second argument REPLACE non-nil means that STRING will replace the front of the kill ring, rather than being added to the list. (defalias 'kill-new #[(string &optional replace) "\306\307!\203\307 \205\n@\"\210 \203\n\203\n\240\210\2021\nB\211G V\2031 S\n\233\310\241\210\n \205<  ?\"\207" [string replace kill-ring kill-ring-max kill-ring-yank-pointer interprogram-cut-function fboundp menu-bar-update-yank-menu nil] 4 (#$ . 46553)]) #@185 Append STRING to the end of the latest kill in the kill ring. If BEFORE-P is non-nil, prepend STRING to the kill. If `interprogram-cut-function' is set, pass the resulting kill to it. (defalias 'kill-append #[(string before-p) "\303\203\f \n@P\202\n@ P\304\"\207" [before-p string kill-ring kill-new t] 3 (#$ . 47176)]) #@358 Rotate the yanking point by N places, and then return that kill. If N is zero, `interprogram-paste-function' is set, and calling it returns a string, then that string is added to the front of the kill ring and returned as the latest kill. If optional arg DO-NOT-MOVE is non-nil, then don't actually move the yanking point; just return the Nth kill forward. (defalias 'current-kill #[(n &optional do-not-move) "\306U\205\f \205\f \211\203\307\310\n!\210)\n\202<\f\204$\311\312!\210\313 GZ\fG\"\f\233\f \2048\f\f@))\207" [n interprogram-paste-function interprogram-paste interprogram-cut-function kill-ring kill-ring-yank-pointer 0 nil kill-new error "Kill ring is empty" mod ARGth-kill-element do-not-move] 4 (#$ . 47507)]) #@66 *Non-nil means don't signal an error for killing read-only text. (custom-declare-variable 'kill-read-only-ok 'nil '(#$ . -48253) :type 'boolean :group 'killing) (byte-code "\300\301\302\303#\210\300\301\304\305#\207" [put text-read-only error-conditions (text-read-only buffer-read-only error) error-message "Text is read-only"] 4) #@892 Kill between point and mark. The text is deleted but saved in the kill ring. The command \[yank] can retrieve it from there. (If you want to kill and then yank immediately, use \[kill-ring-save].) If you want to append the killed region to the last killed text, use \[append-next-kill] before \[kill-region]. If the buffer is read-only, Emacs will beep and refrain from deleting the text, but put the text in the kill ring anyway. This means that you can use the killing commands to copy text from a read-only buffer. This is the primitive for programs to kill text (as opposed to deleting it). Supply two arguments, character numbers indicating the stretch of text to be killed. Any command that calls this function is a "kill command". If the previous command was also a kill command, the text killed this time appends to the text killed last time to make one entry in the kill ring. (defalias 'kill-region #[(beg end) "\300\301\302\217\207" [nil (byte-code "\305 \"\211\203 \306=\203\307\n W\"\210\202\310\n!\210\306\211)\207" [beg end string last-command this-command delete-and-extract-region kill-region kill-append kill-new] 5) (((buffer-read-only text-read-only) (byte-code "\304 \"\210\305 \203\306\307!\207\310 \210\311\312pC\"\207" [beg end this-command kill-read-only-ok copy-region-as-kill kill-region message "Read only text copied to kill ring" barf-if-buffer-read-only signal text-read-only] 3)))] 3 (#$ . 48592) "r"]) #@192 Save the region as if killed, but don't kill it. In Transient Mark mode, deactivate the mark. If `interprogram-cut-function' is non-nil, also save the text for a window system cut and paste. (defalias 'copy-region-as-kill #[(beg end) "\305=\203\306 \n{\n W\"\210\202\307 \n{!\210 \203\310\311\207" [last-command beg end transient-mark-mode deactivate-mark kill-region kill-append kill-new t nil] 4 (#$ . 50053) "r"]) #@444 Save the region as if killed, but don't kill it. In Transient Mark mode, deactivate the mark. If `interprogram-cut-function' is non-nil, also save the text for a window system cut and paste. If you want to append the killed line to the last killed text, use \[append-next-kill] before \[kill-ring-save]. This command is similar to `copy-region-as-kill', except that it gives visual feedback indicating the extent of the region being copied. (defalias 'kill-ring-save #[(beg end) "\306 \"\210t\205w`U\203 \202`\307\310\f\311 \"\203N\312 `p\223\210\fb\210\313\314!\210\312 \fp\223\210 b\210 \205v\205v\205v\315\316\317!\202v\320\321!\211G\322^`U\203l\323\324[\315O\"\202u\323\325\321O\"*+\207" [beg end inhibit-quit opoint other-end quit-flag copy-region-as-kill t pos-visible-in-window-p selected-window mark-marker sit-for 1 nil run-hooks deactivate-mark-hook current-kill 0 40 message "Saved text until \"%s\"" "Saved text from \"%s\"" mark-active transient-mark-mode killed-text message-len] 6 (#$ . 50485) "r"]) #@130 Cause following command, if it kills, to append to previous kill. The argument is used for internal purposes; do not supply one. (defalias 'append-next-kill #[(&optional interactive) "\203\n\303\304\305!\207\303\211\207" [interactive this-command last-command kill-region message "If the next command is a kill, it will append"] 2 (#$ . 51546) "p"]) #@549 Replace just-yanked stretch of killed text with a different stretch. This command is allowed only immediately after a `yank' or a `yank-pop'. At such a time, the region contains a stretch of reinserted previously-killed text. `yank-pop' deletes that text and inserts in its place a different stretch of killed text. With no argument, the previous kill is inserted. With argument N, insert the Nth previous kill. If N is negative, this is a more recent kill. The sequence of kills wraps around, so that after the oldest one comes the newest one. (defalias 'yank-pop #[(arg) "\306=\204\n\307\310!\210\306\311`\312\311!W`\312\311!|\210\313 `p\223\210`\314 !c\210\311\315\f`\316#\210*\n\203?\312\311!\313 `p\223\210b\210*\317\207" [last-command this-command before inhibit-read-only opoint arg yank error "Previous command was not a yank" t mark mark-marker current-kill remove-text-properties (read-only nil) nil] 4 (#$ . 51907) "*p"]) #@364 Reinsert the last stretch of killed text. More precisely, reinsert the stretch of killed text most recently killed OR yanked. Put point at end, and set mark at beginning. With just C-u as argument, same but put point at beginning (and mark at end). With argument N, reinsert the Nth most recently killed stretch of killed text. See also the command \[yank-pop]. (defalias 'yank #[(&optional arg) "\304\305`!\210`\306\n<\203\307\202\n\310=\203\311\202\nS!c\210\304\312 `\313#\210*\n:\203:\314\304!\315 `p\223\210b\210\316\317\207" [this-command opoint arg inhibit-read-only t push-mark current-kill 0 - -1 remove-text-properties (read-only nil) mark mark-marker yank nil] 4 (#$ . 52858) "*P"]) #@118 Rotate the yanking point in the kill ring. With argument, rotate that many kills forward (or backward, if negative). (defalias 'rotate-yank-pointer #[(arg) "\301!\207" [arg current-kill] 2 (#$ . 53572) "p"]) (defalias 'kill-forward-chars #[(arg) "<\203@\301=\203\302\303`\304!\"\207" [arg - -1 kill-region forward-point] 4]) (defalias 'kill-backward-chars #[(arg) "<\203@\301=\203\302\303`\304[!\"\207" [arg - -1 kill-region forward-point] 4]) #@305 *The method for untabifying when deleting backward. Can be `untabify' -- turn a tab to many spaces, then delete one space; `hungry' -- delete all whitespace, both tabs and spaces; `all' -- delete all whitespace, including tabs, spaces and newlines; nil -- just delete one character. (custom-declare-variable 'backward-delete-char-untabify-method ''untabify '(#$ . -54044) :type '(choice (const untabify) (const hungry) (const all) (const nil)) :version "20.3" :group 'killing) #@289 Delete characters backward, changing tabs into spaces. The exact behavior depends on `backward-delete-char-untabify-method'. Delete ARG chars, and kill (save in kill ring) if KILLP is non-nil. Interactively, ARG is the prefix arg (default 1) and KILLP is t if a prefix arg was specified. (defalias 'backward-delete-char-untabify #[(arg &optional killp) "\306=\2037 \212\n\307V\2036o\2046h\310U\203,i\311u\210 iZ\312\313 \"\210\314\315!\210)\311u\210\nS\211\202\n*\316\317=\203B\320\202I\321=\205I\322\211\203j`\212\f\323x\210`)Z \324 !\203c\307\202e S\\)\202k )\"\207" [backward-delete-char-untabify-method arg count col skip wh untabify 0 9 -1 insert-char 32 delete-char 1 delete-backward-char hungry " " all " \n " nil zerop killp] 5 (#$ . 54549) "*p\nP"]) #@184 Kill up to and including ARG'th occurrence of CHAR. Case is ignored if `case-fold-search' is non-nil in the current buffer. Goes backward if ARG is negative; error if CHAR not found. (defalias 'zap-to-char #[(arg char) "\302`\303\304!\305\211 $\210`\"\207" [char arg kill-region search-forward char-to-string nil] 7 (#$ . 55340) "p\ncZap to char: "]) #@75 *If non-nil, `kill-line' with no arg at beg of line kills the whole line. (custom-declare-variable 'kill-whole-line 'nil '(#$ . -55698) :type 'boolean :group 'killing) #@1009 Kill the rest of the current line; if no nonblanks there, kill thru newline. With prefix argument, kill that many lines from point. Negative arguments kill lines backward. With zero argument, kills the text before point on the current line. When calling from a program, nil means "no arg", a number counts as a prefix arg. To kill a whole line, when point is not at the beginning, type \[beginning-of-line] \[kill-line] \[kill-line]. If `kill-whole-line' is non-nil, then this command kills the whole line including its terminating newline, when used at the beginning of a line with no argument. As a consequence, you can always kill a whole line by typing \[beginning-of-line] \[kill-line]. If you want to append the killed line to the last killed text, use \[append-next-kill] before \[kill-line]. If the buffer is read-only, Emacs will beep and refrain from deleting the line, but put the line in the kill ring anyway. This means that you can use this command to copy text from a read-only buffer. (defalias 'kill-line #[(&optional arg) "\302`\203\303\304!!\210\2020m\203\305\306\307\"\210\310\311!\204& \203-n\203-\303\312!\210\2020\313 \210`\"\207" [arg kill-whole-line kill-region forward-visible-line prefix-numeric-value signal end-of-buffer nil looking-at "[ ]*$" 1 end-of-visible-line] 5 (#$ . 55874) "P"]) #@177 Move forward by ARG lines, ignoring currently invisible newlines only. If ARG is negative, move backward -ARG lines. If ARG is zero, move to the beginning of the current line. (defalias 'forward-visible-line #[(arg) "\300\301\302\217\207" [nil (byte-code "\304V\203e\304V\205\332\305\306y!\204\307\310\311\"\210m\204^\312`\313\"\n\314=\203+ \2024 \n>\2064 \n\236)\203^\315`\313\"\203J\316`\313\"\206Md\202M\317`!b\210\305\306y!\204\307\310\311\"\210\202S\211\202\314 \204q\304W\205\331\305!\203}\320 \210\202\211\305\321y!\204\211\307\322\311\"\210o\204\321\312`S\313\"\n\314=\203\235 \202\246 \n>\206\246 \n\236)\203\321\315`S\313\"\203\275\323`\313\"\206\300e\202\300\324`!b\210\305\321y!\204\211\307\322\311\"\210\202\211\311T\202g)\207" [arg prop buffer-invisibility-spec first 0 zerop 1 signal end-of-buffer nil get-char-property invisible t get-text-property next-single-property-change next-overlay-change beginning-of-line -1 beginning-of-buffer previous-single-property-change previous-overlay-change] 4) (((beginning-of-buffer end-of-buffer)))] 3 (#$ . 57217)]) #@38 Move to end of current visible line. (defalias 'end-of-visible-line #[nil "\302\210m?\205?\303`\304\" \305=\203\202  >\206  \236)\205?\306`\304\"\2034\307`\304\"b\210\2029\310`!b\210\302\210\202\207" [prop buffer-invisibility-spec nil get-char-property invisible t get-text-property next-single-property-change next-overlay-change] 3 (#$ . 58341)]) #@208 Insert after point the contents of BUFFER. Puts mark after the inserted text. BUFFER may be a buffer or a buffer name. This function is meant for the user to run interactively. Don't call it from programs! (defalias 'insert-buffer #[(buffer) "\304!\204\n\305!\306\211\211\212\212q\210ed)\307 \n#\210`)\310 !\210+\306\207" [buffer newmark end start bufferp get-buffer nil insert-buffer-substring push-mark] 4 (#$ . 58713) (list (progn (barf-if-buffer-read-only) (read-buffer "Insert buffer: " (if (eq (selected-window) (next-window (selected-window))) (other-buffer (current-buffer)) (window-buffer (next-window (selected-window)))) t)))]) #@264 Append to specified buffer the text of the region. It is inserted into that buffer before its point. When calling from a program, give three arguments: BUFFER (or buffer name), START and END. START and END specify the portion of the current buffer to be copied. (defalias 'append-to-buffer #[(buffer start end) "p\212\306 !\307\n\310\211#\311\nq\210`\312 \210\313 #\210 \311\211\203E@\314!\fU\203<\315`\"\210A\211\204(.\311\207" [oldbuf buffer append-to windows point start get-buffer-create get-buffer-window-list t nil barf-if-buffer-read-only insert-buffer-substring window-point set-window-point end window #1=#:--dolist-temp--97269] 4 (#$ . 59372) (list (read-buffer "Append to buffer: " (other-buffer (current-buffer) t)) (region-beginning) (region-end))]) #@264 Prepend to specified buffer the text of the region. It is inserted into that buffer after its point. When calling from a program, give three arguments: BUFFER (or buffer name), START and END. START and END specify the portion of the current buffer to be copied. (defalias 'prepend-to-buffer #[(buffer start end) "p\212\304 !q\210\305 \210\212\306\n #+\207" [oldbuf buffer start end get-buffer-create barf-if-buffer-read-only insert-buffer-substring] 4 (#$ . 60171) "BPrepend to buffer: \nr"]) #@276 Copy to specified buffer the text of the region. It is inserted into that buffer, replacing existing text there. When calling from a program, give three arguments: BUFFER (or buffer name), START and END. START and END specify the portion of the current buffer to be copied. (defalias 'copy-to-buffer #[(buffer start end) "p\212\304 !q\210\305 \210\306 \210\212\307\n #+\207" [oldbuf buffer start end get-buffer-create barf-if-buffer-read-only erase-buffer insert-buffer-substring] 4 (#$ . 60674) "BCopy to buffer: \nr"]) (byte-code "\300\301\302\303#\210\300\301\304\305#\207" [put mark-inactive error-conditions (mark-inactive error) error-message "The mark is not active now"] 4) #@336 Return this buffer's mark value as integer; error if mark inactive. If optional argument FORCE is non-nil, access the mark value even if the mark is not currently active, and return nil if there is no mark at all. If you are using this in an editing command, you are most likely making a mistake; see the documentation of `set-mark'. (defalias 'mark #[(&optional force) "\204 \203\n\204 \203\304\305 !\207\306\307\310\"\207" [force transient-mark-mode mark-active mark-even-if-inactive marker-position mark-marker signal mark-inactive nil] 3 (#$ . 61366)]) #@152 Deactivate the mark by setting `mark-active' to nil. (That makes a difference only in Transient Mark mode.) Also runs the hook `deactivate-mark-hook'. (defalias 'deactivate-mark #[nil "\205 \302\303\304!\207" [transient-mark-mode mark-active nil run-hooks deactivate-mark-hook] 2 (#$ . 61940)]) (put 'deactivate-mark 'byte-optimizer 'byte-compile-inline-expand) #@701 Set this buffer's mark to POS. Don't use this function! That is to say, don't use this function unless you want the user to see that the mark has moved, and you want the previous mark position to be lost. Normally, when a new mark is set, the old one should go on the stack. This is why most applications should use push-mark, not set-mark. Novice Emacs Lisp programmers often try to use the mark for the wrong purposes. The mark saves a location for the user's convenience. Most editing commands should not alter the mark. To remember a location for internal use in the Lisp program, store it in a Lisp variable. Example: (let ((beg (point))) (forward-line 1) (delete-region beg (point))). (defalias 'set-mark #[(pos) "\203\302\303\304!\210\305 p\223\207\306\303\307!\210\305 \306\211\223\207" [pos mark-active t run-hooks activate-mark-hook mark-marker nil deactivate-mark-hook] 3 (#$ . 62312)]) #@68 The list of former marks of the current buffer, most recent first. (defvar mark-ring nil (#$ . 63231)) (byte-code "\300\301!\210\302\301\303\304#\207" [make-variable-buffer-local mark-ring put permanent-local t] 4) #@73 *Maximum size of mark ring. Start discarding off end if gets this big. (custom-declare-variable 'mark-ring-max '16 '(#$ . -63452) :type 'integer :group 'editing-basics) #@52 The list of saved global marks, most recent first. (defvar global-mark-ring nil (#$ . 63628)) #@80 *Maximum size of global mark ring. Start discarding off end if gets this big. (custom-declare-variable 'global-mark-ring-max '16 '(#$ . -63728) :type 'integer :group 'editing-basics) #@409 Set mark at where point is, or jump to mark. With no prefix argument, set mark, push old mark position on local mark ring, and push mark on global mark ring. With argument, jump to mark, and pop a new position for mark off the ring (does not affect global mark ring). Novice Emacs Lisp programmers often try to use the mark for the wrong purposes. See the documentation of `set-mark' for more information. (defalias 'set-mark-command #[(arg) "\204\n\301\302\211\303#\207\304\303!\204\305\306!\207\304\303!b\210\307 \207" [arg push-mark nil t mark error "No mark set in this buffer" pop-mark] 4 (#$ . 63919) "P"]) #@524 Set mark at LOCATION (point, by default) and push old mark on mark ring. If the last global mark pushed was not in the current buffer, also push LOCATION on the global mark ring. Display `Mark set' unless the optional second arg NOMSG is non-nil. In Transient Mark mode, activate mark if optional third arg ACTIVATE non-nil. Novice Emacs Lisp programmers often try to use the mark for the wrong purposes. See the documentation of `set-mark' for more information. In Transient Mark mode, this does not activate the mark. (defalias 'push-mark #[(&optional location nomsg activate) "\306\307!\203#\310\311 !B\211G V\203# \233@\312\211\223\210 S\233\312\241\210\311 \n\206*`p\223\210 \203:\313 @!p=\204W\310\311 ! B\211G\fV\203W\f \233@\312\211\223\210\fS \233\312\241\210 \204k\204k\314 \315V\204k\316\317!\210\204u\204{\320\306\307!!\210\312\207" [mark-ring mark-ring-max location global-mark-ring global-mark-ring-max nomsg mark t copy-marker mark-marker nil marker-buffer minibuffer-depth 0 message "Mark set" set-mark executing-kbd-macro activate transient-mark-mode] 4 (#$ . 64545)]) #@107 Pop off mark ring into the buffer's actual mark. Does not set point. Does nothing if mark ring is empty. (defalias 'pop-mark #[nil "\2052\303\304 !C\244\304 @\305\\p\223\210 \203\306\307\310!\210@\306\211\223\210\311\312!\204.\313 \210A\211\207" [mark-ring transient-mark-mode mark-active copy-marker mark-marker 0 nil run-hooks deactivate-mark-hook mark t ding] 3 (#$ . 65663)]) (defalias 'exchange-dot-and-mark 'exchange-point-and-mark) #@149 Put the mark where point is now, and point where the mark is now. This command works even when the mark is not active, and it reactivates the mark. (defalias 'exchange-point-and-mark #[nil "\301\302!\211\204\f\303\304!\210\305`!\210b\210)\306\207" [omark mark t error "No mark set in this buffer" set-mark nil] 3 (#$ . 66122) nil]) #@985 Toggle Transient Mark mode. With arg, turn Transient Mark mode on if arg is positive, off otherwise. In Transient Mark mode, when the mark is active, the region is highlighted. Changing the buffer "deactivates" the mark. So do certain other operations that set the mark but whose main purpose is something else--for example, incremental search, \[beginning-of-buffer], and \[end-of-buffer]. You can also deactivate the mark by typing \[keyboard-quit] or \[keyboard-escape-quit]. Many commands change their behavior when Transient Mark mode is in effect and the mark is active, by acting on the region instead of their usual default part of the buffer's text. Examples of such commands include \[comment-dwim], \[flush-lines], \[ispell], \[keep-lines], \[query-replace], \[query-replace-regexp], and \[undo]. Invoke \[apropos-documentation] and type "transient" or "mark.*active" at the prompt, to see the documentation of commands which are sensitive to the Transient Mark mode. (defalias 'transient-mark-mode #[(arg) "\204 ?\202\302!\303Vt\205 \203\304\305!\207\304\306!\207" [arg transient-mark-mode prefix-numeric-value 0 message "Transient Mark mode enabled" "Transient Mark mode disabled"] 2 (#$ . 66464) "P"]) #@56 Pop off global mark ring and jump to the top location. (defalias 'pop-global-mark #[nil "\203\304@!\204A\211\204\204\305\306!\210@\304 !\307 !A@C\244\nq\210 eY\203; dX\204=~\210 b\210\310\n!+\207" [global-mark-ring marker buffer position marker-buffer error "No global mark set" marker-position switch-to-buffer] 3 (#$ . 67702) nil]) #@74 *If non-nil, `next-line' inserts newline to avoid `end of buffer' error. (custom-declare-variable 'next-line-add-newlines 'nil '(#$ . -68064) :type 'boolean :version "21.1" :group 'editing-basics) #@1046 Move cursor vertically down ARG lines. If there is no character in the target line exactly under the current column, the cursor is positioned after the character in that line which spans this column, or at the end of the line if it is not long enough. If there is no line in the buffer after this one, behavior depends on the value of `next-line-add-newlines'. If non-nil, it inserts a newline character to create a line, and moves the cursor to that line. Otherwise it moves the cursor to the end of the buffer. The command \[set-goal-column] can be used to create a semipermanent goal column for this command. Then instead of trying to move exactly vertically (or as close as possible), this command moves to the specified goal column (or as close as possible). The goal column is stored in the variable `goal-column', which is nil when there is no goal column. If you are thinking of using this in a Lisp program, consider using `forward-line' instead. It is usually easier to use and more reliable (no dependence on goal column, etc.). (defalias 'next-line #[(arg) "\203& \303U\203&\212\304\210m)\203\304\304\210\305c\210)\2026\306 !\210\2026t\2032\304\307\310\217\210\2026\306 !\210\304\207" [next-line-add-newlines arg abbrev-mode 1 nil "\n" line-move (line-move arg) (((beginning-of-buffer end-of-buffer) (ding)))] 3 (#$ . 68269) "p"]) #@805 Move cursor vertically up ARG lines. If there is no character in the target line exactly over the current column, the cursor is positioned after the character in that line which spans this column, or at the end of the line if it is not long enough. The command \[set-goal-column] can be used to create a semipermanent goal column for this command. Then instead of trying to move exactly vertically (or as close as possible), this command moves to the specified goal column (or as close as possible). The goal column is stored in the variable `goal-column', which is nil when there is no goal column. If you are thinking of using this in a Lisp program, consider using `forward-line' with a negative argument instead. It is usually easier to use and more reliable (no dependence on goal column, etc.). (defalias 'previous-line #[(arg) "t\203\f\301\302\303\217\210\202\304[!\210\301\207" [arg nil (byte-code "\301[!\207" [arg line-move] 2) (((beginning-of-buffer end-of-buffer) (ding))) line-move] 3 (#$ . 69636) "p"]) #@201 *Non-nil means vertical motion starting at end of line keeps to ends of lines. This means moving to the end of each line moved onto. The beginning of a blank line does not count as the end of a line. (custom-declare-variable 'track-eol 'nil '(#$ . -70668) :type 'boolean :group 'editing-basics) #@87 *Semipermanent goal column for vertical motion, as set by \[set-goal-column], or nil. (custom-declare-variable 'goal-column 'nil '(#$ . -70969) :type '(choice integer (const :tag "None" nil)) :group 'editing-basics) (make-variable-buffer-local 'goal-column) #@198 Current goal column for vertical motion. It is the column where point was at the start of current run of vertical motion commands. When the `track-eol' feature is doing its job, the value is 9999. (defvar temporary-goal-column 0 (#$ . 71234)) #@98 *Non-nil means \[next-line] and \[previous-line] ignore invisible lines. Outline mode sets this. (custom-declare-variable 'line-move-ignore-invisible 'nil '(#$ . -71483) :type 'boolean :group 'editing-basics) (defalias 'line-move #[(arg) "\306`\307\211\211\310\216 \311=\2042 \312=\2042\203/l\203/n\203+ \313=\203/\314\2020i \250\204y!\204y\"\315V\203Z\"\316V\203P\"Sy\210\307\210\317\316y!\202c\317\"y!\203fn\2049\320\"\315W\203r\321\202s\322\307\"\210\2029\"\315V\203\330\307\210\317\323\316!!\203\220\320\322\307\"\210m\204\317\324`\325\"#$\306=\203\246#\202\263#$>\206\263#$\236)\203\317\326`\325\"\203\307\327`\325\"b\210\202\220\330`!b\210\202\220\"S\211\"\202{\"\315W\2039\331 \210\317\323\332!!\203\357\320\321\307\"\210o\2040\324`S\325\"#$\306=\203#\202#$>\206#$\236)\2030\326`S\325\"\203(\333`\325\"b\210\202\357\334`!b\210\202\357\"T\211\"\202\332\307$\335%\206D!\210.\307\207" [line-beg line-end new opoint inhibit-point-motion-hooks last-command t nil ((byte-code "`\212\306\210`)\212\307 \210`)dW\205\310\311\"eV\205%\310S\311\" \203F \f=\203Fn\204Feb\210\306b\210) X\203F`*b\210\306\312\306\313\314%b\210`\nW\204c` V\203\230`\313\212\306\210`)\307 \210`\306\315\206~!\210)` X\203\211`eb\210\306\312\306\313\314%b\210\306\207" [new line-end line-beg before after inhibit-point-motion-hooks nil beginning-of-line get-char-property intangible constrain-to-field t inhibit-line-move-field-capture move-to-column opoint buffer-invisibility-spec goal-column temporary-goal-column] 6)) next-line previous-line end-of-line 9999 0 1 zerop signal beginning-of-buffer end-of-buffer vertical-motion get-char-property invisible get-text-property next-single-property-change next-overlay-change beginning-of-line -1 previous-single-property-change previous-overlay-change move-to-column track-eol temporary-goal-column selective-display line-move-ignore-invisible arg prop buffer-invisibility-spec goal-column] 6]) (put 'set-goal-column 'disabled t) #@381 Set the current horizontal position as a goal for \[next-line] and \[previous-line]. Those commands will move to this position in the line moved to rather than trying to keep the same horizontal position. With a non-nil argument, clears out the goal column so that \[next-line] and \[previous-line] resume vertical motion. The goal column is stored in the variable `goal-column'. (defalias 'set-goal-column #[(arg) "\203 \302\303\304!\210\202i\303\305\306! \"\210\302\207" [arg goal-column nil message "No goal column" substitute-command-keys "Goal column %d (use \\[set-goal-column] with an arg to unset it)"] 3 (#$ . 73574) "P"]) #@100 Scroll the "other window" down. For more details, see the documentation for `scroll-other-window'. (defalias 'scroll-other-window-down #[(lines) "\301\302=?\205\204\302\202\303![!\207" [lines scroll-other-window - prefix-numeric-value] 3 (#$ . 74219) "P"]) (define-key esc-map [33554454] 'scroll-other-window-down) #@160 Move point to the beginning of the buffer in the other window. Leave mark at previous position. With arg N, put point N/10 of the way from the true beginning. (defalias 'beginning-of-buffer-other-window #[(arg) "\303 \304 \305\216\306!\210\307\n!\210\310\311!+\207" [window orig-window arg selected-window other-window-for-scrolling ((select-window orig-window)) select-window beginning-of-buffer recenter (t)] 2 (#$ . 74550) "P"]) #@148 Move point to the end of the buffer in the other window. Leave mark at previous position. With arg N, put point N/10 of the way from the true end. (defalias 'end-of-buffer-other-window #[(arg) "\303 \304 \305\216\306!\210\307\n!\210\310\311!+\207" [window orig-window arg selected-window other-window-for-scrolling ((select-window orig-window)) select-window end-of-buffer recenter (t)] 2 (#$ . 74992) "P"]) #@277 Interchange characters around point, moving forward one character. With prefix arg ARG, effect is to take character before point and drag it forward past ARG other characters (backward if ARG negative). If no argument and at end of line, the previous two chars are exchanged. (defalias 'transpose-chars #[(arg) "\204 l\203 \301u\210\302\303\304!\"\207" [arg -1 transpose-subr forward-char prefix-numeric-value] 4 (#$ . 75410) "*P"]) #@290 Interchange words around point, leaving point at end of them. With prefix arg ARG, effect is to take word before or around point and drag it forward past ARG other words (backward if ARG negative). If ARG is zero, the words around or after point and around or after mark are interchanged. (defalias 'transpose-words #[(arg) "\301\302\"\207" [arg transpose-subr forward-word] 3 (#$ . 75854) "*p"]) #@129 Like \[transpose-words] but applies to sexps. Does not work on a sexp that point is in the middle of if it is a list or string. (defalias 'transpose-sexps #[(arg) "\301\302\"\207" [arg transpose-subr forward-sexp] 3 (#$ . 76259) "*p"]) #@205 Exchange current line and previous line, leaving point after both. With argument ARG, takes previous line and moves it past ARG lines. With argument 0, interchanges line point is in with line mark is in. (defalias 'transpose-lines #[(arg) "\301\302\"\207" [arg transpose-subr #[(arg) "\301V\203yh\302U\204T\301V\205\303!\207y\207" [arg 0 10 newline] 2]] 3 (#$ . 76503) "*p"]) (byte-code "\301B\302B\303B\304B\301\207" [current-load-list transpose-subr-start1 transpose-subr-start2 transpose-subr-end1 transpose-subr-end2] 2) (defalias 'transpose-subr #[(mover arg) "\306\211\211\211\f\307U\2034\212 \310!\210` \311!\210`\312 b\210 \310!\210` \311!\210`\313 \210)\314 \202w\f\307V\203[ \311!\210` \310!\210` \f!\210` \f[!\210`\313 \210b\202w \311!\210` \310!\210` \fS!\210` \f[!\210`\313 ,\207" [transpose-subr-end2 transpose-subr-start2 transpose-subr-end1 transpose-subr-start1 arg mover nil 0 1 -1 mark transpose-subr-1 exchange-point-and-mark] 4]) (defalias 'transpose-subr-1 #[nil " ^\n ]V\203\306\307!\210\n{\211G {\211G |\210 b\210\fc\210\n W\2032\n\2028\n  Z\\b\210`` \\|\210c,\207" [transpose-subr-end1 transpose-subr-end2 transpose-subr-start1 transpose-subr-start2 word1 len1 error "Don't have two things to transpose" word2 len2] 4]) #@99 Move backward until encountering the beginning of a word. With argument, do this that many times. (defalias 'backward-word #[(arg) "[v\207" [arg] 1 (#$ . 77815) "p"]) #@37 Set mark arg words away from point. (defalias 'mark-word #[(arg) "\301\212v\210`)\302\303#\207" [arg push-mark nil t] 4 (#$ . 77989) "p"]) #@103 Kill characters forward until encountering the end of a word. With argument, do this that many times. (defalias 'kill-word #[(arg) "\301`v\210`\"\207" [arg kill-region] 3 (#$ . 78136) "p"]) #@104 Kill characters backward until encountering the end of a word. With argument, do this that many times. (defalias 'backward-kill-word #[(arg) "\301[!\207" [arg kill-word] 2 (#$ . 78334) "p"]) #@153 Return the word point is on (or a nearby word) as a string. If optional arg STRICT is non-nil, return nil unless point is within or adjacent to a word. (defalias 'current-word #[(&optional strict) "\212```\304\305!\210`\nb\210\306\305!\210` \n=\203Y\n=\203Y ?\205]\304\307\212\310 \210`)\"\210n\203J\306\307\212\311\210`)\"\210`\306\305!\210`\202R`\304\305!\210`\312 \"\202]\312 \",\207" [end start oldpoint strict skip-syntax-backward "w_" skip-syntax-forward "^w_" beginning-of-line nil buffer-substring-no-properties] 3 (#$ . 78533)]) #@144 *String for filling to insert at front of new line, or nil for none. Setting this variable automatically makes it local to the current buffer. (custom-declare-variable 'fill-prefix 'nil '(#$ . -79097) :type '(choice (const :tag "None" nil) string) :group 'fill) (make-variable-buffer-local 'fill-prefix) #@57 *Regexp to match lines which should not be auto-filled. (custom-declare-variable 'auto-fill-inhibit-regexp 'nil '(#$ . -79407) :type '(choice (const :tag "None" nil) regexp) :group 'fill) #@332 *Mode-specific function which line breaks and continues a comment. This function is only called during auto-filling of a comment section. The function should take a single optional argument, which is a flag indicating whether it should use soft newlines. Setting this variable automatically makes it local to the current buffer. (defvar comment-line-break-function 'comment-indent-new-line (#$ . -79602)) (defalias 'do-auto-fill #[nil "\306\211\211\211\307 \211?\2064\310 \211?\2064 \311=\203&i\fX\2064\212\312 \210` \2053\313 !)?\205\302 \314>\203C\212\315 \210)$\203s\203R\316\230\203s\317\212\320\321!\210`)\212\322\321!\210`)\"\211%\203r%\316\232\204r%) \204\273i\fV\203\273\306&`\306\323'()\212\312 \210`&\203\240\313\324!!\203\240\325\225&\326\fT!\210'\204\336o\204\312(\204\312*\203\312\212\327u\210\313\330!\205\306\313\331!?)\204\336o\204(\204+\203+ \203\306'\332\333!\210`&X\203\375&b\210\334\335)\323#\210\323(\202\245\313\335!\203\n\336\306x\210\202\245\321u\210\202\245,\203+\337`S!\340=\203&\337`!\340=\204+\341&!\210\336\306x\210`,-\212-b\210n?\205p\212\342\306w\210l)?\205p&\205Q`&X?\205p.\205o`/\312 \210\334./\323#\205n`/=)?)\203\265i0\212\336\306x\210`-U)\203\2141\323!\210\202\227\212-b\2101\323!\210) \311=\204\250\212\325\210\343 \306\323#\210)i0Y\203\261\323)\202\267\323*\202s\343 \323\211#\210\323-\207" [fill-prefix give-up bol justify fc auto-fill-inhibit-regexp nil current-justification current-fill-column left beginning-of-line looking-at (full center right) unjustify-current-line "" fill-context-prefix backward-paragraph 1 forward-paragraph t regexp-quote 0 move-to-column -1 "\\. " "\\. " re-search-backward "[ ]\\|\\c|.\\|.\\c|\\|^" re-search-forward "[ ]" " " charset-after ascii fill-find-break-point " " justify-current-line adaptive-fill-mode prefix after-prefix first bounce opoint sentence-end-double-space fill-nobreak-predicate enable-multibyte-characters fill-point comment-start-skip limit prev-column comment-line-break-function] 6]) #@105 The function to use for `auto-fill-function' if Auto Fill mode is turned on. Some major modes set this. (defvar normal-auto-fill-function 'do-auto-fill (#$ . 81702)) #@347 Toggle Auto Fill mode. With arg, turn Auto Fill mode on if and only if arg is positive. In Auto Fill mode, inserting a space at a column beyond `current-fill-column' automatically breaks the line at a previous space. The value of `normal-auto-fill-function' specifies the function to use for `auto-fill-function' when turning Auto Fill mode on. (defalias 'auto-fill-mode #[(&optional arg) "\204 ?\202\303!\304V\205\n\211\305 \210\207" [arg auto-fill-function normal-auto-fill-function prefix-numeric-value 0 force-mode-line-update] 2 (#$ . 81875) "P"]) #@69 Automatically break line at a previous space, in insertion of text. (defalias 'auto-fill-function #[nil "\300\207" [nil] 1 (#$ . 82444)]) #@41 Unconditionally turn on Auto Fill mode. (defalias 'turn-on-auto-fill #[nil "\300\301!\207" [auto-fill-mode 1] 2 (#$ . 82588)]) #@42 Unconditionally turn off Auto Fill mode. (defalias 'turn-off-auto-fill #[nil "\300\301!\207" [auto-fill-mode -1] 2 (#$ . 82721)]) (custom-add-option 'text-mode-hook 'turn-on-auto-fill) #@182 Set `fill-column' to specified argument. Use \[universal-argument] followed by a number to specify a column. Just \[universal-argument] as argument means to use the current column. (defalias 'set-fill-column #[(arg) ":\203i\250\204\302\303!\207\304\305 #\210\211\207" [arg fill-column error "set-fill-column requires an explicit argument" message "Fill column set to %d (was %d)"] 4 (#$ . 82913) "P"]) #@239 Set `selective-display' to ARG; clear it if no arg. When the value of `selective-display' is a number > 0, lines whose indentation is >= that value are not displayed. The variable `selective-display' has a separate value for each buffer. (defalias 'set-selective-display #[(arg) "\303=\203\n\304\305!\210\214e`}\210\306 b\210\307\310 !)\n\205 \311\n!\312 !\210)\313\314 \306\314 !\"\210\315\316\303\"\210\317\303\"\210\315\320\303\"\207" [selective-display current-vpos arg t error "selective-display already in use for marked lines" window-start vertical-motion window-height prefix-numeric-value recenter set-window-start selected-window princ "selective-display set to " prin1 "."] 4 (#$ . 83332) "P"]) #@63 The string displayed in the mode line when in overwrite mode. (defvar overwrite-mode-textual " Ovwrt" (#$ . 84050)) #@70 The string displayed in the mode line when in binary overwrite mode. (defvar overwrite-mode-binary " Bin Ovwrt" (#$ . 84172)) #@464 Toggle overwrite mode. With arg, turn overwrite mode on iff arg is positive. In overwrite mode, printing characters typed in replace existing text on a one-for-one basis, rather than pushing it to the right. At the end of a line, such characters extend the line. Before a tab, such characters insert until the tab is filled in. \[quoted-insert] still inserts characters in overwrite mode; this is supposed to make it easier to insert characters when necessary. (defalias 'overwrite-mode #[(arg) "\204 ?\202\302!\303V\205\304\305 \207" [arg overwrite-mode prefix-numeric-value 0 overwrite-mode-textual force-mode-line-update] 2 (#$ . 84305) "P"]) #@654 Toggle binary overwrite mode. With arg, turn binary overwrite mode on iff arg is positive. In binary overwrite mode, printing characters typed in replace existing text. Newlines are not treated specially, so typing at the end of a line joins the line to the next, with the typed character between them. Typing before a tab character simply replaces the tab with the character typed. \[quoted-insert] replaces the text at the cursor, just as ordinary typing characters do. Note that binary overwrite mode is not its own minor mode; it is a specialization of overwrite-mode, entered by setting the `overwrite-mode' variable to `overwrite-mode-binary'. (defalias 'binary-overwrite-mode #[(arg) "\204 \302=?\202\303!\304V\205\302\305 \207" [arg overwrite-mode overwrite-mode-binary prefix-numeric-value 0 force-mode-line-update] 2 (#$ . 84969) "P"]) #@50 *Non-nil means display line number in mode line. (custom-declare-variable 'line-number-mode 't '(#$ . -85833) :type 'boolean :group 'editing-basics) #@324 Toggle Line Number mode. With arg, turn Line Number mode on iff arg is positive. When Line Number mode is enabled, the line number appears in the mode line. Line numbers do not appear for very large buffers and buffers with very long lines; see variables `line-number-display-limit' and `line-number-display-limit-width'. (defalias 'line-number-mode #[(arg) "\204 ?\202\302!\303V\304 \207" [arg line-number-mode prefix-numeric-value 0 force-mode-line-update] 2 (#$ . 85989) "P"]) #@52 *Non-nil means display column number in mode line. (custom-declare-variable 'column-number-mode 'nil '(#$ . -86483) :type 'boolean :group 'editing-basics) #@166 Toggle Column Number mode. With arg, turn Column Number mode on iff arg is positive. When Column Number mode is enabled, the column number appears in the mode line. (defalias 'column-number-mode #[(arg) "\204 ?\202\302!\303V\304 \207" [arg column-number-mode prefix-numeric-value 0 force-mode-line-update] 2 (#$ . 86645) "P"]) (custom-declare-group 'paren-blinking nil "Blinking matching of parens and expressions." :prefix "blink-matching-" :group 'paren-matching) #@71 *Non-nil means show matching open-paren when close-paren is inserted. (custom-declare-variable 'blink-matching-paren 't '(#$ . -87124) :type 'boolean :group 'paren-blinking) #@154 *Non-nil means show matching open-paren when it is on screen. If nil, means don't show it (but the open-paren can still be shown when it is off screen). (custom-declare-variable 'blink-matching-paren-on-screen 't '(#$ . -87305) :type 'boolean :group 'paren-blinking) #@69 *If non-nil, is maximum distance to search for matching open-paren. (custom-declare-variable 'blink-matching-paren-distance '(* 25 1024) '(#$ . -87578) :type 'integer :group 'paren-blinking) #@59 *Time in seconds to delay after showing a matching paren. (custom-declare-variable 'blink-matching-delay '1 '(#$ . -87775) :type 'number :group 'paren-blinking) #@65 *Non-nil means `blink-matching-paren' will not ignore comments. (custom-declare-variable 'blink-matching-paren-dont-ignore-comments 'nil '(#$ . -87942) :type 'boolean :group 'paren-blinking) #@68 Move cursor momentarily to the beginning of the sexp before point. (defalias 'blink-matching-open #[nil "`eTV\205\346\205\346\306`\212\307u\210\310\311!\210`)Z\312\"\312U\205\346`\313\313\212\214\f\2033e`\fZ] }\210\313\314\315\217\210)\n\203W\nfz\316U\204W\317\nf!?\206V Sf\317\nf!U? \203]\313\n\203\323\313\nb\210\320 \203w\205\317\321!\202\317\nb\210\322\323\212\324\313x\210n)\204\220\325 \210`\nT{\202\316\212\312u\210\324\313w\210l)\204\246\n\313\210`{\202\316\212\326\313x\210o)\204\312\326\313x\210\325 \210`\313\210\324\313x\210`{\327\n\211T{Q\202\316\n\211T{\")\202\345 \203\335\322\330!\202\345\f?\205\345\322\331!,\207" [blink-matching-paren oldpos blinkpos mismatch blink-matching-paren-distance message-log-max logand -1 skip-syntax-backward "/\\" 1 nil (byte-code "\205 ?\304\n\305\")\304\207" [parse-sexp-ignore-comments blink-matching-paren-dont-ignore-comments oldpos blinkpos scan-sexps -1] 3) ((error)) 36 matching-paren pos-visible-in-window-p sit-for message "Matches %s" " " beginning-of-line "\n " "..." "Mismatched parentheses" "Unmatched parenthesis" blink-matching-paren-on-screen blink-matching-delay] 6 (#$ . 88139) nil]) (byte-code "\301\301\207" [blink-paren-function blink-matching-open] 1) #@153 Signal a `quit' condition. During execution of Lisp code, this character causes a quit directly. At top-level, as an editor command, this simply beeps. (defalias 'keyboard-quit #[nil "\203\n\302\303\304!\210\305\306\302\"\207" [transient-mark-mode mark-active nil run-hooks deactivate-mark-hook signal quit] 3 (#$ . 89411) nil]) (define-key global-map "" 'keyboard-quit) #@211 Function to call to "quit" the current buffer, or nil if none. \[keyboard-escape-quit] calls this function when its more local actions (such as cancelling a prefix argument, minibuffer or region) do not apply. (defvar buffer-quit-function nil (#$ . 89793)) #@374 Exit the current "mode" (in a generalized sense of the word). This command can exit an interactive command such as `query-replace', can clear out a prefix argument or a region, can get out of the minibuffer or other recursive edit, cancel the use of the current buffer (for special-purpose buffers), or go back to just one window (by deleting all but the selected window). (defalias 'keyboard-escape-quit #[nil "\305=\203\306\207\307 \310V\203\311 \207 \203\306\207\n\203* \203*\n\205O\306\312\313!\207\314 \310V\2034\315 \207\f\203;\f \207\316\317!\204D\320 \207\321\322\323p!\"\205O\324 \207" [last-command current-prefix-arg transient-mark-mode mark-active buffer-quit-function mode-exited nil minibuffer-depth 0 abort-recursive-edit run-hooks deactivate-mark-hook recursion-depth exit-recursive-edit one-window-p t delete-other-windows string-match "^ \\*" buffer-name bury-buffer] 4 (#$ . 90057) nil]) (define-key global-map "" 'keyboard-escape-quit) #@159 *Your preference for a mail reading package. This is used by some keybindings which support reading mail. See also `mail-user-agent' concerning sending mail. (custom-declare-variable 'read-mail-command ''rmail '(#$ . -91038) :type '(choice (function-item rmail) (function-item gnus) (function-item mh-rmail) (function :tag "Other")) :version "21.1" :group 'mail) #@985 *Your preference for a mail composition package. Various Emacs Lisp packages (e.g. Reporter) require you to compose an outgoing email message. This variable lets you specify which mail-sending package you prefer. Valid values include: `sendmail-user-agent' -- use the default Emacs Mail package. See Info node `(emacs)Sending Mail'. `mh-e-user-agent' -- use the Emacs interface to the MH mail system. See Info node `(mh-e)'. `message-user-agent' -- use the Gnus Message package. See Info node `(message)'. `gnus-user-agent' -- like `message-user-agent', but with Gnus paraphernalia, particularly the Gcc: header for archiving. Additional valid symbols may be available; check with the author of your package for details. The function should return non-nil if it succeeds. See also `read-mail-command' concerning reading mail. (custom-declare-variable 'mail-user-agent ''sendmail-user-agent '(#$ . -91408) :type '(radio (function-item :tag "Default Emacs mail" :format "%t\n" sendmail-user-agent) (function-item :tag "Emacs interface to MH" :format "%t\n" mh-e-user-agent) (function-item :tag "Gnus Message package" :format "%t\n" message-user-agent) (function-item :tag "Gnus Message with full Gnus features" :format "%t\n" gnus-user-agent) (function :tag "Other")) :group 'mail) #@1296 Define a symbol to identify a mail-sending package for `mail-user-agent'. SYMBOL can be any Lisp symbol. Its function definition and/or value as a variable do not matter for this usage; we use only certain properties on its property list, to encode the rest of the arguments. COMPOSEFUNC is program callable function that composes an outgoing mail message buffer. This function should set up the basics of the buffer without requiring user interaction. It should populate the standard mail headers, leaving the `to:' and `subject:' headers blank by default. COMPOSEFUNC should accept several optional arguments--the same arguments that `compose-mail' takes. See that function's documentation. SENDFUNC is the command a user would run to send the message. Optional ABORTFUNC is the command a user would run to abort the message. For mail packages that don't have a separate abort function, this can be `kill-buffer' (the equivalent of omitting this argument). Optional HOOKVAR is a hook variable that gets run before the message is actually sent. Callers that use the `mail-user-agent' may install a hook function temporarily on this hook variable. If HOOKVAR is nil, `mail-send-hook' is used. The properties used on SYMBOL are `composefunc', `sendfunc', `abortfunc', and `hookvar'. (defalias 'define-mail-user-agent #[(symbol composefunc sendfunc &optional abortfunc hookvar) "\305\301 #\210\305\302\n#\210\305\303 \206\306#\210\305\304\f\206\307#\207" [symbol composefunc sendfunc abortfunc hookvar put kill-buffer mail-send-hook] 4 (#$ . 92854)]) (define-mail-user-agent 'sendmail-user-agent 'sendmail-user-agent-compose 'mail-send-and-exit) (defalias 'rfc822-goto-eoh #[nil "eb\210\300\301!\203\302y\210\202`\207" [looking-at "^[^: \n]+:\\|^[ ]" 1] 2]) (defalias 'sendmail-user-agent-compose #[(&optional to subject other-headers continue switch-function yank-action send-actions) "\203\306\211\211\211\307!\210,\310\311 \"A\310\312 \"A\310\313 \"A\314&\204C\204C\315\316!\210\212\317 \210 \203f\320 @@\321\"\204_ @@\322 @A\323\261\210 A\211\204K\203r\324y\210c\210,\325\207" [switch-function same-window-regexps same-window-buffer-names special-display-regexps special-display-buffer-names other-headers nil "*mail*" assoc-ignore-case "cc" "in-reply-to" "body" mail error "Message aborted" rfc822-goto-eoh member-ignore-case ("in-reply-to" "cc" "body") ": " "\n" 1 t body in-reply-to cc continue to subject yank-action send-actions] 9]) (define-mail-user-agent 'mh-e-user-agent 'mh-smail-batch 'mh-send-letter 'mh-fully-kill-draft 'mh-before-send-letter-hook) #@1064 Start composing a mail message to send. This uses the user's chosen mail composition package as selected with the variable `mail-user-agent'. The optional arguments TO and SUBJECT specify recipients and the initial Subject field, respectively. OTHER-HEADERS is an alist specifying additional header fields. Elements look like (HEADER . VALUE) where both HEADER and VALUE are strings. CONTINUE, if non-nil, says to continue editing a message already being composed. SWITCH-FUNCTION, if non-nil, is a function to use to switch to and display the buffer used for mail composition. YANK-ACTION, if non-nil, is an action to perform, if and when necessary, to insert the raw text of the message being replied to. It has the form (FUNCTION . ARGS). The user agent will apply FUNCTION to ARGS, to insert the raw text of the original message. (The user agent will also run `mail-citation-hook', *after* the original text has been inserted in this way.) SEND-ACTIONS is a list of actions to call when the message is sent. Each action has the form (FUNCTION . ARGS). (defalias 'compose-mail #[(&optional to subject other-headers continue switch-function yank-action send-actions) "\306N\211\n \f  &)\207" [mail-user-agent function to subject other-headers continue composefunc switch-function yank-action send-actions] 9 (#$ . 95495) (list nil nil nil current-prefix-arg)]) #@72 Like \[compose-mail], but edit the outgoing message in another window. (defalias 'compose-mail-other-window #[(&optional to subject other-headers continue yank-action send-actions) "\306 \n \307\f &\207" [to subject other-headers continue yank-action send-actions compose-mail switch-to-buffer-other-window] 8 (#$ . 96879) (list nil nil nil current-prefix-arg)]) #@71 Like \[compose-mail], but edit the outgoing message in another frame. (defalias 'compose-mail-other-frame #[(&optional to subject other-headers continue yank-action send-actions) "\306 \n \307\f &\207" [to subject other-headers continue yank-action send-actions compose-mail switch-to-buffer-other-frame] 8 (#$ . 97250) (list nil nil nil current-prefix-arg)]) #@48 History of values entered with `set-variable'. (defvar set-variable-value-history nil (#$ . 97618)) #@500 Set VARIABLE to VALUE. VALUE is a Lisp object. When using this interactively, enter a Lisp object for VALUE. If you want VALUE to be a string, you must surround it with doublequotes. VALUE is used literally, not evaluated. If VARIABLE has a `variable-interactive' property, that is used as if it were the arg to `interactive' (which see) to interactively read VALUE. If VARIABLE has been defined with `defcustom', then the type information in the definition is used to check that VALUE is valid. (defalias 'set-variable #[(var val) "\303N\211\203 \304\305!\210\306 !\307 \310\n#\204 \311\312\n @$\210)\nL\210\313 \207" [var type val custom-type require cus-edit widget-convert widget-apply :match error "Value `%S' does not match type %S of %S" force-mode-line-update] 6 (#$ . 97725) (let* ((default-var (variable-at-point)) (var (if (symbolp default-var) (read-variable (format "Set variable (default %s): " default-var) default-var) (read-variable "Set variable: "))) (minibuffer-help-form '(describe-variable var)) (prop (get var 'variable-interactive)) (prompt (format "Set %s to value: " var)) (val (if prop (call-interactively `(lambda (arg) (interactive ,prop) arg)) (read (read-string prompt nil 'set-variable-value-history))))) (list var val))]) #@40 Local map for completion list buffers. (defvar completion-list-mode-map nil (#$ . 98996)) (byte-code "\204.\302 \303 \304\305#\210\303 \306\307#\210\303 \310\311#\210\303 \312\313#\210\303 \314\315#\210\303 \316\317#\210 )\320\321\322\323#\207" [completion-list-mode-map map make-sparse-keymap define-key [mouse-2] mouse-choose-completion [down-mouse-2] nil " " choose-completion "" delete-completion-window [left] previous-completion [right] next-completion put completion-list-mode mode-class special] 4) #@186 Record the buffer that was current when the completion list was requested. This is a local variable in the completion list buffer. Initial value is nil to avoid some compiler warnings. (defvar completion-reference-buffer nil (#$ . 99517)) #@172 Non-nil means `choose-completion-string' should never exit the minibuffer. This also applies to other functions such as `choose-completion' and `mouse-choose-completion'. (defvar completion-no-auto-exit nil (#$ . 99763)) #@320 Number of chars at beginning of minibuffer not involved in completion. This is a local variable in the completion list buffer but it talks about the buffer in `completion-reference-buffer'. If this is nil, it means to compare text to determine which part of the tail end of the buffer's text is involved in completion. (defvar completion-base-size nil (#$ . 99991)) #@90 Delete the completion list window. Go to the window from which completion was requested. (defalias 'delete-completion-window #[nil "\302\303!\203\304\305 !\205&\306\307 !\202&\310\305 !\210\311 !\205&\312\311 !!)\207" [completion-reference-buffer buf one-window-p t window-dedicated-p selected-window delete-frame selected-frame delete-window get-buffer-window select-window] 3 (#$ . 100363) nil]) #@51 Move to the previous item in the completion list. (defalias 'previous-completion #[(n) "\301[!\207" [n next-completion] 2 (#$ . 100774) "p"]) #@118 Move to the next item in the completion list. With prefix argument N, move N items (negative N means move backward). (defalias 'next-completion #[(n) "ed\n\304V\2033m\2043\305`\306\"\203\307`\306\310$b\210\305`\306\"\204,\307`\306\310$b\210\nS\211\202\n\304W\205|o?\205|\305`S\306\"\211\203Y \305`\306\"=\203Y\311`\306\310 $b\210o\204m\305`S\306\"\204m\311`\306\310 $b\210\311`\306\310 $b\210\nT)\2023*\207" [end beg n prop 0 get-text-property mouse-face next-single-property-change nil previous-single-property-change] 6 (#$ . 100924) "p"]) #@52 Choose the completion that point is in or next to. (defalias 'choose-completion #[nil "\306\211\211 m\204\307`\310\"\203``To\204.\307`S\310\"\203.`S`\2047\311\312!\210\313\310\"\314 \310\"\206Fd {\315 \316\317\320\"\203f\321\315 !\203f\322\320 !\210\202p\321\315 !\204p\323 \210\324!\210)\325\f \n#-\207" [completion-reference-buffer completion-base-size base-size buffer completion end nil get-text-property mouse-face error "No completion here" previous-single-property-change next-single-property-change selected-window one-window-p t selected-frame window-dedicated-p iconify-frame bury-buffer select-window choose-completion-string beg owindow] 5 (#$ . 101493) nil]) (defalias 'choose-completion-delete-max-match #[(string) "`G`eZ^`GZb\210 \203\227 \305V\203<`` \\{ \203)\f\227\f\305 O\230)\204< S\306u\210\202\307 !*\207" [string len opoint completion-ignore-case tail 0 1 delete-char] 4]) (defalias 'choose-completion-string #[(choice &optional buffer base-size) "\206 \306\307\310!\"\n\203%\311 \203\312\311 !\232\204%\313\314!\202\226q\210 \203> \n\2036\315 \2027e\\`|\210\202B\316\f!\210\fc\210\317`\fGZ`\320#\210\321\322\"\323 `\"\210)?\205\226\312\324 !\232\205\226\205\226\325=\203\224\326\327d!!\203\224\311 \330!\210\205\220\331\332!!)\202\226\333 *\207" [buffer completion-reference-buffer mini-p base-size choice window string-match "\\` \\*Minibuf-[0-9]+\\*\\'" buffer-name active-minibuffer-window window-buffer error "Minibuffer is not active for completion" minibuffer-prompt-end choose-completion-delete-max-match remove-text-properties (mouse-face nil) get-buffer-window t set-window-point minibuffer-window read-file-name-internal file-directory-p field-string select-window raise-frame window-frame exit-minibuffer completion-no-auto-exit minibuffer-completion-table mini minibuffer-auto-raise] 5]) #@264 Major mode for buffers showing lists of possible completions. Type \\[choose-completion] in the completion list to select the completion near point. Use \\[mouse-choose-completion] to select one with the mouse. (defalias 'completion-list-mode #[nil "\304 \210\305!\210\306\307\310\303!\210\311\312\313!\207" [completion-list-mode-map mode-name major-mode completion-base-size kill-all-local-variables use-local-map "Completion List" completion-list-mode make-local-variable nil run-hooks completion-list-mode-hook] 2 (#$ . 103421) nil]) #@78 Finish setup of the completions buffer. Called from `temp-buffer-show-hook'. (defalias 'completion-list-mode-finish #[nil "\301=\205 \302\303!\207" [major-mode completion-list-mode toggle-read-only 1] 2 (#$ . 104020)]) (add-hook 'temp-buffer-show-hook 'completion-list-mode-finish) #@264 Normal hook run at the end of setting up a completion list buffer. When this hook is run, the current buffer is the one in which the command to display the completion list buffer was run. The completion list buffer is available as the value of `standard-output'. (defvar completion-setup-hook nil (#$ . 104311)) (defalias 'completion-setup-function #[nil "\212p q\210\306 \210\307\302!\210 \310=\203,\212q\210db\210\311\312\f\"\313x\210`\314 Z)\202>\315 \316\216\317\320\321!\"\203=\322*eb\210\323 \203K\324\325!c\210\324\326!c*\207" [mainbuf standard-output completion-reference-buffer minibuffer-completion-table directory-sep-char completion-base-size completion-list-mode make-local-variable read-file-name-internal format "^%c" nil minibuffer-prompt-end match-data ((set-match-data save-match-data-internal)) string-match "\\` \\*Minibuf-[0-9]+\\*\\'" buffer-name 0 display-mouse-p substitute-command-keys "Click \\[mouse-choose-completion] on a completion to select it.\n" "In this buffer, type \\[choose-completion] to select the completion near point.\n\n" save-match-data-internal] 4]) (byte-code "\302\303\304\"\210\305\306\307#\210\305 \310\307#\210\305\311\307#\210\305 \311\307#\207" [minibuffer-local-completion-map minibuffer-local-must-match-map add-hook completion-setup-hook completion-setup-function define-key [prior] switch-to-completions [prior] "\366"] 4) #@36 Select the completion list window. (defalias 'switch-to-completions #[nil "\301\302!\204 \303 \210\301\302!\211\205\304!\210eb\210\305\306!\210\307y)\207" [window get-buffer-window "*Completions*" minibuffer-completion-help select-window search-forward "\n\n" 1] 3 (#$ . 105711) nil]) #@110 Add the Alt modifier to the following event. For example, type \[event-apply-alt-modifier] & to enter Alt-&. (defalias 'event-apply-alt-modifier #[(ignore-prompt) "\300\301\302 \303\304\305$!\207" [vector event-apply-modifier read-event alt 22 "A-"] 6 (#$ . 106008)]) #@116 Add the Super modifier to the following event. For example, type \[event-apply-super-modifier] & to enter Super-&. (defalias 'event-apply-super-modifier #[(ignore-prompt) "\300\301\302 \303\304\305$!\207" [vector event-apply-modifier read-event super 23 "s-"] 6 (#$ . 106283)]) #@116 Add the Hyper modifier to the following event. For example, type \[event-apply-hyper-modifier] & to enter Hyper-&. (defalias 'event-apply-hyper-modifier #[(ignore-prompt) "\300\301\302 \303\304\305$!\207" [vector event-apply-modifier read-event hyper 24 "H-"] 6 (#$ . 106568)]) #@116 Add the Shift modifier to the following event. For example, type \[event-apply-shift-modifier] & to enter Shift-&. (defalias 'event-apply-shift-modifier #[(ignore-prompt) "\300\301\302 \303\304\305$!\207" [vector event-apply-modifier read-event shift 25 "S-"] 6 (#$ . 106853)]) #@116 Add the Ctrl modifier to the following event. For example, type \[event-apply-control-modifier] & to enter Ctrl-&. (defalias 'event-apply-control-modifier #[(ignore-prompt) "\300\301\302 \303\304\305$!\207" [vector event-apply-modifier read-event control 26 "C-"] 6 (#$ . 107138)]) #@113 Add the Meta modifier to the following event. For example, type \[event-apply-meta-modifier] & to enter Meta-&. (defalias 'event-apply-meta-modifier #[(ignore-prompt) "\300\301\302 \303\304\305$!\207" [vector event-apply-modifier read-event meta 27 "M-"] 6 (#$ . 107427)]) #@233 Apply a modifier flag to event EVENT. SYMBOL is the name of this modifier, as a symbol. LSHIFTBY is the numeric value of this modifier, in keyboard events. PREFIX is the string that represents this modifier in an event type symbol. (defalias 'event-apply-modifier #[(event symbol lshiftby prefix) "\247\203` \305=\2039\227\306X\203\227\307Y\203\227\310Z\207\227\311X\2031\227\312Y\2031\227\313Z\207\314\315\316\n\"\"\207 \317=\203X\227\306X\203P\227\307Y\203P\226\207\314\315\316\n\"\"\207\314\315\316\n\"\"\207 \320!>\203j\2079\203s\202u@\321\f\322 !P!9\203\207 \202\213 AB)\207" [event symbol lshiftby event-type prefix control 122 97 96 90 65 64 logior lsh 1 shift event-modifiers intern symbol-name] 4 (#$ . 107707)]) (byte-code "\301\302\303#\210\301\304\305#\210\301\306\307#\210\301\310\311#\210\301\312\313#\210\301\314\315#\210\316\317\320\"\207" [function-key-map define-key [24 64 104] event-apply-hyper-modifier [24 64 115] event-apply-super-modifier [24 64 109] event-apply-meta-modifier [24 64 97] event-apply-alt-modifier [24 64 83] event-apply-shift-modifier [24 64 99] event-apply-control-modifier mapcar #[(keypad-normal) "@A@\304\n\305 #\210\306 \307\n!\307 !#*\207" [keypad-normal normal keypad function-key-map put ascii-character define-key vector] 5] ((kp-0 48) (kp-1 49) (kp-2 50) (kp-3 51) (kp-4 52) (kp-5 53) (kp-6 54) (kp-7 55) (kp-8 56) (kp-9 57) (kp-space 32) (kp-tab 9) (kp-enter 13) (kp-multiply 42) (kp-add 43) (kp-separator 44) (kp-subtract 45) (kp-decimal 46) (kp-divide 47) (kp-equal 61))] 4) #@68 Normal hook to run in the new buffer at the end of `clone-buffer'. (defvar clone-buffer-hook nil (#$ . 109289)) #@313 Create a twin copy of PROCESS. If NEWNAME is nil, it defaults to PROCESS' name; NEWNAME is modified by adding or incrementing at the end as necessary. If PROCESS is associated with a buffer, the new process will be associated with the current buffer instead. Returns nil if PROCESS has already terminated. (defalias 'clone-process #[(process &optional newname) "\206\305 !\306\307\"\203\310\211\224O\311 !\312>\205o\313 !\314 \315\"\311 !\316>\203?\317\320\321 !\2058p\322 !$\202M\317\323\321 !\205Ip\324 !$\314\f \"\210\314 \"\210\325\f\326 !\"\210\327\f\330 !\"\210\331\f\332 !\"\210\f+\207" [newname process process-connection-type old-kwoq new-process process-name string-match "<[0-9]+>\\'" 0 process-status (run stop open) process-tty-name process-kill-without-query nil (open) apply open-network-stream process-buffer process-contact start-process process-command set-process-inherit-coding-system-flag process-inherit-coding-system-flag set-process-filter process-filter set-process-sentinel process-sentinel] 6 (#$ . 109408)]) #@371 Create a twin copy of the current buffer. If NEWNAME is nil, it defaults to the current buffer's name; NEWNAME is modified by adding or incrementing at the end as necessary. If DISPLAY-FLAG is non-nil, the new buffer is shown with `pop-to-buffer'. This runs the normal hook `clone-buffer-hook' in the new buffer after it has been set up properly in other respects. (defalias 'clone-buffer #[(&optional newname display-flag) "\203\306\307!\210 \310N\203\306\311\n\"\210 \206\312 \313\314 \"\203' \315\211\224Oped`\f\2052\316\317!\320 \321 \322p!\323 \206A\312 ! !\"#$%\214~\210r q\210\324%!\210*r q\210$#}\210\"b\210!\203z\325!!\210\326 !\210\203\211\327!\210 \210\330\331\"\210\332\333!\210)&\203\241\334 !\210 .\n\207" [buffer-file-name major-mode mode-name newname mark-active new error "Cannot clone a file-visiting buffer" no-clone "Cannot clone a buffer in %s mode" buffer-name string-match "<[0-9]+>\\'" 0 mark t buffer-modified-p buffer-local-variables get-buffer-process generate-new-buffer insert-buffer-substring set-mark set-buffer-modified-p clone-process mapcar #[(v) "\300\301\302\217\207" [nil (byte-code "9\203 \301!\207\302@!AL\207" [v makunbound make-local-variable] 2) ((error))] 3] run-hooks clone-buffer-hook pop-to-buffer process lvars mode modified mk pt ptmax ptmin buf display-flag] 11 (#$ . 110477) (list (if current-prefix-arg (read-string "Name: ")) t)]) #@629 Create an indirect buffer that is a twin copy of the current buffer. Give the indirect buffer name NEWNAME. Interactively, read NEW-NAME from the minibuffer when invoked with a prefix arg. If NEWNAME is nil or if not called with a prefix arg, NEWNAME defaults to the current buffer's name. The name is modified by adding a `' suffix to it or by incrementing the N in an existing suffix. DISPLAY-FLAG non-nil means show the new buffer with `pop-to-buffer'. This is always done when called interactively. Optional last arg NORECORD non-nil means do not put this buffer at the front of the list of recently selected ones. (defalias 'clone-indirect-buffer #[(newname display-flag &optional norecord) "\206\305 \306\307\"\203\310\211\224O\311!\312p \313# \203'\314\n\f\"\210\n*\207" [newname name buffer display-flag norecord buffer-name string-match "<[0-9]+>\\'" 0 generate-new-buffer-name make-indirect-buffer t pop-to-buffer] 4 (#$ . 111922) (list (if current-prefix-arg (read-string "BName of indirect buffer: ")) t)]) #@217 Create an indirect buffer that is a twin copy of BUFFER. Select the new buffer in another window. Optional second arg NORECORD non-nil means do not put this buffer at the front of the list of recently selected ones. (defalias 'clone-indirect-buffer-other-window #[(buffer &optional norecord) "\303 q\210\304\305\303\n#)\207" [pop-up-windows buffer norecord t clone-indirect-buffer nil] 4 (#$ . 112970) "bClone buffer in other window: "]) (define-key ctl-x-4-map "c" 'clone-indirect-buffer-other-window) #@378 Alist of forms (CHAR CODE DESCRIPTION) mapping characters to syntax info. CHAR is a character that is allowed as first char in the string specifying the syntax when calling `modify-syntax-entry'. CODE is the corresponing syntax code as it is stored in a syntax cell, and can be used as value of a `syntax-table' property. DESCRIPTION is the descriptive string for the syntax. (defconst syntax-code-table '((32 0 "whitespace") (45 0 "whitespace") (46 1 "punctuation") (119 2 "word") (95 3 "symbol") (40 4 "open parenthesis") (41 5 "close parenthesis") (39 6 "expression prefix") (34 7 "string quote") (36 8 "paired delimiter") (92 9 "escape") (47 10 "character quote") (60 11 "comment start") (62 12 "comment end") (64 13 "inherit") (nil 14 "comment fence") (nil 15 "string fence")) (#$ . 113481)) #@915 If non-nil, Delete key deletes forward and Backspace key deletes backward. On window systems, the default value of this option is chosen according to the keyboard used. If the keyboard has both a Backspace key and a Delete key, and both are mapped to their usual meanings, the option's default value is set to t, so that Backspace can be used to delete backward, and Delete can be used to delete forward. If not running under a window system, customizing this option accomplishes a similar effect by mapping C-h, which is usually generated by the Backspace key, to DEL, and by mapping DEL to C-d via `keyboard-translate'. The former functionality of C-h is available on the F1 key. You should probably not use this setting if you don't have both Backspace, Delete and F1 keys. Setting this variable with setq doesn't take effect. Programmatically, call `normal-erase-is-backspace-mode' (which see) instead. (custom-declare-variable 'normal-erase-is-backspace 'nil '(#$ . 114286) :type 'boolean :group 'editing-basics :version "21.1" :set (lambda (symbol value) (if (fboundp 'normal-erase-is-backspace-mode) (normal-erase-is-backspace-mode (or value 0)) (set-default symbol value)))) #@1395 Toggle the Erase and Delete mode of the Backspace and Delete keys. With numeric arg, turn the mode on if and only if ARG is positive. On window systems, when this mode is on, Delete is mapped to C-d and Backspace is mapped to DEL; when this mode is off, both Delete and Backspace are mapped to DEL. (The remapping goes via `function-key-map', so binding Delete or Backspace in the global or local keymap will override that.) In addition, on window systems, the bindings of C-Delete, M-Delete, C-M-Delete, C-Backspace, M-Backspace, and C-M-Backspace are changed in the global keymap in accordance with the functionality of Delete and Backspace. For example, if Delete is remapped to C-d, which deletes forward, C-Delete is bound to `kill-word', but if Delete is remapped to DEL, which deletes backward, C-Delete is bound to `backward-kill-word'. If not running on a window system, a similar effect is accomplished by remapping C-h (normally produced by the Backspace key) and DEL via `keyboard-translate': if this mode is on, C-h is mapped to DEL and DEL to C-d; if it's off, the keys are not remapped. When not running on a window system, and this mode is turned on, the former functionality of C-h is available on the F1 key. You should probably not turn on this mode on a text-only terminal if you don't have both Backspace, Delete and F1 keys. See also `normal-erase-is-backspace'. (defalias 'normal-erase-is-backspace-mode #[(&optional arg) "\203\f\306!\307V\202 ?\n\310>\204 \311>\203\301\312\313\314\f\315BF\316 \317\"*+ \203C\320 \321\322#\210\320 \323\324#\210\320 \325\326#\210\202U\320 \327\330#\210\320 \331\332#\210\320 \333\334#\210*\316 \335\"\232\204\275+\336,\211-\203\274-@,./\337,@!\203\205,@/,A,,@0,A@1\316/0\"2\316/1\"3\320/03#\210\320/12#\210--A\211-\204j**\202\334 \203\322\340\341\342\"\210\340\342\343\"\210\202\334\340\341\211\"\210\340\342\211\"\210\344\345!\210t\205\360\346\347 \203\356\350\202\357\351\"\207" [arg normal-erase-is-backspace window-system system-type esc-map function-key-map prefix-numeric-value 0 (x w32 mac pc) (ms-dos windows-nt) ([C-delete] [C-backspace]) ([M-delete] [M-backspace]) ([C-M-delete] [C-M-backspace]) ([C-delete] [C-backspace]) lookup-key [delete] define-key [delete] [4] [kp-delete] [4] [backspace] [127] [delete] [127] [kp-delete] [127] [backspace] [127] [delete] nil keymapp keyboard-translate 8 127 4 run-hooks normal-erase-is-backspace-hook message "Delete key deletes %s" "forward" "backward" old-state bindings binding #1=#:--dolist-temp--97270 global-map map key1 key2 binding1 binding2] 5 (#$ . 115484) "P"]) #@45 Return t if currently byte-compiling files. (defalias 'byte-compiling-files-p #[nil "\301\300!\205;\207" [byte-compile-current-file boundp] 2 (#$ . 118133)])