Re: Example for jde-help-docsets

2001-02-22 Thread Kevin A. Burton
ot;javadoc" "~/tmp/javadoc/sierra" nil) ("javadoc" "~/tmp/javadoc/talon" nil) ("javadoc" "/usr/local/rsync/docs/jdk1.3/api/" nil))) - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] )

jde-stack.el 1.0.1

2001-02-22 Thread Kevin A. Burton
trace ;; Copyright (C) 1999 Phillip Lord <[EMAIL PROTECTED]> ;; Copyright (C) 2001 Kevin A. Burton <[EMAIL PROTECTED]> ;; Version: 1.0.1 ;; $Id: jde-stack.el,v 1.5 2001/02/23 05:26:28 burton Exp $ ;; GNU Emacs is free software; you can redistribute it and/or modify it under ;; the terms o

Re: jde-stack.el 1.0.1

2001-02-23 Thread Kevin A. Burton
27;jde-run-mode-hook 'jde-stack-mode-on) Does this not work for you ??? This should be the last line. - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Cell: 408-910-6145 URL: http://relativity.yi.org ICQ: 73488596 The more you tighten your grip, the

Re: jde-stack.el 1.0.1

2001-02-23 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Kinnucan <[EMAIL PROTECTED]> writes: > At 09:25 PM 2/22/01 -0800, Kevin A. Burton wrote: > >The following message is a courtesy copy of an article > >that has been posted to gnu.emacs.sources as well. > > >

Re: ANN: JDE 2.2.7beta2 available at ...

2001-02-24 Thread Kevin A. Burton
tion about java buffers. ;; $Id: jde-guess.el,v 1.2 2001/02/21 00:00:53 burton Exp $ ;; Copyright (C) 1997-2000 Free Software Foundation, Inc. ;; Author: Kevin A. Burton ([EMAIL PROTECTED]) ;; Maintainer: Kevin A. Burton ([EMAIL PROTECTED]) ;; Location: http://relativity.yi.org ;; Keywords: ;;

Re: IDEA: completion framework and precompiled completion database...

2001-03-01 Thread Kevin A. Burton
e. A standalone tool could go through > all the classes in a .jar file and create such a database. > > This is somewhat along the lines of TAGS file only for .classes. ... I think you just volunteered to write the code :) - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL

Re: big binaries

2001-03-07 Thread Kevin A. Burton
width, at least for e-mail... and it's easy enough to put this stuff on > a web site. agreed. I have a T1 but it is still a pain. :( Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Cell: 408-910-6145 URL: http://relativity.yi.org ICQ: 7

Re: Ideas for new JDE intelligent coding features

2001-03-07 Thread Kevin A. Burton
P pressed anywhere inside method call parentheses brings the tooltip > with available method signatures. Emacs doesn't support tooltips easily. When Emacs 21 comes out it will be worth putting in the effort to solve this (assuming it isn't already done) - -- Kevin A. Burton ( [EMA

BUG: JDE using 'mode-name' to verify 'jde-mode

2001-03-11 Thread Kevin A. Burton
(jde-run-executable)) (error "The jde-run command works only in a Java source buffer."))) - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Cell: 408-910-6145 URL: http://relativity.yi.org ICQ: 73488596 Free Software. Join the consp

Re: font lock for local variables

2001-03-12 Thread Kevin A. Burton
colorize the local variables. I would suggest using an italic attribute. It might be nicer to use overlays and temporarily enable or disable local variable detection. You would need to set the buffer read only while it is on though. Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTEC

Re: ANN: Planned changes to JDE's project feature

2001-03-14 Thread Kevin A. Burton
x27;major-mode 'jde-mode) ) were incorporated into the JDE. KEvin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Cell: 408-910-6145 URL: http://relativity.yi.org ICQ: 73488596 In order to see the fish you must watch the water. -BEGIN PGP SIGNATURE

Re: PROPOSAL: New Java Build Feature

2001-03-19 Thread Kevin A. Burton
ng in recent versions of javac. There are other ways to do this. Ant can compile based on the root directory. I don't like the JVM bootkup time so I use a sh script to find all files under a subdir and then compile all those. This is usually < 1 second. I can post the necessary i

