[ANNOUNCEMENT] clisp 2.49.92-1

2018-02-25 Thread Ken Brown
The following packages have been uploaded to the Cygwin distribution:

* clisp-2.49.92-1
* clisp-clx-2.49.92-1 [1]
* clisp-gtk2-2.49.92-1 [1]

ANSI Common Lisp is a high-level, general-purpose programming
language.  GNU CLISP is a Common Lisp implementation by Bruno Haible
of Karlsruhe University and Michael Stoll of Munich University, both
in Germany.  It mostly supports the Lisp described in the ANSI Common
Lisp standard.  GNU CLISP includes an interpreter, a compiler, a
debugger, CLOS, MOP, a foreign language interface, sockets, i18n, fast
bignums, and more.  An X11 interface is available through CLX, Garnet,
CLUE/CLIO.  GNU CLISP runs Maxima, ACL2, and many other Common Lisp
packages.

The 64-bit packages now support the same modules as the 32-bit
packages since ffcall is now available on 64-bit Cygwin.

This is a beta release of the forthcoming clisp-2.50.  There has been
a lot of clisp development since the previous release, so this could
use some testing.

Ken Brown
Cygwin's clisp maintainer

[1] For technical reasons, I have so far uploaded clisp-clx and
clisp-gtk only for 32-bit Cygwin.  If anyone wants to try the 64-bit
versions, let me know, and I'll make them available.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: less-530-1

2018-02-25 Thread Marco Atzeri

New version 530-1 of

  less

is available in the Cygwin distribution

CHANGES
Last upstream release.

http://www.greenwoodsoftware.com/less/

DESCRIPTION
Less is a free, open-source file pager.
It can be found on most versions of Linux, Unix and Mac OS,
as well as on many other operating systems.

HOMEPAGE
http://www.greenwoodsoftware.com/less/

Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



