about summary refs log tree commit diff
path: root/emacs/wc-ansi-term-functions.el
blob: aae9e0c6c238c08116046fc248637257cdb99eb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
;; if in a project
  ;; if ansi-term is an existing process for the current project
    ;; ok
    ;; create an ansi-term buffer for the current project
  ;; if ansi-term is an open window
    ;; if number of open windows == 1, visit MRU source code buffer
    ;; if number of open windows  > 1, (delete-window ansi-term-window)
  ;; if ansi-term is not an open window
    ;; open ansi-term other-window
;; else
  ;; (message "You are not currently in a project.")