Re: java folding

2005-02-02 Thread Kevin A. Burton
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

ANNOUNCE: Mozilla Development Environment for Emacs (MDEE) created.

2003-01-14 Thread Kevin A. Burton (burtonator)
the website and mailing list for more information. -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965 AIM - sfburtonator, Web - http://www.peerfear.org/ GPG fingerprint: 4D20 40A0 C734 307E C7B4

Re: OT Learning Lisp

2002-03-22 Thread Kevin A. Burton
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 Jabber - [EMAIL PROTECTED], Web

Also dump interfaces when displaying locals...

2002-03-15 Thread Kevin A. Burton
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] ) Location - San Francisco, CA, Cell - 415.595.9965 Jabber - [EMAIL PROTECTED

Re: Hotspot VM really incompatible with JPDA?

2002-03-15 Thread Kevin A. Burton
, 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 amount of private terrorism than

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

2002-03-14 Thread Kevin A. Burton
this is 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 range of about 10-15 seconds

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 range of about 10-15 seconds

Re: print the stack in JDebug

2002-02-18 Thread Kevin A. Burton
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] ) Location - San Francisco, CA, Cell

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, Cell

Re: J2SE 1.4

2002-02-07 Thread Kevin A. Burton
. I think you need to recompile CompileServer.java with the new java compiler. snip/ Daniel... how about giving us a hint? What output did you get? - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965

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 A. Burton ( [EMAIL

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] ) Location - San

Re: JDEbug performance

2002-02-01 Thread Kevin A. Burton
: 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. snip/ Yes... doing that anyway... from Ant. Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED

Re: find all instances of method x

2002-02-01 Thread Kevin A. Burton
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], Web - http://relativity.yi.org/ Help! I'm a neural net trapped inside

Re: speedbar

2002-02-01 Thread Kevin A. Burton
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. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED

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

2002-02-01 Thread Kevin A. Burton
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 Jabber - [EMAIL PROTECTED], Web

Re: JDEbug performance

2002-01-31 Thread Kevin A. Burton
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 for JDEbug? If not, any advice? snip/ Yes... it is kind of sluggish. Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED

Re: attaching with jdb

2002-01-31 Thread Kevin A. Burton
... 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://relativity.yi.org/ ... Whereas it is essential

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], [EMAIL

Re: Help Needed Debugging Tomcat Servelets

2002-01-26 Thread Kevin A. Burton
- -- 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/ When I was a child, my mother said to me, If you become a soldier you'll be a general

Re: Help Needed Debugging Tomcat Servelets

2002-01-25 Thread Kevin A. Burton
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] ) Location - San Francisco, CA, Cell - 415.595.9965 Jabber - [EMAIL PROTECTED], Web

Re: Speedbar question (slightly OT)

2002-01-21 Thread Kevin A. Burton
the next version of ECB will embed the speedbar within an ECB panel. There is some more stuff that needs to be done first though. Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965 Jabber

Re: specify tool (ant) to run application

