• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/textmodes/

Lines Matching refs:point

63 		 (not (text-property-any (point-min) (point-max) 'hard t))
65 (goto-char (point-min))
70 (goto-char (point-min))
72 (let ((pos (point)))
81 (set-hard-newline-properties (point) (1+ (point)))))))))))
184 end of a sentence, the ending period, question mark, or exclamation point
222 (let* ((opoint (point))
250 (re-search-backward "^\n" (max (1- (point)) (point-min)) t)
253 (setq start (point))
273 (unless (= (point) start)
290 (progn (setq start (point))
318 (goto-char (point-min))))))
346 (if (< (point) (point-max))
369 "Put point at beginning of this paragraph, mark at end.
370 The paragraph marked is the one that contains point or follows point.
375 If ARG is negative, point is put at end of this paragraph, mark is put
392 (point))))
403 (kill-region (point) (progn (forward-paragraph arg) (point))))
410 (kill-region (point) (progn (backward-paragraph arg) (point))))
418 (let ((opoint (point)) npoint)
420 (setq npoint (point))
422 ;; If the range of blank lines found spans the original start point,
426 (if (and (>= (point) opoint) (< npoint opoint))
429 (if (> npoint (point-min))
433 (let ((opoint (point)))
436 (if (<= (point) opoint)
439 (if (< (point) (point-max))
450 (let ((opoint (point))
453 (let ((pos (point))
454 (par-beg (save-excursion (start-of-paragraph-text) (point))))
462 (let ((par-end (save-excursion (end-of-paragraph-text) (point))))
470 "Put two spaces at the end of sentences from point to the end of buffer.
485 "Kill from point to end of sentence.
488 (kill-region (point) (progn (forward-sentence arg) (point))))
491 "Kill back from point to start of sentence.
494 (kill-region (point) (progn (backward-sentence arg) (point))))
506 (point))