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

Lines Matching +defs:set +defs:end

71 ;;   list (or at least set makefile-need-target-pickup).
337 "perl-end" "perl_end" "prebuild" "or ifdef" "or ifndef" "or ifeq"
435 makefile-match-function-end nil nil
460 makefile-match-function-end nil nil
465 makefile-match-function-end nil nil
468 makefile-match-function-end nil nil
471 ;; Can we unify these with (if (match-end 1) 'prepend t)?
485 '("perl[-_]begin\\s *\\(?:\\s #.*\\)?\n\\(\\(?:.*\n\\)+?\\)\\s *perl[-_]end\\>"
518 ;; Change the syntax of a quoted newline so that it does not end a comment.
577 ;;; --- end of up-to-date-overview configuration ------------------
587 ;; set up the keymap
772 target colon, then set this to a non-nil value.
788 If this variable is set to a non-nil value the cursor
793 If this variable is set to a non-nil value then
799 If this variable is set to a non-nil value then Makefile mode
833 ;; SYNTAX-BEGIN set to backward-paragraph to avoid slow-down
834 ;; near the end of a large buffer, due to parse-partial-sexp's
865 (make-local-variable 'comment-end)
866 (setq comment-end "")
871 (set (make-local-variable 'indent-line-function) 'indent-to-left-margin)
879 (set-syntax-table makefile-mode-syntax-table)
901 (set (make-local-variable 'makefile-rule-action-regex)
912 (set (make-local-variable 'makefile-dependency-regex)
914 (set (make-local-variable 'makefile-dependency-skip) "^:!")
915 (set (make-local-variable 'makefile-rule-action-regex)
943 (end-of-line)
1033 (end-of-line)
1235 "Insert, align, or delete end-of-line backslashes on the lines in the region.
1254 (end-of-line)
1285 (end-of-line)
1295 (end-of-line)
1320 ((or (eq (char-before (line-end-position 1)) ?\\)
1321 (eq (char-before (line-end-position 0)) ?\\))
1322 ;; A backslash region. Find beginning and end, remove
1324 (end-of-line)
1327 (end-of-line 0)
1329 (end-of-line 0))
1332 (end
1335 (end-of-line 2))
1338 (narrow-to-region beginning end)
1437 (set-buffer-modified-p nil)
1456 (delete-region (point) (progn (end-of-line) (point)))
1462 (delete-region (point) (progn (end-of-line) (point)))
1478 In the makefile buffer, go to (end-of-line), insert a \'\\\'
1485 (end-of-line)
1510 (set-buffer makefile-browser-client)
1514 (set-buffer makefile-browser-client)
1531 (set (make-local-variable 'makefile-browser-selection-vector)
1579 (set-buffer makefile-up-to-date-buffer)
1587 (set-buffer this-buffer)
1726 (defun makefile-match-function-end (end)
1748 (eq (char-before (line-end-position 0)) ?\\))
1753 (let ((deps-end (match-end 1))
1755 (goto-char deps-end)
1757 (setq deps-end (point))
1763 (setcar (nthcdr 3 match-data) deps-end)
1765 (end-of-line)
1812 (re-search-forward "\\$[{(]" (line-end-position) t)))
1817 (end-of-line)
1819 (buffer-substring (point) (1- (line-end-position)))))
1825 (re-search-forward "\\$[{(]" (line-end-position) t)
1843 (defun makefile-browser-set-state-for-line (n to-state)
1847 (makefile-browser-set-state-for-line n (not (makefile-browser-get-state-for-line n))))
1850 (= (line-end-position) (point-max)))