Re: PROPOSAL: New Java Build Feature

2001-03-19 Thread Kevin A. Burton
to admit that I do not use javac anymore. Maybe in the 1.3 series it is REALLY slow and I don't know about it. If this is true then use jikes. It rules! :) - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Cell: 408-910-6145 URL: http://relativity.

Re: PROPOSAL: New Java Build Feature

2001-03-19 Thread Kevin A. Burton
erve the rights of the author in cases of significant violation. Witness the MIT license problem with Kerberos with MS adding proprietary extensions. I have been slightly pushing the ASF to Dual license their software as BSD/GPL (developers can pick). ( I haven't had a ton of time. ) I would e

Re: ECB 1.0 released

2001-03-20 Thread Kevin A. Burton
t release). This is one of them but it displays .../directory on the modeline. Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Cell: 408-910-6145 URL: http://relativity.yi.org ICQ: 73488596 Questions are the beginning of wisdom. -BEGIN PGP SIGNA

Re: use w3 instead of wget?

2001-04-05 Thread Kevin A. Burton
. It > does that by invoking the shell command wget. I think wget is a nice > utility but I think it would be even nicer to use the w3 package. w3 has performance issues. It would be better to toggle between wget/lynx. I have a lynx-mode.el if anyone is interested... http://relativity.yi.

Re: find file recursively

2001-04-13 Thread Kevin A. Burton
I want a feature like this in Emacs it is already written, just not in a place which is easy to find :) You might want to check out 'find-dired'. This does pretty much exactly what you need :) Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL

Re: ANN: JDE 2.2.7beta7 available at ...

2001-04-14 Thread Kevin A. Burton
oes > not support. Where did this code come from? Was this my jde-stack.el package? In what file is it in? Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Cell: 408-910-6145 URL: http://relativity.yi.org ICQ: 73488596 If you aren'

jde-guess.el

2001-04-18 Thread Kevin A. Burton
. Kevin ;;; jde-guess.el --- guess information about java buffers. ;; $Id: jde-guess.el,v 1.4 2001/03/17 09:42:35 burton Exp $ ;; Copyright (C) 1997-2000 Free Software Foundation, Inc. ;; Author: Kevin A. Burton ([EMAIL PROTECTED]) ;; Maintainer: Kevin A. Burton ([EMAIL PROTECTED]) ;; Location

Re: people using jdk < 1.2?

2001-08-12 Thread Kevin A. Burton
nterface implementation stuff, but that was > before java 2 was available...). Has there been any documentation out about this? I don't see why using the Collections API would increase performance. Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] )

Re: outline mode for senator ?

2001-08-20 Thread Kevin A. Burton
ucts to collapse/expand text. I haven't officially posted it yet. It uses semantic (on which senator is based) and hideshow.el to hide/fold methods. http://relativity.yi.org/el/jhideshow.el Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Cel

Re: New version of Jikes

2001-10-04 Thread Kevin A. Burton
> I haven't tested it yet, but hopefully this means that we can now use Jikes > and the java debugger! What would make you believe this. Does it state *anywhere* that Jikes is capable of being 100% compatible with JPDA bytecode? Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EM

Re: New version of Jikes

2001-10-05 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] writes: > Kevin A. Burton wrote: > > >> David Hay <[EMAIL PROTECTED]> writes: > ... > >> - second round of JPDA pampering; believed to make it happy now > ... > > > What would ma

Re: How to set current working directory?

2001-10-05 Thread Kevin A. Burton
DK at this point. If Java was Open Source/Free Software issues like this could be fixed much like they are done under an Open language like Python. Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Cell: 415-595-9965 URL: http://relativity.yi.org ICQ:

Re: How to set current working directory?

2001-10-05 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ovidiu Predescu <[EMAIL PROTECTED]> writes: > On 05 Oct 2001 09:32:04 -0700, [EMAIL PROTECTED] (Kevin A. Burton) wrote: > > Yes.. This is certainly a pathetic state of affairs. The is just > > another reason why the JDK ne

Re: beanshell-startup.el

2001-10-21 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Kinnucan <[EMAIL PROTECTED]> writes: > Kevin A. Burton writes: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > > > This is a little script I wrote to make sure that the bsh is alway

