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

Lines Matching defs:point

114     (lambda (&optional arg) (save-excursion (beginning-of-line arg) (point)))))
119 (lambda (&optional arg) (save-excursion (end-of-line arg) (point)))))
121 (defun flymake-posn-at-point-as-event (&optional position window dx dy)
127 POSITION and WINDOW default to the position of point in the
132 (unless position (setq position (window-point window)))
136 (let* ((pos (posn-at-point position window))
147 "Pop up the flymake menu at point, using the data MENU-DATA.
153 (let* ((pos (flymake-get-point-pixel-pos))
161 (x-popup-menu (if (eval-when-compile (fboundp 'posn-at-point))
162 (flymake-posn-at-point-as-event)
163 (list (flymake-get-point-pixel-pos) (selected-window)))
194 (unless (eval-when-compile (fboundp 'posn-at-point))
199 (+ (car (cdr (window-edges))) (count-lines (window-start) (point)))
200 (count-lines (window-start) (point))))
207 (defun flymake-get-point-pixel-pos ()
208 "Return point position in pixels: (x, y)."
223 ) ;; End of (unless (fboundp 'posn-at-point)
375 "Check if FILE-NAME-ONE and FILE-NAME-TWO point to same file.
459 (when (> search-limit (point-max))
460 (setq search-limit (point-max)))
463 (goto-char (point-min))
464 (while (and (< (point) search-limit)
578 (write-region (point-min) (point-max) file-name nil 566))
589 (buffer-substring (point-min) (point-max))))
784 (dolist (ol (overlays-in (point-min) (point-max)))
830 (setq beg (point))
833 (while (and (looking-at "[ \t\r\n]") (> (point) 1))
836 (setq end (1+ (point)))
845 (setq end (point)))
1231 (count-lines (point-min) (if (eobp) (point) (1+ (point)))))
1235 (count-lines (point-min) (point-max)))