Re: [jdee-devel] Patch for allowing wildcards in jde-sourcepath

2010-04-12 Thread Len Trigg
Troy Daniels wrote: > I've added in the declare-functions, so the new warnings should be gone.  I'm > using emacs 22, where declare-function is a no-op, so I still get the > warnings, > but the calls are there. Applied on the trunk, thanks! Cheers, Len.

Re: [jdee-devel] Patch for allowing wildcards in jde-sourcepath

2010-04-03 Thread Troy Daniels
I've added in the declare-functions, so the new warnings should be gone. I'm using emacs 22, where declare-function is a no-op, so I still get the warnings, but the calls are there. Troy On Thu, Apr 1, 2010 at 2:03 AM, Len Trigg > wrote: > You can nicely make the warnings go away by using decla

Re: [jdee-devel] Patch for allowing wildcards in jde-sourcepath

2010-03-31 Thread Len Trigg
You can nicely make the warnings go away by using declare-function (which we have started to do in several places). http://www.gnu.org/software/emacs/elisp/html_node/Declaring-Functions.html Cheers, Len. On Thu, Apr 1, 2010 at 4:05 PM, Troy Daniels wrote: > I'm cleaning up those warnings, but t

Re: [jdee-devel] Patch for allowing wildcards in jde-sourcepath

2010-03-31 Thread Troy Daniels
On Wed, Mar 17, 2010 at 8:55 PM, Len Trigg > wrote: > Troy Daniels wrote: > > Attached is a patch to the 2.4.0 branch which allows wildcards in > jde-sourcepath. I've been using it at work for a few days and it works for > me. Can somebody > > with commit permissions add it to the repository? >

Re: [jdee-devel] Patch for allowing wildcards in jde-sourcepath

2010-03-17 Thread Len Trigg
Troy Daniels wrote: > Attached is a patch to the 2.4.0 branch which allows wildcards in > jde-sourcepath.  I've been using it at work for a few days and it works for > me.  Can somebody > with commit permissions add it to the repository? I had a very quick look at it and it seems OK - I haven't