abingham / prosjekt

A emacs extension for working with "projects"
22 stars 7 forks source link

Add function prosjekt-find-project file. #33

Closed jfmcbrayer closed 12 years ago

jfmcbrayer commented 12 years ago

This function finds a file from the current project, using completing-read (or ido-completing-read as appropriate). It is a small convenience for non-users of anything.

abingham commented 12 years ago

Just got back from vacation...I'll look this over when I get a chance.

kingcheez: can you give me a quick summary of helm? Is it something that prosjekt could support in the same way it supports anything, i.e. with a second, optional file?

abingham commented 12 years ago

@kingcheez Sure, have at it! It sounds like a very reasonable addition to what we've already got.

abingham commented 12 years ago

@jfmcbrayer I like what you've written, but I want to integrate it into prosjekt a bit differently. Instead of putting it directly into prosjekt.el, I'm going to create a "contrib" or perhaps "extension" directory for things like this.

What I'll do for the meantime is accept your patch as-is, then make a note to myself to extract it to a new location later. That way you can use it without needing to maintain a separate branch or something. Thanks!

jfmcbrayer commented 12 years ago

Sounds good to me. Thanks! At some point, I'm going to write a prosjekt-switch-to-project-buffer, but I can probably wait on submitting that until this is pulled out into contrib. Just a little set of tools for people for whom anything or helm are too heavy or intrusive.