• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/

Lines Matching +defs:indent +defs:string

60 ;; the variable `align-indent-before-aligning' to t.
77 ;; align-?-modes variables (for example, `align-dq-string-modes'), use
96 ;; (add-to-list 'align-dq-string-modes 'my-package-mode)
104 ;; will also need to reproduce any double-quoted string, or open
136 (defcustom align-indent-before-aligning nil
137 "*If non-nil, indent the marked region before aligning it."
150 (defcustom align-to-tab-stop 'indent-tabs-mode
160 string), this heuristic is used to determine how far before and after
210 (defcustom align-dq-string-modes
217 (defcustom align-sq-string-modes
228 the line (i.e., `comment-end' is an empty string)."
292 regexp A regular expression string which defines the section
595 `regexp' This required attribute must be either a string describing
638 `case-fold' If `regexp' is an ordinary regular expression string
650 value of `indent-tabs-mode'). If the `tab-stop' attribute
749 `((exc-dq-string
752 (modes . align-dq-string-modes))
754 (exc-sq-string
757 (modes . align-sq-string-modes))
822 (not (string= (downcase (match-string 1))
854 (add-to-list 'align-dq-string-modes 'vhdl-mode)
937 (list (read-string "Complex align using regexp: "
939 (string-to-number
940 (read-string
942 (string-to-number
943 (read-string "Amount of spacing (or column if negative): "
944 (number-to-string align-default-spacing)))
947 (read-string "Align regexp: "))
1040 (defun align-newline-and-indent ()
1041 "A replacement function for `newline-and-indent', aligning as it goes."
1049 (call-interactively 'newline-and-indent)
1194 ;; `align-region', all we have to do here is indent.
1220 ;; to do here is indent." However, this
1225 (indent-to gocol))
1245 (indent-to (align-adjust-col-for-rule
1294 (if (and align-indent-before-aligning real-beg end-mark)
1295 (indent-region real-beg end-mark nil))