Re: Buffer is read-only: #

2005-01-30 Thread Javier S. Lopez
Schwamberger <[EMAIL PROTECTED]> writes: > Javier S. Lopez wrote: >> Paul Kinnucan <[EMAIL PROTECTED]> writes: >> There are probably a few ways to work around the problem >> 1. Set the inhibit-read-only flag >> 2. Make our compiles a minor mode or rewrite the way we

Re: Buffer is read-only: #

2004-11-22 Thread Javier S. Lopez
havior. I will point you to the email thread where Richard Stallman talks about it. I don't agree with him, I think Stefan Monnier is right on this one. http://lists.gnu.org/archive/html/emacs-devel/2004-11/msg8.html Javier > Javier S. Lopez writes: > > "Anderson, Tim

Re: Buffer is read-only: #

2004-11-22 Thread Javier S. Lopez
er > immediately, and do not disclose its contents to any other person, > use them for any purpose, or store or copy them in any medium. > Thank you for your cooperation. > > > > > -- Javier S. Lopez Software Dev

Re: Problems debugging files with more than 1000 lines.

2004-11-22 Thread Javier S. Lopez
as we use "," in fractional numbers. Eg. in > danish, 1Â is "1,5" not "1.5" .. so "1,204" would be between the first > and the second line. Now in regex, "." matches any char, so I guess > it needs to be escaped with "\" or so

Re: Problems debugging files with more than 1000 lines.

2004-11-17 Thread Javier S. Lopez
This has been fixed since version 2.3.4beta4 Javier Morten <[EMAIL PROTECTED]> writes: > Hi! > > I'm running the Debian version 2.3.3-2 om JDE, and I have a question: > > There seems to be problems when I try to debug files with more than 1000 > lines of java code. When the breakpoint is in

Re: Best practices for setting up project file

2004-03-27 Thread Javier S. Lopez
Jesper Holmberg <[EMAIL PROTECTED]> writes: > I feel that I am not using all the features of JDEE to the maximum. More > specifically I seem to have problems setting up my environment so that 1) > JDEE finds everything it needs to do it's magic stuff and 2) I don't have to > write a lot of project

Re: Ant needs JAVA_HOME for compilation

2004-01-05 Thread Javier S. Lopez
Hi Steinar, >From your information I am making the following assumption. You are using the default jde-ant-invocation-method, which is script. The idea with the script method is that you have setup ANT previously in your system, i.e you can run it from a shell or command prompt. Then jde-ant in e

Re: jde-ant-program

2003-12-03 Thread Javier S. Lopez
Paul Kinnucan <[EMAIL PROTECTED]> writes: > Phillip Lord writes: > > > > > > >>>>> "Javier" == Javier S Lopez <[EMAIL PROTECTED]> writes: > > > > Javier> I have heard people wanting the path norm

Re: Executing an ANT process from Java.

2003-07-18 Thread Javier S. Lopez
You can take a look at jde.util.AntServer It uses the main method to pass the arguments and sets up a SecurityManager to avoid ANT from killing the app. Note, this is exactly what the ANT developers say not to do in their documentation. (Calling their API from main) The other thing you are goin

Re: Code completion fails when type cast

2003-02-28 Thread Javier S. Lopez
omplete there too. > > > Cheers, > Christian Schmitt > > > P.S.: After a couple of weeks of learning I must say: "JDEE rocks!". > Thanks for a great product. > -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781)

Re: auto-delete compile buffer

2003-02-19 Thread Javier S. Lopez
"Diez B. Roggisch" <[EMAIL PROTECTED]> writes: > Hi, > > I really love the new feature that the frame-split into source and compilation > buffer disappears magically when there was no compilation error. > > I would love to see this to be taken a step further: Is it somehow possible to > actually

Re: Introspection based Java class browser....also demonstrates alittle bit of java and lisp integration...

2003-02-19 Thread Javier S. Lopez
"Sprenger, Karel" <[EMAIL PROTECTED]> writes: > Hello, > [...] > > Is this a semantic problem? > No. Completion looks for the logger class type by parsing the current java file. (jde-parse-declared-type-of) The method is not smart enough to look for it in the super class or classes within the s

Re: Compile window watching

2003-01-16 Thread Javier S. Lopez
M-x compilation-scroll-output t. Javier "James Higginbotham" <[EMAIL PROTECTED]> writes: > Hi, > > Anyone have a hook or an idea for how to craft a hook to ensure that the > compile buffer follow the scrolling text? Right now, I have to switch to the > buffer and put the cursor at the end to get

Re: JDEbug and LinkedList

