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

Lines Matching +refs:point +refs:min

41 ;;   insertion point.
260 (let* ((part (get-text-property (point) 'mh-data))
300 (data (get-text-property (point) 'mh-data))
301 (inserted-flag (get-text-property (point) 'mh-mime-inserted))
303 (point (point))
309 (setq start (point-marker))
312 (setq end (point-marker))
319 (goto-char point)
341 "Save MIME part at point."
343 (let ((data (get-text-property (point) 'mh-data)))
455 (let ((b (point))
475 (goto-char (point-min))
478 (mh-clean-msg-header (point-min)
481 (goto-char (point-min)))
489 (goto-char (point-min))
503 (delete-region ,(point-min-marker) ,(point-max-marker)))))))))
510 (rfc2047-decode-region (point-min) (mh-mail-header-end)))))
524 (goto-char (point-min))
526 (goto-char (point-max))
547 (goto-char (point-min))
549 (goto-char (point-max)))
552 (delete-region (point) (point-max))
560 (delete-region (point-min) (point-max))
567 (goto-char (point-min))
570 (narrow-to-region (point-min) (point))
578 (narrow-to-region (min (1+ (mh-mail-header-end)) (point-max))
579 (point-max))
615 (narrow-to-region (point) (if (eobp) (point) (1+ (point))))
618 (goto-char (point-max))))
637 (narrow-to-region (point) (point))
646 handle 'mh-region (cons (point-min-marker) (point-max-marker)))))
668 (narrow-to-region (point) (if (eobp) (point) (1+ (point))))
686 (goto-char (point-max)))))
696 (let ((id (get-text-property (point) 'mh-part))
697 (point (point))
707 (goto-char point)
713 (let ((region (get-text-property point 'mh-region)))
724 (delete-region (point) (progn (forward-line) (point)))))
726 (delete-region (point) (progn (forward-line 1) (point)))
727 (narrow-to-region (point) (point))
735 (goto-char (point-min))
743 (setq region (cons (progn (goto-char (point-min))
744 (point-marker))
745 (progn (goto-char (point-max))
746 (point-marker)))))))
749 (goto-char point)
752 (goto-char point)
803 (goto-char (point-min))
818 (goto-char (point-max))
821 (let ((ov (make-overlay (point) (point-max))))
825 (set-extent-property (make-extent (point) (point-max))
862 (setq begin (point))
869 (setq end (point))
903 (setq begin (point))
912 (setq end (point))
965 (point (point)))
966 (cond ((and (get-text-property point 'mh-part)
968 (= (get-text-property point 'mh-part) part-index)))
970 ((and (get-text-property point 'mh-data)
976 (if (= (point) point)
994 ;; Find point before current button
995 (let ((point-before-current-button
997 (while (get-text-property (point) 'mh-data)
1002 (goto-char (point-min))
1003 (goto-char (point-max)))))
1004 (point))))
1006 (while (and (get-text-property (point) 'mh-data)
1016 (goto-char (point-max))
1017 (goto-char (point-min)))
1019 (point))
1020 point-before-current-button)
1021 (when (and (get-text-property (point) 'mh-data)
1022 (funcall criterion (point)))
1023 (return-from loop (point))))
1025 (point))))
1040 (data (get-text-property (point) 'mh-data))
1041 (function (get-text-property (point) 'mh-callback))
1062 (data (get-text-property (point) 'mh-data))
1063 (function (get-text-property (point) 'mh-callback)))
1089 point)
1090 (setq point (point))
1101 (goto-char point))))
1111 (not (get-text-property (point) 'mh-button-pressed)))
1113 (get-text-property (point) 'mh-line-format)))
1115 (while (eq (get-text-property (point) 'mh-line-format)
1120 (narrow-to-region (point) (point))
1123 (point)
1125 (point) (point-max)
1127 (point-max)))
1141 (goto-char (point-min))
1144 (narrow-to-region (point-min) (point))
1147 (goto-char (point-min))
1154 (mh-funcall-if-exists smiley-region (point-min) (point-max))))
1162 (goto-char (point-min))
1268 (let ((start (point)))
1270 (subst-char-in-region start (point) ?, ? ))
1509 (goto-char (point-min))
1512 (unless (mh-mh-directive-present-p (point) (mh-line-end-position))
1613 (goto-char (point-min))
1639 (delete-region (point-min) (point-max))
1661 (goto-char (point-min))
1679 (unless begin (setq begin (point-min)))
1680 (unless end (setq end (point-max)))
1686 (point) (mh-line-end-position))))
1735 (goto-char (point-min))
1808 (mh-funcall-if-exists remove-images (point-min) (point-max))