RE: ECB 2.01 released!

2003-11-09 Thread Berndl, Klaus
bzip2 is contained in the cygwin-suite...

Klaus

-Original Message-
From: Suraj Acharya [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 07, 2003 11:46 PM
To: James Cox
Cc: 'Jayakrishnan Nair'; [EMAIL PROTECTED]
Subject: Re: ECB 2.01 released!


Bzip2 http://sources.redhat.com/bzip2/

try tar -jxcf instead of tar -zxvf

Suraj

James Cox wrote:

 I had the same problem.  Cygwin tar didn't grok it either.  I downloaded the
 trial version of powerarchiver, that seemed to do the trick.  Maybe someone
 can clue us in on an open source tool that can do the same...
 
 
 
 
-Original Message-
From: Jayakrishnan Nair [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 4:39 PM
To: [EMAIL PROTECTED]
Subject: RE: ECB 2.01 released!


I downloaded the binary from the site and the file is
emacs_bin_cvs_2003_09_20.tar.bz2. WinZip cannot open it. Is there any
tool to open .bz2 files ?


-Original Message-
From: Suraj Acharya [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 05, 2003 1:11 AM
To: Berndl, Klaus; [EMAIL PROTECTED]
Subject: Re: ECB 2.01 released!



Berndl, Klaus wrote:

Cool Stuff. I tried setting  ecb-tree-buffer-style to image 

and it did

not change from Ascii with guide-lines. I am using GNU 

Emacs 21.2.1 on

Windows 2K


Of course, because GNU Emacs 21.2 does not support images on windows

;-)

The image-code for Windows is only in the cvs.
So, the image-style works only for XEmacs, GNU Emasc 21 for 

Unix/linux
or GNU Emacs 21 cvs.

And you can get GNU Emacs 21 cvs for windows from here :

http://www.crasseux.com/emacs/

Suraj

 
 
 
 This E-mail message is for the sole use of the intended recipient(s) and may
 contain confidential and privileged information.  Any unauthorized review,
 use, disclosure or distribution is prohibited.  If you are not the intended
 recipient, please contact the sender by reply E-mail, and destroy all copies
 of the original message. 
 
 
 
 


RE: ECB 2.01 released!

2003-11-07 Thread James Cox
When I first installed ECB 2.01, I was not able to start the beanshell.  The
cpu usage would jump to 100% and emacs would just hang.  This happened
regardless of whether I had yet started ecb (ecb-activate).

I did some googling on the list serv and found a similar problem for people
who were using Clear Case.  One user reported that if the cygwin find was
moved off the PATH, things seemed to work fine.  This got me thinking, and I
found this snippet that I added to my .emacs:

(defun file-executable-p (FILENAME)
 Hacked for cygwin bash on W9x/NT by Ehud Karni [EMAIL PROTECTED]
 Return t if FILENAME can be executed by you.
 For a directory, this means you can access files in that directory.
(if (boundp 'file-executable-p-called)
t
(let ((file-executable-p-called 'on))
(if (= (call-process test ;; bash test command
nil nil nil ;; input / buffer /
re-display
-x FILENAME)  ;; test arguments
0)  ;; exit status 0 -
executable
t nil

I had added this to solve the problem of finding executables without the
.exe appended. Several add on packages that I was/am using seemed to rely on
file-executable-p returning true without appending .exe to the executable
name.  sqlplus-html.el was one of them if I remember correctly.

Anyways, when I commented this out, everything seems to work fine.  I have a
hunch that the Clear Case issue is somehow related.  I'm also a little
curious as to why this is an issue even before I've activated ecb...

I'm only mentioning this in the hope it's going to help someone else out
there. ecb 2.01 is great.  And running under the new cvs build of emacs for
windows: it's a very impressive piece of eye candy.  Good job!

-Jim




 -Original Message-
 From: Berndl, Klaus [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, November 05, 2003 5:15 AM
 To: 'Suraj Acharya '; '[EMAIL PROTECTED] '
 Subject: RE: ECB 2.01 released!
 
 
 Berndl, Klaus wrote:
 Cool Stuff. I tried setting  ecb-tree-buffer-style to 
 image and it did
 not change from Ascii with guide-lines. I am using GNU 
 Emacs 21.2.1 on
 Windows 2K
  
  
  Of course, because GNU Emacs 21.2 does not support images 
 on windows
 ;-)
  The image-code for Windows is only in the cvs.
  So, the image-style works only for XEmacs, GNU Emasc 21 
 for Unix/linux
 or GNU Emacs 21 cvs.
 
 And you can get GNU Emacs 21 cvs for windows from here :
 
 http://www.crasseux.com/emacs/
 
 Yes, works very stable - i use this precompiled version 
 already some weeks for my tests with next GNu Emacs release.
 
 Klaus
 


This E-mail message is for the sole use of the intended recipient(s) and may
contain confidential and privileged information.  Any unauthorized review,
use, disclosure or distribution is prohibited.  If you are not the intended
recipient, please contact the sender by reply E-mail, and destroy all copies
of the original message. 




RE: ECB 2.01 released!

2003-11-07 Thread Jayakrishnan Nair
I downloaded WinRAR and it worked. I can see the images in ECB 2.0.
Looks great.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Friday, November 07, 2003 1:42 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: ECB 2.01 released!

Bunzip2 should be available for cygwin.

-Original Message-
From: Jayakrishnan Nair [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 07, 2003 1:39 PM
To: [EMAIL PROTECTED]
Subject: RE: ECB 2.01 released!


I downloaded the binary from the site and the file is
emacs_bin_cvs_2003_09_20.tar.bz2. WinZip cannot open it. Is there any
tool
to open .bz2 files ?


-Original Message-
From: Suraj Acharya [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 05, 2003 1:11 AM
To: Berndl, Klaus; [EMAIL PROTECTED]
Subject: Re: ECB 2.01 released!



Berndl, Klaus wrote:
Cool Stuff. I tried setting  ecb-tree-buffer-style to image and it did

not change from Ascii with guide-lines. I am using GNU Emacs 21.2.1 on

Windows 2K
 
 
 Of course, because GNU Emacs 21.2 does not support images on windows
;-)
 The image-code for Windows is only in the cvs.
 So, the image-style works only for XEmacs, GNU Emasc 21 for Unix/linux
or GNU Emacs 21 cvs.

And you can get GNU Emacs 21 cvs for windows from here :

http://www.crasseux.com/emacs/

Suraj


RE: ECB 2.01 released!

2003-11-07 Thread James Cox
I had the same problem.  Cygwin tar didn't grok it either.  I downloaded the
trial version of powerarchiver, that seemed to do the trick.  Maybe someone
can clue us in on an open source tool that can do the same...



 -Original Message-
 From: Jayakrishnan Nair [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 07, 2003 4:39 PM
 To: [EMAIL PROTECTED]
 Subject: RE: ECB 2.01 released!
 
 
 I downloaded the binary from the site and the file is
 emacs_bin_cvs_2003_09_20.tar.bz2. WinZip cannot open it. Is there any
 tool to open .bz2 files ?
 
 
 -Original Message-
 From: Suraj Acharya [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, November 05, 2003 1:11 AM
 To: Berndl, Klaus; [EMAIL PROTECTED]
 Subject: Re: ECB 2.01 released!
 
 
 
 Berndl, Klaus wrote:
 Cool Stuff. I tried setting  ecb-tree-buffer-style to image 
 and it did
 not change from Ascii with guide-lines. I am using GNU 
 Emacs 21.2.1 on
 Windows 2K
  
  
  Of course, because GNU Emacs 21.2 does not support images on windows
 ;-)
  The image-code for Windows is only in the cvs.
  So, the image-style works only for XEmacs, GNU Emasc 21 for 
 Unix/linux
 or GNU Emacs 21 cvs.
 
 And you can get GNU Emacs 21 cvs for windows from here :
 
 http://www.crasseux.com/emacs/
 
 Suraj
 


This E-mail message is for the sole use of the intended recipient(s) and may
contain confidential and privileged information.  Any unauthorized review,
use, disclosure or distribution is prohibited.  If you are not the intended
recipient, please contact the sender by reply E-mail, and destroy all copies
of the original message. 




RE: ECB 2.01 released!

2003-11-07 Thread rohit . namjoshi
I downloaded the binary from the site and the file is
emacs_bin_cvs_2003_09_20.tar.bz2. WinZip cannot open it. Is there any
tool to open .bz2 files ?

You need bzip2. A win32 implementation can be found here -- 
http://unxutils.sourceforge.net/



Re: ECB 2.01 released!

2003-11-07 Thread Suraj Acharya
Bzip2 http://sources.redhat.com/bzip2/

try tar -jxcf instead of tar -zxvf

Suraj

James Cox wrote:

I had the same problem.  Cygwin tar didn't grok it either.  I downloaded the
trial version of powerarchiver, that seemed to do the trick.  Maybe someone
can clue us in on an open source tool that can do the same...



-Original Message-
From: Jayakrishnan Nair [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 4:39 PM
To: [EMAIL PROTECTED]
Subject: RE: ECB 2.01 released!
I downloaded the binary from the site and the file is
emacs_bin_cvs_2003_09_20.tar.bz2. WinZip cannot open it. Is there any
tool to open .bz2 files ?
-Original Message-
From: Suraj Acharya [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 05, 2003 1:11 AM
To: Berndl, Klaus; [EMAIL PROTECTED]
Subject: Re: ECB 2.01 released!



Berndl, Klaus wrote:

Cool Stuff. I tried setting  ecb-tree-buffer-style to image 
and it did

not change from Ascii with guide-lines. I am using GNU 
Emacs 21.2.1 on

Windows 2K


Of course, because GNU Emacs 21.2 does not support images on windows
;-)

The image-code for Windows is only in the cvs.
So, the image-style works only for XEmacs, GNU Emasc 21 for 
Unix/linux
or GNU Emacs 21 cvs.
And you can get GNU Emacs 21 cvs for windows from here :

http://www.crasseux.com/emacs/

Suraj



This E-mail message is for the sole use of the intended recipient(s) and may
contain confidential and privileged information.  Any unauthorized review,
use, disclosure or distribution is prohibited.  If you are not the intended
recipient, please contact the sender by reply E-mail, and destroy all copies
of the original message. 







RE: ECB 2.01 released!

2003-11-05 Thread Berndl, Klaus
Berndl, Klaus wrote:
Cool Stuff. I tried setting  ecb-tree-buffer-style to image and it did
not change from Ascii with guide-lines. I am using GNU Emacs 21.2.1 on
Windows 2K
 
 
 Of course, because GNU Emacs 21.2 does not support images on windows
;-)
 The image-code for Windows is only in the cvs.
 So, the image-style works only for XEmacs, GNU Emasc 21 for Unix/linux
or GNU Emacs 21 cvs.

And you can get GNU Emacs 21 cvs for windows from here :

http://www.crasseux.com/emacs/

Yes, works very stable - i use this precompiled version already some weeks for my 
tests with next GNu Emacs release.

Klaus