[ANNOUNCEMENT] Re: [Updated/New] Perl distributions

2016-06-13 Thread Achim Gratz
Achim Gratz writes: > The following Perl distributions are new in Cygwin as dependencies for > other packages: The previous announcement was missing these two: perl-Devel-GlobalDestruction-0.13-2 perl-Sub-Exporter-Progressive-0.001011-3 -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

Re: man incredibly slow because it scans for share directory in PATH??

2016-06-13 Thread Achim Gratz
Linda Walsh writes: > I.e. in a console window, if you type: > > > echo $MANPATH Well, it turns out that complete.tcsh sets MANPATH to "/usr/share/man:" if it's unset, so if you're using tcsh you'll most likely get that. But with the POSIX shells you shouldn't have a MANPATH variable set at all

Re: man incredibly slow because it scans for share directory in PATH??

2016-06-13 Thread Linda Walsh
Achim Gratz wrote: Riedel,Till (TM) writes: IMHO at least in Windows/Cygwin creating MANPATH from PATH makes no sense! (although I now get the idea what was the rationell!) Reasonably setting MANPATH should IMHO be a default... MANPATH is unset in a standard Cygwin installation since quite som

[ANNOUNCEMENT] [Updated/New] Perl distributions

2016-06-13 Thread Achim Gratz
The following Perl distributions have been updated to their latest version available from CPAN: perl-Business-ISBN-2.011-1 perl-Capture-Tiny-0.42-1 perl-ExtUtils-F77-1.20-1 perl-Module-Signature-0.80-1 perl-Mojolicious-6.64-1 perl-Readonly-2.05-1 perl-Regexp-Common-2016060801-1 perl-Term-ReadLine

Re: xdvipdfmx:fatal: This font using the "seac" command for accented characters...

2016-06-13 Thread Ken Brown
On 6/13/2016 9:28 AM, Mark McGregor wrote: Ken wrote: Would this solution affect the compilation processes of lualatex (which does compile the file in question) or pdflatex? No. lualatex and pdftex don't use fontconfig. By the way, I've filed a bug report about this problem: https://

Re: xdvipdfmx:fatal: This font using the "seac" command for accented characters...

2016-06-13 Thread Mark McGregor
Ken wrote: > Would this solution affect the compilation processes of lualatex > (which does compile the file in question) or pdflatex? No. lualatex and pdftex don't use fontconfig. By the way, I've filed a bug report about this problem: https://sourceforge.net/p/xetex/bugs/131/ Ke

Re: xdvipdfmx:fatal: This font using the "seac" command for accented characters...

2016-06-13 Thread Ken Brown
On 6/13/2016 5:27 AM, Mark McGregor wrote: References: Ken Brown wrote: Based on that, you can work around the problem by commenting out the type1 fonts in /usr/share/fontconfig/conf.avail/09-texlive.conf, like this: $ cat /usr/share/fontconfig/conf.avail/09-texlive.conf /usr/share/te

Re: git 2.8.3: git stash: Cannot save the current index state

2016-06-13 Thread Adam Dinwoodie
On Sun, Jun 12, 2016 at 01:59:42PM +0800, lnishan wrote: > It appears that git stash has been broken for a while (since 2.8.1, > maybe earlier). > > Steps to reproduce: > 1. mkdir test; cd test > 2. git init > 3. touch testfile > 4. git add . ; git commit -m "First commit" > 5. echo "123" > testfi

Re: stty icrnl

2016-06-13 Thread Achim Gratz
Achim Gratz NexGo.DE> writes: > I've created cygport files for both and picocom works just fine. Have yet > to test minicom, but I think it'll work as well. For my purposes minicom works, albeit with more overhead then picocom. However there are a few problems like popping up the help screen ac

Re: xdvipdfmx:fatal: This font using the "seac" command for accented characters...

2016-06-13 Thread Mark McGregor
References: Ken Brown wrote: Based on that, you can work around the problem by commenting out the type1 fonts in /usr/share/fontconfig/conf.avail/09-texlive.conf, like this: $ cat /usr/share/fontconfig/conf.avail/09-texlive.conf /usr/share/texmf-dist/fonts/opentype /usr/share/texmf-d

[ANNOUNCEMENT] Updated: cppcheck-1.74-1

2016-06-13 Thread David Stacey
The following packages have been updated in the Cygwin distribution: * cppcheck-1.74-1 * cppcheck-gui-1.74-1 Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types

[ANNOUNCEMENT] Updated: make-4.2.1-1

2016-06-13 Thread Marco Atzeri
Version 4.2.1-1 of make is available in the Cygwin distribution Replaces 4.2-1 leaving make-4.1-1 as previous DESCRIPTION A GNU tool for controlling the generation of executables and other non-source files of a program from the program's source files. Make allows users to build and install pa