Re: cygwin-3.1.0 and mintty from desktop shortcut

2020-06-07 Thread Takashi Yano via Cygwin
On Sun, 7 Jun 2020 00:15:59 -0600 Brian Inglis wrote: > On 2020-06-06 19:35, Takashi Yano via Cygwin wrote: > > On Sat, 06 Jun 2020 13:20:16 +0200 > > ASSI wrote: > >> Takashi Yano via Cygwin writes: > 1. Rename /usr/share/locale to something else, like local.bak. > 2. Start mintty in the

Re: cygwin-3.1.0 and mintty from desktop shortcut

2020-06-07 Thread Takashi Yano via Cygwin
On Sun, 7 Jun 2020 16:42:52 +0900 Takashi Yano via Cygwin wrote: > On Sun, 7 Jun 2020 00:15:59 -0600 > Brian Inglis wrote: > > On 2020-06-06 19:35, Takashi Yano via Cygwin wrote: > > > On Sat, 06 Jun 2020 13:20:16 +0200 > > > ASSI wrote: > > >> Takashi Yano via Cygwin writes: > > 1. Rename /u

[ANNOUNCEMENT] Updated: fetchmail-6.4.6-1

2020-06-07 Thread Achim Gratz
The current upstream release of fetchmail is now available on Cygwin as the fetchmail-6.4.6-1 package. The upstream release changelog is here: https://sourceforge.net/projects/fetchmail/files/branch_6.4/ This is the first release that uses the Python3 interpreter as Python2 is now EOL. This re

[ANNOUNCEMENT] Updated: perl-5.30.3-1

2020-06-07 Thread Achim Gratz
The third maintenance release 5.30.3-1 of Perl is now available on Cygwin. Release notes: https://metacpan.org/changes/release/XSAWYERX/perl-5.30.3 -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Un

[ANNOUNCEMENT] Updated: protobuf-3.12.3-1

2020-06-07 Thread Achim Gratz
This is an update to the latest upstream release of protobuf. Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data. -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from

[ANNOUNCEMENT] Test: gnuplot-5.4.rc2-0

