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

Lines Matching +defs:marker +defs:position

162 (unless (fboundp 'line-beginning-position)
163 (defalias 'line-beginning-position 'point-at-bol))
164 (unless (fboundp 'line-end-position)
165 (defalias 'line-end-position 'point-at-eol))
285 "*Regular expression matching the position of the hanging indent
730 A value of `2' means, also add the closing parenthesis and position cursor
982 Inserted by doc-header and used to position logs by doc-modification.
1776 (defvar prev-index-position-function)
1778 (defvar imenu-prev-index-position-function)
1968 (set (make-local-variable 'imenu-prev-index-position-function)
1969 'idlwave-prev-index-position)
2040 "Inserts TAB in buffer in current position."
2162 (let* ((pos (point-marker))
2163 (last-abbrev-marker (copy-marker last-abbrev-location))
2167 (setq last-abbrev-location (marker-position last-abbrev-marker))
2172 (goto-char last-abbrev-marker)
2377 For a code line insert continuation marker. If the line is a line comment
2595 If not in a statement just moves to end of line. Returns position."
2606 If not in a statement just moves to end of line. Returns position."
2644 Returns position after label.
2706 point the ending position where the type was determined. Type is the
2817 (let ((mloc (point-marker)))
2860 ;; Get rid of marker
2861 (set-marker mloc nil)))
3016 (if (eq (line-beginning-position) end-reg)
3454 "Calculate the position of the hanging indent for the comment
3455 paragraph. The hanging indent position is given by the first match
3721 ;; Move to position after quote
3740 ;; return string beginning position or nil
6562 (setq cw-arrow (copy-marker (match-beginning 0))
6612 (setq arrow-start (copy-marker (match-beginning 0))
6649 arrow-start (copy-marker (+ (point) (match-beginning 1)))
6717 (defconst idlwave-completion-mark (make-marker)
7042 (move-marker idlwave-completion-mark beg)
7896 (eq (marker-buffer idlwave-completion-mark)
7898 (equal (marker-position idlwave-completion-mark)
7901 (move-marker idlwave-completion-mark nil)
8138 ;; Not a definition statement - analyze precise position.
8341 (defvar idlwave-rinfo-marker (make-marker))
8398 (move-marker idlwave-rinfo-marker (point))
8649 (goto-char (marker-position idlwave-rinfo-marker)))))
9081 (defun idlwave-prev-index-position ()
9093 `idlwave-prev-index-position'."