Re: scrolling compile buffer

2001-09-03 Thread Dmitri Colebatch

wow - I've been on this list for months, and this will be the first
question I'm able to answer (o:

the buffer scrolls because of a variable called compilation-scroll-output
is set to true.  Try looking for this

(setq compilation-scroll-output t)

in your .emacs file... my guess is its in there sometwhere.  if you remove
it then your compilation buffer shouldn't scroll.  afaik (o:

cheesr
dim


On Tue, 4 Sep 2001, Richard Giuly wrote:

 It sure would be nice if  the JDE compile buffer wouldn't scroll down as 
 error messages showed up. That way I could immediately see the first errors, 
 not the last ones. Is there any way to stop it from automatically scrolling 
 as errors are found?
 
 thanks in advance
 richard
 
 Richard Giuly
 [EMAIL PROTECTED]
 
 
 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
 
 




Re: Gift(s) for Paul

2001-07-25 Thread Dmitri Colebatch

Its a problem isn't it... I'm not sure where to start, but does the FSF have 
anything that could be used in this situation?

cheers
dim

On Mon, 23 Jul 2001 17:03, Richard den Adel wrote:
 Hi all,

 It has been rough for Paul the last days and it ain't over yet.

 We know he is on vacation right now, I think this is a good time to give
 something back to Paul.
 A gift of us all, the JDE users community. Just to let him know he's not
 alone and its greatly appreciated what he has done in the past years.

 Ofcourse anyone can send him a gift, but it is not the same as something
 comming from the JDE community.

 I don't know how to start something like that, how to collect money (or
 presents), and how to send it to Paul.

 Time is short, but I think it is possible.

 Any idea's, comments?

 Richard.



Re: Fountain of youth found!!

2001-06-12 Thread Dmitri Colebatch

are we all invited?  (o:

On Wed, 13 Jun 2001 14:11, Eliza Gruszecka - SunPS Quality Manager wrote:
 OK, give us a time,  and I'll agree on Jacqueline's behalf since she's
 gone home sick.

 See you Friday.

 E

 Craig McGeachie wrote:
  Friday lunchtime at the Metro sounds good to me.  Just have to make
  sure that Grant doesn't ask for a demo of what I'm doing just then.
 
  -+---
  Craig McGeachie  | #include cheesy_tag.h
  +61 (410) 774902 | while (!inebriated) c2h5oh = (++bottle)-contents;
  -+---



Re: Decompiler elisp connector

2001-06-07 Thread Dmitri Colebatch

On Thu,  7 Jun 2001 08:23, you wrote:
   - I have no publicly available host that I can dump source code
 for people to download from.
if you need one for this sort of thing in future drop me a line and I might 
be able to provide a temporary hosting of something.

cheers
dim



 This is a elisp package that will detect that Emacs has opened a
 class file, run the class data through a decompiler, and then replace
 the class data in the buffer with a Java source representation.  The
 package can optionally create an editable buffer, constructing a
 .java based name from the original .class based name, that is easily
 saved to disk.

 To use, place decompile.el somewhere on your elisp path.  Place
 (require 'decompile) in your .emacs file.

 The package is intended to be used with Jad, but if you have another
 decompiler that obeys various assumptions built into decompile.el,
 then you should be able to use it by changing the executable name and
 command line option customisation variables.

 With a fair degree of chutzpah, I have parented the customisation
 group under the main JDE group.

 The source is originally based on a package that was written by Ingo
 Koch, but I have modified it somewhat.  Note that the comments
 identify Ingo as the maintainer.  I'm not sure how accurate this is
 given that while the structure is much the same, I have almost
 completely rewritten everything.

 It is not as complete as I would like.  Things that I would like to
 do, or see done (hint hint), are:
  - The package assumes the byte comes from a .class file on
disk and therefore the .java buffer name can be constructed
from this.  The byte code should be decompiled, and the
.java buffer name constructed by parsing the source for the
class declaration.
  - The package demands that the decompiler output source code to
standard out.  This should be made more flexible.
  - There is a flag that, if set, means that the source code is placed
in a buffer that is modifable, associated with a Java filename,
and marked as modified.  The buffer isn't saved, so the Java file
isn't written to.  The flag should be extended to include a third
option to automatically save the reconstructed Java source.
Some thought is needed, about what to do if the intended Java file
already exists.
  - I wish the programming style was less imperative, and more
functional, by it's been a while, and my Lisp skills are rusty.
  - I've seen another package that links with jar and zip files to
automatically view Java source representations of the contained
files.  When I have time, I'll steal the idea and put it here.
 -+---
 Craig McGeachie  | #include cheesy_tag.h
 +61 (410) 774902 | while (!inebriated) c2h5oh = (++bottle)-contents;
 -+---
 The following section of this message contains a file attachment
 prepared for transmission using the Internet MIME message format.
 If you are using Pegasus Mail, or any another MIME-compliant system,
 you should be able to save it or view it from within your mailer.
 If you cannot, please ask your system administrator for assistance.

 File information ---
  File:  decompile.el.gz
  Date:  7 Jun 2001, 7:49
  Size:  2516 bytes.
  Type:  Unknown


Content-Type: Application/Octet-stream; charset=us-ascii; 
name=decompile.el.gz
Content-Transfer-Encoding: BASE64
Content-Description: