Save abbrevs in ~/.abbrev_defs?

2003-01-13 Thread Daniel Hegyi
Since I upgraded from NTEmacs 20.7 to NTEmacs 21.2.1 I always get this annoying message when exiting: Save abbrevs in ~/.abbrev_defs? (y or n) How can I get rid of this? I have this in my .emacs: ;;ABBREVIATION SECTION ;; abbreviation mode (setq-default abbrev-mode t) (if (file-exists-p "~/.ab

RE: (emacs newbie) Modifying JDE

2003-01-02 Thread Daniel Hegyi
For buffer switching, I recommend this: http://asfys3.fi.uib.no/~boukanov/emacs/ Daniel From: "Inger, Matthew" <[EMAIL PROTECTED]> To: 'Heath Holcomb' <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: RE: (emacs newbie) Modifying JDE Date: Tue, 31 Dec 2002 16:47:59 -0500 OK. Simpler: (cust

Re: JDEE installer?

2002-12-04 Thread Daniel Hegyi
> My personal opinion is that Emacs should become a little more user-friendly, > otherwise IDEs like JBuilder and WebSphere Studio Enterprise Developer WILL > take over, and Emacs will become a notepad on steroids. I don't know about > you, but I have a tough time remembering just a few function

Re: JDEE installer?

2002-12-04 Thread Daniel Hegyi
Daniel Hegyi writes: > > > I think that a user-friendly install-shield-like GUI wizard for the > >Windows > > > folks would be very nice. You know, with check-boxes and "Next" buttons. > >:) > >Heh, feel free to create such one. I am the

Re: JDEE installer?

2002-12-04 Thread Daniel Hegyi
> I think that a user-friendly install-shield-like GUI wizard for the Windows > folks would be very nice. You know, with check-boxes and "Next" buttons. :) Heh, feel free to create such one. I am the one who hates GUI wizards. If I would love them you can be sure I would prefer to use JBuilder li

Re: JDEE installer?

2002-12-04 Thread Daniel Hegyi
Either Web Start or a standalone JAR would work. I'm not sure about trying this with an applet, mainly because of security restrictions. (Web Start has security restrictions as well, but you don't have to deal with the possibility of a buggy browser JVM.) Artur's script is a good start on this.

Re: Support in emacs for RefactorIT

2002-12-02 Thread Daniel Hegyi
> > Does anyone know about any kind of support > > in emacs or even JDEE for RefactorIT? > I don't plan to provide any support in the JDEE for RefactorIT as it > is a commercial product. In general I believe commercial vendors > should themselves provide Emacs support for their commercial > produ

RE: Javadoc comments

