Re: More robust color terminal

2005-06-25 Thread Corinna Vinschen
On Jun 25 00:40, Igor Pechtchanski wrote: On Sat, 25 Jun 2005, Dave Hughes wrote: I can understand the rationale behind wanting to package gvim separately to vim (allows for people who want vim, but don't want X). Well, gvim is kinda special. You might want to compile it with both the

Emacs 21.3.50 problem on XP

2005-06-25 Thread Dharanyava
Okay, I searched found nothing about this: somehow, on my installation, C-x C-c doesn't quit-emacs-permanently; C-x functions alright, but C-c is being caught and returning a beep instead of actually executing quit-emacs-permanently. Does this have anything to do with having to install leim?

Re: Bash 3.0-2 and kill

2005-06-25 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Igor Pechtchanski on 6/24/2005 10:50 PM: Given that if cygwin was this broken all sorts of other things would be broken as well, this is more likely a problem with bash. One reason for my guess was that I recalled discussions of

Re: Bash 3.0-2 and kill

2005-06-25 Thread Christopher Faylor
On Sat, Jun 25, 2005 at 09:05:12AM -0600, Eric Blake wrote: According to Igor Pechtchanski on 6/24/2005 10:50 PM: Given that if cygwin was this broken all sorts of other things would be broken as well, this is more likely a problem with bash. One reason for my guess was that I recalled

Re: Bash 3.0-2 and kill

2005-06-25 Thread Christopher Faylor
On Sat, Jun 25, 2005 at 11:22:04AM -0400, Christopher Faylor wrote: On Sat, Jun 25, 2005 at 09:05:12AM -0600, Eric Blake wrote: According to Igor Pechtchanski on 6/24/2005 10:50 PM: Given that if cygwin was this broken all sorts of other things would be broken as well, this is more likely a

joe or emacs..

2005-06-25 Thread Ergün
Hello, I want to write tcl scripts using joe or emacs tcl editors.I have cygwin full installation on my computer.In the cygwin/bin directory,I can see executable files with names emacs,emacs-21.2,emacsclient,emacs-nox and also joe. What is the purpose of these emacs versions and which one

IPv6 Libaries for Cygwin

2005-06-25 Thread Ross MacGillivray
I am attempting to compile the miniSAPserver from the Videolan Project on top of Cygwin. The miniSAPServer library requires IPv6 libraries to compile. Is IPv6 integrated into any of the various versions (stable, testing, etc.) of Cygwin? /Ross -- Unsubscribe info:

gvim packaging (Was Re: More robust color terminal)

2005-06-25 Thread Igor Pechtchanski
On Sat, 25 Jun 2005, Corinna Vinschen wrote: On Jun 25 00:40, Igor Pechtchanski wrote: On Sat, 25 Jun 2005, Dave Hughes wrote: I can understand the rationale behind wanting to package gvim separately to vim (allows for people who want vim, but don't want X). Well, gvim is kinda

Re: Emacs 21.3.50 problem on XP

2005-06-25 Thread Igor Pechtchanski
On Sat, 25 Jun 2005, Dharanyava wrote: http://cygwin.com/acronyms/#PCYMTWLL. Thanks. Okay, I searched found nothing about this: somehow, on my installation, C-x C-c doesn't quit-emacs-permanently; C-x functions alright, but C-c is being caught and returning a beep instead of actually

Re: IPv6 Libaries for Cygwin

2005-06-25 Thread Brian Dessent
Ross MacGillivray wrote: Is IPv6 integrated into any of the various versions (stable, testing, etc.) of Cygwin? No, there is no IPv6 support. The mailing list archives have details. Current CVS implements inet_pton() and inet_ntop() but these support AF_INET only and will return -1 with

Re: Bash 3.0-2 and kill

2005-06-25 Thread Angelo Graziosi
Suppose that the command ps shows that an application, has a PID 1234 then kill -9 1234 kills the application but also the bash (3.0-2), i.e. closes the windows in which bash is running (for example the dos box or xterm). In some cases, in $HOME there is bash.exe.stackdump. After these

Re: More robust color terminal

2005-06-25 Thread Reid Thompson
Igor Pechtchanski wrote: On Fri, 24 Jun 2005, Reid Thompson wrote: Gary R. Van Sickle wrote: Both rxvt and the cmd.exe window only support 16 colors. Welcome to 1983. I at least hope they include those horrid CGA colors. -- Gary R. Van Sickle recompiling rxvt for

[ANNOUNCEMENT] Updated: readline-5.0-2, libreadline6-5.0-2

2005-06-25 Thread Charles Wilson
GNU Readline is a GPL library that provides user-input functions complete with history functions and line-editing capabilities. readline-5.0-2 libreadline6-5.0-2 CHANGES: * Patch from Eric Blake, to help avoid delays when using readline's autocomplete over SMB shares. -- Charles Wilson

Re: Bash 3.0-2 and kill

2005-06-25 Thread Igor Pechtchanski
Ugh. Top posting. Reformatted. On Sun, 26 Jun 2005, Angelo Graziosi wrote: On Fri, 24 Jun 2005, Igor Pechtchanski wrote: On Fri, 24 Jun 2005, Angelo Graziosi wrote: I have noted that when one uses kill -9 process-PID in bash 3.0-2 (test), the command kills the process

Please upload clamav-0.86.1-1

2005-06-25 Thread Reini Urban
http://tu.xarch.at/publ/cygwin/release/clamav/setup.hint http://tu.xarch.at/publ/cygwin/release/clamav/clamav-0.86.1-1.tar.bz2 3328947 8f98c382635409ae257c1a10e719768c http://tu.xarch.at/publ/cygwin/release/clamav/clamav-0.86.1-1-src.tar.bz2 4157880 bd79272643c90087c658fd9c4f1d94bd 0.83-1

Re: Please upload clamav-0.86.1-1

2005-06-25 Thread Corinna Vinschen
On Jun 25 10:24, Reini Urban wrote: http://tu.xarch.at/publ/cygwin/release/clamav/setup.hint http://tu.xarch.at/publ/cygwin/release/clamav/clamav-0.86.1-1.tar.bz2 3328947 8f98c382635409ae257c1a10e719768c http://tu.xarch.at/publ/cygwin/release/clamav/clamav-0.86.1-1-src.tar.bz2 4157880

cygwin packaging approach for atlas3.6 and lapack3

2005-06-25 Thread James R. Phillips
All, I'm looking at ways to package lapack3 and atlas3.6 for cygwin, in support of an octave package eventually. These are numerical libraries; lapack3 is a fortran matrix arithmetic library package that is implemented in terms of calls to something called a blas (basic linear algebra system)

Re: RFC: update-alternatives

2005-06-25 Thread Charles Wilson
Igor Pechtchanski wrote: FWIW, the second alternative (pun unintentional) sounds like a winner, except for the chkconfig disentanglement issue. But then, I'm not likely to contribute any code to it, so it's really up to the volunteer maintainer to decide. I went with this option. As it

ITP: alternatives

2005-06-25 Thread Charles Wilson
As discussed in this thread: http://cygwin.com/ml/cygwin-apps/2005-06/msg00066.html ftp://cygutils.fruitbat.org/pub/cygutils/alternatives-1.3.20a-1-src.tar.bz2 ftp://cygutils.fruitbat.org/pub/cygutils/alternatives-1.3.20a-1.tar.bz2 ftp://cygutils.fruitbat.org/pub/cygutils/alternatives.hint hint

Re: Blind people using setup.exe?

2005-06-25 Thread Igor Pechtchanski
On Sun, 26 Jun 2005, Nikhil Nair wrote: Hi, I'm blind (I use the JAWS screen reader on Windows XP) and want to install Cygwin; I'm hoping to have better luck getting an accessible Windows Emacs working that way, than I did with NT Emacs. Since I'm guessing emacs isn't part of the default

Re: cygwin packaging approach for atlas3.6 and lapack3

2005-06-25 Thread Igor Pechtchanski
On Sat, 25 Jun 2005, James R. Phillips wrote: [snip] ...to be replaced if possible by a tuned blas implementation optimized for the machine lapack runs on. atlas is capable of providing that optimized implementation; however, it needs to be compiled from source on the machine in which it