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

Lines Matching +refs:point +refs:max

326   "*Says what subject to place under point when entering a group.
328 This variable can either be the symbols `first' (place point on the
329 first subject), `unread' (place point on the subject line of the first
330 unread article), `best' (place point on the subject line of the
331 higest-scored article), `unseen' (place point on the subject line of
332 the first unseen article), `unseen-or-unread' (place point on the subject
335 place point on some subject line."
767 Some functions you can use are `+', `max', or `min'."
810 It will be called with point in the group buffer."
1203 (?\< (make-string (max 0 (- 20 gnus-tmp-level)) ? ) ?s)
1547 (goto-char (point-min))
3038 '(let ((to (get-text-property (point) 'gnus-intangible)))
3043 '(get-text-property (point) 'gnus-intangible))
3061 (or (get-text-property (point) 'gnus-number)
3072 (get-text-property (point) 'gnus-intangible))
3180 (goto-char (point-min))
3182 (while (get-text-property (point) 'gnus-intangible)
3184 (gnus-data-set-pos (car data) (+ (point) 3))
3192 (goto-char (point-min))
3194 (push (1- (point)) config))
3200 (let (point buffer-read-only)
3201 (while (setq point (pop config))
3202 (when (and (< point (point-max))
3203 (goto-char point)
3205 (subst-char-in-region point (1+ point) ?\n ?\r))))))
3211 (mouse-set-point e)
3245 "Update the overlay arrow to point to line at position POS."
3256 (point)
3389 (goto-char (point-min))
3392 (push (point) ignores))
3407 (goto-char (point-min))
3410 (- (point) (point-min) 1)))))
3411 (goto-char (point-min))
3413 (- (point) (point-min) 1)))
3415 (goto-char (point-min))
3417 (- (point) (point-min) 1)))
3419 (goto-char (point-min))
3421 (- (point) (point-min) 1)))
3429 (point) (progn (eval gnus-summary-dummy-line-format-spec) (point))
3466 (gnus-make-thread-indent-array (max (* 2 (length gnus-thread-indent-array))
3524 (point)
3525 (progn (eval gnus-summary-line-format-spec) (point))
3672 (gnus-summary-position-point)
3785 (gnus-summary-position-point)
3806 (goto-char (point-min))
3842 (goto-char (point-min))
4122 (setq end (1+ (point)))
4124 (setq new-child (buffer-substring (point) end))
4179 ;; This function has to be called with point after the article number
4182 (let ((eol (gnus-point-at-eol))
4189 (narrow-to-region (point) eol)
4239 (goto-char (point-min))
4275 (goto-char (point-min))
4309 (let ((inserted (- (point)
4336 (point)))))
4379 (setq old-pos (gnus-point-at-bol))
4403 (goto-char (point-min))
4417 (if line nil current) data (- (point) old-pos))
4561 (- (gnus-point-at-bol)
4563 (1+ (gnus-point-at-eol))
4596 (let ((max-lisp-eval-depth (max max-lisp-eval-depth 5000)))
4599 ;; Even after binding max-lisp-eval-depth, the recursive
4744 (apply 'max (mapcar (lambda (header)
4755 (apply 'max
5003 (push (gnus-data-make number gnus-tmp-unread (1+ (point))
5032 (max (* 2 (length gnus-thread-indent-array))
5112 (point)
5113 (progn (eval gnus-summary-line-format-spec) (point))
5123 (push (list (max 0 gnus-tmp-level)
5170 (push (gnus-data-make number mark (1+ (point)) header 0)
5510 (if initial "max" "default")
5588 (max (cdr active))
5616 (setq bgn (max (car article) min)
5617 end (min (cdr article) max))
5622 (>= max article))
5635 (> (car article) max))
5777 bufname-length max-len
5788 (setq max-len (max 4 (if gnus-mode-non-string-length
5794 (when (> (length mode-string) max-len)
5796 (concat (truncate-string-to-width mode-string (- max-len 3))
5799 (setq mode-string (format (format "%%-%ds" max-len) mode-string))))
5964 (subst-char-in-region (point-min) (point-max) ?\t ? t)
5965 (subst-char-in-region (point-min) (point-max) ?\r ? t)
5970 (goto-char (point-min))
5989 (setq p (point))
5990 (narrow-to-region (point)
5992 (- (point) 2))
5993 (point))))
6030 (setq end (point))
6038 (1+ (point)))
6041 (point))))))
6101 (goto-char (point-max))
6130 (subst-char-in-region (point-min) (point-max) ?\r ? t)
6133 (goto-char (point-min))
6181 (goto-char (point-min))
6187 (setq xref (buffer-substring (point) (gnus-point-at-eol)))
6215 (- (gnus-point-at-bol)
6217 (1+ (gnus-point-at-eol))
6274 ;; Work on the region between point and mark.
6275 (let ((max (max (point) (mark)))
6278 (goto-char (min (point) (mark)))
6283 (< (point) max)))
6298 executed with point over the summary line of the articles."
6459 "Center point in window and redisplay frame.
6468 "Center point in the summary window.
6482 (bottom (save-excursion (goto-char (point-max))
6484 (point)))
6491 (let ((top-pos (save-excursion (forward-line (- top)) (point))))
6499 (goto-char (point-max))
6501 (let ((last-line-start (point)))
6503 (set-window-start window (point) t)
6506 (set-window-start window (min (point) top-pos) t)))))))
6512 (gnus-summary-position-point)
6517 "Move point to NEWSGROUP in group mode buffer."
6518 ;; Keep update point of group mode buffer if visible.
6550 (setq first (max (car active) (1+ (cdr read))))
6603 (setq first (max (car active) (1+ (cdr read))))
6655 (gnus-summary-position-point))
6693 ;; We have to adjust the point of group mode buffer because
6694 ;; point was moved to the next unread newsgroup by exiting.
6773 (group-point nil)
6813 (setq group-point (point))
6848 (goto-char group-point)
6852 (if win (set-window-point win (point))))
6923 ;; The `gnus-summary-buffer' variable may point
6946 (gnus-summary-position-point))))
7169 (gnus-summary-position-point))))))
7191 (gnus-summary-position-point))
7216 (gnus-summary-position-point))
7224 (let ((b (point))
7243 (gnus-summary-position-point)
7354 (gnus-summary-position-point))
7359 (gnus-summary-position-point)
7366 nil (count-lines (point-min) (point))))
7372 (point
7375 (point)))
7404 gnus-newsgroup-name cmd unread backward point))))))))
7526 (gnus-summary-position-point)))
7531 If MOVE, move to the previous unread article if point is at
7556 (gnus-summary-position-point))
7579 (gnus-summary-position-point))
7616 (gnus-summary-position-point)))
7619 "Place the point on the subject line of the first unread article.
7626 (gnus-summary-position-point)))
7629 "Place the point on the subject line of the first unseen article.
7636 (gnus-summary-position-point)))
7639 "Place the point on the subject line of the first unseen article or,
7650 (gnus-summary-position-point)))
7661 (gnus-summary-position-point)))
7691 (gnus-summary-position-point)
7706 (gnus-summary-position-point)
7737 (gnus-summary-position-point)))
7745 (gnus-summary-position-point)))
7757 (gnus-summary-position-point))
7769 (gnus-summary-position-point)))
7783 (gnus-summary-position-point)))
7803 (gnus-summary-position-point))))
7857 (gnus-summary-position-point)))
7887 (gnus-summary-position-point))))
7899 (gnus-summary-position-point))
7951 (gnus-summary-position-point)))
7965 (gnus-summary-position-point))))
7972 (gnus-summary-position-point)))
7987 (gnus-summary-position-point))))
7996 (gnus-summary-position-point))))
8001 (let ((gnus-verbose (max 6 gnus-verbose)))
8015 (gnus-summary-position-point)))
8022 (gnus-summary-position-point)))
8046 (gnus-summary-position-point))))
8106 (goto-char (point-max))
8212 (let* ((max-lisp-eval-depth (max 5000 max-lisp-eval-depth))
8337 (gnus-summary-position-point)
8358 (gnus-summary-position-point)
8511 (goto-char (point-min))
8512 (or (search-forward "\n\n" nil t) (point)))
8513 (goto-char (point-min))
8558 (goto-char (point-min))
8653 point)
8657 (goto-char (window-point (get-buffer-window (current-buffer))))
8671 (point))
8673 (set-window-point
8675 (point))
8677 (setq point (point)))
8686 ;; Select the next article and adjust point.
8693 (goto-char (if backward (point-max) (point-min))))))))
8697 (goto-char point)
8700 (gnus-summary-position-point)
8774 ;; We don't want to change current point nor window configuration.
8798 (goto-char (point-min))
8809 (goto-char (point-max))
8813 (narrow-to-region (match-end 0) (point-max)))
8851 (copy-to-buffer buffer (point-min) (point-max))
8902 (mm-detect-coding-region (point) (point-max))))))
8912 (goto-char (point-min))
8914 (goto-char (point-max))
8916 (setq lines (1- (count-lines (point) (point-max))))))
8956 (gnus-summary-position-point))
8987 (inhibit-point-motion-hooks t)
8993 (delete-region (point-min) (point-max))
8995 (goto-char (setq s (point-min)))
8997 (1- (point))
8998 (point-max))))
9009 (set-window-start window (goto-char (point-min))))
9055 (goto-char (point-min))
9058 (goto-char (point-min))
9059 (while (re-search-forward "�" (point-max) t)
9061 (unmorse-region (point-min) (point-max))
9299 ;; Update the Xref header in this article to point to
9332 (gnus-summary-position-point)
9426 (goto-char (point-min))
9429 (goto-char (point-min))
9431 (narrow-to-region (point-min) (1- (point)))
9432 (goto-char (point-min))
9434 (goto-char (point-max))
9438 lines (count-lines (point-min) (point-max)))
9464 (goto-char (point-min))
9608 (gnus-summary-position-point)
9697 (let ((lines (count-lines (point) (point-max)))
9698 (length (- (point-max) (point)))
9700 (body (copy-marker (point))))
9701 (goto-char (point-min))
9705 (goto-char (point-min))
9710 (goto-char (point-min))
9734 (point-min) (point-max)))
9901 (gnus-summary-position-point)
9917 (gnus-summary-position-point))
9987 (min (point)
9990 (point)))
9991 (point))))
10063 (gnus-summary-position-point)
10229 (re-search-backward "[\n\r]" (gnus-point-at-bol) 'move-to-limit)
10233 (when (<= (+ forward (point)) (point-max))
10235 (goto-char (+ forward (point)))
10237 (subst-char-in-region (point) (1+ (point)) (char-after) mark)
10388 (defun gnus-summary-mark-region-as-read (point mark all)
10389 "Mark all unread articles between point and mark as read.
10390 If given a prefix, mark all articles between point and mark as read,
10395 (goto-char point)
10398 (< (point) mark)
10415 (goto-char (point-min))
10445 (goto-char (point-min))
10469 (goto-char (point-min))
10476 (goto-char (point-min))
10477 (gnus-summary-position-point)
10486 If TO-HERE is non-nil, it should be a point in the buffer. All
10487 articles before (after, if REVERSE is set) this point will be marked
10532 (if to-here (< (point) to-here) t)
10537 (gnus-summary-position-point)))
10545 (let ((beg (point)))
10549 (gnus-summary-position-point))
10557 (let ((beg (point)))
10561 (gnus-summary-position-point))
10646 (end-point (save-excursion
10648 (point) (point-max))))
10651 (< (gnus-data-pos (car data)) end-point))
10708 (goto-char (point-min))
10737 (gnus-summary-position-point)))
10744 (subst-char-in-region (point-min) (point-max) ?\^M ?\n t)))
10745 (gnus-summary-position-point))
10752 (orig (point))
10753 (end (gnus-point-at-eol))
10754 ;; Leave point at bol
10755 (beg (progn (beginning-of-line) (point))))
10761 (gnus-summary-position-point))))
10794 (goto-char (point-min))
10802 (gnus-summary-position-point))
10811 (start (point))
10818 (goto-char (point-max))))
10820 (if (and (> (point) start)
10823 (subst-char-in-region start (point) ?\n ?\^M)
10834 (beg (point)))
10843 (setq beg (point))
10862 (gnus-summary-position-point))
10898 (gnus-summary-position-point)
11092 (gnus-summary-position-point)
11212 (goto-char (point-min))
11357 (gnus-summary-position-point)
11399 (setq b (point))
11403 (setq e (point))
11484 (goto-char (point-max))
11486 (goto-char (point-min))
11536 (let* ((beg (gnus-point-at-bol))
11537 (end (gnus-point-at-eol))
11586 (let* ((beg (gnus-point-at-bol))
11602 beg (gnus-point-at-eol) 'face
11740 (goto-char (point-max))
11744 (let ((separator (buffer-substring (point) (gnus-point-at-eol))))
11747 (goto-char (point-max))
11836 (gnus-summary-position-point)
11901 (max (if (numberp r) r (cdr r))))
11902 (while (and (<= min max)
11904 (push max older)
11906 max (1- max))))))
11922 (if initial "max" "default")
11936 (max (if (numberp r) r (cdr r))))
11937 (while (and (<= min max)
11939 (push max older)
11941 max (1- max))))))))))
11947 (gnus-summary-position-point)))
11969 (gnus-summary-position-point)))