On Thu, Jun 8, 2017 at 12:19 AM, Eric Blake wrote:
> On 06/07/2017 05:11 PM, Lloyd Wood via cygwin wrote:
>> Aha! just slightly later in config.log:
>>
>> configure:17957: checking for ino_t
>> configure:17957: gcc -c -g -O2 conftest.c >&5
>> configure:17957: $? = 0
>> configure:17957: gcc -c -g
Dear Eric,
> No, the documented behavior is that CR-LF is converted to LF only for text-
> mounted files; but pipelines are default binary-mounted. If you want to strip
> CR from a pipeline, then make it explicit.
>
> > var=$( prog | sed .)
>
> Rewrite that to var=$( prog | tr -d '\r' | sed .)
> On Jun 8, 2017, at 3:50 AM, Soegtrop, Michael wrote:
>
> Dear Eric,
>
>> No, the documented behavior is that CR-LF is converted to LF only for text-
>> mounted files; but pipelines are default binary-mounted. If you want to
>> strip
>> CR from a pipeline, then make it explicit.
>>
>>> var=$(
On Wed, Jun 7, 2017 at 12:02 PM, Garber, Dave wrote:
> When you are typing in the search box, if you press the enter key, it's
> the same as pressing the Next button and starts the install.
> My $.02 is that Enter should be ignored when focus is in the search box.
Agreed. I have been bitten by
Hi Corinna,
Maybe you are still around ... otherwise it will be for the next round.
During my exercise with sshd I was "forced" :-) to study the User Guide, as I
am not "well informed" :-P about the security model of Windows.
I am referring to this paragraph:
https://cygwin.com/cygwin-ug-ne
Dear Vince,
> Use binary mounts. The root of the problem is using text mounts in the first
> place.
How would this help to convince sed to do CR-LF to LF conversion, especially on
piped input?
Also I think all my mounts are binary:
$ mount
D:/bin/cygwin /bin on /usr/bin type ntfs (binary,auto
On 06/08/2017 08:31 AM, Vince Rice wrote:
> Use binary mounts. The root of the problem is using text mounts in the first
> place.
Huh? The OP _wants_ the CR-LF conversion to LF that happens on text
mounts (but does NOT happen on binary mounts). Also, binary mounts are
the default, you have to g
On 06/08/2017 03:50 AM, Soegtrop, Michael wrote:
> 1.) I build many (~ 50) unix libs and tools MinGW cross on cygwin from
> sources and this breaks many of the configure and other scripts. Feeding back
> the fixes to the individual lib/tool maintainers will take quite some time
> and also resul
On 6/7/2017 12:29 PM, Hans-Bernhard Bröker wrote:
> Am 07.06.2017 um 17:18 schrieb Ugly Leper:
>> If I want to enter xterm straight from a Windows command prompt I try
>>
>> G:\> bin\run bin\XWin -clipboard -nolock -multiwindow 2>nul &
>> G:\> bin\xterm -display :0.0
>
> I'm less than convinced th
On 6/8/2017 11:08 AM, Eric Blake wrote:
> On 06/08/2017 03:50 AM, Soegtrop, Michael wrote:
>
>> 1.) I build many (~ 50) unix libs and tools MinGW cross on cygwin from
>> sources and this breaks many of the configure and other scripts. Feeding
>> back the fixes to the individual lib/tool maintain
First, many thanks to Marco Atzeri for packaging and maintaining LyX, a very
useful program, on Cygwin.
I am using the recently announced version 2.2.3-1.
The issues:
1) It appears that libqt5-svg should be added as an install dependency, since
it can't load svg icons without it.
2) Spellcheck
Soegtrop, Michael wrote:
Dear Eric,
No, the documented behavior is that CR-LF is converted to LF only for text-
mounted files; but pipelines are default binary-mounted. If you want to strip
CR from a pipeline, then make it explicit.
var=$( prog | sed .)
Rewrite that to var=$(
On 06/08/2017 01:51 PM, L A Walsh wrote:
>> 1.) I build many (~ 50) unix libs and tools MinGW cross on cygwin from
>> sources and this breaks many of the configure and other scripts.
> ---
>But didn't one have to use 'sed -b' before, in order to
> strip out CR's?
No, the exact opposite. It
The following package has been updated in the Cygwin distribution:
* perl-Text-CSV_XS-1.30-1
Text::CSV_XS provides facilities for the composition and decomposition
of comma-separated values. An instance of the Text::CSV_XS class will
combine fields into a CSV string and parse a CSV string into f
Tested with:
cygwin: 2.8.0-1
bash: 4.4.12-3
win: 10 16199(Insider)
When you type `1234567890(Enter)(Enter)(Enter)`, the bash only get `1470`, and
nothing is shown before the third Enter is press.
It work well after switch to legacy console.
[new_console](https://technet.microsoft.com/libr
15 matches
Mail list logo