Lines Matching defs:at
47 "Regexp describing keywords to complete when standing at the first word
108 (looking-at "[ \t]*$"))
151 It is at the first character which is not in a comment after nearest
190 ((looking-at "%{\\|%%\\|%\\[\\|%\(") ; on the first char of a comment ?
212 (defun casl-indent-type-at-point ()
219 ((looking-at (concat "\\("
223 ((looking-at "\\(|[^|_]\\)[ \t\n]*") 'guard)
225 ((looking-at "\\(::=[^>=]\\)[ \t\n]*") 'rhs)
226 ; ((looking-at "\\(%\\sw+\\)") 'muell)
244 (and (not (member (casl-indent-type-at-point)
255 (while (and (looking-at "\\s)") ;skip closing parentheses
273 (setq type (casl-indent-type-at-point))
286 (setq type (casl-indent-type-at-point))
296 (setq type (casl-indent-type-at-point))
351 indent at the same indentation as the previous line."
583 ;; point is (already) at line-start
585 (if start-comment ; if comment at the end
602 (if (< line-start beg-match) ; if off-side-keyword at the start
626 (if (looking-at "\\s)\\|\\s.\\|$ ")
639 (end-of-line 0) ; put point at the end of preceding line before
646 (let* ((curr-line-type (casl-indent-type-at-point))
678 ;; simple contour just one indentation at start
710 (or il (setq il indent-list)) ; if at the end of insertion, restart
742 (if (eobp) ; but it adds line at the end...