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

Lines Matching +defs:agent +defs:max

545 		 (<= (+ (point) (length fill-prefix)) (point-max))
588 (point-max)))))
592 (delete-region (point) (point-max)))))
757 (let ((size (- (point-max) (point-min))))
777 \(goto-char (point-max)) is faster and avoids clobbering the mark."
782 (let ((size (- (point-max) (point-min))))
784 (- (point-max)
790 (point-max))))
807 (push-mark (point-max) nil t)
899 (goto-char (point-max))
935 (end (point-max))
940 (/ (+ (/ total 200) (1- pos)) (max (/ total 100) 1))
941 (/ (+ (/ total 2) (* 100 (1- pos))) (max total 1))))
966 (point-max))))
1187 (constrain-to-field nil (point-max)))
1242 (setq pos (min (max 1 (+ pos (if (< n 0) -1 1))) (length history)))
1261 (goto-char (point-max))
1321 (goto-char (point-max))
1338 (goto-char (or minibuffer-temporary-goal-position (point-max))))))
1542 (undo-make-selective-list (min beg end) (max beg end))
1780 `resize-mini-windows' and `max-mini-window-height'), it is shown
1802 \(determined by the variable `max-mini-window-height' if
1854 (let ((pos-from-end (- (point-max) (point))))
1862 (goto-char (- (point-max) pos-from-end)))
1909 the maximum height of the echo area, as defined by `max-mini-window-height'
1949 (cond ((floatp max-mini-window-height)
1951 max-mini-window-height))
1952 ((integerp max-mini-window-height)
1953 max-mini-window-height)
1961 (goto-char (point-max))
2003 \(determined by the variable `max-mini-window-height' if
2087 (delete-region (max start end) (point-max))
2090 (call-process-region (point-min) (point-max)
2121 (if (with-current-buffer buffer (> (point-max) (point-min)))
2148 (let ((pos-from-end (- (point-max) (point))))
2156 (goto-char (- (point-max) pos-from-end)))
2444 (defcustom kill-ring-max 60
2480 (if (> (length kill-ring) kill-ring-max)
2481 (setcdr (nthcdr (1- kill-ring-max) kill-ring) nil)))
2966 (point-max))
3177 (defcustom mark-ring-max 16
3185 (defcustom global-mark-ring-max 16
3296 (when (> (length mark-ring) mark-ring-max)
3297 (move-marker (car (nthcdr mark-ring-max mark-ring)) nil)
3298 (setcdr (nthcdr (1- mark-ring-max) mark-ring) nil)))
3307 (when (> (length global-mark-ring) global-mark-ring-max)
3308 (move-marker (car (nthcdr global-mark-ring-max global-mark-ring)) nil)
3309 (setcdr (nthcdr (1- global-mark-ring-max) global-mark-ring) nil)))
3393 (<= position (point-max)))
4505 message-log-max ; Don't log messages about paren matching.
4511 (narrow-to-region (max (minibuffer-prompt-end)
4648 See also `mail-user-agent' concerning sending mail."
4656 (defcustom mail-user-agent 'sendmail-user-agent
4664 `sendmail-user-agent' -- use the default Emacs Mail package.
4666 `mh-e-user-agent' -- use the Emacs interface to the MH mail system.
4668 `message-user-agent' -- use the Gnus Message package.
4670 `gnus-user-agent' -- like `message-user-agent', but with Gnus
4681 sendmail-user-agent)
4684 mh-e-user-agent)
4687 message-user-agent)
4690 gnus-user-agent)
4694 (define-mail-user-agent 'sendmail-user-agent
4695 'sendmail-user-agent-compose
4705 (defun sendmail-user-agent-compose (&optional to subject other-headers continue
4738 as selected with the variable `mail-user-agent'.
4754 It has the form (FUNCTION . ARGS). The user agent will apply
4756 \(The user agent will also run `mail-citation-hook', *after* the
4763 (let ((function (get mail-user-agent 'composefunc)))
4914 (let ((beg (point-min)) (end (point-max)))
4950 (setq end (or (next-single-property-change end 'mouse-face) (point-max)))
4964 (defun choose-completion-delete-max-match (string)
4968 (goto-char (max (- (point) (length string))
5003 to keep. If it is nil, we call `choose-completion-delete-max-match'
5030 (choose-completion-delete-max-match choice))
5044 (file-directory-p (field-string (point-max))))
5163 (maxp (point-max))
5382 (ptmax (point-max))