RE: Printing (lpr, print, cat > returns printer not valid or no longer available

2018-02-25 Thread rodney.barnhart
From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of
Rodney Barnhart
Sent: Thursday, February 22, 2018 9:22 PM
To: cygwin@cygwin.com
Subject: RE: Printing (lpr, print, cat >  returns printer not
valid or no longer available

Andrey,
2/23/2018 update
Did you "find" it in WinSxS cache?
Yes but that's the one that won't execute on Windows 10.
It's the same on the machine with Cygwin installed and another windows 10
machine without Cygwin installed, and responds the same way from Windows -
can't run on PC.

On the Cygwin terminal:
rodne@Rodney-HP-Envy ~
$ which lpr
/usr/bin/lpr

rodne@Rodney-HP-Envy ~
$ cygcheck lpr
Found: C:\cygwin64\bin\lpr.exe
Found: C:\cygwin64\bin\lpr.exe
C:\cygwin64\bin\lpr.exe
  C:\cygwin64\bin\cygwin1.dll
C:\windows\system32\KERNEL32.dll
  C:\windows\system32\ntdll.dll
  C:\windows\system32\KERNELBASE.dll
  C:\cygwin64\bin\cyggcc_s-seh-1.dll
  C:\cygwin64\bin\cygstdc++-6.dll
  C:\windows\system32\WINSPOOL.DRV
C:\windows\system32\msvcrt.dll
C:\windows\system32\IPHLPAPI.DLL
C:\windows\system32\bcrypt.dll

rodne@Rodney-HP-Envy ~
$ uname -a
CYGWIN_NT-10.0 Rodney-HP-Envy 2.10.0(0.325/5/3) 2018-02-02 15:16 x86_64
Cygwin

rodne@Rodney-HP-Envy ~
$ bash -version
GNU bash, version 4.4.12(3)-release (x86_64-unknown-cygwin) Copyright (C)
2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later


This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.lpr

rodne@Rodney-HP-Envy /usr/bin
$ lpr -lP '//192.168.0.122/NPIA1F16 (HP Color LaserJet CP2025n)' .bashrc
lpr: printer error: can't open '\\192.168.0.122\NPIA1F16 (HP Color LaserJet
CP2025n)' for writing: The specified network name is no longer available.

If I use wordpad on the windows side and open the .bashrc file I can print
it fine on the network printer.

Thanks for your help

Rod


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Locale control of ambiguous-width character properties

2018-02-25 Thread Thomas Wolff
It had been discussed how to reflect ambiguous character widths in 
cygwin locales, with the result of an implicit wide property assumed for 
the CJK locales, and an overriding @cjknarrow modifier:

https://sourceware.org/ml/cygwin/2009-06/msg00240.html
https://sourceware.org/ml/cygwin/2009-06/msg00521.html
https://sourceware.org/ml/cygwin/2009-06/msg00616.html

Now I’m getting occasional complaints about mintty support for wide 
display of certain symbol characters, particularly as used for some 
fancy “Powerline” add-on, and it seems that other terminals apply 
“ambiguous wide mode” (e.g. xterm -cjk_width) in order to enable Powerline.
While mintty has an option Charwidth=ambig-wide meanwhile, using this 
option clearly has the drawback that it makes character width handling 
inconsistent with the locale model as used by wcwidth.
Actually for mintty, the desired behaviour can be achieved in a 
locale-consistent way by selecting one of the CJK locales for LC_CTYPE;
that’s not what most people would expect, however, and if they do it the 
easy way, using LANG or LC_ALL, they are baffled by also getting

their message language obscured.
So I would prefer the option to use ambiguous wide mode in combination 
with non-CJK locales in a locale-compatible way.


For that matter, I’m asking to revisit the proposal of another generic 
modifier, @cjkwide, applicable to non-CJK locales. I’m providing a patch

for that purpose, available for download here:
http://towo.net/cygwin/newlib/000-locale.zip

Thomas

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] KDE Frameworks 5.43.0

2018-02-25 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* breeze-icons-5.43.0-1
* extra-cmake-modules-5.43.0-1
* kf5-frameworkintegration-5.43.0-1
* kf5-kapidox-5.43.0-1
* kf5-kded-5.43.0-1
* kf5-kded-devel-5.43.0-1
* kf5-kdesignerplugin-5.43.0-1
* kf5-kdoctools-5.43.0-1
* kf5-kimageformats-5.43.0-1
* kf5-kinit-5.43.0-1
* kf5-kinit-devel-5.43.0-1
* kf5-qqc2-desktop-style-5.43.0-1
* libKF5Activities5-5.43.0-1
* libKF5Activities-devel-5.43.0-1
* libKF5ActivitiesStats1-5.43.0-1
* libKF5ActivitiesStats-devel-5.43.0-1
* libKF5Archive5-5.43.0-1
* libKF5Archive-devel-5.43.0-1
* libKF5Attica5-5.43.0-1
* libKF5Attica-devel-5.43.0-1
* libKF5Auth5-5.43.0-1
* libKF5Auth-devel-5.43.0-1
* libKF5Baloo5-5.43.0-1
* libKF5Baloo-devel-5.43.0-1
* libKF5Bookmarks5-5.43.0-1
* libKF5Bookmarks-devel-5.43.0-1
* libKF5Codecs5-5.43.0-1
* libKF5Codecs-devel-5.43.0-1
* libKF5Completion5-5.43.0-1
* libKF5Completion-devel-5.43.0-1
* libKF5Config5-5.43.0-1
* libKF5Config-devel-5.43.0-1
* libKF5ConfigWidgets5-5.43.0-1
* libKF5ConfigWidgets-devel-5.43.0-1
* libKF5CoreAddons5-5.43.0-1
* libKF5CoreAddons-devel-5.43.0-1
* libKF5Crash5-5.43.0-1
* libKF5Crash-devel-5.43.0-1
* libKF5DBusAddons5-5.43.0-1
* libKF5DBusAddons-devel-5.43.0-1
* libKF5Declarative5-5.43.0-1
* libKF5Declarative-devel-5.43.0-1
* libKF5DNSSD5-5.43.0-1
* libKF5DNSSD-devel-5.43.0-1
* libKF5Emoticons5-5.43.0-1
* libKF5Emoticons-devel-5.43.0-1
* libKF5FileMetaData3-5.43.0-1
* libKF5FileMetaData-devel-5.43.0-1
* libKF5GlobalAccel5-5.43.0-1
* libKF5GlobalAccel-devel-5.43.0-1
* libKF5GuiAddons5-5.43.0-1
* libKF5GuiAddons-devel-5.43.0-1
* libKF5I18n5-5.43.0-1
* libKF5I18n-devel-5.43.0-1
* libKF5IconThemes5-5.43.0-1
* libKF5IconThemes-devel-5.43.0-1
* libKF5IdleTime5-5.43.0-1
* libKF5IdleTime-devel-5.43.0-1
* libKF5ItemModels5-5.43.0-1
* libKF5ItemModels-devel-5.43.0-1
* libKF5ItemViews5-5.43.0-1
* libKF5ItemViews-devel-5.43.0-1
* libKF5JobWidgets5-5.43.0-1
* libKF5JobWidgets-devel-5.43.0-1
* libKF5JS5-5.43.0-1
* libKF5JS-devel-5.43.0-1
* libKF5JsEmbed5-5.43.0-1
* libKF5JsEmbed-devel-5.43.0-1
* libKF5KCMUtils5-5.43.0-1
* libKF5KCMUtils-devel-5.43.0-1
* libKF5KDELibs4Support5-5.43.0-1
* libKF5KDELibs4Support-devel-5.43.0-1
* libKF5KHtml5-5.43.0-1
* libKF5KHtml-devel-5.43.0-1
* libKF5KIO5-5.43.0-1
* libKF5KIO-devel-5.43.0-1
* libKF5Kirigami2_5-5.43.0-1
* libKF5Kirigami2-devel-5.43.0-1
* libKF5Kross5-5.43.0-1
* libKF5Kross-devel-5.43.0-1
* libKF5MediaPlayer5-5.43.0-1
* libKF5MediaPlayer-devel-5.43.0-1
* libKF5NewStuff5-5.43.0-1
* libKF5NewStuff-devel-5.43.0-1
* libKF5Notifications5-5.43.0-1
* libKF5Notifications-devel-5.43.0-1
* libKF5NotifyConfig5-5.43.0-1
* libKF5NotifyConfig-devel-5.43.0-1
* libKF5Package5-5.43.0-1
* libKF5Package-devel-5.43.0-1
* libKF5Parts5-5.43.0-1
* libKF5Parts-devel-5.43.0-1
* libKF5People5-5.43.0-1
* libKF5People-devel-5.43.0-1
* libKF5Plasma5-5.43.0-1
* libKF5Plasma-devel-5.43.0-1
* libKF5Plotting5-5.43.0-1
* libKF5Plotting-devel-5.43.0-1
* libKF5Prison5-5.43.0-1
* libKF5Prison-devel-5.43.0-1
* libKF5Pty5-5.43.0-1
* libKF5Pty-devel-5.43.0-1
* libKF5Runner5-5.43.0-1
* libKF5Runner-devel-5.43.0-1
* libKF5Service5-5.43.0-1
* libKF5Service-devel-5.43.0-1
* libKF5Solid5-5.43.0-1
* libKF5Solid-devel-5.43.0-1
* libKF5Sonnet5-5.43.0-1
* libKF5Sonnet-devel-5.43.0-1
* libKF5Style5-5.43.0-1
* libKF5Style-devel-5.43.0-1
* libKF5Su5-5.43.0-1
* libKF5Su-devel-5.43.0-1
* libKF5SyntaxHighlighting5-5.43.0-1
* libKF5SyntaxHighlighting-devel-5.43.0-1
* libKF5TextEditor5-5.43.0-1
* libKF5TextEditor-devel-5.43.0-1
* libKF5TextWidgets5-5.43.0-1
* libKF5TextWidgets-devel-5.43.0-1
* libKF5ThreadWeaver5-5.43.0-1
* libKF5ThreadWeaver-devel-5.43.0-1
* libKF5UnitConversion5-5.43.0-1
* libKF5UnitConversion-devel-5.43.0-1
* libKF5Wallet5-5.43.0-1
* libKF5Wallet-devel-5.43.0-1
* libKF5WebKit5-5.43.0-1
* libKF5WebKit-devel-5.43.0-1
* libKF5WidgetsAddons5-5.43.0-1
* libKF5WidgetsAddons-devel-5.43.0-1
* libKF5WindowSystem5-5.43.0-1
* libKF5WindowSystem-devel-5.43.0-1
* libKF5XmlGui5-5.43.0-1
* libKF5XmlGui-devel-5.43.0-1
* libKF5XmlRpcClient5-5.43.0-1
* libKF5XmlRpcClient-devel-5.43.0-1
* oxygen-icons-5.43.0-1
* python2-pykf5-kcodecs-5.43.0-1
* python2-pykf5-kconfig-5.43.0-1
* python2-pykf5-kdbusaddons-5.43.0-1
* python2-pykf5-kguiaddons-5.43.0-1
* python2-pykf5-kitemmodels-5.43.0-1
* python2-pykf5-kitemviews-5.43.0-1
* python2-pykf5-kwidgetsaddons-5.43.0-1
* python3-pykf5-kcodecs-5.43.0-1
* python3-pykf5-kconfig-5.43.0-1
* python3-pykf5-kdbusaddons-5.43.0-1
* python3-pykf5-kguiaddons-5.43.0-1
* python3-pykf5-kitemmodels-5.43.0-1
* python3-pykf5-kitemviews-5.43.0-1
* python3-pykf5-kwidgetsaddons-5.43.0-1

The KDE Frameworks build on the Qt framework, providing everything from
simple utility classes (such as those in KCoreAddons) to integrated
solutions for common requirements of desktop applications (such as
KNewStuff, for fetching downloadable add-on content in an application,
or the powerful KIO multi-protocol file access framework).

This is an update to the latest upstrea

Re: [ANNOUNCEMENT] clisp 2.49.92-1

2018-02-25 Thread Ken Brown

On 2/24/2018 9:04 PM, Ken Brown wrote:

The following packages have been uploaded to the Cygwin distribution:

* clisp-2.49.92-1
* clisp-clx-2.49.92-1 [1]
* clisp-gtk2-2.49.92-1 [1]


I forgot to say that this is a TEST release.


[1] For technical reasons, I have so far uploaded clisp-clx and
clisp-gtk only for 32-bit Cygwin.  If anyone wants to try the 64-bit
versions, let me know, and I'll make them available.


These are now available (as version 2.49.92-2) from my private Cygwin 
repository:


  http://sanibeltranquility.com/cygwin/

Ken


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] KDE Plasma Desktop 5.8.9