2003-01-10 Thread Javier S. Lopez
Troy Daniels <[EMAIL PROTECTED]> writes: > Hello, > > There appears to be a bug in JDEbug regarding circular references. I was > trying to look at a java.util.LinkedList. The implementation in my JDK uses a > class like the following: > > class LLNode { >Object element; >LLNode next; >

Re: problems finding method definition

2003-01-03 Thread Javier S. Lopez
ava.lang.Object > and org.omg.CORBA.Object as choices (apparently I have CORBA classes in > my CLASSPATH, and it is just showing all possibilites for an Object > class). Obviously what should happen is that JDE takes me to > ParentClass.java and the definition of doParentClassThing. >

Re: Last ant task of switched project

2002-12-13 Thread Javier S. Lopez
gide > P-2720-093 Amadora > Phone +351 21 424 2550 > Fax +351 21 424 2337 > > -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 788-4206 95 Sawyer St., Suite 110, http://www.forumsys.com Waltham, MA 02453

Re: bug: closing of *compilation* buffer

2002-11-11 Thread Javier S. Lopez
it worked fine. > > Linux Debian/unstable > GNU Emacs 21.2.2 > JDEE 2.2.9 > eieio-0.17 > elib-1.0 > semantic-1.4 > speedbar-0.14beta4 > > best wishes, > Michal > -- > Michal Ceresna, DBAI, TU Wien > -- Javier S. Lopez [EMAIL PROTECT

Re: ANT compile don't parse errors

2002-09-23 Thread Javier S. Lopez
, > SFDataStructure > out) > [javac] ^ > [javac] > > C:\user\Rainer_Gross\...\actions\BTUIngresarDireccionParticular.java:55: > Class > com.bambutut.modules.actions.retn not found. > > ... > > [javac] 3 errors > > BUILD FAILED > > >

Re: ANT compile don't parse errors

2002-09-23 Thread Javier S. Lopez
.modules.actions.retn not found. > > ... >     [javac] 3 errors > > BUILD FAILED > > c:\user\Rainer_Gross\\Dev\build\build.xml:144: Compile failed, messages > should have been provided. > > Total time: 2 seconds > > Compilation finished at Mon Sep 23 09:00:41 -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 788-4206 95 Sawyer St., Suite 110, http://www.forumsys.com Waltham, MA 02453

Re: Problems with ant

2002-09-18 Thread Javier S. Lopez
because it is in the same directory as the project file, > but jde always searches it in the directory of the current java buffer. I believe this is the intended behavior. Kevin Burton might be able to expand on this. JDE starts at the current directory and works its way up to fi

Re: ant build

2002-09-18 Thread Javier S. Lopez
hmm... This is odd. I don't see this on my system. To work around the problem while a solution is found you can remove the jde-compile-finish-kill-buffer from the jde-ant-build-hook Could you send me a bug report on this, using the jde utility (i.e. jde-submit-problem-report) Please include the

Re: ant build

2002-09-18 Thread Javier S. Lopez
t have any of the strings. If you tell me what error string you get in your compilation buffer I will add it to the hook or fix the regexp. Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 788-4206 95 Sawyer St., Suite 110

Re: ant build

2002-09-18 Thread Javier S. Lopez
e installed. And set ANT_HOME or jde-ant-home to that directory. Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 788-4206 95 Sawyer St., Suite 110, http://www.forumsys.com Waltham, MA 02453

Re: Finding class source

2002-09-02 Thread Javier S. Lopez
views expressed in this communication may not > necessarily be the views held by Serco Integrated Transport. -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-5406 40 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: Extending abstract class?

2002-08-30 Thread Javier S. Lopez
macs specific. > > JDE 2.2.9beta10 > > andy > > Thanks, the Java class getting the abstract methods was not including protected methods. A fix will be provided in the next release. Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781)

Re: emacs/mails general question

2002-08-15 Thread Javier S. Lopez
gt; > Can I use smtpmail-auth-credentials ? or it's just for XEmacs ? > > > > Thanks > Joel > > ___ > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! > Yahoo! Mail : http://fr.mail.yahoo.co

Re: jde-compile

2002-08-15 Thread Javier S. Lopez
- > "Live as if you were to die tomorrow. > Learn as if you were to live forever." > > - M.K. Gandhi > > -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-5406 40 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: Has jde-open-source.el been integrated into JDE?

2002-07-23 Thread Javier S. Lopez
s"))) > > What is wrong? Do I need to set up etags? What about jde-open-source? > I found that function in the archives: > http://www.mail-archive.com/jde@sunsite.dk/msg03887.html > > Has that already been integrated into jde? Yes, it is call jde-open-class-at-point. Javi

Re: Compile all open Java buffers

2002-07-22 Thread Javier S. Lopez
ier > > Thanks in advance, > > Jonathan > -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-5406 40 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: Problem with Ant target

2002-06-25 Thread Javier S. Lopez
e weird state. > > My environment: > > Windows 2000 Professional > > XEmacs 21.4 (patch 6) "Common Lisp (Windows)" [Lucid] (i586-pc-win32) > > JDEE 2.2.9beta10 > > I am attaching my prj.el. > > Thanks in advance > > vishy > >

Re: 2.2.9beta10 problem w/ jde-help-symbol

2002-06-25 Thread Javier S. Lopez
osystems FRANCE > \___/\__//_/_/ 13, avenue Morane Saulnier >Microsystems78142 Vélizy cedex France > > -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-5406 40 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: set path for jde-run?

2002-05-28 Thread Javier S. Lopez
ill Jde. In windows NT, you can go to you system properties ->Advanced->Environment Variables. Javier > > java -classpath ... This one you can set an environment variable, but if you work in more than more project it is better to set up jde-global-classpath. > > Thanks, > >

Re: navigate code completion

2002-05-25 Thread Javier S. Lopez
<_ > http://www.mercatis.demailto:[EMAIL PROTECTED] (_)ø(_) > > > -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-5406 40 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: JDE java compile fail with "Wrong type argument: sequencep, 45" error

2002-04-25 Thread Javier S. Lopez
Could you tell me what were you trying to complete and the cursor position? i.e. StringBuffer sb; sb.a ^ Javier "Tipin Chang" <[EMAIL PROTECTED]> writes: > I have problem to compile a java file in JDE using the > >    "JDE --> Compile (C-c C-v C-c)" > > menu. The min-window shows

Re: jde-open-class-source from field not classname

2002-04-04 Thread Javier S. Lopez
pez has undertaken > the integration task. Perhaps he can comment. > > - Paul > > -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-5406 40 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: problem with auto-completion

2002-03-04 Thread Javier S. Lopez
Heather Buch <[EMAIL PROTECTED]> writes: > "Javier S. Lopez" wrote: > > >Set it to this path and restart the beanshell. Check that the beanshell > >classpath includes that directory /var/.../classes > > > > Hi Javier, > > I changed my

Re: problem with auto-completion

2002-03-04 Thread Javier S. Lopez
PointerException > [2 times] > progn: Beanshell eval error. See messages buffer for details. > No completion at this point > if: Quit > Auto-saving...done > <<< Press Return to bury the buffer list >>> > > Any help would be great. > >

Re: JDE New Class Bug (?)

2002-03-04 Thread Javier S. Lopez
"Paul Ebermann" <[EMAIL PROTECTED]> writes: > "Javier S. Lopez" skribis: > > > "Paul Ebermann" <[EMAIL PROTECTED]> writes: > > > > > "Javier S. Lopez" skribis: > > > > > > > This is not going t

Re: JDE New Class Bug (?)

2002-03-04 Thread Javier S. Lopez
"Paul Ebermann" <[EMAIL PROTECTED]> writes: > "Javier S. Lopez" skribis: > > > This is not going to be true all the time. > > But IF it is true, it could be choosen? The question is how will jde know which one to choose? You have two interfac

Re: Ant Server?

2002-02-27 Thread Javier S. Lopez
Google but without much > success. > > > thanks > > Peter Goudman > -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-5406 40 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: Field-completion also viy mounted drives?

2002-02-15 Thread Javier S. Lopez
> I'm wondering if the following is possible: > > We have a SUN Solaris system, where our java-sources reside. These = > sources are > also compiled to *.class files with the SUN-JDK and reside also onto = > the Solaris system. > > But we want to use JDE with NTEmacs 21.1. onto Windows NT 4.0 and

Re: Ant invocation method

2002-02-15 Thread Javier S. Lopez
LASSPATH (whichever are you using) I modified the AntServer code to return a message explaining the problem. Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-5406 40 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: Ant invocation method

2002-02-14 Thread Javier S. Lopez
g a minimal .emacs plus the necessary additions to cause the failure. >From what you tell me I can't tell what is wrong. I am using w2k and cygwin-bash and the ant server is working fine. > > I'm happy using Script but what is the preferred option here? The script is fine, but the ant

Re: jde-ant.el

2002-02-14 Thread Javier S. Lopez
pports it in the latest version. Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-540640 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: J2SE 1.4

2002-02-07 Thread Javier S. Lopez
the CompilerServer to use reflection, so it is not tied > >in to any particular version of jdk. > Cool! Can you incorporate that into the JDEE? It has been incorporated for 2 months. The latest beta version includes the changes. Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-540640 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: J2SE 1.4

