Function: ede-buffer-mine

ede-buffer-mine is a byte-compiled function defined in ede.el.gz.

Signature

(ede-buffer-mine ARG &rest ARGS)

Implementations

(ede-buffer-mine (THIS semantic-ede-proj-target-grammar) BUFFER) in `semantic/ede-grammar.el'.

Return t if object THIS lays claim to the file in BUFFER. Lays claim to all -by.el, and -wy.el files.

(ede-buffer-mine (THIS project-am-lisp) BUFFER) in `ede/project-am.el'.

Return t if object THIS lays claim to the file in BUFFER.

(ede-buffer-mine (THIS project-am-man) BUFFER) in `ede/project-am.el'.

Return t if object THIS lays claim to the file in BUFFER.

(ede-buffer-mine (THIS project-am-texinfo) BUFFER) in `ede/project-am.el'.

Return t if object THIS lays claim to the file in BUFFER.

(ede-buffer-mine (THIS project-am-objectcode) BUFFER) in `ede/project-am.el'.

Return t if object THIS lays claim to the file in BUFFER.

(ede-buffer-mine (THIS project-am-makefile) BUFFER) in `ede/project-am.el'.

Return t if object THIS lays claim to the file in BUFFER.

(ede-buffer-mine (THIS ede-proj-target-elisp-autoloads) BUFFER) in `ede/proj-elisp.el'.

Return t if object THIS lays claim to the file in BUFFER. Lays claim to all .elc files that match .el files in this target.

(ede-buffer-mine (THIS ede-proj-target-elisp) BUFFER) in `ede/proj-elisp.el'.

Return t if object THIS lays claim to the file in BUFFER. Lays claim to all .elc files that match .el files in this target.

(ede-buffer-mine (THIS ede-proj-target) BUFFER) in `ede/proj.el'.

Return t if object THIS lays claim to the file in BUFFER.

(ede-buffer-mine (THIS ede-proj-project) BUFFER) in `ede/proj.el'.

Return t if object THIS lays claim to the file in BUFFER.

(ede-buffer-mine (THIS ede-target) BUFFER) in `ede.el'.

Return non-nil if object THIS lays claim to the file in BUFFER.

(ede-buffer-mine (THIS ede-project) BUFFER) in `ede.el'.

Return non-nil if object THIS lays claim to the file in BUFFER.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(cl-defmethod ede-buffer-mine ((_this ede-project) _buffer)
  "Return non-nil if object THIS lays claim to the file in BUFFER."
  nil)