Ideas for new JDE intelligent coding features

2001-03-07 Thread Berche, Guillaume
Hi, Reading one article of Martin Fowler about tool support for refactoring (http://www.martinfowler.com/articles/refactoringRubicon.html), I had a look at the Xrefactory emacs-based tool( http://www.xref-tech.com/xrefactory/main.html ) and IDEA java code editor which both have great features

Printable users guide

2001-03-07 Thread Mark Mynsted
Here is my first attempt... I am using the default fonts etc. So it may not look too good in pdf. Please let me know, I can convert the fonts to a format that should look better in pdf... jde-ug-content.dvi jde-ug-content.pdf

Re: Printable users guide

2001-03-07 Thread Mark Mynsted
Ok, here is one to get you by until I get time to fix the tables, etc. that seem to run off of the page. (I fixed the bitmaps so they fit, I think.) >>> "Latchezar M. Dimitrov" <[EMAIL PROTECTED]> 3/7/2001 1:41:12 PM >>> Hi, Your first attempt is promissing :-). Using acroread 4 the text font

Re: Printable users guide

2001-03-07 Thread Ovidiu Predescu
This is very nice, thanks for the work! I assume you converted the XML documentation to texinfo format? What tool did you use to do the conversion? Regards, Ovidiu On Wed, 07 Mar 2001 14:26:07 -0600, "Mark Mynsted" <[EMAIL PROTECTED]> wrote: > Ok, here is one to get you by until I get time to

Re: Printable users guide

2001-03-07 Thread Mark Mynsted
I tried to recall that last one. . . Sorry about that. Here is what I meant to send you. (Later on I will fix the tables etc.) >>> "Latchezar M. Dimitrov" <[EMAIL PROTECTED]> 3/7/2001 1:41:12 PM >>> Hi, Your first attempt is promissing :-). Using acroread 4 the text font is too small and i

Re: Printable users guide

2001-03-07 Thread Mark Mynsted
My pleasure. I used html2latex. The following is the URL for the homepage. It (and Paul) really did the work, but I will take some credit. :-) http://html2latex.sourceforge.net >>> Ovidiu Predescu <[EMAIL PROTECTED]> 3/7/2001 2:42:29 PM >>> This is very nice, thanks for the work! I assume

RE: Printable users guide

2001-03-07 Thread Jeff Rancier
I looked at the print out and have some observations: (1) screen shots could be a little bigger (just my preference) (2) The inline source/program listing text runs off the page in place, perhaps due to the larger courier font. (3) The tables run off the edge. Other than that it looks good. Jef

RE: Printable users guide

2001-03-07 Thread Mark Mynsted
Thank you for the feedback. I will try to fix those. >>> "Jeff Rancier" <[EMAIL PROTECTED]> 3/7/2001 3:09:47 PM >>> I looked at the print out and have some observations: (1) screen shots could be a little bigger (just my preference) (2) The inline source/program listing text runs off the page i

RE: Printable users guide

2001-03-07 Thread Chuck . Irvine
> > My pleasure. > > I used html2latex. The following is the URL for the > homepage. It (and Paul) really did the work, but I will take > some credit. :-) > > http://html2latex.sourceforge.net > > >>> Ovidiu Predescu <[EMAIL PROTECTED]> 3/7/2001 2:42:29 PM >>> > > This is very nice, tha

RE: Printable users guide

2001-03-07 Thread Mark Mynsted
I do not know if you can go direct from XML to PDF. I like LaTeX so I converted it to that first. >>> "Jeff Rancier" <[EMAIL PROTECTED]> 3/7/2001 3:09:48 PM >>> Oops. Sorry. Didn't see the comment about the tables. So you took HTML converted it to Latex and then converted that to PDF? Can yo

RE: Printable users guide

2001-03-07 Thread Mark Mynsted
Here are the TeX files. I included the original gifs as well as my converted eps files. >>> <[EMAIL PROTECTED]> 3/7/2001 3:13:32 PM >>> > > My pleasure. > > I used html2latex. The following is the URL for the > homepage. It (and Paul) really did the work, but I will take > some credit.

RE: Printable users guide

2001-03-07 Thread Paul Kinnucan
At 03:11 PM 3/7/2001 -0600, you wrote: >I do not know if you can go direct from XML to PDF. I like LaTeX so I >converted it to that first. You can go from XML to PDF, using Apache's Formatted Output Processor (FOP) and the XSL-FO stylesheet that comes with the Docbook DTD. (The JDE user's guide

Re: big binaries

2001-03-07 Thread Mark Mynsted
Great. What web site do you have in mind? >>> Kornelis Sietsma <[EMAIL PROTECTED]> 3/7/2001 4:42:29 PM >>> Hi folks... This is all very cool, but may I humbly request that people keep the number of big binaries posted to the list to a minimum? Some of us still have low bandwidth, at least for

Re: big binaries

2001-03-07 Thread B. Jordan
IMHO, this is not an unusal request in the slightest. Most personal ISPs offer a little webspace for their customers, and sites like GeoCities and 50megs.com (not to mention project-oriented sites like SourceForge) give space in exchange for a little banner-adding. I appreciate others on the lis

Re: big binaries

2001-03-07 Thread Mark Mynsted
I do not disagree with you, but I do not own JDE. If there is a JDE web-site that I may post applicable binaries to, then that is where I would like to put my JDE related binaries. Perhaps Paul could build a little place on his web where we could post binaries? :-) >>> "B. Jordan" <[EMAIL PR

Re: big binaries

2001-03-07 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kornelis Sietsma <[EMAIL PROTECTED]> writes: > Hi folks... > > This is all very cool, but may I humbly request that people keep the number > of big binaries posted to the list to a minimum? Some of us still have low > bandwidth, at least for e-mail

error "Lisp nesting exceeds max-lisp-eval-depth"

2001-03-07 Thread Peter Staab
I am running NTemacs 20.7.1 on windows 98 with jde version 2.2.6.2. I get the following error on startup: File mode specification error: (error "Lisp nesting exceeds max-lisp-eval-depth") ONLY if I load a java file from a network drive. If I load a file from a local drive, I get no errors. I r

big binaries

2001-03-07 Thread Kornelis Sietsma
Hi folks... This is all very cool, but may I humbly request that people keep the number of big binaries posted to the list to a minimum? Some of us still have low bandwidth, at least for e-mail... and it's easy enough to put this stuff on a web site. Thanks. -Korny -- Kornelis Sietsma http:/

Re: error "Lisp nesting exceeds max-lisp-eval-depth"

2001-03-07 Thread Paul Kinnucan
At 06:57 PM 3/7/2001 -0700, you wrote: >I am running NTemacs 20.7.1 on windows 98 with jde version 2.2.6.2. I >get the following error on startup: >File mode specification error: (error "Lisp nesting exceeds >max-lisp-eval-depth") > >ONLY if I load a java file from a network drive. If I load a f

Re: Ideas for new JDE intelligent coding features

2001-03-07 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "Berche, Guillaume" <[EMAIL PROTECTED]> writes: > Hi, > > Reading one article of Martin Fowler about tool support for refactoring > (http://www.martinfowler.com/articles/refactoringRubicon.html), I had a look at > the Xrefactory emacs-based tool( ht