;ELC ;;; Compiled by cyd@localhost on Mon Apr 23 22:21:09 2007 ;;; from file /home/cyd/emacs/lisp/simple.el ;;; in Emacs version 22.0.99 ;;; 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")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; #@210 *Idle time delay before updating various things on the screen. Various Emacs features that update auxiliary information when point moves wait this many seconds after Emacs becomes idle before doing an update. (custom-declare-variable 'idle-update-delay '0.5 '(#$ . -560) :type 'number :group 'display :version "22.1") (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) #@405 Search LIST for a valid buffer to display in FRAME. Return nil when all buffers in LIST are undesirable for display, otherwise return the first suitable buffer in LIST. Buffers not visible in windows are preferred to visible buffers, unless VISIBLE-OK is non-nil. If the optional argument FRAME is nil, it defaults to the selected frame. If BUFFER is non-nil, ignore occurrences of that buffer in LIST. (defalias 'get-next-valid-buffer #[(list &optional buffer visible-ok frame) "\206\306 \307\310\"\311\211\n\204S\f\203S\f@ =\204M\312 !\203M \2031 !\203M\313 !\314H\315=\204M\204G\316 \317\"\204M \211\202\fA\202\f@+\207" [frame buf found pred list buffer selected-frame frame-parameter buffer-predicate nil buffer-live-p buffer-name 0 32 get-buffer-window visible visible-ok] 4 (#$ . 1118)]) #@425 Return the last non-hidden displayable buffer in the buffer list. If BUFFER is non-nil, last-buffer will ignore that buffer. Buffers not visible in windows are preferred to visible buffers, unless optional argument VISIBLE-OK is non-nil. If the optional third argument FRAME is non-nil, use that frame's buffer list instead of the selected frame's buffer list. If no other buffer exists, the buffer `*scratch*' is returned. (defalias 'last-buffer #[(&optional buffer visible-ok frame) "\206\303 \304\305\306\" \n$\206(\304\307!\237 \n$\206(\310\311\312!!\210\313\312!\207" [frame buffer visible-ok selected-frame get-next-valid-buffer frame-parameter buried-buffer-list buffer-list set-buffer-major-mode get-buffer-create "*scratch*" get-buffer] 5 (#$ . 1948)]) #@44 Switch to the next buffer in cyclic order. (defalias 'next-buffer #[nil "p\302\303\304\"\305\306 \307\"!\210\310 !\210\311\303\304 \312 \"B#*\207" [bbl buffer frame-parameter nil buried-buffer-list switch-to-buffer other-buffer t bury-buffer set-frame-parameter delq] 7 (#$ . 2726) nil]) #@48 Switch to the previous buffer in cyclic order. (defalias 'previous-buffer #[nil "\302p\303\"\304\305\306\"\307 !\210\203 @ =\204 A\211\204\310\305\306#*\207" [bbl buffer last-buffer t frame-parameter nil buried-buffer-list switch-to-buffer set-frame-parameter] 5 (#$ . 3023) nil]) (byte-code "\300\301\302\303\304\305\306\307&\210\310\301\311\312\304\301\306\307&\207" [custom-declare-group next-error nil "`next-error' support framework." :group compilation :version "22.1" custom-declare-face ((t (:inherit region))) "Face used to highlight next error locus."] 8) #@396 *Highlighting of locations in selected source buffers. If a number, highlight the locus in `next-error' face for the given time in seconds, or until the next command is executed. If t, highlight the locus until the next command is executed, or until some other locus replaces it. If nil, don't highlight the locus in the source buffer. If `fringe-arrow', indicate the locus by the fringe arrow. (custom-declare-variable 'next-error-highlight '0.5 '(#$ . -3609) :type '(choice (number :tag "Highlight for specified time") (const :tag "Semipermanent highlighting" t) (const :tag "No highlighting" nil) (const :tag "Fringe arrow" fringe-arrow)) :group 'next-error :version "22.1") #@324 *Highlighting of locations in `next-error-no-select'. If number, highlight the locus in `next-error' face for given time in seconds. If t, highlight the locus indefinitely until some other locus replaces it. If nil, don't highlight the locus in the source buffer. If `fringe-arrow', indicate the locus by the fringe arrow. (custom-declare-variable 'next-error-highlight-no-select '0.5 '(#$ . -4294) :type '(choice (number :tag "Highlight for specified time") (const :tag "Semipermanent highlighting" t) (const :tag "No highlighting" nil) (const :tag "Fringe arrow" fringe-arrow)) :group 'next-error :version "22.1") #@73 *List of hook functions run by `next-error' after visiting source file. (custom-declare-variable 'next-error-hook 'nil '(#$ . -4916) :type 'hook :group 'next-error) (byte-code "\301B\302\301!\204\303\301\304\"\210\305B\302\305!\204\303\305\304\"\210\306\305\307\310#\210\311\312\305\"\207" [current-load-list next-error-highlight-timer default-boundp set-default nil next-error-overlay-arrow-position put overlay-arrow-string "=>" add-to-list overlay-arrow-variable-list] 4) #@187 The most recent `next-error' buffer. A buffer becomes most recent when its compilation, grep, or similar mode is started, or when it is used with \[next-error] or \[compile-goto-error]. (defvar next-error-last-buffer nil (#$ . 5406)) #@423 Function to use to find the next error in the current buffer. The function is called with 2 parameters: ARG is an integer specifying by how many errors to move. RESET is a boolean which, if non-nil, says to go back to the beginning of the errors before moving. Major modes providing compile-like functionality should set this variable to indicate to `next-error' that this is a candidate buffer and how to navigate in it. (defvar next-error-function nil (#$ . 5647)) (make-variable-buffer-local 'next-error-function) #@467 Test if BUFFER is a `next-error' capable buffer. If AVOID-CURRENT is non-nil, treat the current buffer as an absolute last resort only. The function EXTRA-TEST-INCLUSIVE, if non-nil, is called in each buffer that normally would not qualify. If it returns t, the buffer in question is treated as usable. The function EXTRA-TEST-EXCLUSIVE, if non-nil, is called in each buffer that would normally be considered usable. If it returns nil, that buffer is rejected. (defalias 'next-error-buffer-p #[(buffer &optional avoid-current extra-test-inclusive extra-test-exclusive) "\305!\205- \205 p=?\205-rq\210\n\203& \203\" \202,\306\202,\f\205,\f )\207" [buffer avoid-current next-error-function extra-test-exclusive extra-test-inclusive buffer-name t] 2 (#$ . 6171)]) (put 'next-error-buffer-p 'byte-optimizer 'byte-compile-inline-expand) #@456 Return a `next-error' capable buffer. If AVOID-CURRENT is non-nil, treat the current buffer as an absolute last resort only. The function EXTRA-TEST-INCLUSIVE, if non-nil, is called in each buffer that normally would not qualify. If it returns t, the buffer in question is treated as usable. The function EXTRA-TEST-EXCLUSIVE, if non-nil, is called in each buffer that would normally be considered usable. If it returns nil, that buffer is rejected. (defalias 'next-error-find-buffer #[(&optional avoid-current extra-test-inclusive extra-test-exclusive) "\306\307\310\311\312\313 \"\"!\211G\314=\205@)\2065 \203Z \n \f\315 !\205R\n\2051 p=?\205Rr q\210\203K\f\203G\f \202Q\316\202Q \205Q ),\203Z \2065p\n \f\315 !\205\220\n\205o p=?\205\220r q\210\203\211\f\203\205\f \202\217\316\202\217 \205\217 ),\203\230p\2065\317 \211\203\345@\n \f\315 !\205\330\n\205\267 p=?\205\330r q\210\203\321\f\203\315\f \202\327\316\202\327 \205\327 ),\204\345A\211\204\240@)\2065\n\2032p\310 \f\315 !\205&\n\205 p=?\205&r q\210\203\f\203\f \202%\316\202% \205% ),\2032\320\321!\210p\2065\322\323!\207" [window-buffers next-error-last-buffer avoid-current extra-test-inclusive extra-test-exclusive buffer delete-dups delq nil mapcar #[(w) "\306! \n \307\f!\2057 \205\fp=?\2057r\fq\210 \2030 \203, \2026\310\2026\n\2056\n ),\205>\306!\207" [w avoid-current extra-test-inclusive extra-test-exclusive buffer next-error-function window-buffer buffer-name t] 4] window-list 1 buffer-name t buffer-list message "This is the only buffer with error message locations" error "No buffers contain error message locations" next-error-function buffers] 7 (#$ . 7027)]) #@1309 Visit next `next-error' message and corresponding source code. If all the error messages parsed so far have been processed already, the message buffer is checked for new ones. A prefix ARG specifies how many error messages to move; negative means move back to previous error messages. Just \[universal-argument] as a prefix means reparse the error message buffer and start at the first error. The RESET argument specifies that we should restart from the beginning. \[next-error] normally uses the most recently started compilation, grep, or occur buffer. It can also operate on any buffer with output from the \[compile], \[grep] commands, or, more generally, on any buffer in Compilation mode or with Compilation Minor mode enabled, or any buffer in which `next-error-function' is bound to an appropriate function. To specify use of a particular buffer for error messages, type \[next-error] in that buffer when it is the only one displayed in the current frame. Once \[next-error] has chosen the buffer for error messages, it runs `next-error-hook' with `run-hooks', and stays with that buffer until you use it in some other buffer which uses Compilation mode or Compilation Minor mode. See variables `compilation-parse-errors-function' and `compilation-error-regexp-alist' for customization ideas. (defalias 'next-error #[(&optional arg reset) ":\203 \304\305\306 \211\205r\nq\210 \307! \"\210\310\311!)\207" [arg reset next-error-last-buffer next-error-function t nil next-error-find-buffer prefix-numeric-value run-hooks next-error-hook] 3 (#$ . 8784) "P"]) #@75 Visit the source code corresponding to the `next-error' message at point. (defalias 'next-error-internal #[nil "prq\210 \302\303\"\210\304\305!)\207" [next-error-last-buffer next-error-function 0 nil run-hooks next-error-hook] 3 (#$ . 10368)]) (byte-code "\300\301\302\"\210\300\303\302\"\207" [defalias goto-next-locus next-error next-match] 3) #@228 Visit previous `next-error' message and corresponding source code. Prefix arg N says how many error messages to move backwards (or forwards, if negative). This operates on the output from the \[compile] and \[grep] commands. (defalias 'previous-error #[(&optional n) "\301\206\302[!\207" [n next-error 1] 2 (#$ . 10723) "p"]) #@192 Restart at the first error. Visit corresponding source code. With prefix arg N, visit the source code of the Nth error. This operates on the output from the \[compile] command, for instance. (defalias 'first-error #[(&optional n) "\301\302\"\207" [n next-error t] 3 (#$ . 11061) "p"]) #@262 Move point to the next error in the `next-error' buffer and highlight match. Prefix arg N says how many error messages to move forwards (or backwards, if negative). Finds and highlights the source line like \[next-error], but does not select the source buffer. (defalias 'next-error-no-select #[(&optional n) "\304\n!\210)\305 !\207" [next-error-highlight-no-select next-error-highlight n next-error-last-buffer next-error pop-to-buffer] 2 (#$ . 11354) "p"]) #@270 Move point to the previous error in the `next-error' buffer and highlight match. Prefix arg N says how many error messages to move backwards (or forwards, if negative). Finds and highlights the source line like \[previous-error], but does not select the source buffer. (defalias 'previous-error-no-select #[(&optional n) "\301\206\302[!\207" [n next-error-no-select 1] 2 (#$ . 11822) "p"]) (byte-code "\301B\302\301!\204\303\301\304\"\210\304\207" [current-load-list next-error-follow-last-line default-boundp set-default nil] 3) #@125 Non-nil if Next-Error-Follow minor mode is enabled. Use the command `next-error-follow-minor-mode' to change this variable. (defvar next-error-follow-minor-mode nil (#$ . 12366)) (make-variable-buffer-local 'next-error-follow-minor-mode) #@196 Minor mode for compilation, occur and diff modes. When turned on, cursor motion in the compilation, grep, occur or diff buffer causes automatic display of the corresponding source code location. (defalias 'next-error-follow-minor-mode #[(&optional arg) "\302=\203 ?\202%\203\303!\304V\202% \204\305\202%\306\307\301\"\210\310\211\2043\311\312\313\305#\210\202>\314\312\313\310\305$\210\315\316!\210\317\320 \203H\321\202I\322\"\210\323 \203]\306\324 \203Z\325\202[\326\"\210\327 \210 \207" [arg next-error-follow-minor-mode toggle prefix-numeric-value 0 t message "Toggling %s off; better pass an explicit argument." nil remove-hook post-command-hook next-error-follow-mode-post-command-hook add-hook make-local-variable next-error-follow-last-line run-hooks next-error-follow-minor-mode-hook next-error-follow-minor-mode-on-hook next-error-follow-minor-mode-off-hook called-interactively-p "Next-Error-Follow minor mode %sabled" "en" "dis" force-mode-line-update] 6 (#$ . 12611) (list (or current-prefix-arg 'toggle))]) (byte-code "\300\301\302\303\304!\205 \304J#\207" [add-minor-mode next-error-follow-minor-mode " Fol" boundp next-error-follow-minor-mode-map] 5) (defalias 'next-error-follow-mode-post-command-hook #[nil "\301 \232?\205\301 \302\303\304\217\207" [next-error-follow-last-line line-number-at-pos nil (byte-code "\302`\303\304!)\207" [compilation-context-lines compilation-current-error nil next-error-no-select 0] 2) ((error t))] 3]) #@115 Major mode not specialized for anything in particular. Other major modes are defined by comparison with this one. (defalias 'fundamental-mode #[nil "\301 \210?\205 \302\303!\207" [delay-mode-hooks kill-all-local-variables run-hooks after-change-major-mode-hook] 2 (#$ . 14098) nil]) (byte-code "\301B\302\301!\204\303\301\304\305\306\307\310\311%\"\210\301\207" [current-load-list hard-newline default-boundp set-default propertize "\n" hard t rear-nonsticky (hard)] 8) #@313 Insert a newline, and move to left margin of the new line if it's blank. If `use-hard-newlines' is non-nil, the newline is marked with the text-property `hard'. With ARG, insert that many newlines. Call `auto-fill-function' if the current column number is greater than the value of `fill-column' and ARG is nil. (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 (#$ . 14581) "*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]) #@189 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 #[(n) "\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 n current-left-margin 0 nil newline insert-and-inherit 1] 3 (#$ . 16206) "*p"]) #@271 Split current line, moving portion beyond point vertically down. If the current line starts with `fill-prefix', insert it on the new line as well. With prefix ARG, don't insert `fill-prefix' on new line. When called from Lisp code, ARG may be a prefix string to copy. (defalias 'split-line #[(&optional arg) "\306\307w\210i`\n;\203\n\202\n\203\307\202 \211\205)\212\310 \210\311\312\f!!)\313\314!\210 \2036\315\f!\210\316\317\"\210 b,\207" [col pos arg fill-prefix prefix have-prfx " " nil beginning-of-line looking-at regexp-quote newline 1 insert-and-inherit indent-to 0] 4 (#$ . 16712) "*P"]) #@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 (#$ . 17333) "*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 (#$ . 17794) "*"]) #@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 ((byte-code "\301\302\"\207" [save-match-data-internal set-match-data evaporate] 3)) re-search-forward "\\s-$" nil t skip-syntax-backward "-" 0 ((byte-code "\301\302\"\207" [save-match-data-internal set-match-data evaporate] 3)) looking-at ".*\f"] 4 (#$ . 18459) "*"]) #@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 (#$ . 19231) "*"]) #@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 "`\301 \210\212b\210\302 \210\303\304!\210)\302 )\207" [pos newline indent-according-to-mode delete-horizontal-space t] 2 (#$ . 19693) "*"]) #@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) "\306\211\n\203\n\307=\203\310 \202\311 *\f\203+ \312Y\203+ \313X\203+\314 ! \315V\203;\n\307=\203;\316 !\210 \315V\205L\317 !\210 S\211\202<)\207" [input-method-function translation-table-for-input overwrite-mode char enable-multibyte-characters arg nil overwrite-mode-binary read-quoted-char read-char 160 255 unibyte-char-to-multibyte 0 delete-char insert-and-inherit] 3 (#$ . 20271) "*p"]) #@66 Move forward ARG lines and position at first nonblank character. (defalias 'forward-to-indentation #[(&optional arg) "\206\301y\210\302\303w\207" [arg 1 " " nil] 2 (#$ . 21629) "p"]) #@67 Move backward ARG lines and position at first nonblank character. (defalias 'backward-to-indentation #[(&optional arg) "\206\301[y\210\302\303w\207" [arg 1 " " nil] 2 (#$ . 21822) "p"]) #@64 Move point to the first non-whitespace character on this line. (defalias 'back-to-indentation #[nil "\300\301!\210\302\303\304 \"\210\305 \207" [beginning-of-line 1 skip-syntax-forward " " line-end-position backward-prefix-chars] 3 (#$ . 22018) 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 (#$ . 22276) "*"]) #@102 Delete all spaces and tabs around point. If BACKWARD-ONLY is non-nil, only delete them 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 (#$ . 22580) "*P"]) #@75 Delete all spaces and tabs around point, leaving one space (or N spaces). (defalias 'just-one-space #[(&optional n) "`\304\305x\210\306\305\"\210 \206\307\310\n W\203/g\311U\203%\307u\210\202(\311c\210\nT\211\202*`\304\305w\210\306\305\312#|)\207" [orig-pos n i #1=#:--cl-dotimes-temp-- " " nil constrain-to-field 1 0 32 t] 5 (#$ . 22904) "*p"]) #@431 Move point to the beginning of the buffer; leave mark at previous position. With \[universal-argument] prefix, do not set mark at previous position. With numeric 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) ":\204 \203 \n\204\304 \210deZ\203;:\204;e \305V\203.\306! \307\245_\2027 \306!_\307\\\307\245\\\202<eb\210)\205K:?\205K\310y\207" [arg transient-mark-mode mark-active size push-mark 10000 prefix-numeric-value 10 1] 4 (#$ . 23271) "P"]) #@419 Move point to the end of the buffer; leave mark at previous position. With \[universal-argument] prefix, do not set mark at previous position. With numeric 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) ":\204 \203 \n\204\304 \210deZ\2039:\2049d \305V\203.\306! \307\245_\2025 \306!_\307\245Z\202:db\210)\203I:\204I\310y\207`\311\312\313\"V\205Y\314`!\210\315\316!\207" [arg transient-mark-mode mark-active size push-mark 10000 prefix-numeric-value 10 1 window-end nil t overlay-recenter recenter -3] 4 (#$ . 24014) "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 (#$ . 24822) nil]) #@387 Goto line ARG, counting from line 1 at beginning of buffer. Normally, move point in the current buffer. With just \[universal-argument] as argument, move point in the most recently displayed other buffer, and switch to it. When called from Lisp code, the optional argument BUFFER specifies a buffer to switch to. If there's a number in the buffer at point, it is the default for ARG. (defalias 'goto-line #[(arg &optional buffer) "\203\304!\211\203\305 !\210\202\306!\210)\214~\210\307b\210\n\310=\203.\311\312\313\314 S$\2021 Sy)\207" [buffer window selective-display arg get-buffer-window select-window switch-to-buffer-other-window 1 t re-search-forward "[\n ]" nil end] 6 (#$ . 25144) (byte-code "\203:\204\304!C\207\212\305\306x\210\307\310!\205!\311`\305\306w\210`\"):\205,\312p\313\"\211\2039\314\315\n!P\202:\316\317\320 \203E\321\202F\322 #\306\211\313\323 &\n+D\207" [current-prefix-arg default buffer buffer-prompt prefix-numeric-value "0-9" nil looking-at "[0-9]" buffer-substring-no-properties other-buffer t " in " buffer-name "" read-from-minibuffer format "Goto line%s (%s): " "Goto line%s: " minibuffer-history] 8)]) #@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 (#$ . 26317) "r"]) #@73 Print the current buffer line number and narrowed line number of point. (defalias 'what-line #[nil "e\302 \211\303U\203\304\305\"\202\"\212\214~\210\304\306\302 !\\\307\\#**\207" [n start line-number-at-pos 1 message "Line %d" "line %d (narrowed line %d)" -1] 6 (#$ . 26536) 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 ((byte-code "\301\302\"\207" [save-match-data-internal set-match-data evaporate] 3)) 0 re-search-forward "[\n ]" nil 40 1 buffer-size] 5 (#$ . 26832)]) #@208 Return (narrowed) buffer line number at position POS. If POS is nil, use current buffer location. Counting starts at (point-min), so the value refers to the contents of the accessible portion of the buffer. (defalias 'line-number-at-pos #[(&optional pos) "\206`\303\212eb\210`\nb\210\304y\210\305 `\"T+\207" [pos start opoint nil 0 count-lines] 3 (#$ . 27496)]) #@582 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'. (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\203q \312U\203U\n\fTU\204e\321\322 \f \n,+&\202\227\321\323 \f,+%\202\227-\324\211\211\211./01\2112\203\216\3252!\326=\203\22232\327!\204\243\317\330\211\211$0\2024\331 \332\"\211/\203\333\333 \332\"\206\265d\2114 \334\\W\203\305\316.\202\315\335. \334\\4\336 4\".P.)\202\350\337Y\205\346\3402\"1/\203\f/;\204\376\317\341\211\211.%\2022\317\342\211\211./&\20221\203,\317\343\211\2111G\312V\203\"\335\202(\34412\"%\2022\317\345\211\211$05\203=\346`!\210 \312U\203J\n\fTU\204m\321\347\350W\203X\351!\202]\336``T\"0 \f \n,+&\n\202\226\321\3526\203\210\337W\203\200\351!\202\213\336``T\"\202\213\351!0 \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 (EOB) column=%d%s" nil coding-system-type t char-valid-p "(%d, #o%o, #x%x, invalid)" get-text-property display next-single-property-change 4 "..." buffer-substring-no-properties 128 encode-coding-char "(%d, #o%o, #x%x, part of display \"%s\")" "(%d, #o%o, #x%x, part of display \"%s\"->\"%s\")" "(%d, #o%o, #x%x, file %s)" encoded-string-description "(%d, #o%o, #x%x)" describe-char "Char: %s %s point=%d of %d (%d%%) <%d-%d> column=%d%s" 256 single-key-description "Char: %s %s point=%d of %d (%d%%) column=%d%s" hscroll col buffer-file-coding-system under-display display-prop encoding-msg encoded coding default-buffer-file-coding-system to detail enable-multibyte-characters] 12 (#$ . 27871) "P"]) (byte-code "\304 \305\306\307#\210\310 \"\210)\311 B\312\311!\204 \313\311\314\"\210\314\207" [m minibuffer-local-map read-expression-map current-load-list make-sparse-keymap define-key "\211" lisp-complete-symbol set-keymap-parent read-expression-history default-boundp set-default nil] 4) #@59 Non-nil means completing a Lisp symbol in the minibuffer. (defvar minibuffer-completing-symbol nil (#$ . 30539)) #@99 Value for `print-level' while printing value in `eval-expression'. A value of nil means no limit. (custom-declare-variable 'eval-expression-print-level '4 '(#$ . 30658) :group 'lisp :type '(choice (const :tag "No Limit" nil) integer) :version "21.1") #@100 Value for `print-length' while printing value in `eval-expression'. A value of nil means no limit. (custom-declare-variable 'eval-expression-print-length '12 '(#$ . 30916) :group 'lisp :type '(choice (const :tag "No Limit" nil) integer) :version "21.1") #@112 If non-nil set `debug-on-error' to t in `eval-expression'. If nil, don't change the value of `debug-on-error'. (custom-declare-variable 'eval-expression-debug-on-error 't '(#$ . 31177) :group 'lisp :type 'boolean :version "21.1") #@219 Format VALUE as a result of evaluated expression. Return a formatted string which is displayed in the echo area in addition to the value printed by prin1 in functions which display the result of expression evaluation. (defalias 'eval-expression-print-format #[(value) "\250\205B \305>\203 \n=\204\306\303!\205B \205B\306\303!\203% \204+ \307>\205.\310!\211\203<\311\312\211\f$\202A\311\313\211#)\207" [value this-command last-command edebug-active char-string (eval-last-sexp eval-print-last-sexp) boundp (eval-last-sexp eval-print-last-sexp) prin1-char format " (#o%o, #x%x, %s)" " (#o%o, #x%x)"] 6 (#$ . 31414)]) #@403 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. If `eval-expression-debug-on-error' is non-nil, which is the default, this command arranges for all errors to enter the debugger. (defalias 'eval-expression #[(eval-expression-arg &optional eval-expression-insert-value) "\204 \306 !\nB\202'\307\310!\311\211\306 !\nB )\f =\204& *\203?p\312\n@!)\202U\312\n@\313\"\314\n@!\211\203T\315\313\"\210)*\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-format princ eval-expression-print-length eval-expression-print-level print-level print-length eval-expression-insert-value standard-output str] 5 (#$ . 32053) (list (let ((minibuffer-completing-symbol t)) (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) "\306\307 T\310\216\311\n\312 !\f\313\305%+\211 @\232\204 B\314 !)\207" [minibuffer-history-sexp-flag print-level prompt command read-expression-map command-history nil minibuffer-depth ((byte-code "@;\203 A\301\207" [command-history nil] 1)) read-from-minibuffer prin1-to-string t eval] 7 (#$ . 33174)]) #@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\2035\306\307 T\310\216\311\312\313 !\314\301B%,\211 @\232\204/\n B\315\n!\202C \203@\316\317\"\202C\316\320!*\207" [arg command-history newcmd elt minibuffer-history-sexp-flag minibuffer-history-position nil minibuffer-depth ((byte-code "@;\203 A\301\207" [command-history nil] 1)) read-from-minibuffer "Redo: " prin1-to-string t eval error "Argument %d is beyond length of command history" "There are no previous complex commands to repeat" print-level read-expression-map] 8 (#$ . 33726) "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 (#$ . 34843)) #@270 Control whether history list elements are expressions or strings. If the value of this variable equals current minibuffer depth, they are expressions; otherwise they are strings. (That convention is designed to do the right thing for recursive uses of the minibuffer.) (defvar minibuffer-history-sexp-flag nil (#$ . 35018)) (byte-code "\303\304\305\nB\306\305!\204\307\305\304\"\210\304\207" [minibuffer-history-variable minibuffer-history-position current-load-list minibuffer-history nil minibuffer-history-search-history default-boundp set-default] 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 (#$ . 35585)) (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 (#$ . 35970)]) #@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 '(#$ . -36160) :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\333\306 !\203\n\204\307  J\310\f\311\"\205( >\203&\311\202(\312\211\211 \313U\204\305\314\313W\203O\315\202P\314\\]G^\211U\203n\316\314U\203k\317\202l\320!\210\321 =\203\205\312 \322S8!)\202\213S8\313W\203\240\323\f\"\205\255\313\225\202\255\323\324\f\325Q\"\205\255\314\224\211\2038\211\313W\203\276\314\202\277\315\\\211\2029db\210\326 \210c\210\327 \\b\210.!@@\330>\205\352!A\211!\207" [n minibuffer-history-position minibuffer-text-before-history minibuffer-history-variable regexp minibuffer-history-case-insensitive-variables zerop minibuffer-contents-no-properties 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-minibuffer-contents minibuffer-prompt-end (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 (#$ . 36578) (let* ((enable-recursive-minibuffers t) (regexp (read-from-minibuffer "Previous element matching (regexp): " nil minibuffer-local-map nil 'minibuffer-history-search-history (car 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 (#$ . 38594) (let* ((enable-recursive-minibuffers t) (regexp (read-from-minibuffer "Next element matching (regexp): " nil minibuffer-local-map nil 'minibuffer-history-search-history (car 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)))]) (byte-code "\301B\302\301!\204\303\301\304\"\210\304\207" [current-load-list minibuffer-temporary-goal-position default-boundp set-default nil] 3) #@116 Puts next element of the minibuffer history in the minibuffer. With argument N, it uses the Nth following element. (defalias 'next-history-element #[(n) "\306!\206\306 Z\n\203\307\202\310\311\211\306 !\203(\204(\312  W\203>\n\203:\313\314!\210\202>\313\315!\210JGV\203L\313\316!\210\317>\204s\320 \321\322!\210`X\203g\202pm\203o\311\202p`)db\210\323 \210\307U\203\210\n\202\245\310U\203\236\206\225\324\325\311\202\245 SJ8\326 =\203\273 \204\273\311\327\f!)\202\274\fc\210\206\304db,\207" [n minibuffer-history-position minibuffer-default minibuffer-returned-to-present elt minimum zerop -1 0 nil minibuffer-contents-no-properties 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) minibuffer-prompt-end make-local-variable minibuffer-temporary-goal-position delete-minibuffer-contents "" 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 (#$ . 39680) "p"]) #@119 Puts previous element of the minibuffer history in the minibuffer. With argument N, it uses the Nth previous element. (defalias 'previous-history-element #[(n) "\301[!\207" [n next-history-element] 2 (#$ . 40852) "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 minibuffer-prompt-end] 5 (#$ . 41079) "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 (#$ . 41452) "p"]) #@100 Return the display width of the minibuffer prompt. Return 0 if current buffer is not a minibuffer. (defalias 'minibuffer-prompt-width #[nil "\300 S\207" [minibuffer-prompt-end] 1 (#$ . 41753)]) (defalias 'advertised-undo 'undo) #@173 Table mapping redo records to the corresponding undo one. A redo record for undo-in-region maps to t. A redo record for ordinary undo maps to the following (earlier) undo. (defconst undo-equiv-table (make-hash-table :test 'eq :weakness t) (#$ . 41988)) #@74 Non-nil if `pending-undo-list' is not just a tail of `buffer-undo-list'. (defvar undo-in-region nil (#$ . 42247)) #@47 If t, `undo' doesn't go through redo entries. (defvar undo-no-redo nil (#$ . 42367)) #@118 Within a run of consecutive undo commands, list remaining to be undone. If t, we undid all the way to the end of it. (defvar pending-undo-list nil (#$ . 42459)) #@347 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 \[universal-argument] as an argument limits undo to changes within the current region. (defalias 'undo #[(&optional arg) "\306 \307 \310\311\f\312=\2034 \313=\204^\211@\310=\203*A\211\202\314\")\204^\203>\202G\205G\247?\211 \203W\311\315 \316 \"\210\202Z\311 \210\317\320!\210\312\314 \"!\321 \322 =\204\214 \203\201!\203}\323\202\213\324\202\213!\203\212\325\202\213\326!:\203\257\"\203\257\314!\"\211#\205\250#\211!)\204\227!)\317\204\274\247\203\303\327!\202\304\320!\210\330 \203\322\313\202\323 #\210\310$\211%@\203K%@\250\203>%@&$\203\376$%A\241\210\202%A%A\211%@\203:&%@=\203-$\203%$%A\241\210\2021%A\2021%$%A\211%\202 \310%)%$%A\211%\202\337*\n\203Y\306 \204Y\331 !\210\205`\300!+\207" [message recent-save modified this-command last-command pending-undo-list buffer-modified-p recent-auto-save-p nil undo-start undo t gethash region-beginning region-end undo-more 1 selected-window minibuffer-window "Redo in region!" "Undo in region!" "Redo!" "Undo!" prefix-numeric-value puthash delete-auto-save-file-if-necessary buffer-undo-list list undo-equiv-table transient-mark-mode mark-active arg undo-in-region equiv undo-no-redo next prev tail pos] 5 (#$ . 42627) "*P"]) #@113 Make BUFFER stop keeping undo information. No argument or nil as argument means do this for the current buffer. (defalias 'buffer-disable-undo #[(&optional buffer) "r\203 \302!\202\fpq\210\303\211)\207" [buffer buffer-undo-list get-buffer t] 2 (#$ . 44199) nil]) #@172 Undo some previous changes. Repeat this command to undo more changes. A numeric argument serves as a repeat count. Contrary to `undo', this will not redo a previous undo. (defalias 'undo-only #[(&optional arg) "\302\303 !)\207" [undo-no-redo arg t undo] 2 (#$ . 44474) "*p"]) #@99 Non-nil while performing an undo. Some change-hooks test this variable to do something different. (defvar undo-in-progress nil (#$ . 44757)) #@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 #[(n) "<\204\304\305 \205\f\306P!\210\307\310 \"\211?\205\307\211)\207" [pending-undo-list undo-in-region undo-in-progress n error "No further undo information" " for region" t primitive-undo] 4 (#$ . 44905)]) #@32 Make a copy of undo list LIST. (defalias 'undo-copy-list #[(list) "\301\302\"\207" [list mapcar undo-copy-list-1] 3 (#$ . 45330)]) (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 (#$ . 45562)]) #@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 (#$ . 46143)]) #@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 (#$ . 47351)]) #@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\205 A V)\207@\250\205.@\nW\205.A V\207" [undo-elt tail end start nil 3] 3 (#$ . 47904)]) (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]) #@674 If non-nil ask about discarding undo info for the current command. Normally, Emacs discards the undo info for the current command if it exceeds `undo-outer-limit'. But if you set this option non-nil, it asks in the echo area whether to discard the info. If you answer no, there is a slight risk that Emacs might crash, so only do it if you really want to undo the command. This option is mainly intended for debugging. You have to be careful if you use it for other purposes. Garbage collection is inhibited while the question is asked, meaning that Emacs might leak memory. So you should make sure that you do not wait excessively long before answering the question. (custom-declare-variable 'undo-ask-before-discard 'nil '(#$ . 48414) :type 'boolean :group 'undo :version "22.1") #@238 If non-nil, an extra level of size that's ok in an undo item. We don't ask the user about truncating the undo list until the current item gets bigger than this amount. This variable only matters if `undo-ask-before-discard' is non-nil. (defvar undo-extra-outer-limit nil (#$ . 49208)) (byte-code "\301\302!\210\303\301\207" [undo-outer-limit-function make-variable-buffer-local undo-extra-outer-limit undo-outer-limit-truncate] 2) (defalias 'undo-outer-limit-truncate #[(size) "\203+ \203\n V\205<\n\306\\\307\211\211\310\311\312\313 \n#!+\205*\307\211\314\207\315\316\311\317\313 \n#\320P\321#\210\307\314\207" [undo-ask-before-discard undo-extra-outer-limit size executing-kbd-macro track-mouse use-dialog-box 50000 nil yes-or-no-p format "Buffer `%s' undo info is %d bytes long; discard it? " buffer-name t display-warning (undo discard-info) "Buffer `%s' undo info was %d bytes long.\n" "The undo info was discarded because it exceeded `undo-outer-limit'.\n\nThis is normal if you executed a command that made a huge change\nto the buffer. In that case, to prevent similar problems in the\nfuture, set `undo-outer-limit' to a value that is large enough to\ncover the maximum size of normal changes you expect a single\ncommand to make, but not so large that it might exceed the\nmaximum memory allotted to Emacs.\n\nIf you did not execute any such command, the situation is\nprobably due to a bug and you should report it.\n\nYou can disable the popping up of this buffer by adding the entry\n(undo discard-info) to the user option `warning-suppress-types'.\n" :warning buffer-undo-list] 7]) #@58 History list for some commands that read shell commands. (defvar shell-command-history nil (#$ . 50828)) #@66 Switch used to have the shell execute its command line argument. (defvar shell-command-switch "-c" (#$ . 50939)) #@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 (#$ . -51059)) #@2297 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. 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 command terminates without error, but generates output, and you did not specify "insert it in the current buffer", the output can be displayed in the echo area or in its buffer. If the output is short enough to display in the echo area (determined by the variable `max-mini-window-height' if `resize-mini-windows' is non-nil), it is shown there. Otherwise, the buffer containing the output is displayed. If there is output and an error, and you did not specify "insert it in the current buffer", a message about the error goes at the end of the output. If there is no output, or if output is inserted in the current buffer, then `*Shell Command Output*' is deleted. 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!\210r: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 ((byte-code "\301\302\"\207" [save-match-data-internal set-match-data evaporate] 3)) 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 (#$ . 51394) (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\202]\317\320\211\211\321 $\211\311U\206\260\n\322X\204\216\n \203\211\323\f!\203|\324 \f_\202\212\f\250\203\205\f\202\212\322\202\212\322X\203\247\325p!\204\247db\210n\203\236\326u\210\300\310e`{\"\202\260eb\210\327p #*\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-screen-lines nil minibuffer-window 1 floatp frame-height get-buffer-window -1 display-buffer frame] 6 (#$ . 55505)]) (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]) #@2384 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, and DISPLAY-ERROR-BUFFER. Noninteractive callers can specify coding systems by binding `coding-system-for-read' and `coding-system-for-write'. If the command generates output, the output may be displayed in the echo area or in a buffer. If the output is short enough to display in the echo area (determined by the variable `max-mini-window-height' if `resize-mini-windows' is non-nil), it is shown there. Otherwise it is displayed in the buffer `*Shell Command Output*'. The output is available in that buffer in both cases. If there is output and an error, a message about the error appears at the end of the output. 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. If DISPLAY-ERROR-BUFFER is non-nil, display the error buffer if there were any errors. (This is always t, interactively.) 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 display-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\343\320\206q\321!#\322\216#p=\203\254\311$]d|\210e^|\210\315ed \316\f\203\240\316\fD\202\241\316\311!\"&\202\342%&\212#q\210\311$\204\301&%\323 \210*\315 \311\f\203\330#\fD\202\332#\311!\"&*\f\203#\324\f!\203#\325\326\327\f!8W\203r\320!q\210d`Z'o\204 \330c\210\331\f\311\"\210d'Zb\210)(\203\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 "rq\210 \204\f\305\202# ;\203\306\307 \"\202# \310\232?\205#\306\311 \")rq\210deV)\2037\312!\210\202x \203I\310\313\314 !8W\203I\315\202J\316 \204V\317\320!\210\202w \310\232\203d\317\321\f\"\210\202w ;\203q\317\322 \"\210\202w\317\323 \f#\210)\306\207" [buffer exit-status mode-line-process error-file output " - Error" format " - Signal [%s]" 0 " - Exit [%d]" display-message-or-buffer 7 file-attributes "some error output" "no output" message "(Shell command failed with error)" "(Shell command succeeded with %s)" "(Shell command killed by signal %s)" "(Shell command failed with code %d and %s)"] 4)) 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 buffer buffer-read-only default-directory directory pos-from-end display-error-buffer] 9 (#$ . 57390) (let (string) (unless (mark) (error "The mark is not set now, so there is no region")) (setq 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 t))]) #@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 (#$ . 61963)]) #@623 Process files synchronously in a separate process. Similar to `call-process', but may invoke a file handler based on `default-directory'. The current working directory of the subprocess is `default-directory'. File names in INFILE and BUFFER are handled normally, but file names in ARGS should be relative to `default-directory', as they are passed to the process verbatim. (This is a difference to `call-process' which does not support file handlers for INFILE and BUFFER.) Some file handlers might not support all variants, for example they might behave as if DISPLAY was nil, regardless of the actual value passed. (defalias 'process-file #[(program &optional infile buffer display &rest args) "\306\307\"\310\211\311\216 \203\312 \307\f &\202i \203'\313 !:\205<\211A@);\205<\314\315!\312\316\f\n\206E \203Q@ D\202S& \203i\317 \211A@)\"\210,\207" [default-directory stderr-file lc fh program infile find-file-name-handler process-file nil ((byte-code "\203\302!\210 \203\302 !\210\302\207" [stderr-file lc delete-file] 2)) apply file-local-copy make-temp-file "emacs" call-process copy-file buffer display args x] 9 (#$ . 62356)]) #@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) (#$ . 63549)) #@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 (#$ . 64479)) #@75 Non-nil when `overriding-terminal-local-map' is `universal-argument-map'. (defvar overriding-map-is-bound nil (#$ . 64734)) #@133 The saved value of `overriding-terminal-local-map'. That variable gets restored to this value on exiting "universal argument mode". (defvar saved-overriding-map nil (#$ . 64865)) #@68 Check `overriding-terminal-local-map' is `universal-argument-map'. (defalias 'ensure-overriding-map-is-bound #[nil "?\205\f  \304\211\207" [overriding-map-is-bound overriding-terminal-local-map saved-overriding-map universal-argument-map t] 2 (#$ . 65050)]) #@61 Restore `overriding-terminal-local-map' to its saved value. (defalias 'restore-overriding-map #[nil "\303\211\207" [saved-overriding-map overriding-terminal-local-map overriding-map-is-bound nil] 2 (#$ . 65319)]) #@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 "\302C\303 G\304 \207" [prefix-arg universal-argument-num-events 4 this-command-keys ensure-overriding-map-is-bound] 1 (#$ . 65542) nil]) (defalias 'universal-argument-more #[(arg) ":\203@\303_C\202\304=\203\305C\202\306 \210\307 G\211\207" [arg prefix-arg universal-argument-num-events 4 - -4 restore-overriding-map 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\303=\203\304\202\303\305 G\306 \207" [arg prefix-arg universal-argument-num-events - nil this-command-keys ensure-overriding-map-is-bound] 2 (#$ . 66546) "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\317 \207" [last-command-char char digit arg prefix-arg universal-argument-num-events ascii-character logand 127 48 10 0 - zerop this-command-keys ensure-overriding-map-is-bound] 3 (#$ . 66908) "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 \207" [arg prefix-arg key keylist universal-argument-num-events unread-command-events this-command-keys listify-key-sequence append reset-this-command-lengths restore-overriding-map] 3 nil "P"]) #@411 List of filter functions for `filter-buffer-substring'. Each function must accept a single argument, a string, and return a string. The buffer substring is passed to the first function in the list, and the return value of each function is passed to the next. The return value of the last function is used as the return value of `filter-buffer-substring'. If this variable is nil, no filtering is performed. (defvar buffer-substring-filters nil (#$ . 67854)) #@1036 Return the buffer substring between BEG and END, after filtering. The buffer substring is passed through each of the filter functions in `buffer-substring-filters', and the value from the last filter function is returned. If `buffer-substring-filters' is nil, the buffer substring is returned unaltered. If DELETE is non-nil, the text between BEG and END is deleted from the buffer. If NOPROPS is non-nil, final string returned does not include text properties, while the string passed to the filters still includes text properties from the buffer text. Point is temporarily set to BEG before calling `buffer-substring-filters', in case the functions need to know where the text came from. This function should be used instead of `buffer-substring', `buffer-substring-no-properties', or `delete-and-extract-region' when you want to allow filtering to take place. For example, major or minor modes can use `buffer-substring-filters' to extract characters that are special to a buffer, and should not be copied into other buffers. (defalias 'filter-buffer-substring #[(beg end &optional delete noprops) "\204 \203F\212\nb\210\203\306\n \"\202\n { \307\211 \2035 @\211\f! A\211 \204$*\f\203C\310\311\fG\307\f$\210\f*\207\f\203P\312\n \"\207\n {\207" [delete buffer-substring-filters beg end string filter delete-and-extract-region nil set-text-properties 0 buffer-substring-no-properties #1=#:--cl-dolist-temp-- noprops] 5 (#$ . 68323)]) #@579 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, optional, argument PUSH, has the same meaning as the similar argument to `x-set-cut-buffer', which see. (defvar interprogram-cut-function nil (#$ . 69794)) #@1023 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, then the caller of the function (usually `current-kill') should put this string 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 (#$ . 70432)) #@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 (#$ . 71515)) #@70 *Maximum length of kill ring before oldest elements are thrown away. (custom-declare-variable 'kill-ring-max '60 '(#$ . -71986) :type 'integer :group 'killing) #@63 The tail of the kill ring whose car is the last thing yanked. (defvar kill-ring-yank-pointer nil (#$ . 72152)) #@836 Make STRING the latest kill in the kill ring. Set `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. Optional third arguments YANK-HANDLER controls how the STRING is later inserted into a buffer; see `insert-for-yank' for details. When a yank handler is specified, STRING must be non-empty (the yank handler, if non-nil, is stored as a `yank-handler' text property on STRING). When the yank handler has a non-nil PARAM element, the original STRING argument is not used by `insert-for-yank'. However, since Lisp code may access and use elements from the kill ring directly, the STRING argument should still be a "useful" string for such uses. (defalias 'kill-new #[(string &optional replace yank-handler) "G\306V\203 \203\"\307\306G\301 %\210\202\" \203\"\310\311\312D\"\210\313\314!\2032\314\n\2050 @\"\210\n\203A \203A \240\210\202S B\211G\fV\203S\fS \233\315\241\210 \205`\n?\"\207" [string yank-handler replace kill-ring kill-ring-max kill-ring-yank-pointer 0 put-text-property signal args-out-of-range "yank-handler specified for empty string" fboundp menu-bar-update-yank-menu nil interprogram-cut-function] 7 (#$ . 72270)]) #@539 Append STRING to the end of the latest kill in the kill ring. If BEFORE-P is non-nil, prepend STRING to the kill. Optional third argument YANK-HANDLER, if non-nil, specifies the yank-handler text property to be set on the combined kill ring string. If the specified yank-handler arg differs from the yank-handler property of the latest kill string, this function adds the combined string to the kill ring as a new element, instead of replacing the last kill with it. If `interprogram-cut-function' is set, pass the resulting kill to it. (defalias 'kill-append #[(string before-p &optional yank-handler) "@\305\n\203 P\202 P G\306U\206\f\307\306\304 #\232\f#)\207" [kill-ring cur before-p string yank-handler kill-new 0 get-text-property] 7 (#$ . 73626)]) #@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 (#$ . 74399)]) #@66 *Non-nil means don't signal an error for killing read-only text. (custom-declare-variable 'kill-read-only-ok 'nil '(#$ . -75145) :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) #@1083 Kill ("cut") text between point and mark. This deletes the text from the buffer and saves it 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 positions 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. In Lisp code, optional third arg YANK-HANDLER, if non-nil, specifies the yank-handler text property to be set on the killed text. See `insert-for-yank'. (defalias 'kill-region #[(beg end &optional yank-handler) "\203 \204\f\302\303!\210\304\305\306\217\207" [beg end error "The mark is not set now, so there is no region" nil (byte-code "\306 \307#\211\203! \310=\203\311\n W\f#\210\202!\312\n\313\f#\210\n\204+ \310=\203-\310)\313\207" [beg end string last-command yank-handler this-command filter-buffer-substring t kill-region kill-append kill-new nil] 5) (((buffer-read-only text-read-only) (byte-code "\304 \"\210\305 \203\306\307!\210\310\207\311 \210\312\313pC\"\207" [beg end this-command kill-read-only-ok copy-region-as-kill kill-region message "Read only text copied to kill ring" nil barf-if-buffer-read-only signal text-read-only] 3)))] 3 (#$ . 75485) (list (point) (mark))]) #@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\307 \n\"\n W\"\210\202\310\307 \n\"!\210 \203 \311\312\207" [last-command beg end transient-mark-mode deactivate-mark kill-region kill-append filter-buffer-substring kill-new t nil] 4 (#$ . 77328) "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\205\217`U\203 \202`\307\310\f\311 \"\203f \205(\312\313!?\205\216\314 `p\223\210\fb\210\315!\210\314 \fp\223\210 b\210\205\216\205\216 \316=\203Y\317\211\202\216 \205\216\317\320\321!\202\216\322\323!\211G\324^`U\203\204\325\326[\317O\"\202\215\325\327\323O\"*+\207" [beg end inhibit-quit opoint other-end transient-mark-mode copy-region-as-kill t pos-visible-in-window-p selected-window face-background region mark-marker sit-for lambda nil run-hooks deactivate-mark-hook current-kill 0 40 message "Saved text until \"%s\"" "Saved text from \"%s\"" blink-matching-delay quit-flag mark-active killed-text message-len] 6 (#$ . 77794) "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 (#$ . 78979) "p"]) #@150 *Text properties to discard when yanking. The value should be a list of text properties to discard or t, which means to discard all text properties. (custom-declare-variable 'yank-excluded-properties ''(read-only invisible intangible field mouse-face help-echo local-map keymap yank-handler follow-link fontified) '(#$ . -79340) :type '(choice (const :tag "All" t) (repeat symbol)) :group 'killing :version "22.1") (byte-code "\301B\302\301!\204\303\301\304\"\210\304\207" [current-load-list yank-window-start default-boundp set-default nil] 3) #@297 If non-nil, function used by `yank-pop' to delete last stretch of yanked text. Function is called with two parameters, START and END corresponding to the value of the mark and point; it is guaranteed that START <= END. Normally set from the UNDO element of a yank-handler; see `insert-for-yank'. (defvar yank-undo-function nil (#$ . 79896)) #@728 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. When this command inserts killed text into the buffer, it honors `yank-excluded-properties' and `yank-handler' as described in the doc string for `insert-for-yank-1', which see. (defalias 'yank-pop #[(&optional arg) "\306=\204\n\307\310!\210\306\n\204\311\312`\313\312!W \203, \206#\314`\313\312!\"\210\2027 \2061\314\313\312!`\"\210\315\316 `p\223\210\317\320\n!!\210\321\322 \312#\210 \203\\\313\312!\316 `p\223\210b\210*\315\207" [last-command this-command arg before inhibit-read-only yank-undo-function yank error "Previous command was not a yank" 1 t mark delete-region nil mark-marker insert-for-yank current-kill set-window-start selected-window yank-window-start] 4 (#$ . 80244) "*p"]) #@585 Reinsert ("paste") 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 \[universal-argument] 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. When this command inserts killed text into the buffer, it honors `yank-excluded-properties' and `yank-handler' as described in the doc string for `insert-for-yank-1', which see. See also the command `yank-pop' (\[yank-pop]). (defalias 'yank #[(&optional arg) "\303 \304\305`!\210\306\307\n<\203\310\202 \n\311=\203\312\202 \nS!!\210\n:\2033\313\304!\314 `p\223\210b\210 \304=\203;\315\316\207" [yank-window-start this-command arg window-start t push-mark insert-for-yank current-kill 0 - -2 mark mark-marker yank nil] 4 (#$ . 81511) "*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 (#$ . 82428) "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 '(#$ . -82900) :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 (#$ . 83405) "*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) "\303!\203 H\206 \304`\305\306 !\307\211\n$\210`\"\207" [translation-table-for-input char arg char-table-p kill-region search-forward char-to-string nil] 7 (#$ . 84196) "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 '(#$ . -84619) :type 'boolean :group 'killing) #@1096 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 \[move-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 \[move-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. (If the variable `kill-read-only-ok' is non-nil, then this won't even beep.) (defalias 'kill-line #[(&optional arg) "\304`\203\305\306!!\210\202Bm\203\307\310\311\"\210\212\312 \210`)\212\n\204(\313 w\210` U)\2047 \203>n\203>\305\314!\210\202A b\210)`\"\207" [arg end show-trailing-whitespace kill-whole-line kill-region forward-visible-line prefix-numeric-value signal end-of-buffer nil end-of-visible-line " " 1] 5 (#$ . 84795) "P"]) #@296 Kill current line. With prefix arg, kill that many lines starting from the current line. If arg is negative, kill backward. Also kill the preceding newline. (This is meant to make \[repeat] work well with negative arguments.) If arg is zero, kill current line but exclude the trailing newline. (defalias 'kill-whole-line #[(&optional arg) "\302V\203m\203\212\303\302!\210m)\203\304\305\306\"\210\302W\2031o\2031\212\307 \210o)\2031\304\310\306\"\210 \311=\204=\312\313!\210\311\314!\203V\212\311`\303\302!\210`\"\210)\311`\307 \210`\"\207\302W\203w\212\311`\307 \210`\"\210)\311`\303T!\210o\204t\315u\210`\"\207\212\311`\303\302!\210`\"\210)\311`\303!\210`\"\207" [arg last-command 0 forward-visible-line signal end-of-buffer nil end-of-visible-line beginning-of-buffer kill-region kill-new "" zerop -1] 4 (#$ . 86270) "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 "\305V\203\204\305V\203?\306\307y!\204\310\311\312\"\210\313`S\314\"\n\315=\203( \2021 \n>\2044 \n\236\2037T)S\211\202`m\204{\313`\314\"\n\315=\203T \202] \n>\206] \n\236)\203{\316`\314\"\203s\317`\314\"\206vd\202v\320`!b\210\202An?\205\202 b)\207\315\211\204\220\305X\203\320\f\203\232\321 \210\202\246\306\322y!\204\246\310\323\312\"\210o\204\312\313`S\314\"\n\315=\203\272 \202\303 \n>\204\311 \n\236\204\311T)\312\211\202\207`o\204\313`S\314\"\n\315=\203\346 \202\357 \n>\206\357 \n\236)\203\316`S\314\"\203\324`\314\"\206 e\202 \325`!b\210\202\322n?\205 b*\207" [arg prop buffer-invisibility-spec opoint 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 (#$ . 87123)]) #@38 Move to end of current visible line. (defalias 'end-of-visible-line #[nil "\302\210m?\205H\212\303\302w\210\304`\305\" \306=\203\202% >\206% \236*\205H\303\302w\210\307`\305\"\203=\310`\305\"b\210\202B\311`!b\210\302\210\202\207" [prop buffer-invisibility-spec nil "^\n" get-char-property invisible t get-text-property next-single-property-change next-overlay-change] 3 (#$ . 88351)]) #@247 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: use `insert-buffer-substring' instead! (defalias 'insert-buffer #[(buffer) "\301\212\302\303!!\210`)!\210\304\207" [buffer push-mark insert-buffer-substring get-buffer nil] 4 (#$ . 88759) (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=#:--cl-dolist-temp--] 4 (#$ . 89380) (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 (#$ . 90177) "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) "pr\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 (#$ . 90680) "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) #@155 Hook run when the mark becomes active. It is also run at the end of a command, if the mark is active and it is possible that the region may have changed. (defvar activate-mark-hook nil (#$ . 91369)) #@42 Hook run when the mark becomes inactive. (defvar deactivate-mark-hook nil (#$ . 91574)) #@443 Return this buffer's mark value as integer, or nil if never set. In Transient Mark mode, this function signals an error if the mark is not active. However, if `mark-even-if-inactive' is non-nil, or the argument FORCE is non-nil, it disregards whether the mark is active, and returns an integer or nil in the usual way. 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 (#$ . 91669)]) #@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 "\302=\203\n\303\211\207\205\303\304\305!\207" [transient-mark-mode mark-active lambda nil run-hooks deactivate-mark-hook] 2 (#$ . 92350)]) (put 'deactivate-mark 'byte-optimizer 'byte-compile-inline-expand) #@705 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 (#$ . 92755)]) #@68 The list of former marks of the current buffer, most recent first. (defvar mark-ring nil (#$ . 93678)) (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 '(#$ . -93899) :type 'integer :group 'editing-basics) #@52 The list of saved global marks, most recent first. (defvar global-mark-ring nil (#$ . 94075)) #@80 *Maximum size of global mark ring. Start discarding off end if gets this big. (custom-declare-variable 'global-mark-ring-max '16 '(#$ . -94175) :type 'integer :group 'editing-basics) #@96 Jump to mark, and pop a new position for mark off the ring (does not affect global mark ring). (defalias 'pop-to-mark-command #[nil "\300\301!\204\n\302\303!\207`\300\301!U\203\304\305!\210\300\301!b\210\306 \207" [mark t error "No mark set in this buffer" message "Mark popped" pop-mark] 3 (#$ . 94365) nil]) #@163 Set mark at where point is. If no prefix arg and mark is already set there, just activate it. Display `Mark set' unless the optional second arg NOMSG is non-nil. (defalias 'push-mark-command #[(arg &optional nomsg) "\304\305 ! \204\203`U\204\306\307\n\310#\202)\310\311\312!\210\n?\205)\313\314!)\207" [mark arg nomsg mark-active marker-position mark-marker push-mark nil t run-hooks activate-mark-hook message "Mark activated"] 4 (#$ . 94685) "P"]) #@353 *Non-nil means repeating \[set-mark-command] after popping mark pops it again. That means that C-u \[set-mark-command] \[set-mark-command] will pop the mark twice, and C-u \[set-mark-command] \[set-mark-command] \[set-mark-command] will pop the mark three times. nil means \[set-mark-command]'s behavior does not change after C-u \[set-mark-command]. (custom-declare-variable 'set-mark-command-repeat-pop 'nil '(#$ . -95154) :type 'boolean :group 'editing-basics) #@1277 Set the mark where point is, or jump to the mark. Setting the mark also alters the region, which is the text between point and mark; this is the closest equivalent in Emacs to what some editors call the "selection". With no prefix argument, set the mark at point, and push the old mark position on local mark ring. Also push the old mark on global mark ring, if the previous mark was set in another buffer. Immediately repeating this command activates `transient-mark-mode' temporarily. With prefix argument (e.g., \[universal-argument] \[set-mark-command]), jump to the mark, and set the mark from position popped off the local mark ring (this does not affect the global mark ring). Use \[pop-global-mark] to jump to a mark popped off the global mark ring (see `pop-global-mark'). If `set-mark-command-repeat-pop' is non-nil, repeating the \[set-mark-command] command with no prefix argument pops the next position off the local (or global) mark ring and jumps there. With \[universal-argument] \[universal-argument] as prefix argument, unconditionally set mark where point is, even if `set-mark-command-repeat-pop' is 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. (defalias 'set-mark-command #[(arg) "\306=\203\307 :\203\310 !\311V\203\312\307!\207\n\313=\204* \203&\314 \207\312\315!\207 \2039\f\314=\2039\314\211 \207 \203L\f\316=\203L \204L\316\211 \207 \203U\314\211 \207\f\313=\203i \203i\204i\306\317\320!\207\312\307!\207" [transient-mark-mode arg this-command set-mark-command-repeat-pop last-command mark-active lambda nil prefix-numeric-value 4 push-mark-command set-mark-command pop-to-mark-command t pop-global-mark message "Transient-mark-mode temporarily enabled"] 3 (#$ . 95627) "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 (#$ . 97470)]) #@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 "\203'\303\304 !C\244\304 @\305\\p\223\210@\306\211\223\210\307\310!\204$\311 \210A \312=\2031\306\211\207 \205:\306\313\314!\207" [mark-ring transient-mark-mode mark-active copy-marker mark-marker 0 nil mark t ding lambda run-hooks deactivate-mark-hook] 3 (#$ . 98588)]) (defalias 'exchange-dot-and-mark 'exchange-point-and-mark) #@212 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. With prefix arg, `transient-mark-mode' is enabled temporarily. (defalias 'exchange-point-and-mark #[(&optional arg) "\203 \203\n\204\304\202\305?\205-\306\307!\211\204$\310\311!\210\312`!\210 b\210)\305\207" [arg mark-active transient-mark-mode omark lambda nil mark t error "No mark set in this buffer" set-mark] 3 (#$ . 99071) "P"]) #@120 Non-nil if Transient-Mark mode is enabled. See the command `transient-mark-mode' for a description of this minor-mode. (custom-declare-variable 'transient-mark-mode 'nil '(#$ . 99576) :set 'custom-set-minor-mode :initialize 'custom-initialize-default :group 'editing-basics :type 'boolean) #@984 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], \[keep-lines], \[query-replace], \[query-replace-regexp], \[ispell], 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 #[(&optional arg) "\302=\203 ?\202%\203\303!\304V\202% \204\305\202%\306\307\301\"\210\310\311\312 \2030\313\2021\314\"\210\315 \203I\316\301!\210\306\317 \203F\320\202G\321\"\210\322 \210 \207" [arg transient-mark-mode toggle prefix-numeric-value 0 t message "Toggling %s off; better pass an explicit argument." nil run-hooks transient-mark-mode-hook transient-mark-mode-on-hook transient-mark-mode-off-hook called-interactively-p customize-mark-as-set "Transient-Mark mode %sabled" "en" "dis" force-mode-line-update] 3 (#$ . 99873) (list (or current-prefix-arg 'toggle))]) (byte-code "\300\301\302\303\304!\205 \304J#\207" [add-minor-mode transient-mark-mode nil boundp transient-mark-mode-map] 5) #@301 Non-nil means it is ok for commands to call `widen' when they want to. Some commands will do this in order to go to positions outside the current accessible part of the buffer. If `widen-automatically' is nil, these commands will do something else as a fallback, and won't change the buffer bounds. (defvar widen-automatically t (#$ . 101613)) #@56 Pop off global mark ring and jump to the top location. (defalias 'pop-global-mark #[nil "\203\305@!\204A\211\204\204\306\307!\210@\305 !\310 !A@C\244\nq\210 eY\203; dX\204H\f\203D~\210\202H\306\311!\210 b\210\312\n!+\207" [global-mark-ring marker buffer position widen-automatically marker-buffer error "No global mark set" marker-position "Global mark position is outside accessible part of buffer" switch-to-buffer] 3 (#$ . 101964) nil]) #@74 *If non-nil, `next-line' inserts newline to avoid `end of buffer' error. (custom-declare-variable 'next-line-add-newlines 'nil '(#$ . -102434) :type 'boolean :version "21.1" :group 'editing-basics) #@1117 Move cursor vertically down ARG lines. Interactively, vscroll tall lines if `auto-window-vscroll' is enabled. 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 #[(&optional arg try-vscroll) "\204\306 \2037\306U\2037\212\307\210m)\203-\307\211\210 \203&\f\202'\310c\210)\202J\311\307\211 $\210\202Jt\203C\307\312\313\217\210\202J\311\307\211 $\210\307\207" [arg next-line-add-newlines abbrev-mode use-hard-newlines hard-newline try-vscroll 1 nil "\n" line-move (byte-code "\302\303\211 $\207" [arg try-vscroll line-move nil] 5) (((beginning-of-buffer end-of-buffer) (ding)))] 6 (#$ . 102640) "p\np"]) #@876 Move cursor vertically up ARG lines. Interactively, vscroll tall lines if `auto-window-vscroll' is enabled. 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 #[(&optional arg try-vscroll) "\204\302t\203\303\304\305\217\210\202\306[\303\211 $\210\303\207" [arg try-vscroll 1 nil (byte-code "\302[\303\211 $\207" [arg try-vscroll line-move nil] 5) (((beginning-of-buffer end-of-buffer) (ding))) line-move] 5 (#$ . 104244) "p\np"]) #@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 '(#$ . -105432) :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 '(#$ . -105734) :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 (#$ . 106000)) #@98 *Non-nil means \[next-line] and \[previous-line] ignore invisible lines. Outline mode sets this. (custom-declare-variable 'line-move-ignore-invisible 't '(#$ . -106250) :type 'boolean :group 'editing-basics) #@67 Return non-nil if the character after POS is currently invisible. (defalias 'line-move-invisible-p #[(pos) "\303\304\"\n\305=\203 \202 \n>\206 \n\236)\207" [pos prop buffer-invisibility-spec get-char-property invisible t] 3 (#$ . 106464)]) (defalias 'line-move-partial #[(arg noerror to-end) "\306W\203\307\310\311\"\211\312 V\205\313\310 \312 Z\311#)\207\314\315!\211A@\316\n8\317\n8\310\211\310\n\203G \312 Y\204G\f\312 [X\205\371\n\204]\320\311\310\311#\3178\3218) \203g \306U\203k\310\202\371 \306V\203\236\314 A@\206\211\322 \323!\206\207\324!A)\211\325 Z\326Z S^W\203\236\310\202\371\307\310\311\"\211\306V\203\274 \306V\205\371\313\310 \312 ^\\\311#\202\371 \306V\203\345\325 Z\326Z S^U\203\345\313\310\312 \311#\210\327#\210\311\202\371 \306V\203\363\330\326!\210\311\202\371\313\310\312 \311#.\207" [arg vs lh vpos ypos rbot 0 window-vscroll nil t frame-char-height set-window-vscroll window-line-height -1 2 3 pos-visible-in-window-p 5 posn-at-point posn-actual-col-row posn-col-row window-text-height 1 line-move-1 scroll-up ppos py wend scroll-margin noerror to-end] 6]) (defalias 'line-move #[(arg &optional noerror to-end try-vscroll) "\205 \205 \306\n!\307U\205 ?\205 \f?\205 \310\n #?\2050\311\312\313\314#\210\315\n #\207" [auto-window-vscroll try-vscroll arg defining-kbd-macro executing-kbd-macro noerror abs 1 line-move-partial set-window-vscroll nil 0 t line-move-1 to-end] 4]) (defalias 'line-move-1 #[(arg &optional noerror to-end) "\306`\307\216\f\310>\204' \203$l\203$n\203 \f\311=\203$\312\202%i\250\204z\204z\313V\203R\314V\203BSy\210\315\210\316\314y!\203c\313\211\202`\316y!\203cn\203c\313\211\204\204\317\313W\203s\320\202t\321\315\"\210\202\315\313V\203\373\204\373m\204\232\322`!\203\232\323`!b\210\202\210\324\306\325 )`\306\211\326%b\210m\203\277\204\271\317\321\315\"\210\202\357\306\202\357\314V\203\327\250\204\327\322`!\204\327\314y\210\202\357\316\327\314!!\203\357\204\354\317\321\315\"\210\202\357\306\204}S\211\202~\313W\203~\204~\313y\210o\203 \204\317\320\315\"\210\202Q\306\202Q\330W\2039\250\2049\322`S!\2049\330y\210\202Q\316\327\330!!\203Q\204N\317\320\315\"\210\202Q\306\204\373T\316 \206a!\204k\313W\203\373o\204\373\322`S!\203\373\331`!b\210\202Y)\313U,\207" [arg orig-arg opoint inhibit-point-motion-hooks last-command track-eol t ((byte-code "\305V\203\f\306\210\202$\305W\203\307 \210\202$\310 \206\n \f\305V#\210\306\207" [arg goal-column temporary-goal-column opoint orig-arg 0 nil beginning-of-line line-move-finish] 5)) (next-line previous-line) move-end-of-line 9999 0 1 nil zerop signal beginning-of-buffer end-of-buffer line-move-invisible-p next-char-property-change constrain-to-field line-end-position inhibit-line-move-field-capture vertical-motion -1 previous-char-property-change temporary-goal-column selective-display line-move-ignore-invisible noerror done inhibit-field-text-motion goal-column] 7]) (defalias 'line-move-finish #[(column opoint forward) "\306\205\252\307\211`\212\310 \210`)\212\311\307w\210m\204+\312`!\203+\313`!b\210\311\307w\210\202`)\314 !\210\203C` W\203C b\210`\211b\210\307\fb\210` X\203Y`\202t\315u\210\203g\n`W\202j` X\203r`\202t )b\210\307\316\f\317\"\316\317\"=\203\215\f\202\225\320\f\306\211\321%b\210)`\nW\204\244` V\203\246\306,\202)\207" [repeat line-end line-beg old new column t nil beginning-of-line "^\n" line-move-invisible-p next-char-property-change line-move-to-column -1 get-char-property field constrain-to-field inhibit-line-move-field-capture forward inhibit-point-motion-hooks opoint] 7]) #@204 Try to find column COL, considering invisibility. This function works only in certain cases, because what we really need is for `move-to-column' and `current-column' to be able to ignore invisible text. (defalias 'line-move-to-column #[(col) "\305!\203\f\306 \210\202\307!\210 \205gn?\205g\310`S!\205g`im\2046\310`!\2036\311`!b\210\202$i\nV\203F\312i\nZ\\!\202f b\210\212\306 \210`)n?\205e\310`S!\205e\313`\f\"b\210\202P)*\207" [col line-move-ignore-invisible normal-column normal-location line-beg zerop beginning-of-line move-to-column line-move-invisible-p next-char-property-change line-move-to-column previous-char-property-change] 4 (#$ . 110244)]) #@358 Move point to end of current line as displayed. (If there's an image in the line, this disregards newlines which are part of the text that the image rests on.) With argument ARG not nil or 1, move forward ARG - 1 lines first. If point reaches the beginning or end of buffer, it stops there. To ignore intangibility, bind `inhibit-point-motion-hooks' to t. (defalias 'move-end-of-line #[(arg) "\204\304\305 ?\205d\212\306\307\310\"\2031o\2041o\204.\311`S!\203.\312`!b\210\202\313u\210`*\211b\210` V\203Ih\314=\203I\313u\210\202`` V\203^m\204^g\314=\204^\304\202`\310)\202)\207" [arg done goal-column newpos 1 nil 0 line-move t line-move-invisible-p previous-char-property-change -1 10] 4 (#$ . 110926) "p"]) #@364 Move point to beginning of current line as displayed. (If there's an image in the line, this disregards newlines which are part of the text that the image rests on.) With argument ARG not nil or 1, move forward ARG - 1 lines first. If point reaches the beginning or end of buffer, it stops there. To ignore intangibility, bind `inhibit-point-motion-hooks' to t. (defalias 'move-beginning-of-line #[(arg) "\204\305`\306\211\211\305U\204\307S\310\"\210\311\306x\210o\2045\312`S!\2035\313`!b\210\311\306x\210\202`m\204I\312`!\203I\314`!b\210\2027`\315\n\f\305U?\310\306%\211\nU\204` \202j\315`\f\305U?\310\306%b,\207" [arg first-vis-field-value first-vis start orig 1 nil line-move t "^\n" line-move-invisible-p previous-char-property-change next-char-property-change constrain-to-field] 7 (#$ . 111667) "p"]) (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\307 \"\310\311!P\"\210\302\207" [arg goal-column nil message "No goal column" "%s" format "Goal column %d " substitute-command-keys "(use \\[set-goal-column] with an arg to unset it)"] 5 (#$ . 112543) "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 (#$ . 113219) "P"]) #@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 (#$ . 113493) "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 (#$ . 113936) "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 (#$ . 114355) "*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 (#$ . 114800) "*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\303#\207" [arg transpose-subr #[(arg) "\301V\203\f\302\303!\202o\2043\212\304u\210\302\303!)\2033\301V\203%\305\202&\306\307!\210\212\310!\210`)`B\207\301V\203=\305\202>\306\311!\210\212\310!\210`)\312\301V\203S\313\202T\304!\204H\314\301V\203c\306\202d\305\315!!\203H`B\207" [arg 0 looking-at "\\sw\\|\\s_" -1 skip-syntax-backward skip-syntax-forward "w_" forward-sexp " ." forward-comment 1 zerop "."] 4] special] 4 (#$ . 115206) "*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 (#$ . 115848) "*p"]) (defalias 'transpose-subr #[(mover arg &optional special) "\203 \202 \306\307\211 \310U\203,\212\f\311!\312 b\210\f\311!\313 \n\"\210)\314 \202U \310V\203E\f\315!\f !\313 \n\"\210\n@b\202U\f\315!\211@b\210\f !\313 \n\"+\207" [special mover pos2 pos1 aux arg #[(x) " !\210` [!\210`B\207" [mover x] 3] nil 0 1 mark transpose-subr-1 exchange-point-and-mark -1] 4]) (defalias 'transpose-subr-1 #[(pos1 pos2) "@AV\203A@B @ AV\203 A @B@ @V\203+ \n)A @V\2037\306\307!\210\310 \311\312\216\313\f!\210\311\314 @ A\" @b\210\314@A\"c\210@b\210 c\210)\315\211+\207" [pos1 pos2 swap #1=#:--change-group-success-- #2=#:--change-group-handle-- word2 error "Don't have two things to transpose" prepare-change-group nil ((byte-code "\203 \302 !\210\202\303 !\210\302\207" [#1# #2# accept-change-group cancel-change-group] 2)) activate-change-group delete-and-extract-region t] 3]) #@99 Move backward until encountering the beginning of a word. With argument, do this that many times. (defalias 'backward-word #[(&optional arg) "\206\301[v\207" [arg 1] 1 (#$ . 117159) "p"]) #@282 Set mark ARG words away from point. The place mark goes is the same place \[forward-word] would move to with the same argument. Interactively, if this command is repeated or (in Transient Mark mode) if the mark is active, it marks the next ARG words after the ones already marked. (defalias 'mark-word #[(&optional arg allow-extend) "\203< \n=\203\306\307!\204 \203<\f\203< \203\"\310 !\202.\306 `W\203-\311\202.\312\313\212\306 b\210 v\210`)!\207\314\212\310 !v\210`)\315\307#\207" [allow-extend last-command this-command transient-mark-mode mark-active arg mark t prefix-numeric-value -1 1 set-mark push-mark nil] 4 (#$ . 117357) "P\np"]) #@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 (#$ . 118018) "p"]) #@110 Kill characters backward until encountering the beginning of a word. With argument, do this that many times. (defalias 'backward-kill-word #[(arg) "\301[!\207" [arg kill-word] 2 (#$ . 118217) "p"]) #@405 Return the symbol or word that point is on (or a nearby one) as a string. The return value includes no text properties. If optional arg STRICT is non-nil, return nil unless point is within or adjacent to a symbol or word. In all cases the value can be nil if there is no word nearby. The function, belying its name, normally finds a symbol. If optional arg REALLY-WORD is non-nil, it finds just a word. (defalias 'current-word #[(&optional strict really-word) "\212``` \203\306\202\307\310\fP\311\f!\210`b\210\312\f!\210` =\203`\n=\203`\204`\311 \212\313 \210`)\"\210n\203X\312 \212\314\210`)\"\210`\312\f!\210`\202``\311\f!\210` \nU?\205k\315 \n\".\207" [oldpoint start end really-word syntaxes not-syntaxes "w" "w_" "^" skip-syntax-backward skip-syntax-forward beginning-of-line nil buffer-substring-no-properties strict] 3 (#$ . 118423)]) #@70 *String for filling to insert at front of new line, or nil for none. (custom-declare-variable 'fill-prefix 'nil '(#$ . -119300) :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 '(#$ . -119537) :type '(choice (const :tag "None" nil) regexp) :group 'fill) #@257 *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. (defvar comment-line-break-function 'comment-indent-new-line (#$ . -119733)) (defalias 'do-auto-fill #[nil "\306\211\211\307 \211?\2060\310 \211?\2060\n\311=\203$i X\2060\f\2050\212\312 \210\313\f!)?\2058\n\314>\203?\212\315 \210) \203{\203M\316\230\203{\317\212\320\321!\210`)\212\322\321!\210`)\"\211\203z\316\232\204z\203w\323\324\"\204z) \2041i V\2031\306 \212\312 \210` \203\237\313\325!!\203\237\326\225 \327 T!\210\330 !\210`)!\212!b\210n\206\346\212\331\306w\210l)\206\346 \203\314` X\206\346\"\205\346`#\312 \210\332\"#\333#\205\345`#=))\203\357\333\202-i$\212\334\306x\210`!U)\203%\333!\210\202\212!b\210%\333!\210)\n\311=\204#\212\326\210\335\n\306\333#\210)i$Y\203,\333)*\202{\335\n\333\211#\210\333,\207" [fill-prefix give-up justify fc auto-fill-inhibit-regexp adaptive-fill-mode 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 string-match "\\`[ ]*\\'" regexp-quote 0 move-to-column fill-move-to-break-point " " re-search-forward t " " justify-current-line prefix fill-indent-according-to-mode after-prefix fill-point comment-start-skip limit prev-column comment-line-break-function] 5]) #@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 (#$ . 121315)) (put 'auto-fill-function :minor-mode-function 'auto-fill-mode) #@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 (#$ . 121552) "P"]) #@69 Automatically break line at a previous space, in insertion of text. (defalias 'auto-fill-function #[nil "\300\207" [nil] 1 (#$ . 122122)]) #@41 Unconditionally turn on Auto Fill mode. (defalias 'turn-on-auto-fill #[nil "\300\301!\207" [auto-fill-mode 1] 2 (#$ . 122267)]) #@42 Unconditionally turn off Auto Fill mode. (defalias 'turn-off-auto-fill #[nil "\300\301!\207" [auto-fill-mode -1] 2 (#$ . 122401)]) (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 (#$ . 122594) "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 (#$ . 123014) "P"]) (byte-code "\300\301\302\"\210\300\303\304\"\207" [defvaralias indicate-unused-lines indicate-empty-lines default-indicate-unused-lines default-indicate-empty-lines] 3) #@187 Toggle whether to fold or truncate long lines for the current buffer. With arg, truncate long lines iff arg is positive. Note that in side-by-side windows, truncation is always enabled. (defalias 'toggle-truncate-lines #[(&optional arg) "\204 ?\202\303!\304V\305 \210 \204p\306\307\310\311#\210)\312\313 \203)\314\202*\315\"\207" [arg truncate-lines buffer prefix-numeric-value 0 force-mode-line-update walk-windows #[(window) "\302 !=\205\f\303 \304\"\207" [buffer window window-buffer set-window-hscroll 0] 3] nil t message "Truncate long lines %s" "enabled" "disabled"] 4 (#$ . 123903) "P"]) #@63 The string displayed in the mode line when in overwrite mode. (defvar overwrite-mode-textual " Ovwrt" (#$ . 124518)) #@70 The string displayed in the mode line when in binary overwrite mode. (defvar overwrite-mode-binary " Bin Ovwrt" (#$ . 124641)) #@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 (#$ . 124775) "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 (#$ . 125440) "P"]) #@114 Non-nil if Line-Number mode is enabled. See the command `line-number-mode' for a description of this minor-mode. (custom-declare-variable 'line-number-mode 't '(#$ . 126306) :set 'custom-set-minor-mode :initialize 'custom-initialize-default :group 'mode-line :type 'boolean) #@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 #[(&optional arg) "\302=\203 ?\202%\203\303!\304V\202% \204\305\202%\306\307\301\"\210\310\311\312 \2030\313\2021\314\"\210\315 \203I\316\301!\210\306\317 \203F\320\202G\321\"\210\322 \210 \207" [arg line-number-mode toggle prefix-numeric-value 0 t message "Toggling %s off; better pass an explicit argument." nil run-hooks line-number-mode-hook line-number-mode-on-hook line-number-mode-off-hook called-interactively-p customize-mark-as-set "Line-Number mode %sabled" "en" "dis" force-mode-line-update] 3 (#$ . 126588) (list (or current-prefix-arg 'toggle))]) (byte-code "\300\301\302\303\304!\205 \304J#\207" [add-minor-mode line-number-mode nil boundp line-number-mode-map] 5) #@118 Non-nil if Column-Number mode is enabled. See the command `column-number-mode' for a description of this minor-mode. (custom-declare-variable 'column-number-mode 'nil '(#$ . 127645) :set 'custom-set-minor-mode :initialize 'custom-initialize-default :group 'mode-line :type 'boolean) #@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 #[(&optional arg) "\302=\203 ?\202%\203\303!\304V\202% \204\305\202%\306\307\301\"\210\310\311\312 \2030\313\2021\314\"\210\315 \203I\316\301!\210\306\317 \203F\320\202G\321\"\210\322 \210 \207" [arg column-number-mode toggle prefix-numeric-value 0 t message "Toggling %s off; better pass an explicit argument." nil run-hooks column-number-mode-hook column-number-mode-on-hook column-number-mode-off-hook called-interactively-p customize-mark-as-set "Column-Number mode %sabled" "en" "dis" force-mode-line-update] 3 (#$ . 127935) (list (or current-prefix-arg 'toggle))]) (byte-code "\300\301\302\303\304!\205 \304J#\207" [add-minor-mode column-number-mode nil boundp column-number-mode-map] 5) #@122 Non-nil if Size-Indication mode is enabled. See the command `size-indication-mode' for a description of this minor-mode. (custom-declare-variable 'size-indication-mode 'nil '(#$ . 128850) :set 'custom-set-minor-mode :initialize 'custom-initialize-default :group 'mode-line :type 'boolean) #@201 Toggle Size Indication mode. With arg, turn Size Indication mode on iff arg is positive. When Size Indication mode is enabled, the size of the accessible part of the buffer appears in the mode line. (defalias 'size-indication-mode #[(&optional arg) "\302=\203 ?\202%\203\303!\304V\202% \204\305\202%\306\307\301\"\210\310\311\312 \2030\313\2021\314\"\210\315 \203I\316\301!\210\306\317 \203F\320\202G\321\"\210\322 \210 \207" [arg size-indication-mode toggle prefix-numeric-value 0 t message "Toggling %s off; better pass an explicit argument." nil run-hooks size-indication-mode-hook size-indication-mode-on-hook size-indication-mode-off-hook called-interactively-p customize-mark-as-set "Size-Indication mode %sabled" "en" "dis" force-mode-line-update] 3 (#$ . 129146) (list (or current-prefix-arg 'toggle))]) (byte-code "\300\301\302\303\304!\205 \304J#\210\305\306\302\307\310\311\312\313&\207" [add-minor-mode size-indication-mode nil boundp size-indication-mode-map custom-declare-group paren-blinking "Blinking matching of parens and expressions." :prefix "blink-matching-" :group paren-matching] 8) #@71 *Non-nil means show matching open-paren when close-paren is inserted. (custom-declare-variable 'blink-matching-paren 't '(#$ . -130280) :type 'boolean :group 'paren-blinking) #@310 *Non-nil means show matching open-paren when it is on screen. If nil, don't show it (but the open-paren can still be shown when it is off screen). This variable has no effect if `blink-matching-paren' is nil. (In that case, the open-paren is never shown.) It is also ignored if `show-paren-mode' is enabled. (custom-declare-variable 'blink-matching-paren-on-screen 't '(#$ . -130462) :type 'boolean :group 'paren-blinking) #@155 *If non-nil, maximum distance to search backwards for matching open-paren. If nil, search stops at the beginning of the accessible portion of the buffer. (custom-declare-variable 'blink-matching-paren-distance '(* 25 1024) '(#$ . -130893) :type '(choice (const nil) integer) :group 'paren-blinking) #@59 *Time in seconds to delay after showing a matching paren. (custom-declare-variable 'blink-matching-delay '1 '(#$ . -131198) :type 'number :group 'paren-blinking) #@167 *If nil, `blink-matching-paren' ignores comments. More precisely, when looking for the matching parenthesis, it skips the contents of comments that end before point. (custom-declare-variable 'blink-matching-paren-dont-ignore-comments 'nil '(#$ . -131367) :type 'boolean :group 'paren-blinking) #@68 Move cursor momentarily to the beginning of the sexp before point. (defalias 'blink-matching-open #[nil "`eV\205\205\306`\212\307u\210\310\311!\210`)Z\312\"\312U\205`\313\211\313\211\212\214\2039\314 `Z] }\210\313\315\316\217\210)\n\203e\317\320\n!!\321=\204e\320\n!\211 :\205c\317 !\322=\205c A)\f Sf=\204}\f\320 S!A=\204}\323\324!\202\n\204\215?\205\323\325!\202\326\n!\203\252!\205\"?\205\212\nb\210\327#!)\202\212\nb\210\212\330\313x\210n)\204\300\331 \nT{\202\372\212\312u\210\330\313w\210l)\204\324\n\332 {\202\372\212\333\313x\210o)\204\366\333\313x\210\331 \313\210\330\313x\210`{\334\n\211T{Q\202\372\n\211T{)\323\335\336 !\".\207" [blink-matching-paren oldpos blinkpos message-log-max matching-paren open-paren-line-string logand -1 skip-syntax-backward "/\\" 1 nil minibuffer-prompt-end (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)) syntax-class syntax-after 8 4 message "Mismatched parentheses" "Unmatched parenthesis" pos-visible-in-window-p sit-for " " line-beginning-position line-end-position "\n " "..." "Matches %s" substring-no-properties blink-matching-paren-distance syntax blink-matching-paren-on-screen show-paren-mode blink-matching-delay] 5 (#$ . 131667) nil]) (byte-code "\301\211\207" [blink-paren-function blink-matching-open] 2) #@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 "\303=\203\f\304\211\202\203\304\305\306!\210\307\310!\203\310 \210\304\311\312\304\"\207" [transient-mark-mode mark-active defining-kbd-macro lambda nil run-hooks deactivate-mark-hook fboundp kmacro-keyboard-quit signal quit] 3 (#$ . 133104) nil]) #@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 (#$ . 133555)) #@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\2034 \2034\n\312=\203*\306\211\207\n\2053\306\313\314!\207\315 \310V\203>\316 \207\f\203E\f \207\317\320!\204N\321 \207\322\323\324p!\"\205Y\325 \207" [last-command current-prefix-arg transient-mark-mode mark-active buffer-quit-function mode-exited nil minibuffer-depth 0 abort-recursive-edit lambda run-hooks deactivate-mark-hook recursion-depth exit-recursive-edit one-window-p t delete-other-windows string-match "^ \\*" buffer-name bury-buffer] 4 (#$ . 133820) nil]) #@118 Play sound stored in FILE. VOLUME and DEVICE correspond to the keywords of the sound specification for `play-sound'. (defalias 'play-sound-file #[(file &optional volume device) "\304D\n\203\305 \306\n#\210 \203\305 \307 #\210\301 B\310 !)\207" [file sound volume device :file plist-put :volume :device play-sound] 4 (#$ . 134783) "fPlay sound file: "]) #@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 '(#$ . -135150) :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 '(#$ . -135521) :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) (define-mail-user-agent 'sendmail-user-agent 'sendmail-user-agent-compose 'mail-send-and-exit) (defalias 'rfc822-goto-eoh #[nil "eb\210\300\301\302\303#\205\304\224b\207" [re-search-forward "^\\([:\n]\\|[^: \n]+[ \n]\\)" nil move 0] 4]) (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 \312#A\310\313 \312#A\310\314 \312#A\315&\204F\204F\316\317!\210\212\320 \210 \203s\321 @@\322\"\204l @@\323 @A\203h\202i\324\261\210 A\211\204N\203\325y\210c\210,\312\207" [switch-function same-window-regexps same-window-buffer-names special-display-regexps special-display-buffer-names other-headers nil "*mail*" assoc-string "cc" t "in-reply-to" "body" mail error "Message aborted" rfc822-goto-eoh member-ignore-case ("in-reply-to" "cc" "body") ": " "\n" 1 body in-reply-to cc continue to subject yank-action send-actions use-hard-newlines hard-newline] 9]) #@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 (#$ . 137988) (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 (#$ . 139373) (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 (#$ . 139745) (list nil nil nil current-prefix-arg)]) #@48 History of values entered with `set-variable'. (defvar set-variable-value-history nil (#$ . 140114)) #@641 Set VARIABLE to VALUE. VALUE is a Lisp object. VARIABLE should be a user option variable name, a Lisp variable meant to be customized by users. You should enter VALUE in Lisp syntax, so 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. With a prefix argument, set VARIABLE to VALUE buffer-locally. (defalias 'set-variable #[(variable value &optional make-local) "\304!\203\305N\204\306!\210\305N\211\2030\307\310!\210\311 !\312 \313\n#\2040\314\315\n @$\210) \2039\316!\210\nL\210\317 \207" [variable type value make-local custom-variable-p custom-type custom-load-symbol require cus-edit widget-convert widget-apply :match error "Value `%S' does not match type %S of %S" make-local-variable force-mode-line-update] 6 (#$ . 140222) (let* ((default-var (variable-at-point)) (var (if (user-variable-p 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)) (obsolete (car (get var 'byte-obsolete-variable))) (prompt (format "Set %s %s to value: " var (cond ((local-variable-p var) "(buffer-local)") ((or current-prefix-arg (local-variable-if-set-p var)) "buffer-locally") (t "globally")))) (val (progn (when obsolete (message (concat "`%S' is obsolete; " (if (symbolp obsolete) "use `%S' instead" "%s")) var obsolete) (sit-for 3)) (if prop (call-interactively `(lambda (arg) (interactive ,prop) arg)) (read (read-string prompt nil 'set-variable-value-history (format "%S" (symbol-value var)))))))) (list var val current-prefix-arg))]) #@40 Local map for completion list buffers. (defvar completion-list-mode-map nil (#$ . 142177)) (byte-code "\2044\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\303 \320\321#\210 )\322\323\324\325#\207" [completion-list-mode-map map make-sparse-keymap define-key [mouse-2] mouse-choose-completion [follow-link] mouse-face [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 (#$ . 142742)) #@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 (#$ . 142989)) #@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 (#$ . 143218)) #@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 (#$ . 143591) nil]) #@51 Move to the previous item in the completion list. (defalias 'previous-completion #[(n) "\301[!\207" [n next-completion] 2 (#$ . 144002) "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 (#$ . 144152) "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\321\"\203g\322\316 !\203g\323\321 !\210\202q\322\316 !\204q\324 \210\325!\210)\326\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 buffer-substring-no-properties selected-window one-window-p t selected-frame window-dedicated-p iconify-frame bury-buffer select-window choose-completion-string beg owindow] 5 (#$ . 144721) nil]) (defalias 'choose-completion-delete-max-match #[(string) "`\305`\nGZ\306 ]b\210 `Z \203\n\227\307V\203<` { \203)\f\227\f\n\307O\230)\204<S\310u\210\202\311!*\207" [len opoint string completion-ignore-case tail nil minibuffer-prompt-end 0 1 delete-char] 4]) #@671 Functions that may override the normal insertion of a completion choice. These functions are called in order with four arguments: CHOICE - the string to insert in the buffer, BUFFER - the buffer in which the choice should be inserted, MINI-P - non-nil iff BUFFER is a minibuffer, and BASE-SIZE - the number of characters in BUFFER before the string being completed. If a function in the list returns non-nil, that function is supposed to have inserted the CHOICE in the BUFFER, and possibly exited the minibuffer; no further functions will be called. If all functions in the list return nil, that means to use the default method of inserting the completion in BUFFER. (defvar choose-completion-string-functions nil (#$ . 145750)) #@219 Switch to BUFFER and insert the completion choice CHOICE. BASE-SIZE, if non-nil, says how many characters of BUFFER's text to keep. If it is nil, we call `choose-completion-delete-max-match' to decide what to delete. (defalias 'choose-completion-string #[(choice &optional buffer base-size) "\206 \306!\211\203\"\307 \203\310\307 !\232\204\"\311\312!\202\236q\210\313\314 \n\f%?\205\236\f\203F\f\n\203>\315 \202?e\\`|\210\202J\316 !\210 c\210\317` GZ`\320#\210\321\322\"\323 `\"\210)?\205\236\310\324 !\232\205\236\205\236\325=\203\234\326\327d!!\203\234\307 \330!\210\205\230\331\332!!)\202\236\333 *\207" [buffer completion-reference-buffer mini-p choice base-size window minibufferp active-minibuffer-window window-buffer error "Minibuffer is not active for completion" run-hook-with-args-until-success choose-completion-string-functions 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] 7 (#$ . 146489)]) #@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-mode-hooks completion-list-mode-hook] 2 (#$ . 147740) 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 (#$ . 148344)]) (add-hook 'temp-buffer-show-hook 'completion-list-mode-finish) #@407 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'. The common prefix substring for completion may be available as the value of `completion-common-substring'. See also `display-completion-list'. (defvar completion-setup-hook nil (#$ . 148635)) #@58 Non-nil means show help message in *Completions* buffer. (custom-declare-variable 'completion-show-help 't '(#$ . 149096) :type 'boolean :version "22.1" :group 'completion) (byte-code "\300\301\302\303\304\305%\210\300\306\307\310\304\305%\207" [custom-declare-face completions-first-difference ((t (:inherit bold))) "Face put on the first uncommon character in completions in *Completions* buffer." :group completion completions-common-part ((t (:inherit default))) "Face put on the common prefix substring in completions in *Completions* buffer.\nThe idea of `completions-common-part' is that you can use it to\nmake the common parts less visible than normal, so that the rest\nof the differing parts is, by contrast, slightly highlighted."] 6) #@74 Regexp to use in `completion-setup-function' to find the root directory. (defvar completion-root-regexp "^/" (#$ . 149849)) #@446 Common prefix substring to use in `completion-setup-function' to put faces. The value is set by `display-completion-list' during running `completion-setup-hook'. To put faces `completions-first-difference' and `completions-common-part' in the `*Completions*' buffer, the common prefix substring in completions is needed as a hint. (The minibuffer is a special case. The content of the minibuffer before point is always the common substring.) (defvar completion-common-substring nil (#$ . 149980)) (defalias 'completion-setup-function #[nil "p\306 \307 \203rq\210\310\311 !!)r q\210\312 \210\313\314!\210\f9\203>\315N\203>rq\210\315N )\202d \203Trq\210\212\307x\210`\316 Z*\202d\203]\307\202d\317!\205d\320 \203q G\202{\205{ GZ\211\250\203\335\n\320Y\203\335ed\307!\"#\321#\322\"\211#\203\334#\n\\\211!\"W\203\334\323#\322\"\203\220\n\320V\203\310\323!S\322\"\203\310\324#!\325\326$\210\323!\322\"\203\220\324!\211T\325\327$\210\202\220+$\205\363eb\210\330 \203\357\331\332!c\210\331\333!c,\207" [mainbuf mbuf-contents common-string-length minibuffer-completing-file-name default-directory standard-output minibuffer-completion-contents nil file-name-directory expand-file-name completion-list-mode make-local-variable completion-reference-buffer completion-base-size-function minibuffer-prompt-end minibufferp 0 next-single-property-change mouse-face get-char-property put-text-property font-lock-face completions-common-part completions-first-difference 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" minibuffer-completion-table completion-root-regexp minibuffer-completing-symbol completion-base-size completion-common-substring element-common-end maxp element-start completion-show-help] 6]) (byte-code "\301\302\303\"\210\304\305\306#\210\304\307\306#\207" [minibuffer-local-completion-map add-hook completion-setup-hook completion-setup-function define-key [prior] switch-to-completions "\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\307\310#\210\311y)\207" [window get-buffer-window "*Completions*" minibuffer-completion-help select-window search-forward "\n\n" nil t 1] 5 (#$ . 152109) nil]) #@129 \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 (#$ . 152420)]) #@135 \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 (#$ . 152714)]) #@135 \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 (#$ . 153018)]) #@135 \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 (#$ . 153322)]) #@135 \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 (#$ . 153626)]) #@132 \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 (#$ . 153934)]) #@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 (#$ . 154233)]) (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 mapc #[(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 (#$ . 155813)) #@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>\205~\313 !\311 !\314>\203H\315 \316\"\317 \320#\317 \321\322 !\205>p#\323\324 \")\202V\323\325\322 !\205Rp\326 !$\327\f\330 !\"\210\331\f\332 !\"\210\333\f\334 !\"\210\335\f\336 !\"\210\337\f\340\341 !!\"\210\f*\207" [newname process process-connection-type args new-process process-name string-match "<[0-9]+>\\'" 0 process-status (run stop open) process-tty-name (open) process-contact t plist-put :name :buffer process-buffer apply make-network-process start-process process-command set-process-query-on-exit-flag process-query-on-exit-flag set-process-inherit-coding-system-flag process-inherit-coding-system-flag set-process-filter process-filter set-process-sentinel process-sentinel set-process-plist copy-sequence process-plist] 6 (#$ . 155932)]) #@918 Create and return a twin copy of the current buffer. Unlike an indirect buffer, the new buffer can be edited independently of the old one (if it is not read-only). NEWNAME is the name of the new buffer. It may be modified by adding or incrementing at the end as necessary to create a unique buffer name. If nil, it defaults to the name of the current buffer, with the proper suffix. If DISPLAY-FLAG is non-nil, the new buffer is shown with `pop-to-buffer'. Trying to clone a file-visiting buffer, or a buffer whose major mode symbol has a non-nil `no-clone' property, results in an error. Interactively, DISPLAY-FLAG is t and NEWNAME is the name of the current buffer with appropriate suffix. However, if a prefix argument is given, then the command prompts for NEWNAME in the minibuffer. 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\250\334\211()\335 !\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 nil pop-to-buffer process lvars mode modified mk pt ptmax ptmin buf display-flag same-window-buffer-names same-window-regexps] 11 (#$ . 157132) (progn (if buffer-file-name (error "Cannot clone a file-visiting buffer")) (if (get major-mode 'no-clone) (error "Cannot clone a buffer in %s mode" mode-name)) (list (if current-prefix-arg (read-buffer "Name of new cloned buffer: " (current-buffer))) t))]) #@629 Create an indirect buffer that is a twin copy of the current buffer. Give the indirect buffer name NEWNAME. Interactively, read NEWNAME 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 third 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) "\306N\203 \307\310 \"\210\n\206\311 \312\313\n\"\203\n\314\211\224O\315\n!\316p \317# \2033\320\f\"\210\f*\207" [major-mode mode-name newname name buffer display-flag no-clone-indirect error "Cannot indirectly clone a buffer in %s mode" buffer-name string-match "<[0-9]+>\\'" 0 generate-new-buffer-name make-indirect-buffer t pop-to-buffer norecord] 4 (#$ . 159386) (progn (if (get major-mode 'no-clone-indirect) (error "Cannot indirectly clone a buffer in %s mode" mode-name)) (list (if current-prefix-arg (read-buffer "Name of indirect buffer: " (current-buffer))) t))]) #@61 Like `clone-indirect-buffer' but display in another window. (defalias 'clone-indirect-buffer-other-window #[(newname display-flag &optional norecord) "\304\305 \n #)\207" [pop-up-windows newname display-flag norecord t clone-indirect-buffer] 4 (#$ . 160684) (progn (if (get major-mode 'no-clone-indirect) (error "Cannot indirectly clone a buffer in %s mode" mode-name)) (list (if current-prefix-arg (read-buffer "Name of indirect buffer: " (current-buffer))) t))]) #@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 '(and (not noninteractive) (or (memq system-type '(ms-dos windows-nt)) (eq window-system 'mac) (and (memq window-system '(x)) (fboundp 'x-backspace-delete-keys-p) (x-backspace-delete-keys-p)) (and (null window-system) (eq tty-erase-char 8)))) '(#$ . 161157) :type 'boolean :group 'editing-basics :version "21.1" :set #[(symbol value) "\302\303!\203\303\206\f\304!\207\305 \"\207" [value symbol fboundp normal-erase-is-backspace-mode 0 set-default] 3]) #@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=#:--cl-dolist-temp-- global-map map key1 key2 binding1 binding2] 5 (#$ . 162588) "P"]) #@68 Saved value of `buffer-invisibility-spec' when Visible mode is on. (defvar vis-mode-saved-buffer-invisibility-spec nil (#$ . 165235)) #@93 Non-nil if Visible mode is enabled. Use the command `visible-mode' to change this variable. (defvar visible-mode nil (#$ . 165375)) (make-variable-buffer-local 'visible-mode) #@290 Toggle Visible mode. With argument ARG turn Visible mode on iff ARG is positive. Enabling Visible mode makes all invisible text temporarily visible. Disabling Visible mode turns off that effect. Visible mode works by saving the value of `buffer-invisibility-spec' and setting it to nil. (defalias 'visible-mode #[(&optional arg) "\304=\203 ?\202%\203\305!\306V\202% \204\307\202%\310\311\301\"\210\312\313\302!\2032\n\314\302!\210 \203>\315\302!\210 \312\316\317 \203H\320\202I\321\"\210\322 \203]\310\323 \203Z\324\202[\325\"\210\326 \210 \207" [arg visible-mode vis-mode-saved-buffer-invisibility-spec buffer-invisibility-spec toggle prefix-numeric-value 0 t message "Toggling %s off; better pass an explicit argument." nil local-variable-p kill-local-variable make-local-variable run-hooks visible-mode-hook visible-mode-on-hook visible-mode-off-hook called-interactively-p "Visible mode %sabled" "en" "dis" force-mode-line-update] 3 (#$ . 165557) (list (or current-prefix-arg 'toggle))]) (byte-code "\300\301\302\303\304!\205 \304J#\210\305\306!\207" [add-minor-mode visible-mode " Vis" boundp visible-mode-map provide simple] 5)