Re: beanshell-startup.el

2001-10-21 Thread Kevin A. Burton
XML | Linux | Open Source ) Kevin A. Burton [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location: San Francisco, CA Cell: 415-595-9965 URL: http://relativity.yi.org Questions are the beginning of wisdom. -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux)

Re: jde-ant and fast ms-dos window

2001-10-21 Thread Kevin A. Burton
NT jde-ant is running "ant.bat". There has been some talk about running 'java' directly (but again this could bring up a command prompt). Hm... yet another reason to install Linux. :) Kevin - -- Need a good Engineer? Hire me! ( Java | P2P | XML | Linux | Open Source )

Re: Emac 21

2001-10-21 Thread Kevin A. Burton
problem is that Emacs doesn't provide positional (x, y) information for the point. Hopefully I could find some way around this. Kevin - -- Need a good Engineer? Hire me! ( Java | P2P | XML | Linux | Open Source ) Kevin A. Burton [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]

Re: [ENH] jde-ant.el request

2001-10-28 Thread Kevin A. Burton
variable. These are the only two defcustom > variables that need to be set. Once that is done the user is off to the > races. yeah... again -1. Too much user interaction :(. This stuff can be done with code. > I have tested it out only with XEmacs and Win2k. I am fairly su

New SUN doclet... doccheck.

2001-10-28 Thread Kevin A. Burton
. We could provide similar stats in an Open Source doclet... Kevin - -- Need a good Engineer? Hire me! ( Java | P2P | XML | Linux | Open Source ) Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965

[ANNOUNCE] jde-docindex 0.9.2 released

2001-10-28 Thread Kevin A. Burton
log. - ability to open source files from buffers other than a current Info-mode. - -- Need a good Engineer? Hire me! ( Java | P2P | XML | Linux | Open Source ) Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cel

Re: jde-2.2.9beta5 bug report...

2001-11-10 Thread Kevin A. Burton
> .emacs file. > > If any of the following statements are in my jde-mode-hook, it doesn't > work: > (font-lock-mode 1) > (turn-on-font-lock) You nailed it. I had a (turn-on-font-lock) Sort of ironic. My BSH still doesn't work though :( Kevin - -- Kevin A. Bu

Re: Completion problem in 2.2.9 beta5 -- problem report

2001-11-10 Thread Kevin A. Burton
te regression. It looks like I will have to amend the algorithm > perhaps to to start a vm specially to get the version. Why not just say ... sorry... no VM setup! This would be cleaner and faster IMO. Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTE

Re: Incremental compiling

2001-11-10 Thread Kevin A. Burton
faster than standard javac though). Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965 Jabber - [EMAIL PROTECTED], Web - http://relativity.yi.org/ And the beast shall come forth surrounded by a r

Re: jde-2.2.9beta5 bug report...

2001-11-10 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Kinnucan <[EMAIL PROTECTED]> writes: > Kevin A. Burton writes: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > > > OK. > > > > I have two bugs. > > > >

jde-2.2.9beta5 bug report...

2001-11-10 Thread Kevin A. Burton
ns.jar:/usr/lib/java/jars/crimson.jar:/usr/lib/java/jars/cryptix32-pgp.jar:/usr/lib/java/jars/ecs.jar:/usr/lib/java/jars/esql.jar:/usr/lib/java/jars/getopt.jar:/usr/lib/java/jars/hsqldb.jar:/usr/lib/java/jars/htparser.jar:/usr/lib/java/jars/jakarta-regexp-1.2.jar:/usr/lib/java/jars/javacore.jar:/usr/lib/java/jars

Re: Incremental java building..

2001-11-10 Thread Kevin A. Burton
ff compiled with > javac server. When that happens, I recompile with the normal 'javac > executable' option and debug. Seems like a good idea to be able to use jde-make or je-ant along with it. - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] )

Re: Thoughts on jde-bug

2001-11-19 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Kinnucan <[EMAIL PROTECTED]> writes: > Kevin A. Burton writes: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Paul Kinnucan <[EMAIL PROTECTED]> writes: > > > > > >

Re: How to save Breakpoints "automatically"?

