Re: History list jde-interactive-make-arg-history is unbound

2001-06-29 Thread Dirk Husemann

 PK == Paul Kinnucan [EMAIL PROTECTED] writes:

PK At 01:34 PM 6/25/2001 -0700, you wrote:
 When I enable jde-project - Read Make Args or jde-project - Ant Read Args
 or jde-project - Ant Read Target, I get errors like the one the subject
 `History list jde-interactive-make-arg-history is unbound'
 
 This is with Xemacs, solaris, jde 2.2.8beta1.
 
 Any ideas?

PK Sounds like a bug. I'll look into it.

I stumbled over the same bug, adding these two lines to jde-ant.el fixed it:

(defvar jde-ant-interactive-target-arg-history nil
History of targets entered in the minibuffer.)

(defvar jde-ant-interactive-args-arg-history nil
History of targets entered in the minibuffer.)


-- 
Dr. Dirk Husemann, IBM Research Division, Zurich Research Lab, Switzerland
Email: [EMAIL PROTECTED] --- WWW: http://www.zurich.ibm.com/~hud/
PGP fingerprint:4EB4 8B36 9E98 9CCF 8F22  F162 B53A 9BFB 9D1A 3D43
PGP key:http://www.zurich.ibm.com/~hud/PGP/

We are Linux. Resistance is an indication that you missed the point.




Re: History list jde-interactive-make-arg-history is unbound

2001-06-29 Thread Paul Kinnucan

At 10:48 AM 6/29/2001 +0200, Dirk Husemann wrote:
 PK == Paul Kinnucan [EMAIL PROTECTED] writes:

PK At 01:34 PM 6/25/2001 -0700, you wrote:
 When I enable jde-project - Read Make Args or jde-project - Ant 
Read Args
 or jde-project - Ant Read Target, I get errors like the one the
subject
 `History list jde-interactive-make-arg-history is unbound'
 
 This is with Xemacs, solaris, jde 2.2.8beta1.
 
 Any ideas?

PK Sounds like a bug. I'll look into it.

I stumbled over the same bug, adding these two lines to jde-ant.el fixed it:

(defvar jde-ant-interactive-target-arg-history nil
History of targets entered in the minibuffer.)

(defvar jde-ant-interactive-args-arg-history nil
History of targets entered in the minibuffer.)


Thanks. I have included them in the source.

- Paul



History list jde-interactive-make-arg-history is unbound

2001-06-25 Thread Eric D. Friedman

When I enable jde-project - Read Make Args or jde-project - Ant Read Args
or jde-project - Ant Read Target, I get errors like the one the subject
`History list jde-interactive-make-arg-history is unbound'

This is with Xemacs, solaris, jde 2.2.8beta1.

Any ideas?

Eric



Re: History list jde-interactive-make-arg-history is unbound

2001-06-25 Thread Paul Kinnucan

At 01:34 PM 6/25/2001 -0700, you wrote:
When I enable jde-project - Read Make Args or jde-project - Ant Read Args
or jde-project - Ant Read Target, I get errors like the one the subject
`History list jde-interactive-make-arg-history is unbound'

This is with Xemacs, solaris, jde 2.2.8beta1.

Any ideas?

Sounds like a bug. I'll look into it.

- Paul

Eric