Re: Cygwin Performance and stat()

2010-06-04 Thread Andy Koppe
o way to > know what a given call of stat really > needs ... MKS has such a faster but limited version of stat: http://www.mkssoftware.com/docs/man3/_NutFastStat.3.asp Shame about the name. Andy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.c

[ANNOUNCEMENT] Testing: mintty-0.7-beta3-1

2010-06-05 Thread Andy Koppe
mintty 0.7-beta3-1 is on its way to the Cygwin mirrors. This is a test release. To install using setup.exe, find mintty on the package selection screen and click on the cycle symbol in the 'New' column until the required version appears. Make sure the checkbox in the 'Bin?' column is ticked. Also

Re: New Mintty Beta via setup

2010-06-05 Thread Andy Koppe
ish waste container) column gets cleared, which indeed means you get nuffing. So make sure to tick that checkbox. (Is this a setup.exe bug? Something wrong about the packaging?) > Now "my" (mirrors.kernel.org) server fails to list it, so I can't load a > prior version. Even in

getline and getdelim

2010-06-06 Thread Andy Koppe
The getline() and getdelim() functions have become part of the standard with POSIX.1-2008. Time to drop the _GNU_SOURCE guard from their declarations in ? http://www.opengroup.org/onlinepubs/9699919799/functions/getline.html Andy -- Problem reports: http://cygwin.com/problems.html FAQ

Re: Unicode/UTF-8 support (MinTTY) - ncursesw - Mutt, Vim

2010-06-07 Thread Andy Koppe
as far as I can see, vim works fine with UTF-8 already. It even handles non-BMP codepoints correctly, which isn't a given due to the UTF-16 wchar_t on Windows and Cygwin. (Emacs and mined get that right too, whereas for example bash and zsh don't.) Michael, what are the issues you&#x

Re: Unicode/UTF-8 support (MinTTY) - ncursesw - Mutt, Vim

2010-06-07 Thread Andy Koppe
On 7 June 2010 13:44, Michael Ludwig wrote: > Andy Koppe schrieb am 07.06.2010 um 12:14:20 (+0100): >> On 7 June 2010 11:40, Corinna Vinschen wrote: > >> > I'll build the next release of vim (there's a 7.3 release coming >> > soon) against ncursesw. >>

Re: 'cp' utility bug when .exe file exist.

2010-06-09 Thread Andy Koppe
about that. Explorer still needs the .exe though. More importantly, a lot of build scripts likely depend on the .exe being added automatically. The frequent questions and problems around this issue do make me wonder though whether it wouldn't indeed be better to drop the .exe magic completely, deal

Re: 'cp' utility bug when .exe file exist.

2010-06-09 Thread Andy Koppe
em32\cmd.exe /C "%1" > > D:\ETC\Tools>regtool set "/user/Software/Microsoft/Command > Processor/AutoRun" 'set PATHEXT=%PATHEXT%;.' Or just: assoc .=exefile Hmm, interesting. >> More importantly, a lot of build scripts likely depend on the .exe b

Re: mintty screen size problem

2010-06-09 Thread Andy Koppe
e a solution? Thanks. Yes. No. See http://code.google.com/p/mintty/issues/detail?id=56 for more than you want to know about this. The workaround is to invoke such programs through 'cygstart'. Alternatively, the 'conin' wrapper mentioned in that thread should work fairly well fo

Re: setting CYGWIN=nodosfilewarning not working.

2010-06-10 Thread Andy Koppe
ut POSIX paths: >    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames > > To suppress this warning I set the environment variable > CYGWIN=nodosfilewarning by MyComputer-->Advanced-->EnvironmentVariables, but > still I am getting this warning. Make sure you set

[ANNOUNCEMENT] Updated: mintty-0.7.1-1

2010-06-18 Thread Andy Koppe
mintty 0.7.1-1 is on its way to the Cygwin mirrors. This is a feature release with quite a few enhancements, fixes and optimisations. DESCRIPTION === Mintty is a terminal emulator for Cygwin with a native Windows user interface and minimalist design. Among its features are Unicode support

Re: Problems with bzr-2.1.2-1