2001-11-19 Thread Kevin A. Burton
list and save them? > > > > Not yet, but this is something I want to add as soon as possible. What does this mean? You want to persist breakpoints between sessions? Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location

[jde-bug] before setting a breakpoint, make sure the current file is in jde-db-source-directories

2001-11-16 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK. This doesn't make sense. Right now it is possible to toggle a breakpoint in a file that is not in jde-db-source-directories. Isn't this bad? Shouldn't we signal an error if the user does this? Kevin - -- Kevin A. Burton ( [

Thoughts on jde-bug

2001-11-16 Thread Kevin A. Burton
an error. We should probably display this to the user. Anyway... I will probably grab the latest beta and play with this. This should allow me to work on patches as I break it. Other than that everything seems great! After all this was just constructive criticism. :) Kevin - -- Kevin A. Burto

Incremental java building..

2001-11-09 Thread Kevin A. Burton
jde-db-source-directories variable. If the user adds other directories this we would need to update the running versions of jikes. Any thoughts??? Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965

[feedback] The next version of jde-docindex.

2001-11-03 Thread Kevin A. Burton
re correct but this would allow us to snarf all of the java directories in one sweep without having to have multiple projects. Anyway... thanks for the help. Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco

state of infodock and oobrowser?

2001-11-24 Thread Kevin A. Burton
this site doesn't even have DNS entries in their primary DNS. There are entries registered under sourceforge but there is no code for them in CVS? Anyone have any idea??? Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Fra

Re: ant and paths

2001-10-10 Thread Kevin A. Burton
ts do this. Kevin - -- Need a good Engineer? Hire me! ( Java | P2P | XML | Linux | Open Source ) Kevin A. Burton [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Jabber: [EMAIL PROTECTED] Cell: 415-595-9965 URL: http://relativity.yi.org ~/.signature: No such file or directory -

Re: ant and paths

2001-10-10 Thread Kevin A. Burton
ut :) - -- Need a good Engineer? Hire me! ( Java | P2P | XML | Linux | Open Source ) Kevin A. Burton [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Jabber: [EMAIL PROTECTED] Cell: 415-595-9965 URL: http://relativity.yi.org Linux. Don't leave home without it! -BEG

Re: ant and paths

2001-10-10 Thread Kevin A. Burton
o use both the 'ant' method and the 'java org.apache.tools.ant.Main' method. AKA if the command 'ant' does not exist within the PATH, try using the java method. Good points though. Kevin - -- Need a good Engineer? Hire me! ( Java | P2P | XML | Linux | Open Sou

Re: ant and paths

2001-10-11 Thread Kevin A. Burton
that running Ant from within Emacs might behave differently > than running Ant from the command line. Hopefully the only difference will that it will be a lot faster :). I am going to hack with it (when I get the time) and report my discoveries. Kevin - -- Need a good Engineer? Hire

Re: ant and paths

2001-10-11 Thread Kevin A. Burton
> java through the org.apache.tools.ant.Main. Please look through the archives > of the mail list to get the info. Interesting. I think that this patch should be integrated into the mainstream jde-ant if possible. Kevin - -- Need a good Engineer? Hire me! ( Java | P2P | XML | Linux | Open S

Re: Elisp help...

2001-10-16 Thread Kevin A. Burton
t((index 0) (short-version "") (case-fold-search nil)) (while (string-match "[A-Z]" classname index) (setq short-version (concat short-version (match-string 0 classname))) (setq index (match-end 0))) (downcase short-version))) - -- Need a go

Does jde-bug-attach-local-host depend on jde-run???

2001-11-30 Thread Kevin A. Burton
: eieio-default-superclass: Unbound slot: "#", "#", process, oref The "Attach Process | On local host" command is grayed out... (this was from 2.2.8 and from CVS) Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Loca

Re: JDEbug is not in the emacs menus

2001-12-02 Thread Kevin A. Burton
ot;JDEbug"))) is specified in ~/.emacs file > > > The menu reappears if I reset the jde-debugger variable in its > customization buffer. > > Probably it is not the wanted behavior. I noticed another fix is to kill my current JDE buffer and then open the file again

JDEBug and thread stacks?

2001-12-03 Thread Kevin A. Burton
ltithreaded apps, it is nice to be able to see the stack for each thread as it is waiting. Thoughts? - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965 Jabber - [EMAIL PROTECTED], Web - http

Re: JDEBug and thread stacks?

2001-12-04 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] (Kevin A. Burton) writes: > OK. > > When I am debuging a process I can view a list of threads (IE the *Threads* > buffer). > > I noticed that there is an entry for "Stack" at the bottom: >

JDEBug fails to 'step' bug also fails to notify the user.

2001-12-08 Thread Kevin A. Burton
forward. According to the source accept-process-output should wait for jde-bug-debugger-command-timeout seconds and if this fails it will display an error (actually message). Any idea??? Kevin -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location

JDK 1.4 JPDA enhancements.

2001-12-08 Thread Kevin A. Burton
rtualMachine to redefineClasses. cool stuff thought :) Kevin -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965 Jabber - [EMAIL PROTECTED], Web - http://relativity.yi.org/ Learn from other people's

jde-bug-continue should set overlay-arrow-position to nil.

2001-12-08 Thread Kevin A. Burton
Hm. jde-bug-continue leaves the overlay-arrow around after it runs. Obviously this is incorrect as the VM will be running on its own at this point. Kevin -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell

Misc JDEBug issues...

2001-12-09 Thread Kevin A. Burton
1 point to the overlay .. just some constructive feedback :) -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965 Jabber - [EMAIL PROTECTED], Web - http://relativity.yi.org/ History does not

Re: Provisional Breakpoints

2001-12-10 Thread Kevin A. Burton
rmed breakpoint when running different classloaders. The Tomcat classloader in V4.01 is very complicated. I don't know if the JPDA would take this into consideration. > (again, I guess the debug server would need to be told automatically about the > breakpoints) That woul

Re: Provisional Breakpoints

2001-12-10 Thread Kevin A. Burton
d Emacsen. GNU Emacs 21 supports the 'display property on text. We could put an icon at the beginning of the line and change this based on the type of breakpoint (confirmed or unconfirmed). I don't use XEmacs but I assume it has a similar facility even if we have to use a glyph. K