2018-02-25 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* breeze-5.8.9-1
* breeze-cursors-5.8.9-1
* breeze-gtk-5.8.9-1
* breeze-kde4-5.8.9-1
* kactivitymanagerd-5.8.9-1
* kde-cli-tools-5.8.9-1
* kde-gtk-config-5.8.9-1
* kdeplasma-addons-5.8.9-1
* khotkeys-5.8.9-1
* khotkeys-devel-5.8.9-1
* kinfocenter-5.8.9-1
* kmenuedit-5.8.9-1
* kscreen-5.8.9-1
* ksshaskpass-5.8.9-1
* ksysguard-5.8.9-1
* ksysguardd-5.8.9-1
* kwrited-5.8.9-1
* libkdecoration2_5-5.8.9-1
* libkdecoration2-devel-5.8.9-1
* libKF5Screen7-5.8.9-1
* libKF5Screen-devel-5.8.9-1
* libksysguard7-5.8.9-1
* libksysguard-common-5.8.9-1
* libksysguard-devel-5.8.9-1
* libkworkspace5_5-5.8.9-1
* libkworkspace5-devel-5.8.9-1
* libtaskmanager6-5.8.9-1
* libtaskmanager-devel-5.8.9-1
* libweather_ion7-5.8.9-1
* libweather_ion-devel-5.8.9-1
* milou-5.8.9-1
* oxygen-5.8.9-1
* oxygen-cursors-5.8.9-1
* oxygen-kde4-5.8.9-1
* plasma-desktop-5.8.9-1
* plasma-integration-5.8.9-1
* plasma-pa-5.8.9-1
* plasma-sdk-5.8.9-1
* plasma-workspace-5.8.9-1
* plasma-workspace-wallpapers-5.8.9-1
* systemsettings-5.8.9-1
* systemsettings-devel-5.8.9-1

This is an update to the latest 5.8 LTS release of the KDE Plasma Desktop:

https://www.kde.org/announcements/plasma-5.8.9.php

-- 
Yaakov



signature.asc
Description: OpenPGP digital signature


[ANNOUNCEMENT] konversation 1.7.4-1

2018-02-25 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* konversation-1.7.4-1

Konversation is an IRC client for the KDE desktop.

This is an update to the latest upstream release.

--
Yaakov

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple