Re: Regexp on sourcepath possible?

2005-03-21 Thread Troy Daniels
At 12:58 AM 3/15/2005, Paul Kinnucan wrote: Ole Arndt writes: Hi Lars, But I'm curious as to what kind of a project structure would make regular expressions in source paths useful. The structure that I have at work is one such. We have multiple subprojects side by side: source project1

Re: Regexp on sourcepath possible?

2005-03-21 Thread Troy Daniels
At 12:58 AM 3/15/2005, Paul Kinnucan wrote: Ole Arndt writes: Hi Lars, Lars Degerstedt [EMAIL PROTECTED] writes: Also, I've never understood the big attraction of having to manually find and open a project file, edit it, and then save it, an error-prone and tedious process. Not my idea

Re: Regexp on sourcepath possible?

2005-03-15 Thread Lars Degerstedt
But I'm curious as to what kind of a project structure would make regular expressions in source paths useful. Well, perhaps it is not. My problem is that I have ceveral projects that I want to keep separate, but also be able to collect them in one place and compile them all. The reason is that

Re: Regexp on sourcepath possible?

2005-03-15 Thread Ole Arndt
Hi Paul, Paul Kinnucan paulk at mathworks.com writes: Ole Arndt writes: (jde-set-variables '(jde-sourcepath (mapcar (lambda (path) (expand-file-name src/java path)) (directory-files I think the directory-files function