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

Lines Matching +refs:point +refs:min

190   '((((class color) (min-colors 88) (background light))
192 (((class color) (min-colors 88) (background dark))
206 '((((class color) (min-colors 88) (background light))
208 (((class color) (min-colors 88) (background dark))
294 '((((class color grayscale) (min-colors 88)) :inherit shadow))
315 (start (point)))
391 (goto-char (or end (point-max)))))
429 (narrow-to-region (point)
431 (point)))
439 (let* ((start (point))
444 (diff-beginning-of-file) (diff-hunk-next) (point)))
445 (nextfile (ignore-errors (diff-file-next) (point)))
454 (kill-region start (point)))))
460 (let* ((start (point))
463 (diff-hunk-prev) (point))))
470 (kill-region start (point))))
477 (goto-char (point-min))
495 "Split the current (unified diff) hunk at point into two hunks."
498 (let ((pos (point))
499 (start (progn (diff-beginning-of-hunk) (point))))
505 (newstart1 (+ start1 (diff-count-matches "^[- \t]" (point) pos)))
506 (newstart2 (+ start2 (diff-count-matches "^[+ \t]" (point) pos)))
568 (progn (diff-hunk-prev) (point))
569 (error (point-min)))))
654 (list (point-min) (point-max))))
661 (< (point) end))
681 (narrow-to-region (point)
682 (progn (diff-end-of-hunk 'unified) (point)))
684 (goto-char (point-min))
686 (delete-region (point) (point-max))
687 (goto-char (point-max))
689 (while (progn (setq last-pt (point))
693 (?+ (delete-region (point) last-pt) (setq modif t))
702 (delete-region (point) last-pt) (setq modif t)))
704 (goto-char (point-max))
710 ;;(goto-char (point-min))
713 (delete-region (point) (point-max))
729 (let ((last-pt (point)))
732 (delete-region last-pt (point))
742 (list (point-min) (point-max) current-prefix-arg)))
751 (< (point) end))
770 (delete-region (progn (beginning-of-line) (point))
771 (progn (forward-line 1) (point)))
772 (point-marker))))
775 (while (< (point) pt2)
781 (goto-char pt2) (forward-line 1) (point)))
816 (list (point-min) (point-max))))
823 (< (point) end))
834 (let ((half1s (point)))
838 (let ((half1 (delete-and-extract-region half1s (point))))
845 (let ((half2s (point)))
849 (let ((half2 (delete-and-extract-region half2s (point))))
861 (?- (setq first (or first (point)))
863 (?+ (setq last (or last (point)))
878 (list (point-min) (point-max))))
883 (while (and (= (forward-line -1) 0) (<= start (point)))
925 (if (buffer-modified-p) (diff-fixup-modifs (point-min) (point-max)))
943 (cons (min beg (car diff-unhandled-changes))
953 ;; Maybe we've cut the end of the hunk before point.
963 ;; (> (point) (car diff-unhandled-changes))))
967 ;; (diff-fixup-modifs (point) (cdr diff-unhandled-changes))
971 (>= (point) (cdr diff-unhandled-changes)))
972 (diff-fixup-modifs (point) (cdr diff-unhandled-changes)))))
976 ;; Select a window that displays the current buffer so that point
980 (if reset (goto-char (point-min)))
1068 (goto-char (point-min))
1072 (diff-context->unified (point-min) (point-max))
1076 ;;; Misc operations that have proved useful at some point.
1094 (memq (char-after (1+ (point))) '(?\s ?\t)))
1098 (if (not (and (eq (char-after (1+ (point))) ?\n)
1107 (t (insert " ") (delete-region (- (point) 2) (- (point) 1)) t))
1158 (delete-region (- (point) 2) (- (point) 1)) t))))
1173 (goto-char (point-min))
1187 (setq src-pos (point) dst-pos (point)))
1191 (setq src-pos (point))
1194 (setq divider-pos (point))
1196 (setq dst-pos (point)))
1200 (setq dst-pos (point)))
1204 (setq src-pos (point)))
1208 (setq src-pos (point))
1211 (setq divider-pos (point))
1213 (setq dst-pos (point)))
1224 ((equal dst-pos (point-max)) (setq dst-pos src-pos)))
1226 (when char-offset (goto-char (+ (point-min) char-offset)))
1233 (delete-region divider-pos (point-max)))
1234 (delete-region (point-min) keep))
1237 (goto-char (point-min))
1240 (delete-region (point) (progn (forward-line 1) (point)))
1244 (let ((text (buffer-substring-no-properties (point-min) (point-max))))
1245 (if char-offset (cons text (- (point) (point-min))) text))))))
1251 (let* ((orig (point))
1265 (let* ((orig (point))
1295 (char-offset (- (point) (progn (diff-beginning-of-hunk) (point))))
1301 (hunk (buffer-substring (point)
1302 (save-excursion (diff-end-of-hunk) (point))))
1320 (let* ((orig-pos (point))
1398 (set-window-point (display-buffer buf) (+ (car pos) (cdr new)))
1411 (set-window-point (display-buffer buf) (+ (car pos) (cdr src)))
1427 (if event (posn-set-point (event-end event)))
1437 "Find the name of function at point.
1455 (goto-char (+ (point-min) (cdr old)))
1464 (let* ((char-offset (- (point) (progn (diff-beginning-of-hunk) (point))))
1470 (point) (save-excursion (diff-end-of-hunk) (point))))
1489 (1 (goto-char (point-min))
1492 (delete-region (point-min) (match-beginning 0))))
1493 (t (goto-char (point-max))