2020-06-07 Thread Achim Gratz
Gnuplot release candidate 2 for version 5.4 is now available for testing on Cygwin (you'll have to select the "test" version in order to install it). This is the forerunner of an upstream feature release expected in the upcoming weeks. The upstream release notes are available at: http://www.g

AltGr key and mintty

2020-06-07 Thread Enrico Forestieri
According to https://github.com/mintty/mintty/wiki/Keycodes#altgr when the keyboard layout does not have a keycode for an AltGr combination, the AltGr key is treated as Alt instead. I have the following entry in ~/.inputrc "\e'": "`" # Alt+' -> ` and, as AltGr+' is not a val

Re: AltGr key and mintty

2020-06-07 Thread Thomas Wolff
Am 07.06.2020 um 13:50 schrieb Enrico Forestieri: According to https://github.com/mintty/mintty/wiki/Keycodes#altgr when the keyboard layout does not have a keycode for an AltGr combination, the AltGr key is treated as Alt instead. There were some recent tweaks to ensure consistent handling of Al

Re: AltGr key and mintty

2020-06-07 Thread Enrico Forestieri
On Sun, Jun 07, 2020 at 02:55:25PM +0200, Thomas Wolff wrote: > Am 07.06.2020 um 13:50 schrieb Enrico Forestieri: > > According to > > https://github.com/mintty/mintty/wiki/Keycodes#altgr > > when the keyboard layout does not have a keycode for an AltGr > > combination, the AltGr key is treated as

TCP_KEEPINVTL and TCP_KEEPIDLE - Socket Keep Alives not working

2020-06-07 Thread Cary Lewis via Cygwin
These constants are usually defined in netinet/tcp.h but are not defined anywhere in cygwin. As a result there does not seem to be a way to enable the socket level keep alives in cygwin. One result of this is curl's --keepalive-time option does not work, but it would affect any attempt to enable

Re: AltGr key and mintty

2020-06-07 Thread Thomas Wolff
Am 07.06.2020 um 15:07 schrieb Enrico Forestieri: On Sun, Jun 07, 2020 at 02:55:25PM +0200, Thomas Wolff wrote: Am 07.06.2020 um 13:50 schrieb Enrico Forestieri: According to https://github.com/mintty/mintty/wiki/Keycodes#altgr when the keyboard layout does not have a keycode for an AltGr combi

[ANNOUNCEMENT] Re: Cygwin setup signing public key update

2020-06-07 Thread Jon Turney
On 13/03/2020 16:34, Jon Turney wrote: On 13/03/2020 16:13, Jon Turney wrote: This is an announcement of an update to the key used to sign (i) Cygwin setup executables, and (ii) the (compressed) setup.ini package manifest. If you just run setup, and update it when it tells you to update it, no

Re: AltGr key and mintty

2020-06-07 Thread Enrico Forestieri
On Sun, Jun 07, 2020 at 04:42:03PM +0200, Thomas Wolff wrote: > Am 07.06.2020 um 15:07 schrieb Enrico Forestieri: > > On Sun, Jun 07, 2020 at 02:55:25PM +0200, Thomas Wolff wrote: > > > Am 07.06.2020 um 13:50 schrieb Enrico Forestieri: > > > > According to > > > > https://github.com/mintty/mintty/w

[ANNOUNCEMENT] Updated: Perl distributions

2020-06-07 Thread Achim Gratz
The following Perl distributions have been updated to their latest version on CPAN: x86/x86_64 -- perl-Compress-Bzip2-2.27-1 perl-Glib-1.3293-1 perl-Text-CSV_XS-1.43-1 noarch -- perl-CGI-4.48-1 perl-Date-Manip-6.82-1 perl-HTTP-Daemon-6.12-1 perl-Mojolicious-8.52-1 perl-Net-DNS-1.24-

Re: TCP_KEEPINVTL and TCP_KEEPIDLE - Socket Keep Alives not working

2020-06-07 Thread Ken Brown via Cygwin
On 6/7/2020 9:20 AM, Cary Lewis via Cygwin wrote: These constants are usually defined in netinet/tcp.h but are not defined anywhere in cygwin. > As a result there does not seem to be a way to enable the socket level keep alives in cygwin. One result of this is curl's --keepalive-time option d

[ANNOUNCEMENT] Marked as stable: python-wx-3.0.2.0-5

2020-06-07 Thread Hamish McIntyre-Bhatty via Cygwin-announce
Version 3.0.2.0-5 of "python2-wx" has been uploaded and is now marked as stable. python2-wx is the Python 2 version of the cross-platform GUI toolkit, wxPython. This revision has the following changes: - Rebuilt against wxWidgets 3.0.4 to fix various issues. - Incorporated new patches from Fedo

Re: TCP_KEEPINVTL and TCP_KEEPIDLE - Socket Keep Alives not working

2020-06-07 Thread Cary Lewis via Cygwin
Thanks very much for the reply - I will wait for Corinna's take on this as well - the patch shouldn't be too hard. In fact the source code for curl in the lib/connect.c file has code to enable the winsock options, so hopefully that code could be helpful. I imagine there must be a translation betwe

Re: cygwin-3.1.0 and mintty from desktop shortcut

2020-06-07 Thread Brian Inglis
On 2020-06-07 03:23, Takashi Yano via Cygwin wrote: > On Sun, 7 Jun 2020 16:42:52 +0900 > Takashi Yano via Cygwin wrote: >> On Sun, 7 Jun 2020 00:15:59 -0600 >> Brian Inglis wrote: >>> On 2020-06-06 19:35, Takashi Yano via Cygwin wrote: On Sat, 06 Jun 2020 13:20:16 +0200 ASSI wrote: