Re: VIM broken by upgrade to Perl 5.30

2020-03-05 Thread Kevin Schnitzius via cygwin
> vim needs to be recompiled for Perl 5.30. The perl interface is no longer > working: > Calling: > :perl VIM::Msg(“Hi”) >  > Results in: >  > E370: Could not load library cygperl5_26.dll > Sorry, this command is disabled: the Perl library could not be loaded. Add: set perldll=/usr/bin/perl5_

Re: pseudo console and auto-wrap

2020-03-05 Thread Takashi Yano
Hi Thomas, On Thu, 5 Mar 2020 11:33:33 +0100 Thomas Wolff wrote: > With ConPTY support, the following command results in output that > contains an explicit newline at the auto-wrap position: > cmd /c echo a line which is wider than your terminal ... > > For copy/paste, this is surprising and und

VIM broken by upgrade to Perl 5.30

2020-03-05 Thread Sommrey, Joerg (Allianz Deutschland)
Hi, vim needs to be recompiled for Perl 5.30. The perl interface is no longer working: Calling: :perl VIM::Msg(“Hi”) Results in: E370: Could not load library cygperl5_26.dll Sorry, this command is disabled: the Perl library could not be loaded. Kind regards, Jörg Sommrey -- Problem reports:

[ANNOUNCEMENT] Updated: mingw64-{i686,x86_64}-gcc-9.2.0-2

2020-03-05 Thread JonY
The mingw-w64 cross compilers have been updated: * mingw64-i686-gcc-9.2.0-2 * mingw64-x86_64-gcc-9.2.0-2 These are the same as -1, but rebuilt with ISL updated. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the

[ANNOUNCEMENT] Updated: gcc-9.2.0-3 (x86/x86_64)

2020-03-05 Thread JonY
gcc-9.2.0-3 has been uploaded for Cygwin. This version is the same as -2, but rebuilt with ISL updated. Known issues: * ADA support has been dropped, select version 7.4.0-1 if ADA support is still needed. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the

Re: Emacs gud not working on new installation

2020-03-05 Thread William M. (Mike) Miller
On Thu, Mar 5, 2020 at 5:40 AM Takashi Yano wrote: > On Wed, 4 Mar 2020 10:39:11 -0500 > "William M. (Mike) Miller" wrote: > > On Wed, Mar 4, 2020 at 9:58 AM Ken Brown wrote: > > > > > On 3/4/2020 9:44 AM, William M. (Mike) Miller wrote: > > > > I installed Cygwin on a new computer last weekend.

Re: Emacs gud not working on new installation

2020-03-05 Thread Takashi Yano
On Wed, 4 Mar 2020 10:39:11 -0500 "William M. (Mike) Miller" wrote: > On Wed, Mar 4, 2020 at 9:58 AM Ken Brown wrote: > > > On 3/4/2020 9:44 AM, William M. (Mike) Miller wrote: > > > I installed Cygwin on a new computer last weekend. On my previous > > computer, > > > I used gud with gdb in emacs

pseudo console and auto-wrap

2020-03-05 Thread Thomas Wolff
With ConPTY support, the following command results in output that contains an explicit newline at the auto-wrap position: cmd /c echo a line which is wider than your terminal ... For copy/paste, this is surprising and undesired (https://github.com/mintty/mintty/issues/971). Can the line wrappin