Re: Win32::API for Cygwin Perl?

2008-02-22 Thread Reini Urban
2008/2/21, Michael Kairys <[EMAIL PROTECTED]>: > I can't figure out, after searching here and elsewhere, if there is a > Win32::API module for Cygwin Perl. I am trying to port some ActiveState > scripts that use it. I have an unofficial one. http://rurban.xarch.at/cygc/perl-Win32-API/perl-Win32-

Re: Open Documents in the same XEmacs window

2008-02-22 Thread bootleg86 bootleg86
Thanks, winclient is exactly what I wanted. On Thu, Feb 21, 2008 at 7:19 PM, Reini Urban <[EMAIL PROTECTED]> wrote: > 2008/2/20, bootleg86 bootleg86 : > > > > Hi, > > > > I installed the Windows binaries for XEmacs, rather than using the > > cygwin version. > > So I'm not too sure if this i

[ANNOUNCEMENT] New package: colordiff-1.0.7-1

2008-02-22 Thread Kostya Altukhov
New package "colordiff-1.0.7-1" has been uploaded. colordiff is a tool to colorize diff output. It takes diff-compatible output and adds color highlighting to improve readability. Color schemes can be customized. Sample usage: diff Makefile.orig Makefile | colordiff colordiff Makefil

Re: [ANNOUNCEMENT] Updated: sgrep 1.94a-2 -- Search indexed text regions like SGML,XML and HTML files

2008-02-22 Thread zzapper
Hey I needed sgrep all my life, is it recent? some simple examples sgrep -i '("" .. "")' index.php sgrep -i '("fred" .. "joe")' essay.txt It gets really useful when you stream it sgrep -i '("fred" .. "joe")' essay.txt | egrep -i 'keyword' -- zzapper http://www.successtheory.com/tips/vimtips

RE: Re: [ANNOUNCEMENT] Updated: sgrep 1.94a-2 -- Search indexed text regions like SGML,XML and HTML files

2008-02-22 Thread Peter Ring
http://www.cs.helsinki.fi/u/jjaakkol/sgrep.html Last modified: Dec 22,1998 ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/sgrep-1.94a.tar.gz Latest change (autoconf stuff) 2004-11-19, few substantial changes since 2001. You have been missing sgrep for some years ;) Read the fine manual, usef

fetchmail pops up console windows

2008-02-22 Thread Dr. Volker Zell
Hi This still bugs me. fetchmail pops up console windows when delivering mails to procmail. It doesn't matter if I run fetchmail directly from the commandline (in my case in a rxvt window under X) or as a service. I build a debug version of fetchmail. But when running it under the insight debugge

Re: fetchmail pops up console windows

2008-02-22 Thread Corinna Vinschen
On Feb 22 13:50, Dr. Volker Zell wrote: > Hi > > This still bugs me. fetchmail pops up console windows when delivering > mails to procmail. > It doesn't matter if I run fetchmail directly from the commandline (in > my case in a rxvt window under X) or as a service. > > I build a debug version of

Re: Win32::API for Cygwin Perl?

2008-02-22 Thread Michael Kairys
Thanks for your reply, Reini. I tried installing your version and it ended up in vendor_perl/5.10, whereas everything else is in 5.8. I don't know hwat to do with/about that. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.

Re: Grace distribution is not standard

2008-02-22 Thread Tatsuro MATSUOKA
Hello The grace have not been executed on my computer. Are there people who tried to work the grace on thier computers? I'm not using the grace in dairy works. But I think that it is a good software. I hope that it works well on any computer who are installed the cygwin. Regrads Tatsuro ---

Re: Win32::API for Cygwin Perl?

2008-02-22 Thread Reini Urban
2008/2/22, Michael Kairys <[EMAIL PROTECTED]>: > Thanks for your reply, Reini. I tried installing your version and it ended > up in vendor_perl/5.10, whereas everything else is in 5.8. I don't know hwat > to do with/about that. Sorry: perl-Win32-API-0.42-2 is for perl-5.10 perl-Win32-API-0.4

Re: Grace distribution is not standard

2008-02-22 Thread Volker Quetschke
Tatsuro MATSUOKA wrote: Hello The grace have not been executed on my computer. Are there people who tried to work the grace on thier computers? Yes, works fine here. I'm not using the grace in dairy works. But I think that it is a good software. I hope that it works well on any computer

