Lines Matching defs:column
22 (defcustom casl-indent-rhs-align-column 0
38 "Returns the column number of APOINT."
41 (current-column)))
76 "Pushes indentation information for the column COL
85 "Pushes indentation information for the column corresponding to POS
90 "Pushes indentation information for the column corresponding to POS
237 (let ((cur-col 1024) ; maximum column number
246 (< (current-column) cur-col) ; less indented column found
248 (setq cur-col (current-column)))
664 (setq end-visible ; visible until the column of the
667 (move-to-column
699 (if (> (current-column) (casl-indent-current-indentation))
725 (defun casl-indent-shift-columns (dest-column region-stack)
733 (setq col (current-column))
734 (setq diffcol (- dest-column col))
744 (move-to-column col)))