Re: updated vim broke arrow/delete keys

2016-09-02 Thread Gary Johnson
On 2016-09-02, Felipe Vieira wrote: > Dear Gary, > > you are absolutely right. Vim is not the problem. > > I did two changes at the same time and indeed tried the vim -u none > but maybe did not catch the error. > > Finally what causes the error is: > > inoremap > > no my vimrc. From http://

[ANNOUNCEMENT] qt5-base, qt5-webkit 5.5.1-2

2016-09-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * libQt5Core5-5.5.1-2 * libQt5Core-devel-5.5.1-2 * libQt5Sql5-5.5.1-2 * libQt5Sql-devel-5.5.1-2 * libQt5Gui5-5.5.1-2 * libQt5Gui-devel-5.5.1-2 * libQt5WebKit5-5.5.1-2 * libQt5WebKit-devel-5.5.1-2 * qt5-base-doc-5.5.1-2 * qt5-bas

[ANNOUNCEMENT] qt4 4.8.7-4

2016-09-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * libQt3Support4-4.8.7-4 * libQt3Support4-devel-4.8.7-4 * libQtCore4-4.8.7-4 * libQtCore4-devel-4.8.7-4 * libQtDBus4-4.8.7-4 * libQtDBus4-devel-4.8.7-4 * libQtDeclarative4-4.8.7-4 * libQtDeclarative4-devel-4.8.7-4 * libQtDesigne

[ANNOUNCEMENT] kmymoney 4.8.0-1

2016-09-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * kmymoney-4.8.0-1 KMyMoney is a personal finance manager for KDE. It enables users of open source operating systems and applications to keep careful track of their personal finances by providing a broad array of financial fe

[ANNOUNCEMENT] qt3 3.3.8b-19

2016-09-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * libqt3-3.3.8b-19 * libqt3-devel-3.3.8b-19 * qt3-devel-tools-3.3.8b-19 * qt3-doc-3.3.8b-19 * qt3-qtconfig-3.3.8b-19 Qt is a multiplatform C++ GUI application framework. This is a long-ago deprecated version for compatibility

[ANNOUNCEMENT] gwenhywfar 4.15.3-1

2016-09-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * gwenhywfar-4.15.3-1 * libgwenhywfar60-4.15.3-1 * libgwenhywfar-common-4.15.3-1 * libgwenhywfar-devel-4.15.3-1 * libgwengui-cpp0-4.15.3-1 * libgwengui-cpp-devel-4.15.3-1 * libgwengui-gtk2_0-4.15.3-1 * libgwengui-gtk2-devel-4.15

[ANNOUNCEMENT] aqbanking 5.6.10-1

2016-09-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * aqbanking-5.6.10-1 * libaqbanking35-5.6.10-1 * libaqbanking-common-5.6.10-1 * libaqbanking-devel-5.6.10-1 * libaqbankingpp0-5.6.10-1 * libaqebics0-5.6.10-1 * libaqhbci22-5.6.10-1 * libaqofxconnect7-5.6.10-1 AqBanking is a lib

[ANNOUNCEMENT] homebank 5.0.9-1

2016-09-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * homebank-5.0.9-1 HomeBank is free software. Use it to manage your personal accounts. It is designed to easy to use. Analyse your finances in detail using powerful filtering tools and graphs. This is an update to the latest

[ANNOUNCEMENT] xmlsec1 1.2.22-1

2016-09-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * xmlsec1-1.2.22-1 * libxmlsec1_1-1.2.22-1 * libxmlsec1-devel-1.2.22-1 * libxmlsec1-doc-1.2.22-1 * libxmlsec1-gcrypt1-1.2.22-1 * libxmlsec1-gcrypt-devel-1.2.22-1 * libxmlsec1-gnutls1-1.2.22-1 * libxmlsec1-gnutls-devel-1.2.22-1 *

Re: [ANNOUNCEMENT] boost 1.60.0-1

2016-09-02 Thread Yaakov Selkowitz
On 2016-09-02 14:38, Frédéric Bron wrote: Could you tell me where I can find the patches applied to boost and the commands that you use? I would like to compile boost 1.61.0 with g++-6.[12].0 that I have just compiled. But I get errors when I build boost and do not known how to fix them. Every

Re: updated vim broke arrow/delete keys

2016-09-02 Thread Erik Soderquist
On Fri, Sep 2, 2016 at 5:43 PM, Felipe Vieira wrote: > no my vimrc. From http://vimdoc.sourceforge.net/htmldoc/map.html: > > ** > A easier way to get a mapping that doesn't produce anything, is to use > "". > > Anyways this is not the expected behavior. Is there some complexity > here that I'm not