2010-06-19 Thread Andy Koppe
-1 package built with Python 2.6 having been set to 'current' while Python 2.6 is still in 'testing'. Until this is fixed, you'll either need to downgrade bzr to the previous version or upgrade Python to 2.6. I'd recommend downgrading. Andy -- Problem reports: h

Re: LANG=ru_RU.cp1251, but binutils use UTF-8.

2010-06-22 Thread Andy Koppe
it anything but an English help message, no matter the LANG setting. Are you sure you're using Cygwin's objdump, i.e. what do 'which objdump' and 'objdump --version' say? Andy

Re: Mirror Problems

2010-06-25 Thread Andy Koppe
> Why all the working mirrors disappear and why do the most of the remaining > not work ?? > Who made this decision ? I think they automatically (and temporarily) fall off the list if they're not sufficiently up-to-date, which I'd guess is something to do with the large numbe

Re: Incomplete downloads reported across several mirrors

2010-06-26 Thread Andy Koppe
our system against the Big List Of Dodgy Apps at http://cygwin.com/faq/faq.using.html#faq.using.bloda? Andy -- 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: Updated: wdiff 0.6.3-1 -- Compare two files word by word

2010-06-28 Thread Andy Koppe
>> nicer display of word differences between the original files. >> ... > > It would be most convenient if package announcements would include the > names of the packages. They do: subject: [ANNOUNCEMENT] Updated: wdiff 0.6.3-1 -- Compare two files word by word Andy -- P

1.7.6 snapshot: intermittent "CreateProcessW failed"

2010-06-28 Thread Andy Koppe
I run more than two. I guess this suggests a synchronisation issue. This is on a 32-bit Windows XP. The issue didn't occur on 1.7.5 and before. I went back through previous snapshots to try to narrow to down the problem a little bit: 20100507 is fine, 20100518 is not. Andy -- Problem

Re: 1.7.6 snapshot: intermittent "CreateProcessW failed"

2010-06-29 Thread Andy Koppe
On 28 June 2010 19:34, Christopher Faylor wrote: > On Mon, Jun 28, 2010 at 05:36:04PM +0100, Andy Koppe wrote: >>When running a couple of lengthy make-based builds in parallel, I >>eventually get error messages such as this: >> >>      3 [main] sh 4368 fork: child -1 - C

Re: 1.7.6 snapshot: intermittent "CreateProcessW failed"

2010-06-29 Thread Andy Koppe
On 29 June 2010 09:30, Corinna Vinschen wrote: > On Jun 29 09:16, Andy Koppe wrote: >> On 28 June 2010 19:34, Christopher Faylor wrote: >> > On Mon, Jun 28, 2010 at 05:36:04PM +0100, Andy Koppe wrote: >> >>When running a couple of lengthy make-based builds in paralle

Re: 1.7.6 snapshot: intermittent "CreateProcessW failed"

2010-06-29 Thread Andy Koppe
On 29 June 2010 11:33, Corinna Vinschen wrote: > On Jun 29 10:48, Andy Koppe wrote: >> C:/bin on /usr/bin type ntfs (binary,auto) >> C:/lib on /usr/lib type ntfs (binary,auto) >> C: on / type ntfs (binary,auto) > > Urgh.  I hope you know what you're doing... Yea

Re: rebaseall [1.7]: cyggcc_s-1.dll error

2010-06-29 Thread Andy Koppe
taught to add this library to the list of exemptions (similar to > cygwin1.dll). Or rebuilt dash with -static-libgcc? Andy -- 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: LANG=ru_RU.cp1251, but binutils use UTF-8.

2010-06-29 Thread Andy Koppe
characters: $ LANG=es_ES.UTF-8 objdump --help Modo de empleo: objdump Muestra la informaci'on de objeto. That should be "información" rather than "informaci'on". Translations are working properly for example for 'ls' and 'gcc'. Andy -- Problem rep

Re: Interference with Windows keyboard language

2010-06-29 Thread Andy Koppe
ifferent applications can use different layouts, as you'll see when switching between applications. The LANG and LC_* settings do not have an effect on the keyboard layout. Andy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Docume

Re: configure rxvt on cygwin 1.7.5

2010-07-07 Thread Andy Koppe
27;\e[0m\][\e[32m\]\u\e[0...@\e[31m\]\h\e[0m\]\e[0m\]]\e[34m\]\w\e[0m\]>\n$ > ' > > this last definition seems to be ignored anyway ... Have a look at http://www.gnu.org/software/bash/manual/bashref.html#Bash-Startup-Files to see which files are being sourced when bash is

Re: configure rxvt on cygwin 1.7.5

2010-07-08 Thread Andy Koppe
l continue to operate in C.UTF-8. That will cause trouble when entering non-ASCII characters on the command line, for example, try typing an ä or â. Therefore you need to set it before bash is invoked, for example in cygwin.bat if that's where you're invoking rxvt from. Andy -- Problem r

Re: configure rxvt on cygwin 1.7.5

2010-07-08 Thread Andy Koppe
really > isn't any need to be so verbose about the shell to start for most > people.  Set the shell program you want to use in /etc/passwd, and let > mintty do the rest. Good advice. Also, it's easiest just to invoke mintty from the start menu shortcut in the Cygwin fold

Re: configure rxvt on cygwin 1.7.5

2010-07-09 Thread Andy Koppe
shortcut in the Cygwin folder that's created when mintty is >> installed. That already has that '-' argument. > > just a remark : after the standard cygwin installation I've a single > short cut to Cygwin.bat in the start menu cygwin folder nothing else .

Re: 1.7.5 cannot bg mintty

2010-07-12 Thread Andy Koppe
On 30 May 2010 07:00, Christopher Faylor wrote: > On Sat, May 29, 2010 at 11:32:23PM +0100, Andy Koppe wrote: >>There's also another issue with the ^Z not taking effect immediately >>due to signal handling being disabled while mintty waits for Windows >>events, but that

Re: Cygwin / Windows 7 Heap Problems

2010-07-12 Thread Andy Koppe
dard set of system calls (including svn). > > I'm using the latest cygwin version - output from uname -a is: > CYGWIN_NT-6.1-WOW64 [computername] 1.7.5(0.225/5/3) 2010-04-12 19:07 i686 > Cygwin > > Any suggestions / comments would be appreciated! Have you checked your system aga

Re: pthread_mutex_lock doesn't interrupt

2010-07-12 Thread Andy Koppe
errupt it should run > it then resume trying to get a lock Have you got chapter and verse from the POSIX standard on that? By 'interrupt' do you mean SIGINT or any signal? Is it possible that the signal is just being deferred and then subsumed by later signals? Andy -- Problem

Re: Cygwin extremely slow after updating from 1.5.1 to 1.7.5

2010-07-12 Thread Andy Koppe
ograms, so a bit of context would have been nice. They're certainly not supported on this list. Do they fork lots of processes? In that case, the answer might well be yes. Otherwise, are any network drives involved in your setup? Those can be rather slow with Cygwin. Andy -- Problem reports:

Re: pthread_mutex_lock doesn't interrupt

2010-07-12 Thread Andy Koppe
e comes while in the signal > handler (where usual that signal should then get blocked) and is > disrupting the processing. Makes sense. Andy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.

Re: Sending SIGUSR1 to thread in nanosleep causes segfault

2010-07-12 Thread Andy Koppe
cygwin.com/cygwin-ug-net/highlights.html for some of the tricks. Obviously pthreads further complicate matters, and the sort of thing you're doing here is not something that tends to get a lot of use by "normal" programs, so shortcomings are quite likely. Andy -- Problem rep

Re: pthread_mutex_lock doesn't interrupt

2010-07-13 Thread Andy Koppe
On 13 July 2010 08:07, Corvus Corax wrote: >> Have you got chapter and verse from the POSIX standard on that? By >> 'interrupt' do you mean SIGINT or any signal? Is it possible that the >> signal is just being deferred and then subsumed by later signals? >> &g

Re: {lp,cb}Reserved2 under Windows 7 and file descriptors

2010-07-15 Thread Andy Koppe
nless, of course, nobody else > will try it or already did... It would be brilliant if this did work, taking at least some of the sting out of the whole pty vs interactive console app issue. Andy -- 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: Problem with select() on console

2010-07-15 Thread Andy Koppe
all for you, which your users would proabably appreciate anyway. Readline's "Alternate Interface" allows you to interleave line input with other I/O. See http://tiswww.case.edu/php/chet/readline/readline.html#SEC41 I suspect readline() is the reason why this hasn't come up

Re: Need to uninstall many packages, how?

2010-07-21 Thread Andy Koppe
on them all once more to get them to 'Uninstall'. The trick here is to try to avoid getting the dependency resolver involved. Otherwise, perhaps apt-cyg or cyg-apt could help. Andy -- 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: Need to uninstall many packages, how?

2010-07-21 Thread Andy Koppe
ps the 'Warning! Unmet Dependencies Found' message at the top would need to lose the 'Warning!' so as not to needlessly scare users. Doing this would also address Brad's original issue of packages having been selected without him realising. Andy -- 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: Cygwin command line takes a long time to start

2010-07-22 Thread Andy Koppe
same with /etc/profile as well, after first backing it up. Scripts in /etc/profile.d might be involved too. Andy -- 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: When will the next gcc come out

2010-07-23 Thread Andy Koppe
being a bug in gcc rather than in your program? It's quite common that subtle program bugs get exposed differently by different optimisations. This might also be relevant: http://en.wikipedia.org/wiki/Aliasing_(computing)#Conflicts_with_optimization Andy -- Problem reports:

Re: Request for feature: more flexible setup routine

2010-07-25 Thread Andy Koppe
ing the default as is but remembering the state of Keep/Curr/Prev/Exp across setup.exe invocations? Would a patch for that be welcome? Andy -- 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: Request for feature: more flexible setup routine

2010-07-26 Thread Andy Koppe
#On 26 July 2010 10:32, Andrey Repin wrote: > Greetings, Andy Koppe! Здравствуйте! >> This makes me wonder whether Keep shouldn't be the default, on the >> principle that programs shouldn't do anything unless the user asks for >> it. > > Strange principle.

Re: Request for feature: more flexible setup routine

2010-07-26 Thread Andy Koppe
On 26 July 2010 15:29, Christopher Faylor wrote: > On Mon, Jul 26, 2010 at 12:52:48PM +0100, Andy Koppe wrote: >>#On 26 July 2010 10:32, Andrey Repin wrote: >>>> This makes me wonder whether Keep shouldn't be the default, on the >>>> principle that programs

Re: How to launch an rxvt terminal window with Monospace font

2010-07-27 Thread Andy Koppe
> > middle-mouse paste works. > Just check on options-mouse that past is not already > selected for the right click. Yep. And you'll probably want to enable 'Copy on select' on the Mouse page of the options. Andy -- Problem reports: http://cygwin.com/problems.html FA

Re: Cygwin command line takes a long time to start

2010-07-27 Thread Andy Koppe
ds, rather than 10. Disabling bash_completion completely gives me > a prompt in less than 1 second, but I do quite like bash_completion so > I'll live with that. FWIW, zsh with fancy completion enabled starts in one to two seconds for me. Not suggesting that switching shell is an easy fix th

Re: Request for feature: more flexible setup routine

2010-07-27 Thread Andy Koppe
confusion that I previously > mentioned so I'm not in favor of it. Fair enough. > However, I don't feel so strongly that I'd actually veto the change > if others think it is important. The silence is deafening. I better give that a miss then. Andy -- Problem rep

Should mintty's copy-on-select option be on by default?

2010-07-29 Thread Andy Koppe
use in mintty, because the only other thing you can do with a selection is to try to 'Open' it. And I guess most users do come from a Unixy background. Opinions? Andy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation

Re: How to launch an rxvt terminal window with Monospace font

2010-07-29 Thread Andy Koppe
make it almost bearable. > How to launch an xterm window with Monospace font ? > > Typing xterm -fn "Monospace" gives an error message. That's a question for the cygwin-xfree list. Andy -- Problem reports: http://cygwin.com/problems.html FAQ: htt

Re: Request for a thicker line cursor in Mintty

2010-07-29 Thread Andy Koppe
or appears to be a little too thin in my > opinion (sometimes difficult to find on the screen). It's the standard Windows cursor, same as you get in any other Windows application. Try the block or underscore cursors for something more substantial. > Could Andy envisage to give it some thickn

Re: Window shortcut to launch a Mintty login bash on a given directory

2010-07-29 Thread Andy Koppe
e) is set. Hence you could get it to work by changing the shortcut target to this: C:\cygwin\bin\mintty.exe /bin/env CHERE_INVOKING=1 /bin/bash --login Andy -- 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: Should mintty's copy-on-select option be on by default?

