• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/

Lines Matching +defs:sexp +defs:column

263 Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74.
287 point for uppercase headings starting in the first column or
1195 array-max-column: The number of columns in the array.
1208 * \\<array-mode-map>\\[array-forward-column] Move forward one column.
1209 * \\[array-backward-column] Move backward one column.
1213 * \\[array-copy-forward] Copy the current field into the column to the right.
1214 * \\[array-copy-backward] Copy the current field into the column to the left.
1218 * \\[array-copy-column-forward] Copy the current column into the column to the right.
1219 * \\[array-copy-column-backward] Copy the current column into the column to the left.
1223 \\[array-fill-rectangle] Copy the field at mark into every cell with row and column
1226 \\[array-what-position] Display the current array row and column.
2205 The leftmost column displays a D if the bookmark is flagged for
2947 ;;;;;; abbreviated-calendar-year sexp-diary-entry-symbol diary-include-string
3186 documentation for the function `list-sexp-diary-entries' for more
3226 (defvar sexp-diary-entry-symbol "%%" "\
3227 The string used to indicate a sexp diary entry in `diary-file'.
3228 See the documentation for the function `list-sexp-diary-entries'.")
3230 (custom-autoload (quote sexp-diary-entry-symbol) "calendar" t)
3488 (defvar solar-holidays (quote ((if (fboundp (quote atan)) (solar-equinoxes-solstices)) (if (progn (require (quote cal-dst)) t) (funcall (quote holiday-sexp) calendar-daylight-savings-starts (quote (format "Daylight Saving Time Begins %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-starts-time (float 60)) calendar-standard-time-zone-name) ""))))) (funcall (quote holiday-sexp) calendar-daylight-savings-ends (quote (format "Daylight Saving Time Ends %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-ends-time (float 60)) calendar-daylight-time-zone-name) "")))))) "\
3792 (put 'c-backslash-column 'safe-local-variable 'integerp)
5451 Non-nil means that the comment starting in leftmost column should indent.
5501 column 0 is indented on
6447 line, insert a blank line and move to the default indent column of the
6615 (defvar desktop-locals-to-save (quote (desktop-locals-to-save truncate-lines case-fold-search case-replace fill-column overwrite-mode change-log-default-name line-number-mode column-number-mode size-indication-mode buffer-file-coding-system indent-tabs-mode tab-width indicate-buffer-boundaries indicate-empty-lines show-trailing-whitespace)) "\
8596 `eval-last-sexp', and `eval-print-last-sexp'.
9003 or nil, use a compact 80-column format.
11734 with a character in column 6.")
11786 column 5.
11794 Single-character string to be inserted in column 5 of a continuation
11800 Non-nil causes line number digits to be moved to the correct column
13787 place to adjust point, before calling `hs-forward-sexp-func'. Point
13791 For some major modes, `forward-sexp' does not work properly. In those
14519 ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (17842
14523 (autoload (quote define-ibuffer-column) "ibuf-macs" "\
14524 Define a column SYMBOL for use with `ibuffer-formats'.
14530 If NAME is given, it will be used as a title for the column.
14534 function which will be passed a list of all the strings in its column;
14538 title of the column.
14541 ibuffer-make-column-NAME. If INLINE is non-nil, then the form will be
14818 `;' Indent to a minimum column.
14820 The indentation of comments starting in column 0 is never changed.
17322 `fill-column'. The soft newlines used for line wrapping will not
17832 `makefile-browser-leftmost-column':
17835 `makefile-browser-cursor-column':
18935 The ID-NUM column contains a charset identification number for
18938 The MULTIBYTE-FORM column contains the format of the buffer and string
18944 The D column contains the dimension of this character set. The CH
18945 column contains the number of characters in a block of this character
18946 set. The FINAL-CHAR column contains an ISO-2022 <final-char> to use
19096 Truncate string STR to end at column END-COLUMN.
19098 column; that means to return the characters occupying columns
19105 of the result if STR doesn't reach column END-COLUMN, or if END-COLUMN
19107 the beginning of the result if column START-COLUMN appears in the
19327 ;;;;;; uncomment-region comment-kill comment-set-column comment-indent
19329 ;;;;;; comment-padding comment-style comment-column) "newcomment"
19335 (defalias (quote set-comment-column) (quote comment-set-column))
19348 (defvar comment-column 32 "\
19353 not to go beyond `comment-fill-column'.")
19355 (custom-autoload (quote comment-column) "newcomment" t)
19356 (put 'comment-column 'safe-local-variable 'integerp)
19381 column indentation or nil.
19389 comments always start in column zero.")
19432 Indent this line's comment to `comment-column', or insert an empty comment.
19437 (autoload (quote comment-set-column) "newcomment" "\
19438 Set the comment column based on point.
19439 With no ARG, set the comment column to the current column.
19441 With any other arg, set comment column to indentation of the previous comment
19442 and then align or create a comment on this line at that column.
19514 If a fill column is specified, it overrides the use of the comment column
19982 also indented so that it starts in the same column as the headline
20060 This function can be used in a \"sexp\" diary entry in the Emacs calendar.
20340 M-LEFT and M-RIGHT move back or forward one word or sexp, disabling the mark.
20341 S-M-LEFT and S-M-RIGHT move back or forward one word or sexp, leaving the mark
20342 behind. To control whether these keys move word-wise or sexp-wise set the
20372 C-M-DELETE kill-sexp
20902 Move vertically to SAME column in previous line: \\[picture-move-down]
20903 Move vertically to SAME column in next line: \\[picture-move-up]
20904 Move to column following last
20906 Move right, inserting spaces if required: \\[picture-forward-column]
20907 Move left changing tabs to spaces if required: \\[picture-backward-column]
20914 Move to column beneath (or at) next interesting
20922 Clear ARG columns after point without moving: \\[picture-clear-column]
20924 Clear ARG columns backward: \\[picture-backward-clear-column]
20984 ;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer
21014 (autoload (quote pp-eval-last-sexp) "pp" "\
21015 Run `pp-eval-expression' on sexp before point (which see).
22531 ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (17842
22535 (autoload (quote move-to-column-force) "rect" "\
22536 If COLUMN is within a multi-column character, replace it by spaces and tab.
22537 As for `move-to-column', passing anything but nil or t in FLAG will move to
22538 the desired column only if the line is long enough.
22542 (make-obsolete (quote move-to-column-force) (quote move-to-column) "21.2")
22619 Delete all whitespace following a specified column in each line.
22622 rectangle, all continuous whitespace starting at that column is deleted.
22643 The left edge of the rectangle specifies the column for insertion.
23659 FORM is a regular expression in sexp form.
23665 Translate regular expressions REGEXPS in sexp form to a regexp string.
23669 The following are valid subforms of regular expressions in sexp
25335 The column positions of point and mark bound the range of columns to sort on.
26159 when this can be done without changing the column they end at.
26169 ;;;### (autoloads (table-release table-capture table-delete-column
26171 ;;;;;; table-query-dimension table-fixed-width-mode table-justify-column
26178 ;;;;;; table-recognize table-insert-row-column table-insert-column
26271 Type \\[table-insert-row-column] and tell it to insert a row.
26292 Type M-x table-insert-row instead of \\[table-insert-row-column]. \\[table-insert-row-column] does not work
26337 (autoload (quote table-insert-column) "table" "\
26338 Insert N table column(s).
26339 When point is in a table the newly inserted column(s) are placed left
26340 of the current column. When point is outside of the table it must be
26342 created column(s) are appended at the right of the table.
26346 (autoload (quote table-insert-row-column) "table" "\
26347 Insert row(s) or column(s).
26348 See `table-insert-row' and `table-insert-column'.
26514 Justify contents of a cell, a row of cells or a column of cells.
26515 WHAT is a symbol 'cell, 'row or 'column. JUSTIFY is a symbol 'left,
26536 (autoload (quote table-justify-column) "table" "\
26537 Justify cells of a column.
26638 (autoload (quote table-delete-column) "table" "\
26639 Delete N column(s) of cells.
26640 Delete N columns of cells from current column. The current column is
26641 the column contains the current cell where point is located. Each
26642 column must consists from cells of same width.
26700 Parse Cell Items By using column delimiter regular
26719 |Parse Cell Items By using column delimiter regular |
26740 |Parse Cell Items |By using column delimiter regular |
27402 texinfo-indent-menu-description (column &optional region-p)
27404 The `texinfo-column-for-description' variable specifies the column to
27474 ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
27486 Possibilities include `symbol', `list', `sexp', `defun', `filename', `url',
27500 Possibilities include `symbol', `list', `sexp', `defun', `filename', `url',
27508 (autoload (quote sexp-at-point) "thingatpt" "\
28515 ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
28516 ;;;;;; "textmodes/two-column.el" (17842 58276))
28517 ;;; Generated autoloads from textmodes/two-column.el
28518 (autoload '2C-command "two-column" () t 'keymap)
28522 (autoload (quote 2C-two-columns) "two-column" "\
28523 Split current window vertically for two-column editing.
28525 buffer in two-column minor mode (use \\[describe-mode] once in the mode,
28532 (autoload (quote 2C-associate-buffer) "two-column" "\
28533 Associate another buffer with this one in two-column minor mode.
28541 (autoload (quote 2C-split) "two-column" "\
28542 Split a two-column text at point, into two buffers in two-column minor mode.
28544 have the ARG same preceding characters at that column get split. The
28550 write the first line of each column and then split that line. E.g.:
28552 First column's text sSs Second column's text
29948 are indented at least to `vhdl-inline-comment-column'. Comments go at
29949 maximum to `vhdl-end-comment-column'. `RET' after a space in a comment
29950 will open a new comment line. Typing beyond `vhdl-end-comment-column'
29992 `vhdl-inline-comment-column' and tries inline comment not to exceed
29993 `vhdl-end-comment-column'.
30314 postscript printing commands. Option `vhdl-print-two-column' defines
30315 appropriate default settings for nice landscape two-column printing.
31267 C-o r set-fill-column