`jde-ant-build' should use correctly use interactive and use read-file-name

2001-12-10 Thread Kevin A. Burton
complex-command ;) Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965 Jabber - [EMAIL PROTECTED], Web - http://relativity.yi.org/ Faced with the choice between changing one's mind, and prov

JDEBug doesn't set breakpoint when listening (only when attaching)

2001-12-10 Thread Kevin A. Burton
then attach. Make sense? So basically: Emacs listening, VM connecting, breakpoints ARE NOT set (bad) JVM listening, Emacs connecting, breakpoints *are* set correctly (good) Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisc

Re: best features of jde

2001-12-19 Thread Kevin A. Burton
n't *that* impressive. What do you have it bound to??? Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965 Jabber - [EMAIL PROTECTED], Web - http://relativity.yi.org/ Iron rusts f

[patch] breakpoints should span entire lines

2001-12-19 Thread Kevin A. Burton
arker-overlay (make-overlay (line-beginning-position) - - (line-end-position) + (1+ (line-end-position)) (current-buffer) nil t))) (overlay-put marker-overlay 'face 'jde-bug-breakpoint-marker) (overlay-put marker-over

Re: user-mail-address

2001-12-30 Thread Kevin A. Burton
n /projects/xml-cocoon2 to ([EMAIL PROTECTED]) I never finished it up. The UI for this is pretty rough. You could use a prj.el and set these settings manually. Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francis

Re: debugger seems to hang

2001-12-30 Thread Kevin A. Burton
ally? In my mind, the fact that jdb is soo buggy is a real drawback. When I use it from the command line it NPEs and has trouble in a lot of places. JDEBug shouldn't suffer from this problem. Most of the problems with JDB are with its implementation of a JPDA debugger and not the JPDA archt

[VOTE] Which debuggger do you use in the JDE

2001-12-30 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK. To celebrate my new DSL line... I decided to put this up. http://relativity.yi.org/website/vote/1009760418/ Just thought it would help out. Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED

Re: debugger seems to hang

2001-12-30 Thread Kevin A. Burton
ing emacs to edit Java > files. I am glad the debugging environment will improve. Yes. I agree it is pretty cool. - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965 Jabber - [EMAIL PROTECTED], We

Re: debugger seems to hang

2001-12-30 Thread Kevin A. Burton
> * replacing gud with the JDE's own object-oriented generalized debugger > interface. This will allow both jdb and JDEbug to have a common user > interface and inherit common functionality such as breakpoint management and > tooltip display of variables > > The next b

Re: Project Hook Function

2001-12-30 Thread Kevin A. Burton
d this help you? If so, I'll include it in the next beta release. It seems like a good idea. Should this be something along the lines of jde-project-before-changed-hook jde-project-after-changed-hook ... just a thought. Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PR

jde-ant 1.4

2002-01-12 Thread Kevin A. Burton
;; NO filename except the default directory. jde-ant.el Description: application/emacs-lisp - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 4

Re: specify tool (ant) to run application

2002-01-14 Thread Kevin A. Burton
ing like "ant -buildfile build.xml run" in the > shell. Does this sound reasonable? Just customize jde-ant so that it prompts for a target. then you can tell it to use a target of 'run'. You can use repeat-complex-command to rerun it again with all the correct arguments. I woul

jde-ant.el 1.4.1

2002-01-14 Thread Kevin A. Burton
Stell | [EMAIL PROTECTED] ;; Author: Kevin A. Burton ( [EMAIL PROTECTED] ) ;; Created: 19 Oct 2000 ;; Version 1.4.1 ;; ;; This file is not part of Emacs ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as ;; published by

Re: Speedbar question (slightly OT)

2002-01-21 Thread Kevin A. Burton
s Code > Browser) which gives you all what speedbar gives you (ok, not all, but almost > :-), but well integrated into your Emacs-frame and with better looking > browsing-display (IMHO!). Also the next version of ECB will embed the speedbar within an ECB panel. There is some more stuff that ne

Re: Speedbar question (slightly OT)

2002-01-21 Thread Kevin A. Burton
> itself (to give more real estate to the source buffer) ecb-toggle-ecb-windows C-c . t Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965 Jabber - [EMAIL PROTECTED], Web - http://rela

Re: Help Needed Debugging Tomcat Servelets

2002-01-25 Thread Kevin A. Burton
hen use your browser to goto the servlet. At this point you can change back to Emacs an the JDE should be stopped on your breakpoint. and yes... this was on Linux (Debian GNU/Linux actually :) Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] )

Re: Help Needed Debugging Tomcat Servelets

2002-01-26 Thread Kevin A. Burton
Linux and have not updated it since. yeah.. I totally agree. JPDA in JDK 1.2 totally sucks. You will have a much better experience with JDK 1.3. Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.

Can completion use members?

2002-01-29 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hm.. Doesn't it make sense that completion could include members as well as methods? I am not getting members and found no way to turn them on. Am I missing something? Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [

Re: JDEbug performance

2002-01-31 Thread Kevin A. Burton
all works as one might expect (i.e. "quickly") in > command-line jdb. How are you running command-line in JDB? Are you using TCP or shared memory or in-VM??? > I'm running on Win2000, using shared memory to attach to a running process. > > Is this known behavior

Re: JDEbug performance

2002-01-31 Thread Kevin A. Burton
t into the codebase yet Do you have this documented anywhere? What was the subject line? > But the solution is to just start your java app externally from e.g. Ant or a > simple commandline and then just attach to the JVM from JDebug. - -- Kevin A. Burton ( [EMAIL P

Re: attaching with jdb

2002-01-31 Thread Kevin A. Burton
n > the latest beta.) Wow... this is good to hear! Definitely keep us up-to-date! :) Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965 Jabber - [EMAIL PROTECTED], Web - http://

JDEBug trace exceptions dialog

2002-02-01 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When one is using JDEBug and they want to "trace exceptions" where is the data kept generated from this dialog. Could this feature use customization? Seems like a pain to continually have to fill this data out. Kevin - -- Kevin

jde-bug-thread-show-thread-info ??

2002-02-01 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (defun jde-bug-thread-show-thread-info () (interactive) (message "not implemented")) What would it do IF it were implemented??? - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Loca

Re: JDEbug performance

2002-02-01 Thread Kevin A. Burton
ne? > > Here is some trace of it. > http://www.mail-archive.com/jde@sunsite.dk/msg02979.html > > Maybe it has been fixed - can't remember it. > > But this still holds: > > > But the solution is to just start your java app externally from e.g. Ant > or a > >

Re: find all instances of method x

2002-02-01 Thread Kevin A. Burton
to do is find all places where > my.class.Person.create() is called in my project. yeah... sorry.. grep? Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965 Jabber - [EMAIL PROTECTED],

Re: speedbar

2002-02-01 Thread Kevin A. Burton
written it was assumed tha tit would ALWAYS run within one dedicated frame. Now people want to run it multiple times. For the most part I have fixed this locally (wan't fun). Hopefully I will have the legal BS taken care of soon. I believe the papers are in the mail :) Kevin - -- Kevin A. Bur

Better interactive definition for jde-bug-attach-local-host

2002-02-01 Thread Kevin A. Burton
and connects to the process via a socket." (interactive (list (read-string "Process Port: " (cdr jde-bug-server-socket - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965

Re: J2SE 1.4

2002-02-07 Thread Kevin A. Burton
ds, > > > 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. Daniel... how about giving us a hint? What output did you get? - -- Kevin A. Burton

camelCase-mode

2002-02-12 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wow... didn't see this before... really cool! http://www.hotdispatch.com/palm/view-ip-requester?ID=14317280 - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA,

Re: print the stack in JDebug

2002-02-18 Thread Kevin A. Burton
I would also recommend using jde-stack.el http://relativity.yi.org/emacs You can then run M-x jde-stack-mode and font-lock the threads buffer and C-return to jump to the source locations. Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] )

jde-load-project-file takes long amount of time with large buffer count

2002-03-14 Thread Kevin A. Burton
tough to deal with. Where is the bottleneck? Even if I comment out my prj.el file it still is pretty bad. :( Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965 Jabber - [EMAIL PROTECTED

Re: jde-load-project-file takes long amount of time with large buffer count

2002-03-14 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] (Kevin A. Burton) writes: > OK... > > I usually keep my Emacs running about ~300 buffers. It just ends up that way. > > The only problem is that jde-load-project-file starts to take a LONG time. In > the ra

Re: jde-load-project-file takes long amount of time with large buffer count

2002-03-14 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] (Kevin A. Burton) writes: > OK... > > I usually keep my Emacs running about ~300 buffers. It just ends up that way. > > The only problem is that jde-load-project-file starts to take a LONG time. In > the ra

Also dump interfaces when displaying locals...

2002-03-15 Thread Kevin A. Burton
= net.jxta.platform.ModuleClassID mcID = The LiteXMLDocument in the above implments about 10 interfaces and it took me about 5 minutes to figure out which ones... if this was just dumped I would be a LOT better off. Thoughts? - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED

Re: Hotspot VM really incompatible with JPDA?

2002-03-15 Thread Kevin A. Burton
sses breakpoints, times out, etc. Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965 Jabber - [EMAIL PROTECTED], Web - http://relativity.yi.org/ I would rather live with a certain amou

Re: OT Learning Lisp

2002-03-22 Thread Kevin A. Burton
need to learn this :)... I have a fairly decent understanding of lisp... certainly not an expert but I still think that CLOS is a requirement here. Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965

Re: java folding

2005-02-02 Thread Kevin A. Burton
o! If you recommend someone and we hire them you'll get a free iPod! Kevin A. Burton, Location - San Francisco, CA AIM/YIM - sfburtonator, Web - http://peerfear.org/ GPG fingerprint: 5FB2 F3E2 760E 70A8 6174 D393 E84D 8D04 99F1 4412

Xalan debugging infrastructure

2001-12-11 Thread Kevin A. Burton - burtonator
s an event triggered by the selection of a stylesheet node. The command-line utility uses the debugger interface when you include one or more of the following switches: -TT, -TG, -TS, -TTC. - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San

multiple prj.el files in the same hierarchy.

2001-12-11 Thread Kevin A. Burton - burtonator
I guess it would use /home/test/prj.el A quick read-file-name could be helpfull. It would reaffirm the file we are about to save to and it would also allow the user to override the destination. Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED

  1   2   >