| Server IP : 217.160.0.212 / Your IP : 216.73.216.141 Web Server : Apache System : Linux www 6.18.51-i1-ampere #1196 SMP Fri Sep 11 20:43:55 CEST 2026 aarch64 User : sws1073854427 ( 1073854427) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/share/emacs/28.2/lisp/ |
Upload File : |
;ELC ;;; Compiled ;;; in Emacs version 28.2 ;;; with all optimizations. #@33 Number of columns in the array. (defvar array-max-column nil (#$ . 84)) #@35 Number of array columns per line. (defvar array-columns-per-line nil (#$ . 162)) #@47 Current column number of point in the buffer. (defvar array-buffer-column nil (#$ . 249)) #@32 Length of a line in the array. (defvar array-line-length nil (#$ . 345)) #@45 Current line number of point in the buffer. (defvar array-buffer-line nil (#$ . 424)) #@32 Number of lines per array row. (defvar array-lines-per-row nil (#$ . 516)) #@30 Number of rows in the array. (defvar array-max-row nil (#$ . 597)) #@32 Width of a field in the array. (defvar array-field-width nil (#$ . 670)) #@38 Current array row location of point. (defvar array-row nil (#$ . 749)) #@41 Current array column location of point. (defvar array-column nil (#$ . 826)) #@34 Are rows numbered in the buffer? (defvar array-rows-numbered nil (#$ . 909)) #@36 Current field string being copied. (defvar array-copy-string nil (#$ . 992)) #@37 Should TAB conversion be prevented? (defvar array-respect-tabs nil (#$ . 1075)) #@85 Return t if the cursor is in a valid array cell. Its ok to be on a row number line. (defalias 'array-cursor-in-array-range #[0 " \246\nY\206( \f _Y\206( \fT \246\306U\205( \211\306U?\205( \n_Y?\207" [array-max-column array-columns-per-line array-buffer-column array-line-length array-buffer-line array-lines-per-row 0 array-max-row array-field-width] 4 (#$ . 1161)]) #@67 Return the array row of the field in which the cursor is located. (defalias 'array-current-row #[0 "\302 \205\n \303 \"T\207" [array-buffer-line array-lines-per-row array-cursor-in-array-range floor] 3 (#$ . 1541)]) #@70 Return the array column of the field in which the cursor is located. (defalias 'array-current-column #[0 "\306 \205( \205 \n\246\307U?\205( \203 \n\246S\202! \n\246_\310\f \"T\\\207" [array-rows-numbered array-buffer-line array-lines-per-row array-columns-per-line array-buffer-column array-field-width array-cursor-in-array-range 0 floor] 4 (#$ . 1764)]) #@169 Set `array-row' and `array-column' to their current values. Set them to the optional arguments A-ROW and A-COLUMN if those are supplied. (fn &optional A-ROW A-COLUMN) (defalias 'array-update-array-position #[512 "\206 \302 \211\206 \303 \211\207" [array-row array-column array-current-row array-current-column] 4 (#$ . 2135)]) #@76 Set `array-buffer-line' and `array-buffer-column' to their current values. (defalias 'array-update-buffer-position #[0 "\302 i\211\207" [array-buffer-line array-buffer-column current-line] 2 (#$ . 2474)]) #@63 Display the row and column in which the cursor is positioned. (defalias 'array-what-position #[0 "\302 i\303\304\305\306 !\305\307 !#*\207" [array-buffer-column array-buffer-line current-line message "Array row: %s Array column: %s" prin1-to-string array-current-row array-current-column] 5 (#$ . 2687) nil]) #@69 Display the current state of the local variables in the minibuffer. (defalias 'array-display-local-variables #[0 "\306p!r\307\310!q\210p\311 \210\312\211\313\211\313\314 \210\315\316!\210+\211\317!\210\320 \210\321\322\323\"!\210\321\322\324\325!\"!\210\321\322\326\325!\"!\210\321\322\327\325 !\"!\210\321\322\330\325!!\"!\210\321\322\331\325\"!\"!\210\321\322\332\325#!\"!\210\321\322\333\325$!\"!\334!\210)\207" [default-directory buffer-read-only buffer-file-name buffer-undo-list inhibit-modification-hooks inhibit-read-only buffer-name get-buffer-create "*Local Variables*" kill-all-local-variables nil t erase-buffer run-hooks temp-buffer-setup-hook buffer-disable-undo terpri princ format " Buffer: %s\n\n" " max-row: %s\n" prin1-to-string " max-column: %s\n" " columns-per-line: %s\n" " field-width: %s\n" " rows-numbered: %s\n" " lines-per-row: %s\n" " line-length: %s\n" internal-temp-output-buffer-show standard-output array-max-row array-max-column array-columns-per-line array-field-width array-rows-numbered array-lines-per-row array-line-length] 9 (#$ . 3005) nil]) #@143 Return the column of the beginning of the current field. Optional argument GO-THERE, if non-nil, means go there too. (fn &optional GO-THERE) (defalias 'array-beginning-of-field #[256 "\211 \246Z\211\203 \303\n!\202 \n)\207" [array-buffer-column array-field-width goal-column move-to-column-untabify] 4 (#$ . 4174)]) #@139 Return the column of the end of the current array field. If optional argument GO-THERE is non-nil, go there too. (fn &optional GO-THERE) (defalias 'array-end-of-field #[256 "\211 \246Z \\\211\203 \303\n!\202 \n)\207" [array-buffer-column array-field-width goal-column move-to-column-untabify] 4 (#$ . 4502)]) #@149 Move to array row A-ROW and array column A-COLUMN. Leave point at the beginning of the field and return the new buffer column. (fn A-ROW A-COLUMN) (defalias 'array-move-to-cell #[514 "S_ \203\f \305\202 \306\\\307S\n\"\\S\n\246_eb\210\211y\210\310\f!)\207" [array-lines-per-row array-rows-numbered array-columns-per-line array-field-width goal-column 1 0 floor move-to-column-untabify] 6 (#$ . 4823)]) #@146 Move to array row A-ROW preserving the current array column. Leave point at the beginning of the field and return the new array row. (fn A-ROW) (defalias 'array-move-to-row #[257 "S_ \246\\\n\211\246Z\211 Zy\210\305\f!\210)\207" [array-lines-per-row array-buffer-line array-buffer-column array-field-width goal-column move-to-column-untabify] 5 (#$ . 5240)]) #@155 Move to array column A-COLUMN preserving the current array row. Leave point at the beginning of the field and return the new array column. (fn A-COLUMN) (defalias 'array-move-to-column #[257 "\211 \246Z\n\203 \306\202 \307\\\310S\"\\\fS\246_\211Zy\210\311 !\210)\207" [array-buffer-line array-lines-per-row array-rows-numbered array-columns-per-line array-field-width goal-column 1 0 floor move-to-column-untabify] 5 (#$ . 5613)]) #@195 Move one array row in direction SIGN (1 or -1). Leave point at the beginning of the field and return the new array row. If requested to move beyond the array bounds, signal an error. (fn SIGN) (defalias 'array-move-one-row #[257 "\304 \305 \206\n \306\307!\nU\203 \211\310U\203 \306\311!\202<