Re: fetchmail pops up console windows

2008-02-22 Thread Christopher Faylor
On Fri, Feb 22, 2008 at 02:04:15PM +0100, Corinna Vinschen wrote: >On Feb 22 13:50, Dr. Volker Zell wrote: >>This still bugs me. fetchmail pops up console windows when delivering >>mails to procmail. It doesn't matter if I run fetchmail directly from >>the commandline (in my case in a rxvt window

[ANNOUNCEMENT] New package: afio 2.5-1 -- Archive file manipulation program

2008-02-22 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://freshmeat.net/projects/afio License : GPL Afio makes cpio-format archives and is a better replacement for tar. Afio manipulates groups of files, copying them within or between filesystems and an afio archive. Afio archives are portable as t

[ANNOUNCEMENT] New package: posh 0.6-1 -- Almost POSIX compliant SHell

2008-02-22 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://packages.debian.org/unstable/posh License : GPL A stripped-down version of pdksh that aims for close compliance of POSIX. Posh is intended to be used for revealing if /bin/sh scripts use features that most /bin/sh shells do not have. CHANG

[ANNOUNCEMENT] New package: unace 1.2b -- Extract, test and view *.ace archives

2008-02-22 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://packages.debian.org/sid/unace License : GPL The unace utility is used for extracting, testing and viewing the contents of archives created with the ACE archiver. CHANGES SINCE LAST RELEASE == None. INSTALL OR UPGR

[ANNOUNCEMENT] Updated: zoo 2.10-2 -- Manipulate zoo archives

2008-02-22 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://packages.debian.org/zoo License : Custom (Public domain) Zoo is used to create and maintain collections of files in compressed form. It uses a Lempel-Ziv compression algorithm that gives space savings in the range of 20% to 80% depending on

chmod o-r woes...

2008-02-22 Thread Marc Girod
Hello, I read: http://cygwin.com/faq/faq-nochunks.html#faq.using.chmod and: http://cygwin.com/cygwin-ug-net/ntsec.html, and still do not understand... I am unable to remove the read right for world (and group) from .netrc. ~> export CYGWIN=ntsec ~> chmod -c o-r .netrc mode of `.netrc' changed to

Re: Win32::API for Cygwin Perl?

2008-02-22 Thread Michael Kairys
It works! (But I guess you knew that :) Thanks very much. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: [ANNOUNCEMENT] New package: posh 0.6-1 -- Almost POSIX compliant SHell

2008-02-22 Thread Buchbinder, Barry (NIH/NIAID) [E]
Jari Aalto wrote on Friday, February 22, 2008 12:50 PM: > PACKAGE DESCRIPTION > === > > Homepage: http://packages.debian.org/unstable/posh > License : GPL > > A stripped-down version of pdksh that aims for close compliance of > POSIX. Posh is intended to be used for revealing if

RE: chmod o-r woes...

2008-02-22 Thread Dave Korn
On 22 February 2008 18:32, Marc Girod wrote: > I am unable to remove the read right for world (and group) from .netrc. > > ~> export CYGWIN=ntsec > ~> chmod -c o-r .netrc > mode of `.netrc' changed to 0640 (rw-r-) > ~> ls -la .netrc > -rw-r--r-- 1 emagiro Domain Users 54 Feb 21 11:33 .netrc >

bash bobbles CR-LF

2008-02-22 Thread Doug McIlroy
Most cygwin utilities gracefully handle text files with lines terminated by either a bare newline or carriage return-linefeed. Not so with bash (version 3.2.33(18)-release (i686-pc-cygwin)). There are various symptoms, but the clearest is that, in a script with CR-LF terminations, an empty line dra

Re: bash bobbles CR-LF

2008-02-22 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Doug McIlroy on 2/22/2008 12:14 PM: | Most cygwin utilities gracefully handle text files with lines | terminated by either a bare newline or carriage return-linefeed. | Not so with bash (version 3.2.33(18)-release (i686-pc-cygwin)). | The

[ANNOUNCEMENT] Updated: automake1.10-1.10.1-1

2008-02-22 Thread Charles Wilson
Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. This is routine update in the automake-1.10 release series, and contains the latest version of automake system, automake-1.10. This cygwin package, automake1.10, can be installed witho