2002-01-14 Thread Kevin A. Burton
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 would suggest running jde-ant.el 1.4 which I sent to the list a few days ago. Kevin - -- Kevin A. Burton ( [EMAIL

Re: user-mail-address

2001-12-30 Thread Kevin A. Burton
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 Francisco, CA, Cell - 415.595.9965 Jabber

Re: debugger seems to hang

2001-12-30 Thread Kevin A. Burton
. Most of the problems with JDB are with its implementation of a JPDA debugger and not the JPDA archtecture itself. I would assume that JDEBug could solve this. snip/ Thanks for the update. - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San

[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
/1009760418/ JDEBug, even with some the quirks, was the main reason I started using JDE as a full-circle development environment, apart from using emacs to edit Java files. I am glad the debugging environment will improve. snip/ Yes. I agree it is pretty cool. - -- Kevin A. Burton ( [EMAIL

Re: best features of jde

2001-12-19 Thread Kevin A. Burton
. 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 from disuse, stagnant water loses

[patch] breakpoints should span entire lines

2001-12-19 Thread Kevin A. Burton
-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-overlay 'priority 99) - -- Kevin A. Burton ( [EMAIL PROTECTED

Conditional breakpoint plans

2001-12-16 Thread Kevin A. Burton - burtonator
Hey. Could either Javier or Paul explain the plan for a conditional breakpoint impl. I am really excited about this feature... -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965 Jabber - [EMAIL

Re: JDK 1.4 JPDA enhancements.

2001-12-14 Thread Kevin A. Burton - burtonator
with one IDE, isn't Open Source and only runs on Windows snip - -- 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/ ... Whereas it is essential

Re: Setup of JDE

2001-12-13 Thread Kevin A. Burton - burtonator
to do some dependency checking, but i haven't played with that myself. Agreed. Forget about Makefiles. I compile everything with jikes. Even on large projects around 300 or so .java files, compiles take less than 1 second. Just compile everything with one command. Kevin -- Kevin A. Burton

Re: best mode to edit Ant files ?

2001-12-12 Thread Kevin A. Burton - burtonator
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Chastan [EMAIL PROTECTED] writes: Hello, Do you know a good mode to edit Ant files (with colorization, indentation, completion ...) ? sgml-mode - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED

Re: best mode to edit Ant files ?

2001-12-12 Thread Kevin A. Burton - burtonator
and auto-completion of end tags. Completion of the tags is not possible without a DTD, but for this I just use hippie-expand or dabbrev-expand. snip I am confused. Do you use the regular sgml-mode that *comes* with emacs or PSGML. Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED

Re: JDK 1.4 JPDA enhancements.

2001-12-12 Thread Kevin A. Burton - burtonator
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael R. Head [EMAIL PROTECTED] writes: On Tue, Dec 11, 2001 at 11:47:37PM -0800, Kevin A. Burton - burtonator wrote: I have been working with some Visual Age developers recently. It is really cool watching then reload code on the fly

Setting the default thread and viewing locals.

2001-12-12 Thread Kevin A. Burton - burtonator
% thread X %shell% suspend X %shell% locals You will then get a dump of all local variables. Any chance of seeing this in the JDE??? Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965 Jabber

Xalan debugging infrastructure

2001-12-11 Thread Kevin A. Burton - burtonator
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 Francisco

Re: JDK 1.4 JPDA enhancements.

2001-12-11 Thread Kevin A. Burton - burtonator
will jump on this when he gets the time. I have been working with some Visual Age developers recently. It is really cool watching then reload code on the fly. Having a JVM support this would be cool. Now if it were only Open Source :) - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED

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

2001-12-08 Thread Kevin A. Burton
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 - San Francisco, CA

JDK 1.4 JPDA enhancements.

2001-12-08 Thread Kevin A. Burton
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 mistakes, you don't have

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

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: [-]-, main thread group

JDEBug and thread stacks?

2001-12-03 Thread Kevin A. Burton
, 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://relativity.yi.org/ Live

Re: JDEbug is not in the emacs menus

2001-12-02 Thread Kevin A. Burton
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. -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED

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

2001-11-30 Thread Kevin A. Burton
: eieio-default-superclass: Unbound slot: #class jde-dbs-debugger, #jde-dbs-debugger JDEbug, 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

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: snip After you've made a few successful submissions via me. Note that your

Re: How to save Breakpoints automatically?

2001-11-19 Thread Kevin A. Burton
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 - San Francisco, CA, Cell - 415.595.9965 Jabber - [EMAIL PROTECTED

[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 ( [EMAIL PROTECTED

Thoughts on jde-bug

2001-11-16 Thread Kevin A. Burton
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. Burton ( [EMAIL PROTECTED

Re: jde-2.2.9beta5 bug report...

2001-11-10 Thread Kevin A. Burton
statements are in my jde-mode-hook, it doesn't work: (font-lock-mode 1) (turn-on-font-lock) snip You nailed it. I had a (turn-on-font-lock) Sort of ironic. My BSH still doesn't work though :( Kevin - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED

Re: Completion problem in 2.2.9 beta5 -- problem report

2001-11-10 Thread Kevin A. Burton
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 PROTECTED] ) Location - San Francisco, CA, Cell - 415.595.9965

jde-2.2.9beta5 bug report...

2001-11-10 Thread Kevin A. Burton
() jde-run-get-vm() bsh-internal() - -- 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/ Bill Gates arrested in New Mexico, 1977 http

Re: Incremental java building..

2001-11-10 Thread Kevin A. Burton
and debug. snip 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] ) Location - San Francisco, CA, Cell - 415.595.9965 Jabber - [EMAIL PROTECTED], Web - http

Incremental java building..

2001-11-09 Thread Kevin A. Burton
the 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
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, CA, Cell

Re: [ENH] jde-ant.el request

2001-10-28 Thread Kevin A. Burton
only with XEmacs and Win2k. I am fairly sure it will work regardless, says here in fine print :-) snip Kevin - -- Need a good Engineer? Hire me! ( Java | P2P | XML | Linux | Open Source ) Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San

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
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, Cell - 415.595.9965 Jabber - [EMAIL PROTECTED

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 always running. What's wrong with jde-launch

Re: Emac 21

2001-10-21 Thread Kevin A. Burton
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] ) Location: San Francisco, CA Cell: 415-595-9965 URL: http://relativity.yi.org My entire MP3 collection is here

Re: Elisp help...

2001-10-16 Thread Kevin A. Burton
short-version (match-string 0 classname))) (setq index (match-end 0))) (downcase short-version))) - -- Need a good Engineer? Hire me! ( Java | P2P | XML | Linux | Open Source ) Kevin A. Burton [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location: San Francisco

Re: ant and paths

2001-10-11 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Molitor, Stephen [EMAIL PROTECTED] writes: Kevin Burton writes: Hm. It could be possible to 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

Re: ant and paths

2001-10-11 Thread Kevin A. Burton
the org.apache.tools.ant.Main. Please look through the archives of the mail list to get the info. snip 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 Source ) Kevin A. Burton [EMAIL

Re: ant and paths

2001-10-10 Thread Kevin A. Burton
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 Source ) Kevin A. Burton [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Jabber

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 make you believe this. Does it state *anywhere* that Jikes

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: snip Yes.. This is certainly a pathetic state of affairs. The is just another reason why the JDK needs to be Open Source

Re: New version of Jikes

2001-10-04 Thread Kevin A. Burton
, 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], [EMAIL PROTECTED], [EMAIL PROTECTED

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: ANN: JDE 2.2.7beta7 available at ...

2001-04-14 Thread Kevin A. Burton
. snip 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't enraged, you aren't paying

Re: find file recursively

2001-04-13 Thread Kevin A. Burton
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 PROTECTED] ) Cell: 408-910-6145 URL: http://relativity.yi.org ICQ

Re: use w3 instead of wget?

2001-04-05 Thread Kevin A. Burton
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.org/emacs snip - -- Kevin

Re: PROPOSAL: New Java Build Feature

2001-03-19 Thread Kevin A. Burton
of javac. snip 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 info Kevin - -- Kevin A. Burton

Re: jde-stack.el 1.0.1

2001-02-23 Thread Kevin A. Burton
-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 more systems will slip through your fingers.

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. -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: Example for jde-help-docsets

2001-02-22 Thread Kevin A. Burton
("javadoc" "~/tmp/javadoc/talon" nil) ("javadoc" "/usr/local/rsync/docs/jdk1.3/api/" nil))) - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Cell: 408-910-6145 URL