Lines Matching defs:goto
27 (define-key keymap "\C-c\C-n" 'casl-compile-goto-next-error)
298 (goto-char (point-max))
388 (goto-char (point-max))
394 (goto-char (process-mark proc))
398 (if moving (goto-char (process-mark proc)))))
409 ;; (goto-char omax)
410 (goto-char (point-max))
415 (goto-char (point-max))
420 (goto-char opoint))
438 (goto-char (point-min))
457 (defun casl-compile-goto-next-error ()
483 (goto-char error-window-point)
486 (goto-line (string-to-number error-line))
488 (message "goto next error... line: %s column: %s" error-line error-column)
519 'casl-compile-mouse-goto-error)
521 'casl-compile-goto-next-error)))