I've read many questions about project-management in emacs, though they don't seem to be getting at how I like to work (which dates back to Borland days).
Basically, I'd like to create my own hierarchy of files from which I can open files for editing. This would be distinct from the directory structure : Often there are files that make logical sense to be collected together from an editing point of view, but are not in the same directory, etc.
At the moment, I've been working with scitepm, which is a side-bar launcher for the editor SciTE (a Scintilla derivative). But it seems to me that emacs must be able to do something similar - I just can't tease out my specific use-case from the various descriptions of eproject, speedbar, etc...
Any pointers? Or is my workflow hopelessly retro?