Re: updated vim broke arrow/delete keys

2016-09-02 Thread Felipe Vieira
Dear Gary, you are absolutely right. Vim is not the problem. I did two changes at the same time and indeed tried the vim -u none but maybe did not catch the error. Finally what causes the error is: inoremap no my vimrc. From http://vimdoc.sourceforge.net/htmldoc/map.html: ** A easier way to

Re: unzip, find broken by auto handling of .exe file extension

2016-09-02 Thread Stephen Anderson
Thanks for looking at the problem. Unfortunately not resolved... 1. As demonstrated by the provided ruby test case, it is very possible to have a directory and base filename be the same. Open bash and try it. $ mkdir mything $ touch mything.exe $ ls mything* mything.exe mything: $ 2. Even if

Re: [ANNOUNCEMENT] boost 1.60.0-1

2016-09-02 Thread Frédéric Bron
Hi Yaakov, Could you tell me where I can find the patches applied to boost and the commands that you use? I would like to compile boost 1.61.0 with g++-6.[12].0 that I have just compiled. But I get errors when I build boost and do not known how to fix them. Thanks, Frédéric 2016-07-28 9:55 GMT

Re: unzip, find broken by auto handling of .exe file extension

2016-09-02 Thread cyg Simple
On 9/1/2016 12:00 PM, Stephen Anderson wrote: > I am in the process of importing zip archive contents into an SVN repo > and have encountered problems when unzip-6.00 expands an archive > containing an executable file in a directory that contains a > subdirectory with the same base name as the exec

Re: updated vim broke arrow/delete keys

2016-09-02 Thread Gary Johnson
On 2016-09-02, Felipe Vieira wrote: > Dear all, > > I just updated my vim and some keys are now broken. > > I'm trying both versions of vim: > vim-7.4.2181-1.tar.xz 07-Aug-2016 21:13 1062348 > and > vim-7.4.1990-1.tar.xz 06-Jul-2016 20:31 > 1055584 > but bot

[ANNOUNCEMENT] fish 2.3.1-2

2016-09-02 Thread Andrew Schulman
fish 2.3.1-2 is now available in Cygwin. This is a Cygwin-only update, that removes some old workarounds for bugs that have since been fixed. See http://cygwin.com/ml/cygwin/2016-09/msg00019.html if you want the details. fish 2.2.0-4 is still the previous release. This is in case anyone isn't rea

updated vim broke arrow/delete keys

2016-09-02 Thread Felipe Vieira
Dear all, I just updated my vim and some keys are now broken. I'm trying both versions of vim: vim-7.4.2181-1.tar.xz 07-Aug-2016 21:13 1062348 and vim-7.4.1990-1.tar.xz 06-Jul-2016 20:31 1055584 but both now broke the arrow keys/delete in insert mode. Up ar

Re: bash: igncr shell option breaks my PS1 prompt

2016-09-02 Thread Eric Blake
On 09/02/2016 06:52 AM, Gene Pavlovsky wrote: > Dear Eric Blake, > > I understand there were issues with read handling of \r. But is the > resulting solution/bugfix ideal? Yes. The recent change to 'read' was a bugfix, and as far as I'm concerned, it is the ideal fix (you get binary behavior by

Re: bash: igncr shell option breaks my PS1 prompt

2016-09-02 Thread Gene Pavlovsky
Dear Eric Blake, I understand there were issues with read handling of \r. But is the resulting solution/bugfix ideal? Or does it introduce new problems? Basically, I don't want to set `igncr` as system-wide shell option (e.g. through SHELLOPTS). I want to require scripts to use LF newlines - if t

Re: sqlite3: deprecated declarations

2016-09-02 Thread Jan Nijtmans
2016-09-02 8:23 GMT+02:00 Yaakov Selkowitz: > Jan, > > Please enable deprecated declarations in sqlite3.h. While it's nice in > theory to say that they are deprecated and shouldn't be used, the reality is > that real-world code still uses them and therefore fails to build as-is > without them. Th

Re: fish Remove unneeded workarounds in /etc/fish/conf.d/cygwin.fish

2016-09-02 Thread Andrew Schulman
> The cygwin-specific file /etc/fish/config.d/cygwin.fish has this section: > > # Work around an autocompletion bug, where fish tries to execute strings > # in parentheses in the PATH. For example it tries to run the x86 function > # if it sees a PATH component like '/cygdrive/c/Program Files (x8