Lines Matching defs:to

18   "*Indentation of casl statements with respect to containing block."
23 "*Column on which to align right-hand sides (use 0 for ad-hoc alignment)."
37 (defun casl-indent-point-to-col (apoint)
47 "Regexp describing keywords to complete when standing at the first word
52 "These keywords need not to be indented.")
85 "Pushes indentation information for the column corresponding to POS
87 (casl-indent-push-col (casl-indent-point-to-col pos) name))
90 "Pushes indentation information for the column corresponding to POS
93 (casl-indent-push-col (+ (casl-indent-point-to-col pos)
111 (defun casl-indent-back-to-indentation ()
112 "`back-to-indentation' function."
113 (back-to-indentation)
121 (defun casl-indent-backward-to-indentation (n)
122 "`backward-to-indentation' function."
123 (backward-to-indentation n)
131 (defun casl-indent-line-to (n)
132 "`indent-line-to' function."
133 (indent-line-to n)
210 "\\<\\(with\\|to\\|and\\|hide\\)\\>[ \t]*")
231 "Global variable that keeps track of the first ident of the line to indent.")
243 (casl-indent-back-to-indentation)
254 "Puts point to the next following symbol."
603 (setq indent-info ; do not try to find indentation points
621 (end (progn (casl-indent-back-to-indentation) (point)))
625 ;; there is an open structure to complete
667 (move-to-column
668 (casl-indent-point-to-col (car contour-line)))
704 (casl-indent-line-to (car indent-info)) ; insert indentation
713 (casl-indent-line-to (car indent-info)) ; insert indentation
726 "Shifts columns in region-stack to go to DEST-COLUMN.
728 of the regions to move."
744 (move-to-column col)))
750 ;;; turn-on-casl-indent to be used in conjunction with
768 (setq indent-line-function 'indent-to-left-margin)