2002-09-11 Thread Daniel Hegyi
nt, the line will automatically wrap, add an >asterisk, >and indent to the appropriate place within the comment. > >- david > >-Original Message- >From: Daniel Hegyi [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, September 11, 2002 4:23 PM >To: [EMAIL PROTECTED] >Subject:

Javadoc comments

2002-09-11 Thread Daniel Hegyi
Hi, When I'm typing a javadoc comment I'd like to have every new line automatically start with an asterisk. How can I do this? Thanks, Daniel _ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/s

Re: compilation error

2002-06-06 Thread Daniel Hegyi
>--- Paul Kinnucan <[EMAIL PROTECTED]> wrote: > > > > Yes, I plan to remove it soon. I don't understand why people insist > > on including spaces in paths. They're totally unnecessary and > > can create confusion for machines and people alike. > > > > >...and are not supported by the Java Language

Re: compilation error

2002-06-05 Thread Daniel Hegyi
> > PK> The JDEE does not support spaces in file names. > > > > I thought that in recent messages you've suggested that JDEE will soon > > support spaces in file names (or more precisely for me, spaces in the > > class path). Did I mis-read? My development group is very fond of > > jdee bu

jde-bug-jdk-directory

2002-04-15 Thread Daniel Hegyi
Does this var still exist? Regards, Daniel _ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx

Re: Looking for a Style/Mode for editing JSP files

2002-02-25 Thread Daniel Hegyi
Is there any way to compile html, JSP, and javascript files, that is, to check the whole file for syntax errors? Daniel >From: "Jeff Rancier" <[EMAIL PROTECTED]> >To: "Jeff Rancier" <[EMAIL PROTECTED]>, "Marc Brooks" ><[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >CC: <[EMAIL PROTECTED]> >Subjec

Re: desktop problems

2002-02-14 Thread Daniel Hegyi
>From: Heather Buch <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: desktop problems >Date: Thu, 14 Feb 2002 10:20:50 -0500 > >Hi, > >I'm trying to use desktop.el. It is in my share/emacs/21.1/lisp dir. > >I can't M-x to any of it's functions without editing my .emacs file >to load it first,

Re: J2SE 1.4

2002-02-07 Thread Daniel Hegyi
> > > > 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. > > I think you need to recompile Comp

Re: J2SE 1.4

2002-02-07 Thread Daniel Hegyi
> > 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. I think you need to recompile CompileServer.java with the new java compiler. D

RE: Extending JDE using Java

2002-01-31 Thread Daniel Hegyi
Hear! Hear! >Greg, > My idea when starting this thread is more along the lines that Sandip just >described. Never thought of having Java replacing elisp as *the* Emacs >extension language. > I'm thinking more about aligning JDE with other Java IDEs in terms of >support for Java

Re: Extending JDE using Java (WAS: Gosling interview)

2002-01-27 Thread Daniel Hegyi
That may be so. All I meant to say was that considering it from a UI perspective a natural fit to the problem would be putting the inspection view in an ECB window as opposed to having to ALT-TAB constantly or arranging the inspection window and Emacs frame. Neverthless, I find that having a J

RE: Extending JDE using Java (WAS: Gosling interview)

2002-01-27 Thread Daniel Hegyi
>I think it is practical to use Java to extend Emacs where not much >interaction is required between Emacs and the extension, the wizards >and the debugger are examples. It may even be possible to provide >those extensions with a Java GUI. Pettar Maehlen and I have been >discussing the possibility

RE: Extending JDE using Java (WAS: Gosling interview)

2002-01-26 Thread Daniel Hegyi
In one letter Paul K. writes: >Why not use Java to add GUIs for these tasks to Emacs. Again, I think the >opposition Emacs versus IDE is more perception than reality. In another letter Paul K. writes: >I think what you are suggesting is impractical. I don't see how you >can provide a robust and

RE: Extending JDE using Java (WAS: Gosling interview)

2002-01-26 Thread Daniel Hegyi
> > I just wanted to throw the idea out since I believe that having a >Java-based > > open API would allow JDE to > > evolve much faster, since more tools would be automatically available >for > > integration *and* a lot more designers > > would be able to contribute (nothing against learni

Re: Gosling interview

2002-01-24 Thread Daniel Hegyi
>In contrast, there are some tasks that are better handled through a >GUI. For example, GUIs are better for doing things like browsing an >RMI registry to see which objects are registered, managing a set of >web servers which you execute your web apps on, or displaying data >about how HTTP request

Re: best features of jde

2001-12-19 Thread Daniel Hegyi
>Stephane wrote: > > > Hello all, > > > > I plan to give a coure about jde and to introduce this IDE to my new >pupills > > next january. > > What would you show to emacs-beginners ? Sorry to reply so late. Here are my favorite functions: ;; * Do M-x jde-sort-imports to sort the import statement

Re: best features of jde

2001-12-19 Thread Daniel Hegyi
>Stephane wrote: > > > Hello all, > > > > I plan to give a coure about jde and to introduce this IDE to my new >pupills > > next january. > > What would you show to emacs-beginners ? Sorry to reply so late. Here are my favorite functions: ;; * Do M-x jde-sort-imports to sort the import statement

Re: auto-fill mode really works?

2001-12-18 Thread Daniel Hegyi
Have you tried Filladapt? http://www.wonderworks.com/download/filladapt.el It is very cool for doing M-q on javadoc comments: it doesn't break the comment structure. Regards, Daniel >From: Paul Kinnucan <[EMAIL PROTECTED]> >To: "Le Wang" <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: a

Can't compile when spaces in directory

2001-11-15 Thread Daniel Hegyi
Hi, When I compile a java file I get the following output: CompileServer output: c:/Documents and Settings/dhegyi/My Documents/Test.java javac: invalid flag: c:/Documents Usage: javac ... It doesn't seem to like the spaces in the folder name. I think it should be in quotation marks. How

Re: The future of JDE?

2001-08-08 Thread Daniel Hegyi
If I remember correctly they were referring to a switch for jikes that does this. Regards, Daniel >From: "Matthew Sherborne" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: Re: The future of JDE? >Date: Wed, 8 Aug 2001 10:19:32 +1200 > >I remember hearing that some users were already us

Re: auto-gen get/set pairs for existing class variables

2001-07-27 Thread Daniel Hegyi
Please, as Max suggests, make this only an _option_, because I like the automatically generated javadocs! Daniel >All of this sounds great, but I have one small suggestion/question :) > >Is it not possible to optionally disable the generation of the javadoc >comments for these set/gets methods

Re: auto-gen get/set pairs for existing class variables

2001-07-23 Thread Daniel Hegyi
>Is there a way to use the "Get/Set Pair..." template (or another >feature) to generate the get/set pairs for all class variables already >defined? > >I thought this feature existed, but must be dreaming (or maybe a >different tool?). I also didn't see anythning in the docs nor >archives that ans

RE: JDE vs. VAJ

2001-06-12 Thread Daniel Hegyi
> >I use VAJ on my pIII 730. I have 512MB RAM (, lets face it, this is >becoming > >a standard configuration.) At first I thought that Emacs had a much more > >powerful editor than VAJ's. VAJ, however, has many nice features, such as > >code completion, syntax coloring, speed bar, etc. > >Umm...I

RE: JDE vs. VAJ

2001-06-12 Thread Daniel Hegyi
> > Is the purpose of Emacs and JDE mostly to give a nice environment > > for those > > users who don't have much space, speed, and don't have admin > > rights on their > > machine? >In my case, none of the above, >All the IDE I have tried(Visual Cafe, JBuilder) >are incredible slower compare to e

JDE vs. VAJ

2001-06-12 Thread Daniel Hegyi
Hi, At my job I was forced to use Visual Age for Java, and I must say that I'm pleasantly surprised. The editor has customizable Emacs key bindings (more or less). Most importantly, there is no compile command, after every save only the new code is compiled in the background. It is very fast!

New constructor template

2001-06-07 Thread Daniel Hegyi
Hi, I'd like to have the constructor of each class have the line "super();" I tried amending the "Jde Gen Console Buffer Template" variable by inserting the line "super();" I set changes for current session and tried it. It had no effect. How should I do this? Thanks, Daniel _

VAJ and Emacs. [Was: Rescanning class... message at bottom]

2001-05-15 Thread Daniel Hegyi
For such large projects how do you solve version controlling? I'm using VAJ at work, because a) It manages changes to the code by keeping track of previous editions of the code b) It has a built-in EJB engine, so that I can test my beans without having to deploy them on WebSphere. VAJ's edito

Project file - Never mind

2001-05-14 Thread Daniel Hegyi
After upgrading from JDE2.2.7beta9 to JDE2.2.7beta11, it worked. Thanks anyway! Daniel _ Get your FREE download of MSN Explorer at http://explorer.msn.com

Project file

2001-05-14 Thread Daniel Hegyi
Hi, I just started using project files. I Created a few java files and put them in the package mqslink. Next, I did M-x customize-variable: jde-global-classpath and inserted the following string: C:/my-files/Gemini/CreditGW/jmsDan. (mqslink folder resides in this directory.) I saved the setti

JDEBug initialization problem

2001-04-19 Thread Daniel Hegyi
Paul, you mentioned in an email that there are only 2 ways that this JDEBug initialization problem will be fixed: 1. So. who has the problem AND is a lisp guru AND is a JDE guru (or at least has enough time and energy to get acquainted with your source) fixes it. 2. You stumble on the bug. I

RE: How to add a new Font Lock Face?

2001-02-22 Thread Daniel Hegyi
This was posted on the list some time ago: (setq font-lock-fixme-face (make-face 'font-lock-fixme-face)) (set-face-foreground 'font-lock-fixme-face "Red") (set-face-background 'font-lock-fixme-face "Yellow") (setq font-lock-scaffold-face (make-face 'font-lock-scaffold-face)) (set-face-foregrou

Auto jde-import-organize

2001-02-20 Thread Daniel Hegyi
Hi, How can I have the jde import wizard place all new imports in an organized fashion? I.e., how can I have jde-import-organize run after every class import? Thanks, Daniel _ Get your FREE download of MSN Explorer at http://explo

RE: How do other debug options work?

2001-02-14 Thread Daniel Hegyi
Chuck, I fully agree. I too am having problems with debugging and I'm forced to do it the stone-aged way, i.e., put printlns all over the place. On this note, can anybody recommend a good (GUI) debugger? Sorry, I know that this isn't quite the right forum for this, but I think that many people

jde@sunsite.dk

2001-02-06 Thread Daniel Hegyi
Sorry, I didn't explain correctly. I have a java source written by someone else using non-k&r style. I'd like to convert this existing file to k&r style. Thanks. Daniel >Hi daniel, > >you must M-x customize-group jde-gen >and toggle the k&r style off. > >(Don't forget to save your settings) >

jde@sunsite.dk

2001-02-06 Thread Daniel Hegyi
Hi, Sorry if this has been asked already. I checked the archive, but didn't find any answers. Is there a way to convert a non-k&r style Java source to k&r style? (I.e., not have the opening braces occupy a whole line.) Thanks. Regards, Daniel _