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

Lines Matching defs:point

76 ;; At this point, I still have two matching buffers.
549 If value is a floating point number, it specifies a fraction of the frame width."
589 (defcustom ido-use-filename-at-point nil
590 "*Non-nil means that ido shall look for a filename at point.
591 May use `ffap-guesser' to guess whether text at point is a filename.
592 If found, use that as the starting point for filename selection."
600 (defcustom ido-use-url-at-point nil
601 "*Non-nil means that ido shall look for a URL at point.
602 If found, call `find-file-at-point' to visit it."
1201 (goto-char (point-min))
1256 ;; Time is a floating point number (fractions of 1 hour)
2190 (point))))
2269 (or ido-use-url-at-point ido-use-filename-at-point))
2275 (and ido-use-url-at-point
2277 (ffap-fixup-url (or (ffap-url-at-point)
2278 (ffap-gopher-at-point)))))
2282 ((and ido-use-filename-at-point
2283 (setq fn (if (eq ido-use-filename-at-point 'guess)
2285 (ffap-string-at-point)))
2330 (find-file-at-point))
2471 (delete-region (minibuffer-prompt-end) (point))
2482 (delete-region (minibuffer-prompt-end) (point))
2567 ((> (point) (minibuffer-prompt-end))
2622 (if (and (not (eobp)) (> (point) (minibuffer-prompt-end)))
2736 ((= (minibuffer-prompt-end) (point))
2751 (if (= (minibuffer-prompt-end) (point))
2964 (let ((p (point)) start-line end-line start-name name)
2968 (setq start-line (point))
2970 (setq end-line (point))
2974 (setq start-name (point))
2976 (if (= start-name (point))
2979 (buffer-substring-no-properties start-name (point)))))))
3771 (if (pos-visible-in-window-p (point-max) win)
3774 (set-window-start win (point-min))
3820 (delete-region (point) (line-end-position))
3838 (delete-region (point) (line-end-position))
3977 "Insert contents of a buffer in current buffer after point.
4181 (let ((contents (buffer-substring-no-properties (minibuffer-prompt-end) (point-max)))
4195 (goto-char (point-max))
4200 (setq ido-eoinput (point))
4489 (goto-char (point-min)))
4509 (if (> ido-eoinput (point-max))
4511 (setq ido-eoinput (point-max))
4513 (delete-region ido-eoinput (point-max))))
4642 with point positioned at the end.