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

Lines Matching +refs:point +refs:min

304 	 (min (/ sec 60))
305 (mm (% min 60))
306 (hh (/ min 60)))
333 (narrow-to-region (point)
336 (mark) (point)))
339 (indent-region (point-min) (point-max))
340 (goto-char (point-min))
342 (delete-region (point) (progn (skip-chars-forward " \t\n") (point))))
343 (set-mark (point-min))
344 (goto-char (point-max))
345 (delete-region (point) (progn (skip-chars-backward " \t\n") (point))))))
383 (if (> size (* 100 80)) (+ (point) (/ size 10)))))
391 (goto-char (point-min))
533 (goto-char (point-min))
579 (point)))
599 (delete-region (point) (line-beginning-position 2)))
609 (delete-region (point) (line-beginning-position 2)))
635 (let ((pos (point-marker)))
639 (let ((pos (save-excursion (backward-sexp 1) (point))))
640 (when (equal (buffer-substring pos (point)) defun)
641 (delete-region pos (point)))
644 (delete-region (point) pos)
647 (delete-region (+ 1 (point)) (line-end-position)))
681 (pos (save-excursion (indent-line-to indent) (point))))
682 (if (> pos (point)) (goto-char pos))))
727 (let ((end (progn (forward-paragraph) (point)))
728 (beg (progn (backward-paragraph) (point)))
757 "Return name of function definition point is in, or nil.
763 point for uppercase headings starting in the first column or
771 (let ((location (point)))
784 (< location (point)))
786 (>= location (point))))
795 (buffer-substring-no-properties (point)
797 (point)))))
804 (while (eq (char-after (- (point) 2)) ?\\)
809 (while (eq (char-after (- (point) 2)) ?\\) ;not =; note above
813 (buffer-substring-no-properties (point)
815 (point))))
817 ;; See whether the point is inside a defun.
827 ;; `c-end-of-defun' moves point to the line after
834 (if (= (char-after (point)) ?\;)
836 (setq previous-defun-end (point)))
842 (setq next-defun-beginning (point)))
852 ;; point is not in a defun if it is not at
855 (not (= (point)
857 ;; When there is no next defun, the point
861 (not (= (point)
863 ;; If the point is between two defuns, it
865 (and (> (point) previous-defun-end)
866 (< (point) next-defun-beginning)))
867 ;; If the point is already at the beginning of a
868 ;; defun, there is no need to move point again.
869 (if (not (= (point) next-defun-beginning))
873 (>= location (point)))
878 (when (= (char-after (point)) ?\")
883 (point)
887 (point))))
892 (let ((beg (point)))
915 (>= location (point)))
918 (> (point) beg))
923 (setq end (point))
928 (setq middle (point))
938 (setq middle (point)))
943 (setq end (point))
945 (setq middle (point))
950 (setq middle (point)))
955 (setq end (point)))
965 (1+ (point)) ; without initial backslash
988 (- (point) 10000)
1074 (goto-char (point-min))
1076 (goto-char (point-min))
1082 (setq start (point)
1083 end (progn (forward-page) (point)))
1096 (or (<= (1- (point)) (point-min))
1097 (= ?\n (char-before (1- (point)))))))
1101 (goto-char (point-max)))
1110 (goto-char (point-min))