Re: Any estimate for perl 5.14?

2011-07-14 Thread Reini Urban
2011/7/13 Francois Isabelle fisabe...@broadsoft.com: Yes, 5.14.1 is currently being tested with the new rebase database code. I had to rewrite my rebase code for new or updated CPAN modules. You'll like it. I saw the annoucement, but it does not appear in the 'experimental' category yet when

Re: problem with displaying graphical chars in mc under rxvt (CYGWIN=codepage:oem didnt fix it)

2011-07-14 Thread Micho Vesiak
My winning setings for these problems are finally here after several tries. MC has now correct line drawing borders, backspace and arrows work in bash shell, also mc works much faster in rxvt than in default cygwin shell (which seems to run in windows cmd?). The TERM and DISPLAY environment

Re: [Lars Bjørndal] Re: brltty problems with recent snapshots

2011-07-14 Thread Lars Bjørndal
[Corinna Vinschen] On Jul 13 15:37, Samuel Thibault wrote: Corinna Vinschen, le Wed 13 Jul 2011 15:05:50 +0200, a écrit : On Jul 13 13:41, Lars Bjørndal wrote: I'm using a com-port, since Modular Evolution has USB2serial conversion. The latest cygwin1.dll that works for me, is

Perl 5.14 date?

2011-07-14 Thread Philip Kime
Any rough idea when perl 5.14 will be available? I know it's being worked on, just trying to get an idea for planning ... PK -- Dr Philip Kime -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

'info ftp' show man page instead of info. Incorrect 'dir' file entries for 'inetutils' package.

2011-07-14 Thread Oleksandr Gavenko
I read $ man ftp and it recommend read info: $ info ftp but this command shown previous man page. Emacs show: No such node or anchor: ftp FTP client Problems come from incorrect '/usr/share/info/dir' file menu entry. If I change: * ftp: (inetutils)ftp FTP client.

Re: Status

2011-07-14 Thread mail
From: m...@democracynow.org Subject: Thank you for your email. Hello, Thank you for your message. Your feedback is very important to us. Although we read all the messages we receive, the volume of email we get makes it impossible to respond individually. If your message falls into one of the

Pthread question for GDB?

2011-07-14 Thread Jan Chludzinski
If I'm stepping through main() in GDB, when I step past pthread_create() should the associated (newly created) thread begin executing independently of main() (i.e., the main thread)? Executing independently in the background? Red Hat's GDB documentation says: In all-stop mode, whenever your

Re: [ANNOUNCEMENT] updated: LilyPond 2.14.1

2011-07-14 Thread Oleksandr Gavenko
On 11.07.2011 10:41, Jan Nieuwenhuizen wrote: I've updated LilyPond to 2.14.1, the latest stable release. This is the first 2.14 release for Cygwin; a major upgrade bringing almost two years of work since 2.12. For an overview of new features and changes, see

tar 1.25 fail to handle symliks correctly

2011-07-14 Thread yoni levi
Hi, I know tar version 1.25 sporadically fail to untar symlinks under cygwin. http://www.cygwin.com/ml/cygwin/2011-04/msg00335.html I switch to an older tar version (1.23) and everything is working perfectly. Since this is a critical bug (tar is practically unusable) - I think you should

Re: [Lars Bjørndal] Re: brltty problems with recent snapshots

2011-07-14 Thread Corinna Vinschen
On Jul 14 10:19, Lars Bjørndal wrote: [Corinna Vinschen] On Jul 13 15:37, Samuel Thibault wrote: Corinna Vinschen, le Wed 13 Jul 2011 15:05:50 +0200, a écrit : On Jul 13 13:41, Lars Bjørndal wrote: I'm using a com-port, since Modular Evolution has USB2serial conversion.

Re: [Lars Bjørndal] Re: brltty problems with recent snapshots

