RE: Limit posts to members?

2002-06-27 Thread Berndl, Klaus
It's ok for me or better after reading all postings to this topic i would say: This is necessary because otherwise this really helpful list is quite unuseable Klaus -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 7:48 AM To: [EMAIL

jde-run-etrace-next broken in 2.2.9beta10?

2002-06-27 Thread Robert Mecklenburg
Executing jde-run-etrace-next generates this stack trace: Debugger entered--Lisp error: (error Marker does not point anywhere) compilation-goto-locus((#marker at 1454 in *com.cimsoft.lws.version.test.VersionTest* . #marker in no buffer)) jde-run-etrace-goto(1) jde-run-etrace-next() *

[Fwd: Re: Limit posts to members?]

2002-06-27 Thread john ware
I'm all for it as well. john ware Original Message Subject: Re: Limit posts to members? Date: Thu, 27 Jun 2002 07:51:53 +0200 From: Artur Hefczyc [EMAIL PROTECTED] To: [EMAIL PROTECTED] References: [EMAIL PROTECTED] It is OK for me... Do you have any objections to

Re: Re: Limit posts to members?]

2002-06-27 Thread Jim Snyder
ditto Jim S. - Original Message - From: john ware [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 27, 2002 12:38 PM Subject: [Fwd: Re: Limit posts to members?] I'm all for it as well. john ware Original Message Subject: Re: Limit posts to

[Fwd: Re: Limit posts to members?]

2002-06-27 Thread Gian Uberto Lauri
Do you have any objections to limiting postings to this list to subscribers? It may help to reduce the spam. (It won't stop spammers disguised as legitimate members.) No objection at all! G.U.L.

Quoting Values for System Properties

2002-06-27 Thread Britton, Chris
I have encountered a problem specifying values for system properties. Given the code snippet: String value = System.getProperty(my.property); System.out.println(my.property= + value); When the program is executed from JDE and the system property is specified by typing:

Importing the classpath

2002-06-27 Thread Andy Piper
I guess its about time I subscribed to this list to work through some XEmacs /NTissues. Here is my first one: I want to set up the jde-global-classpath in my prj.el file so that I can run XEmacs from desktop (no shell environment). I thought this might be as simple as running XEmacs in my

Importing the classpath

2002-06-27 Thread Paul Kinnucan
Andy Piper writes: I guess its about time I subscribed to this list to work through some XEmacs /NTissues. Here is my first one: I want to set up the jde-global-classpath in my prj.el file so that I can run XEmacs from desktop (no shell environment). I thought this might be as

Re: Importing the classpath

2002-06-27 Thread Andy Piper
At 04:37 PM 6/27/02 -0400, Paul Kinnucan wrote: You must use customize-variable to set JDEE variables. This is because all JDEE variables are defcustom variables and when the JDEE loads a Java file it sets jde- variables to the value specified by the customized-value property of the variable, if

jde-setnu-mode-enable broken?

2002-06-27 Thread Keith
Hi: When I set this variable to true, I get the numbering fine until I reformat or reindent the buffer. Then I get 2 columns of numbering instead of 1. Thanks keith