ede-convert-path
ede-convert-path is a Lisp function in `files.el
'.
(ede-convert-path &rest LOCAL-ARGS)
Convert path in a standard way for a given project.
Default to making it project relative.
Argument THIS is the project to convert PATH to.
This is a generic function with only primary methods.
Implementations:
`ede-project' :PRIMARY (this path)
Convert path in a standard way for a given project.
Default to making it project relative.
Argument THIS is the project to convert PATH to.
Defined in `files.el'
`ede-target' :PRIMARY (this path &optional project)
Convert path in a standard way for a given project.
Default to making it project relative.
Argument THIS is the project to convert PATH to.
Optional PROJECT is the project that THIS belongs to. Associating
a target to a project is expensive, so using this can speed things up.
Defined in `files.el'