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

Lines Matching defs:project

19866 messages (Gnus), BBDB entries, and any files related to the project.
27877 PROJECT is the project being clocked into. If PROJECT is nil, and
27879 interactively -- call the function `timeclock-get-project-function' to
27880 discover the name of the project.
27886 If a prefix ARG is given, the user has completed the project that was
27905 Change to working on a different project.
27906 This clocks out of the current project, then clocks in on a new one.
27907 With a prefix ARG, consider the previous project as finished at the
27908 time of changeover. PROJECT is the name of the last project you were
29825 (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
29832 (defun vc-sccs-search-project-dir (dirname basename) "\
29833 Return the name of a master file in the SCCS project directory.
29835 find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) (when project-dir (if (file-name-absolute-p project-dir) (setq dirs (quote ("SCCS" ""))) (setq dirs (quote ("src/SCCS" "src" "source/SCCS" "source"))) (setq project-dir (expand-file-name (concat "~" project-dir)))) (while (and (not dir) dirs) (setq dir (expand-file-name (car dirs) project-dir)) (unless (file-directory-p dir) (setq dir nil) (setq dirs (cdr dirs)))) (and dir (expand-file-name (concat "s." basename) dir)))))
30078 projects (see option `vhdl-project-alist').
30081 project hierarchy browsing mode in the speedbar menu or by typing `f',
30127 an entire directory or project (`C-c C-c M-p'). The VHDL'93 direct
30172 [-compiler compilername] [-project projectname]
30193 Projects can be defined in option `vhdl-project-alist' and a current
30194 project be selected using option `vhdl-project' (permanently) or from
30195 the menu or speedbar (temporarily). For each project, title and
30203 Imported setups are not automatically saved in `vhdl-project-alist' but
30206 vhdl-mode\") in a directory with an existing project setup file, it is
30207 automatically loaded and its project activated if option
30208 `vhdl-project-auto-load' is non-nil. Names/paths of the project setup
30209 files can be specified in option `vhdl-project-file-name'. Multiple
30210 project setups can be automatically loaded from global directories.
30211 This is an alternative to specifying project setups with option
30212 `vhdl-project-alist'.