2011-07-14 Thread Lars Bjørndal
On Thu, Jul 14, 2011 at 12:16:09PM +0200, Corinna Vinschen wrote: On Jul 14 10:19, Lars Bjørndal wrote: [...] There is also some issues when navigating in an emacs buffer with cursoring keys. A beep is produced every time the cursor moves over a line break. Try also to type a tab character

Re: Pthread question for GDB?

2011-07-14 Thread Ryan Johnson
On 14/07/2011 5:43 AM, Jan Chludzinski wrote: If I'm stepping through main() in GDB, when I step past pthread_create() should the associated (newly created) thread begin executing independently of main() (i.e., the main thread)? Executing independently in the background? Welcome to the jungle.

Re: [Lars Bjørndal] Re: brltty problems with recent snapshots

2011-07-14 Thread Samuel Thibault
Lars Bjørndal, le Thu 14 Jul 2011 12:56:21 +0200, a écrit : BRLTTY has a cut paste facility. It sometimes doesn't paste all characters inside cygwin. Pasting an att sign into a shell prompt, the terminal beeps, and no character is written. Doing the same thing after exiting bash, but still

Re: Qt Creator static libqt-mt.a

2011-07-14 Thread Phil Bouchard
On 7/13/2011 5:59 PM, Larry Hall (Cygwin) wrote: True. If your goal was to get down to 1 executable that contains all that is necessary to run, then you'll never get there. That's too bad, I'll try MinGW. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Qt Creator static libqt-mt.a

2011-07-14 Thread Phil Bouchard
On 7/14/2011 8:51 AM, Phil Bouchard wrote: That's too bad, I'll try MinGW. I mean, I'll try MSVC. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: Perl 5.14 date?

2011-07-14 Thread Reini Urban
2011/7/14 Philip Kime: Any rough idea when perl 5.14 will be available? I know it's being worked on, just trying to get an idea for planning ... I just started a new round with my perl-5.14.1-1 and the database version rebase-3.0.2 (optionally). It will need about to week to be tested fully.

Re: man UTF-8 rendering problem

2011-07-14 Thread Andy Koppe
On 13 July 2011 15:07, Nellis, Kenneth wrote: I wrote back in January about a UTF-8 rendering error with man size, but got no satisfaction. http://cygwin.com/ml/cygwin/2011-01/msg00057.html I encountered the same issue today with man addr2line. Running mintty with the Lucinda Console font

Re: Pthread question for GDB?

2011-07-14 Thread Jan Chludzinski
This has everything to do with the beast called parallelism and nothing to do with either cygwin or gdb (which is probably why you're not getting replies). A short-running thread can easily complete before pthread_create returns. Here's the law of the jungle, as simply put as I know: other

Re: Problem starting XWin Server

2011-07-14 Thread Jan Chludzinski
First, THANKS! $ startxwin giving up. startxwin: No such file or directory (errno 2): unable to connect to X server startxwin: No such process (errno 3): Server error. The server is never started - no process in the Windows Resource Monitor. When I try to start xedit (or

(X)Emacs Window Manager commands

2011-07-14 Thread Gulliver.M.Smith
A web search shows that this has been asked before, but I thought I'd put it out there again. When using Cygwin X in multi-window mode (i.e. with each X window being its own MS Windows window), the window manager ignores the window manager requests from Emacs and XEmacs to raise and lower

src/winsup/cygwin ChangeLog fhandler_console.cc

2011-07-14 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2011-07-14 10:02:11 Modified files: winsup/cygwin : ChangeLog fhandler_console.cc Log message: * fhandler_console.cc (fhandler_console::input_tcsetattr): Revert to setting

Re: [PATCH] fix for sigsegv in gcc 4.6

2011-07-14 Thread Christopher Faylor
On Wed, Jul 13, 2011 at 04:40:21AM +0900, jojelino wrote: i think it's about 5 month between preceeding one. missing WINAPI(__stdcall) which should had been added for function pointer type is now cause of SIGSEGV. hence it is added. this changes applies to winsup/cygwin/environ,autoload.cc