Issue with probe message

2001-10-21 Thread Bob Hays, Computer Geek
It looks like my ISP is starting to treat some of these probe messages as spam (which, technically, they are IMHO since I didn't technically ask for them). I don't have Paul's direct email address or I would have sent this there. Thanks and have fun! - Bob -- Bob Hays

Re: mini-buffer completion completion ? (I could not wait :) - e

2001-10-21 Thread Max Rydahl Andersen
Anyone with knowledge on how to have syntax-highlighting in the buffer used when calling completing-read ? It could be nice to have the correct colors while completing (it would be easier to get an overivew of the completion possibilities) With hope Max ""Max Rydahl Andersen"" <[EMAIL PROTEC

Issue with probe message

2001-10-21 Thread Paul Kinnucan
Bob Hays, Computer Geek writes: > It looks like my ISP is starting to treat some of these probe messages as > spam (which, technically, they are IMHO since I didn't technically ask for > them). What is the issue? Also, I don't think the SunSite Denmark mail programs send probes. At least I c

Re: mini-buffer completion completion ? (I could not wait :)

2001-10-21 Thread Paul Kinnucan
Max Rydahl Andersen writes: > Well, I found that with a small addition to > jde-complete-popup-completion-menu it could be easily customized :) > So here is a new version of jde-complete-popup-completion-menu and a boolean > customization jde-complete-use-menu which makes it possible to either

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

Re: beanshell-startup.el

2001-10-21 Thread Paul Kinnucan
Kevin A. Burton writes: > -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 th

ECB 1.51 released

2001-10-21 Thread Jesper Nordenberg
ECB, Emacs Code Browser, version 1.51 is now available at: http://home.swipnet.se/mayhem/ecb.html ECB is a source code browser that displays directories, source files, methods and variables that can be navigated using the mouse (and keyboard). It supports parsing of Java, C, C++ and Elisp source

ECB 1.51 released

2001-10-21 Thread Jesper Nordenberg
ECB, Emacs Code Browser, version 1.51 is now available at: http://home.swipnet.se/mayhem/ecb.html ECB is a source code browser that displays directories, source files, methods and variables that can be navigated using the mouse (and keyboard). It supports parsing of Java, C, C++ and Elisp source

Re: beanshell-startup.el

2001-10-21 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Kinnucan <[EMAIL PROTECTED]> writes: > > Is this in the 2.2.9 series? Probably because I haven't been keeping up-to-date > > here. > > > > It was introduced in 2.2.8. Ah. Must not have paid attention. In this case the difference would

Emac 21

2001-10-21 Thread Stephane
Hello all, here is an article I found on slashdot : http://slashdot.org/articles/01/10/21/2329254.shtml emacs 21 is out. It includes tooltips and many other new features we could use in jde. Steff --

Emac 21

2001-10-21 Thread Paul Kinnucan
Stephane writes: > Hello all, > > here is an article I found on slashdot : > http://slashdot.org/articles/01/10/21/2329254.shtml > > emacs 21 is out. > It includes tooltips and many other new features we could use in jde. > I could not find Emacs 21 or an official announcement as to i

jde-ant and fast ms-dos window

2001-10-21 Thread Larry Strollo
When I use ant to build within the JDE, a msdos window pops up, the build happens, and then the msdos window goes away and I have no idea what happened. Is there some setup for putting the output of the ant command into some emacs buffer (the compilation buffer?) ? Seems like this would be a FA

Re: jde-ant and fast ms-dos window

2001-10-21 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "Larry Strollo" <[EMAIL PROTECTED]> writes: > When I use ant to build within the JDE, a msdos window pops up, the build > happens, and then the msdos window goes away and I have no idea what happened. Probably because on NT jde-ant is running "ant.b

Re: Emac 21

2001-10-21 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Kinnucan <[EMAIL PROTECTED]> writes: > Stephane writes: > > Hello all, > > > > here is an article I found on slashdot : > > http://slashdot.org/articles/01/10/21/2329254.shtml > > > > emacs 21 is out. > > It includes tooltips and many oth

double buffer

2001-10-21 Thread Shashank
Hi ! If I am editing a java source file. and then try to compile it Control( c v c) the modeline shows File with same name but number 2 . meaning it opens up second buffer with same name and all changes are affected in this new buffer. How to stop this creation of new buffer file. take care,