2002-02-07 Thread Javier S. Lopez
k 1.4 and jde for months. > I think you need to recompile CompileServer.java with the new java compiler. > > Daniel :) I modified the CompilerServer to use reflection, so it is not tied in to any particular version of jdk. Javier -- Javier S. Lopez [EMAIL PROTECTED]

Re: J2SE 1.4

2002-02-07 Thread Javier S. Lopez
> Hi, > > J2SE 1.4 is out. It has some new keywords (e.g., assert). Is JDE going to > support it soon? > > Regards, > Daniel What do you refer by support? I have been using Jdk 1.4 and jde for months. Javier -- Javier S. Lopez [EMAIL PROTECTED]

Re: speedbar

2002-02-01 Thread Javier S. Lopez
r, so you might be right. It just strikes me that switching to the buffer could cause very strange behavior that breaks the speedbar. Javier > > Kevin > > - -- -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. (781) 263-540640 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: Can completion use members?

2002-01-29 Thread Javier S. Lopez
> Hm.. > > Doesn't it make sense that completion could include members as well as methods? it does. > > I am not getting members and found no way to turn them on. Am I missing > something? could you give an example of where completion does not include members? Jav

Re: JdeBug Buffer behavior

2002-01-25 Thread Javier S. Lopez
> > Are you using the Local Variables buffer (JDEbug->Show Buffer->Locals)? > > Yes, I am. > > > > > Which version of the JDEE are you using? > > I use 2.2.8. This funcitionality was added to jde as of 2.2.9beta7. Javier > > Regards > Michael > > Paul Kinnucan schrieb: > > >

Re: Problem with jde import

2002-01-16 Thread Javier S. Lopez
. Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. 781-263-541040 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: problem with jde-ant

2002-01-11 Thread Javier S. Lopez
I fixed this bug a while ago. Feel free to grab the latest copy from the repository. http://cvs.sunsite.dk/viewcvs.cgi/jde/lisp/ Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. 781-263-541040 Williams St., Suite G20, http

Re: How to use ANT in JDE

2001-12-19 Thread Javier S. Lopez
follow the steps above. Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. 781-263-541040 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: Setup of JDE

2001-12-12 Thread Javier S. Lopez
> PS: my colleague using JBuilder underr windows laughs at what he calls > my archaic programming, but I want to proof him emacs can do the same > (or better) Tell your colleague to try use JBuilder with jdk 1.4 :) Jaiver -- Javier S. Lopez [EMAIL PROTECTED]

Re: Provisional Breakpoints

2001-12-10 Thread Javier S. Lopez
, so they persist across emacs exiting. What about having an option that allows you to save them? I am thinking on the lines of having a widget form with all the saved breadpoints that allows you to manage them. Breakpoints bp1 [keep] bp2[skip] [ok] [cancel] Javier -- Javier S. Lopez

Re: problems with running jikes

2001-12-09 Thread Javier S. Lopez
this helps, Javier -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. 781-263-541040 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481

Re: problems with running jikes

2001-12-09 Thread Javier S. Lopez
> thanks for your reply, however, i thought that is is already set to all? Yes, you are right it was already set, my bad. -- Javier S. Lopez [EMAIL PROTECTED]Forum Systems, Inc. 781-263-541040 Williams St., Suite G20, h

Re: autocomplete not working

2001-08-20 Thread Javier S. Lopez
> I am using 2.2.7beta3 I remember comming accross this bug before. I think is fixed, either in 2.2.7.1 or in the latest beta 2.2.8beta6 Javier

Re: autocomplete not working

2001-08-20 Thread Javier S. Lopez
On Monday 20 August 2001 12:04 pm, Aaron Phillips wrote: > Hello, > I'm new to jde and xemacs for that matter. I am using linux xemacs with > jde. When I try to autocomplete in a java file (C-c C-v C-.) I get the > a statusbar message "Args out of range: "", 0". Any ideas on what could > be the

Re: "Wrong type of file error" on XEmacs (with solution)

2001-08-15 Thread Javier S. Lopez
, | (if jde-xemacsp | (set-buffer (cadr (buffer-list))) | (set-buffer (car (buffer-list ` > if I change the 'cadr' in the xemacs case to 'car' it works without > the error. It seems, that the special case if not needed, or do I > overlook something? The above code solve

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

2001-08-13 Thread Javier S. Lopez
I am running on RH 7.1 (jde 2.28beta5 ) and I see the problem as well. I increased the value of the max-lisp-eval-depth and I still get the problem sporadically. Usually I try the command a few times after I get the error and it works fine. Javier On Monday 13 August 2001 11:48 am, Paul Kinnuca