2010-07-30 Thread Andy Koppe
On 29 July 2010 13:02, Andy Koppe wrote: > This is a difference in approach between Windows and X11: in X, the > selection is automatically made available for pasting, whereas in > Windows you need to explicitly copy it to the clipboard using the Copy > menu command or one of

Re: Window shortcut to launch a Mintty login bash on a given directory

2010-07-31 Thread Andy Koppe
it would be abbreviated to a tilde in the title. (This isn't mintty-specific of course.) Andy -- 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: Request for a thicker line cursor in Mintty

2010-07-31 Thread Andy Koppe
y' for details. > Indeed, the Mintty line cursor is also used by WordPad but Word uses a > thicker cursor (probably for the same reasons as mine). Hmm, good point, I hadn't noticed that. Same in OpenOffice Writer as well. Do you want to enter an enhancement issue at http://cod

Re: Request for a thicker line cursor in Mintty

2010-08-01 Thread Andy Koppe
On 31 July 2010 16:11, Andy Koppe wrote: > On 31 July 2010 15:24, JOHNER Jean 066030 wrote: >>>> I use Mintty with the following options: >>>> Background: white, Foreground: black, Text: Fixedsys 9 pts, Cursor: >>>> line. >>>> >>>> Wit

Re: How to pass parameters to a windows application

2010-08-02 Thread Andy Koppe
t;" > > works. I wrote a little program called open, > http://www.davehylands.com/Software/Open/ > > which opens files the same way as double clicking on them. It also > translates cygwin paths into Win32 paths if you build the cygwin > version. > If passed a directory nam

Re: Some key binding in Emacs not properly work in mintty.

2010-08-02 Thread Andy Koppe
t's up with that. >> Also I have trouble with. Emacs think that >> I press. > > I think this is a mintty issue.  I'll let Andy comment. Unfortunately terminals don't have a standard keycode for Ctrl+Backspace, hence in emacs it won't do what's expected

Re: Window shortcut to launch a Mintty login bash on a given directory

2010-08-02 Thread Andy Koppe
On 1 August 2010 15:16, JOHNER Jean 066030 wrote: > On 31 July 2010 15:00, Andy Koppe wrote: > >> The window title is changed to the working directory as part of the >> shell prompt, i.e. the PS1 variable, which is set in /etc/profile. >> It's the initial part of it t

Re: Request for a thicker line cursor in Mintty

2010-08-02 Thread Andy Koppe
On 1 August 2010 15:03, JOHNER Jean 066030 wrote: > On 1 August 2010 09:43, Andy Koppe wrote: >> >> Turns out there's a global Windows setting for the cursor width, at >> Control Panel -> Accessibility Options -> Display (that's where it is >> in XP any

Re: How to pass parameters to a windows application

2010-08-03 Thread Andy Koppe
cygwin_conv_path to Windows APIs might have this issue. Therefore I'm wondering whether it wouldn't be better to address this once and for all in cygwin_conv_path itself by doing what cygpath does: assuming the resulting path fits into MAX_PATH, drop "\\?\" fro

Re: How to pass parameters to a windows application

2010-08-03 Thread Andy Koppe
t produce paths starting with '\\?\UNC\' instead of '\\'. That function is deprecated for Cygwin 1.7 though, because it doesn't support Unicode or paths longer than MAX_PATH. Andy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cy

Re: About mouse selection in a cmd console

2010-08-04 Thread Andy Koppe
opens file1. Clicking somewhere DOES move > the vim cursor. With quick edit mode enabled? It might be (temporarily) disabling that. Andy -- 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: incompatible environment variable names

2010-08-04 Thread Andy Koppe
it got into the Cygwin environment, and cygwin.bat directly > invokes bash, so I interpret this as bash creating the Cygwin environment. > Where is the hole in this logic? The Windows environment is translated by the Cygwin DLL, which gets loaded and initialised when bash.exe is

Re: Some key binding in Emacs not properly work in mintty.

2010-08-04 Thread Andy Koppe
On 2 August 2010 15:09, Ken Brown wrote: > On 8/2/2010 7:37 AM, Andy Koppe wrote: >> On 1 August 2010 16:17, Ken Brown wrote: >>> On 8/1/2010 10:18 AM, Oleksandr Gavenko wrote: >>>> >>>> Selection by Ctrl-Left/Right/Down work properly. >>>> Bu

Re: How to pass parameters to a windows application

2010-08-04 Thread Andy Koppe
he long path prefix. Great. Seems to be working fine for me. This allows dropping the equivalent hack from cygpath, doesn't it? Andy -- 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: mintty-0.8.1-1

2010-08-06 Thread Andy Koppe
mintty 0.8.1-1 is on its way to the Cygwin mirrors. This is a feature release with a few enhancements and fixes also some fairly big behind-the-scenes changes. DESCRIPTION === Mintty is a terminal emulator for Cygwin with a native Windows user interface and minimalist design. Among its fea

Re: How to launch an rxvt terminal window with Monospace font

2010-08-06 Thread Andy Koppe
#x27;Bitstream Vera Sans Mono' or 'DejaVu Sans Mono'. Both of these are available for Windows as well. I've got them on my system anyway, but I don't know whether they were there by default or whether they were installed with some application. Andy -- Problem reports: h

Re: Setup.exe update confusion

2010-08-06 Thread Andy Koppe
On 6 August 2010 19:38, Marco Moreno wrote: >> "Pending" is the old "Partial" view.  It's been renamed. > > Note that the tooltip still shows "Partial" instead of "Pending" when mousing > over the View button. Thanks for th

Re: Opening .n extensions

2010-08-08 Thread Andy Koppe
ere else to ask.  Thank you in advance for > your Job like patience and understanding. I'm afraid we can't help with this here. Cygwin does use the .n extension on some documentation files ("man pages"), but that's clearly not what you're looking for. Andy -- Problem re

Re: Incomplete installation of subversion

2010-08-10 Thread Andy Koppe
, to be rolled out soon. > I am waiting with the install of the above packages in case you have a > question about the current state of my system. Thanks very much, but hopefully we've got this one cornered already. Andy -- Problem reports: http://cygwin.com/problems.html FA

Re: Incomplete installation of subversion

2010-08-11 Thread Andy Koppe
On 10 August 2010 12:59, Andy Koppe wrote: > On 10 August 2010 12:41, David Balažic wrote: >> I have a reasonably up to date cygwin installation (did an update a >> week ago or so). >> Today I run the latest setup (v2.708). In Pending I saw a few libX >> packages and

Re: 1.7.5: Occasional failure of CreatePipe or signal handing due to thread-unsafe code in cwdstuff::set

2010-08-11 Thread Andy Koppe
lls, not the Win32 notion of current directory? Yes. The question then becomes what to do about the Win32 working directory in that case. Andy -- 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: Mintty versus xterm colors in Vim

2010-08-12 Thread Andy Koppe
ot; are in a difficultly readable light brown > Continuation "&" is in yellowish gray Looks like vim automatically enables 256-color mode in xterm. Invoke vim with TERM=xterm-256color to enable it in mintty too. (You can set that variable on the 'Output' page of mint

Re: Cygwin 1.7.5-1: backspace does not work correctly...

2010-08-13 Thread Andy Koppe
On 13 August 2010 10:20, Nuzhna Pomoshch wrote: > On Tue, 20 Apr 2010 00:12:29 +0100, Andy Koppe wrote: > >> From the cygwin-1.7.5 release announcement: >> >> - Support DEC Backarrow Key Mode escape sequences >> (ESC [ ? 67 h, ESC [ ? 67 l) in Windows console. >&

Re: Mode dependent cursor shape lost in cygwin Vim in a Windows console

2010-08-13 Thread Andy Koppe
cursor shape in Cygwin Vim in a > Windows console? No, but I'm sure a patch implementing the DECSCUSR control sequence using SetConsoleCursorInfo() would be welcome. (Copyright assignment required.) http://vt100.net/docs/vt510-rm/DECSCUSR http://msdn.microsoft.com/en-us/library/ms

Cygwin speed difference on multiple cores -vs- single-core?

2010-08-13 Thread Andy Nicholas
Is there some way to work around it so I can boot my PC, use all the cores with other apps, and continue run cygwin 2x faster? Thanks much, andy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/d

Re: Cygwin speed difference on multiple cores -vs- single-core?

2010-08-13 Thread Andy Nicholas
#x27;t think the issue is I/O. The disk I'm using is an SSD (OCZ Vertex 2) which is fairly fast. But, the results repeat even if I try a regular 7200 RPM hard drive. Yeah, weird. andy -- 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: Mode dependent cursor shape lost in cygwin Vim in a Windows console

2010-08-14 Thread Andy Koppe
to happen. > Could you implement such a patch yourself? No. I don't maintain the console and mintty keeps me busy enough already. Andy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.

Re: [ANNOUNCEMENT] Updated: experimental package: gcc4-4.5.0-1

2010-08-14 Thread Andy Koppe
0-08/msg5.html Oi, no thread hijacking please. That issue isn't even anything to do with gcc, because byteorder.h is part of the cygwin base package. Andy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http:/

Re: Postinstall for mintty fails when installing "just for me"

2010-08-16 Thread Andy Koppe
/bin/mkdir -p "$(/bin/cygpath -P)/Cygwin" /bin/mkshortcut -P -n Cygwin/mintty -a - -d Terminal /bin/mintty.exe fi Andy -- 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: Existence check fails on Cygwin Perl

2010-08-17 Thread Andy Koppe
On 17 August 2010 10:06, Corinna Vinschen wrote: > On Aug 17 10:54, Lemke, Michael  SZ/HZA-ZSB2 wrote: >> On 17 Aug 2010 10:20:41 +0200, Corinna Vinschen wrote: >> >On Aug 16 18:13, Andrew DeFaria wrote: >> >> $ cat test.pl' >> >> use warnings; >> >> use strict; >> >> >> >> # Obviously non-existant

Re: Upgrading to cygwin 1.7.6 vs gcc 4.5

2010-08-17 Thread Andy Koppe
rimental versions accordingly.) Of course this also selects experimental versions of a few other packages, e.g. emacs, but if you don't want to help testing those, you can downgrade them on the Pending page. Andy -- 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: Postinstall for mintty fails when installing "just for me"

2010-08-17 Thread Andy Koppe
On 17 August 2010 20:12, Buchbinder, Barry (NIH/NIAID) [E] wrote: > Corinna Vinschen sent the following at Tuesday, August 17, 2010 4:49 AM >>On Aug 17 06:52, Andy Koppe wrote: >>> On 17 August 2010 02:26, Buchbinder, Barry wrote: >>> > $ bash --norc --noprof

Re: mintty hangs after SSH disconnect

2010-08-18 Thread Andy Koppe
broken since 0.8-beta1, reported and fixed in svn for 0.8.2 just last night. Btw, the close button and Alt+F4 should still work inspite of the 100% CPU. I guess I better also restore the behaviour where any keypress closes the terminal if the pty has reported EOF. Andy -- Problem reports:

Re: Postinstall for mintty fails when installing "just for me"

2010-08-18 Thread Andy Koppe
    >> BUILTIN\Users:(OI)(CI)R >>[...] > > Here's the actual problem: > >  cygdrive prefix     /         system  binary,noacl,posix=0,auto > > The cygdrive prefix is set to the mount option "noacl".  So the output > from getfacl or ls or stat fo

Re: "run" changes behavior with cygwin-17.6

2010-08-18 Thread Andy Koppe
;. Even better, just invoke it directly from a shortcut rather than from a .bat script, which also avoids a console window flashing up briefly. The 'mintty' package in setup.exe automatically creates a suitable shortcut under Cygwin in the start menu. Andy -- Problem reports:

Re: "run" changes behavior with cygwin-17.6

2010-08-18 Thread Andy Koppe
rent directory in line with the POSIX one at startup, in any of the utils that may invoke a Win32 function with a relative path. Chuck, do you need a hand with going through them? Andy -- 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: "run" changes behavior with cygwin-17.6

2010-08-18 Thread Andy Koppe
ess startup, otherwise the working directory can't be deleted from under the process, which you can do on Linux. Andy -- 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: "run" changes behavior with cygwin-17.6

2010-08-18 Thread Andy Koppe
feit Linux compatibility while still breaking some Win32-using programs. I think it should be one way or the other: either stick with the current approach, or always sync the Win32 working directory up-to-date (except when that's not possible). Andy -- 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: Upgrading to cygwin 1.7.6 vs gcc 4.5

2010-08-18 Thread Andy Koppe
On 18 August 2010 06:25, Andy Koppe wrote: > On 18 August 2010 00:09, Eric Blake wrote: >> On 08/17/2010 04:54 PM, Ross Smith wrote: >>> I've installed the experimental gcc 4.5 packages (because that's the >>> version I'm using in all my other developm

Re: ImageMagick: More insufficient package dependencies

2010-08-18 Thread Andy Koppe
unteer to > maintain a Cygwin packages bug-tracking system? Besides, thanks to the magic of mail filters, grabbing the attention of a package maintainer isn't the problem anyway. The issue is whether there's an active maintainer in the first place. Andy -- 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: All scripts in /etc/postinstall have wrong filetype

2010-08-18 Thread Andy Koppe
after a script has been run successfully. So the question is why it tried to run scripts that had been run already. Could you attach the log? Andy -- 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: Bash login slow after upgrade to cygwin 1.7

2010-08-20 Thread Andy Koppe
h completion shouldn't be enabled just by installing it, because lots of people seem to install everything "just in case". Andy -- 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] [ANNOUNCEMENT] Updated: mintty-0.8.2-1

2010-08-22 Thread Andy Koppe
mintty 0.8.2-1 is on its way to the Cygwin mirrors. This is a bugfix release. DESCRIPTION === Mintty is a terminal emulator for Cygwin with a native Windows user interface and minimalist design. Among its features are Unicode support and a graphical options dialog. Its terminal emulation i

Re: Wrong/ inconsistent responses from diff

2010-08-23 Thread Andy Koppe
own above: M: / system binary,auto M:\bin /usr/bin system binary,auto M:\lib /usr/lib system binary,auto cygdrive prefix /cygdrive userbinary,auto In particular, the /d and /m paths suggest that the cygdrive prefix is / rather than /cygdri

Re: Cygwin setup not saving "Create icon on Desktop" setting?

2010-08-24 Thread Andy Koppe
On 24 August 2010 19:16, Jim Reisert AD1C wrote: > So, are the two check-box settings saved somewhere, and if so, where? No. It will helpfully untick the checkboxes if the shortcuts are already there. PTC, I presume. Andy -- Problem reports: http://cygwin.com/problems.html

Re: lighttpd, nano, tidy: update (ping?)

2010-08-25 Thread Andy Koppe
l needed? 2.2.5 builds out-of-the-box for me, with plain './configure' enabling UTF-8 and picking up ncursesw. Andy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe inf

Re: mintty start menu icon

2010-08-26 Thread Andy Koppe
e the user even gets to the "Add icon to Start Menu" option. Same issue for other packages that create start menu entries. Andy -- 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: mintty start menu icon

2010-08-26 Thread Andy Koppe
would cause much more annoyance than yet another entry start menu entry that's easily deleted or ignored. Also, that approach just wouldn't scale to multiple packages. Andy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Docume

Re: mintty start menu icon

2010-08-26 Thread Andy Koppe
On 26 August 2010 18:13, Charles Wilson wrote: > On 8/26/2010 1:07 PM, Andy Koppe wrote: >> >> 2010/8/26 Vincent Rivière: >>> >>> It would be nice if the mintty package could honor the unchecking of "Add >>> icon to Start Menu" >> >&g

Re: How/Where do I get an older version of Cygwin?

2010-08-26 Thread Andy Koppe
ill break. It sure doesn't get tested. Going back to the previous version of a particular package is useful when there's a regression in the latest version, but doing the same across the whole distro, not so much. Cygwin 1.5 and setup-legacy.exe is the way to go if you want somethi

<    4   5   6   7   8   9   10   11   12   13   >