Re: XWin crash after the launch of startkde on a remote Red Hat 5 machine

2010-09-22 Thread Michel Hummel
Hello, I've modified my patch, to change the restart process. It does not use anymore the winProcEstablishConnection wrapper to restart the clipboard but directly the winInitClipboard function. This allows to restart the clipboard more quickly and if the clipboard thread cannot connects to the

Re: XWin crash after the launch of startkde on a remote Red Hat 5 machine

2010-09-22 Thread Jon TURNEY
On 22/09/2010 10:03, Michel Hummel wrote: Hello, I've modified my patch, to change the restart process. It does not use anymore the winProcEstablishConnection wrapper to restart the clipboard but directly the winInitClipboard function. This allows to restart the clipboard more quickly and if

业务

2010-09-22 Thread 何小晴
各位老板、财务:您好!  本公司可以代开全国各地的票据 一:增值税:1:17%专用增值2:普通增值3:海关增值 二:国税:1:商品销售2:货物统一销售3:工业统一销售。 三:地税:1:建筑业2:广告业3:机动车销售4:税务代开 5:运输6:加工修理等专用发票。 其它服务:租赁费、会议费、住宿费、咨询费、服务费、定额餐饮等 代理全国各大城市税票: 广东.上海.浙江.江苏.北京.辽宁.福州.厦门.长沙.等. 郑重承诺 以上票据均为各单位在税务局所申领,可验证后付款。 联 系 人:何小晴 热线电话:15889545405

Re: Cygwin/X bug? suspend-resume issues

2010-09-22 Thread Henry Tung
I saw the stuff about the SIGSEGV, that's quite interesting. My X server hasn't segfaulted yet, but considering the usability, it might as well have. As an update, I noticed today that my desktop has done it too (also Win 7 x64, same setup), and the corresponding XWin log is attached -

Re: Cygwin Filesystem Performance degradation 1.7.5 vs 1.7.7, and methods for improving performance

2010-09-22 Thread Corinna Vinschen
On Sep 22 07:45, Yoni Londner wrote: Hi, There's also the problem of handling NFS shares. However, I just had an idea how to speed up symlink_info::check without neglecting NFS shares. This will take some time, though since it turns a lot of code upside down. Stay tuned. This

Re: Cygwin Filesystem Performance degradation 1.7.5 vs 1.7.7, and methods for improving performance

2010-09-22 Thread Corinna Vinschen
On Sep 22 11:32, Corinna Vinschen wrote: On Sep 22 07:45, Yoni Londner wrote: I checked out why, and found out that #1 and #2 don't modify the access time of the file, whereas #3 does. This already immediately I just checked this and I can't see that it does. If it would do so, shouldn't

Re: Cygwin Filesystem Performance degradation 1.7.5 vs 1.7.7, and methods for improving performance

2010-09-22 Thread Christopher Faylor
On Wed, Sep 22, 2010 at 07:50:14AM +0200, Yoni Londner wrote: Hi, I'm not exactly concerned about Linux being way faster accessing an NTFS drive. After all it's the OS itself and comes with it's own NTFS driver which obviously is streamlined for typical POSIX operations. I did not test

Re: Odd apparent cursor movement in mintty (+emacs)

2010-09-22 Thread Thomas Wolff
On 22.09.2010 09:25, Gary wrote: In some file^H^H^H^Hbuffer in emacs(-nox), with mintty maximised, cursor movement appears incorrect - moving the cursor forward[1] (emacs' forward-char via C-f / cursor right key) incorrectly positions the visible cursor 'n' characters forward. The insertion

[xkeyboard-config] can't compile source tarball, missing dependencies

2010-09-22 Thread rolandc
Hi, When I try to compile xkeyboard-config (cygport xkeyboard-config*.cygport compile), I get 2 errors : macros AC_PROC_INTLTOOL and AM_GLIB_GNU_GETTEXT are undefined. Solution : install packages 'intltool' and 'libglib2.0-devel' More details : configure.in uses AC_PROC_INTLTOOL and

Re: how to enable the very convenient copy/paste editing method in Cgywin?

2010-09-22 Thread Csaba Raduly
On Wed, Sep 22, 2010 at 7:10 AM, Andy Koppe wrote: On 22 September 2010 01:54, SJ Wright wrote: New on me. I'll  start using mintty asap. Must be better than Terminator. I did a cutesy thing with an echo-ed ellipse to mark time while a script iterated over some lines in a list: rxvt wrapped

Re: Odd apparent cursor movement in mintty (+emacs)

2010-09-22 Thread Ken Brown
On 9/22/2010 3:25 AM, Gary wrote: In some file^H^H^H^Hbuffer in emacs(-nox), with mintty maximised, cursor movement appears incorrect - moving the cursor forward[1] (emacs' forward-char via C-f / cursor right key) incorrectly positions the visible cursor 'n' characters forward. The insertion

Re: Odd apparent cursor movement in mintty (+emacs)

2010-09-22 Thread Andy Koppe
On 22 September 2010 08:58, Gary wrote: Thomas Wolff wrote: On 22.09.2010 09:25, Gary wrote: In some file^H^H^H^Hbuffer in emacs(-nox), with mintty maximised, cursor movement appears incorrect - moving the cursor forward[1] (emacs' forward-char via C-f / cursor right key) incorrectly

Re: how to enable the very convenient copy/paste editing method in Cgywin?

2010-09-22 Thread Andy Koppe
On 22 September 2010 11:11, Csaba Raduly wrote: I just tried Ctrl+Tab and the mintty window simply disappeared, leaving the shell process (bash or ssh) behind without a window (visible or otherwise). :( Uh oh. Works fine for me of course, so here's a load of questions: - What versions of

Re: how to enable the very convenient copy/paste editing method in Cgywin?

2010-09-22 Thread SJ Wright
Andy Koppe wrote: On 22 September 2010 01:54, SJ Wright wrote: New on me. I'll start using mintty asap. Must be better than Terminator. I did a cutesy thing with an echo-ed ellipse to mark time while a script iterated over some lines in a list: rxvt wrapped each unbroken string to 80

why cannot I see serial devices using ls

2010-09-22 Thread JonMcG
I have decided to port some code to cygwin from linux. It uses serial ports and under linux I can ls -l /dev/tty* If I do this under cygwin I get nothing. If I do ls -l /dev I only get a few device. However if I do ls -l /dev/ttyS0 or ls -l /dev/com1 then I get what I would expect. I have

I: R: why cannot I see serial devices using ls

2010-09-22 Thread Marco Atzeri
2nd trial --- Mer 22/9/10, JonMcG ha scritto: I have decided to  port some code to cygwin from linux. It uses serial ports and under linux I can ls -l /dev/tty* If I do this under cygwin I get nothing. If I do ls -l /dev I only get a few device. However if I do ls -l

/dev/ttys* under cygwin problem

2010-09-22 Thread DEWI - N. Zacharias
Hi all, as mentinoned in http://cygwin.com/cygwin-ug-net/using-cygwinenv.html i have set CGWIN to tty . But there are no tty devices under /dev. $ echo $CYGWIN tty So what is wrong ?? Have a nice time Norbert -- Dipl.

R: /dev/ttys* under cygwin problem

2010-09-22 Thread Marco Atzeri
--- Mer 22/9/10, DEWI - N. Zacharias ha scritto: Hi all, as mentinoned in http://cygwin.com/cygwin-ug-net/using-cygwinenv.html i have set CGWIN to tty . But there are no tty devices under /dev. $ echo $CYGWIN tty So what is wrong ?? Have a nice time Norbert the TTY is not

Re: OpenGL / GLUT / FreeGlut and the mouse wheel in PyMol.

2010-09-22 Thread André Bleau
Jan Gebauer mail at jan-gebauer dot de wrote: Hi, Hi Jan, I'm new to this mailing list and hope my question is not a total obvious one, but at the end of the day I'm more a scientist than a programmer. So I hope I got the facts right. I'm trying to build PyMol, an open-core

Re: Instead of a gripe, a memory-jog.

2010-09-22 Thread SJ Wright
Andy Koppe wrote: On 22 September 2010 00:29, SJ Wright wrote: Yes. I noticed where I had the territory mis-cased the next time I ran wget. In the line that identified the file and URL for each download, double-quotes and other punctuation became garbage characters, where they hadn't been

Re: how to enable the very convenient copy/paste editing method in Cgywin?

2010-09-22 Thread Andrey Repin
Greetings, SJ Wright! Sorry, I should have been more specific. I meant to ask, are there any plans to make MinTTY multi-tab capable, or is it there already? I presumed if it was the going thing as a substitute to RXVT, it would perform similarly when tasked to run scripts and such. Don't

Re: why cannot I see serial devices using ls

2010-09-22 Thread Larry Hall (Cygwin)
On 9/22/2010 8:41 AM, JonMcG wrote: I have decided to port some code to cygwin from linux. It uses serial ports and under linux I can ls -l /dev/tty* If I do this under cygwin I get nothing. If I do ls -l /dev I only get a few device. However if I do ls -l /dev/ttyS0 or ls -l /dev/com1 then I

AW: [bulk] - R: /dev/ttys* under cygwin problem

2010-09-22 Thread DEWI - N. Zacharias
Hi, Von: Marco Atzeri [] Gesendet: Mittwoch, 22. September 2010 15:26 An Betreff: [bulk] - R: /dev/ttys* under cygwin problem --- Mer 22/9/10, DEWI - N. Zacharias ha scritto: Hi all, as mentinoned in http://cygwin.com/cygwin-ug-net/using-cygwinenv.html i have set CGWIN to tty .

RE: [bulk] - R: /dev/ttys* under cygwin problem

2010-09-22 Thread Buchbinder, Barry (NIH/NIAID) [E]
DEWI - N. Zacharias sent the following at Wednesday, September 22, 2010 11:36 AM as mentinoned in http://cygwin.com/cygwin-ug-net/using-cygwinenv.html i have set CGWIN to tty . see POSIX name on http://www.cygwin.com/cygwin-ug-net/using-specialnames.htm This link do not work for me. The

R: AW: [bulk] - R: /dev/ttys* under cygwin problem

2010-09-22 Thread Marco Atzeri
--- Mer 22/9/10, DEWI - N. Zacharias ha scritto: but stty -F /dev/ttyS4 ospeed 115200 stty: /dev/ttyS4: Permission denied Again, whats going wrong Thanks Norbert Are you the administrator ? On my PC it works $ stty -F /dev/ttyS0 ospeed 64000 $ stty -F /dev/ttyS0 speed 115200

Re: [bulk] - R: /dev/ttys* under cygwin problem

2010-09-22 Thread Daniel Barclay
Buchbinder, Barry (NIH/NIAID) [E] wrote: ... To go there directly: http://www.cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-posixdevices Regarding where that page says: These devices cannot be seen with the command ls /dev/ ... I've wondered about that--why aren't those

Re: [bulk] - R: /dev/ttys* under cygwin problem

2010-09-22 Thread Larry Hall (Cygwin)
On 9/22/2010 1:29 PM, Daniel Barclay wrote: Buchbinder, Barry (NIH/NIAID) [E] wrote: ... To go there directly: http://www.cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-posixdevices Regarding where that page says: These devices cannot be seen with the command ls /dev/ ... I've

Re: how to enable the very convenient copy/paste editing method in Cgywin?

2010-09-22 Thread Andy Koppe
On 22 September 2010 13:51, Csaba Raduly wrote: On Wed, Sep 22, 2010 at 1:26 PM, Andy Koppe  wrote: On 22 September 2010 11:11, Csaba Raduly wrote: I just tried Ctrl+Tab and the mintty window simply disappeared, leaving the shell process (bash or ssh) behind without a window (visible or

Re: Instead of a gripe, a memory-jog.

2010-09-22 Thread Andy Koppe
On 22 September 2010 14:29, SJ Wright wrote: Andy Koppe wrote: On 22 September 2010 00:29, SJ Wright wrote: Yes. I noticed where I had the territory mis-cased the next time I ran wget. In the line that identified the file and URL for each download, double-quotes and other punctuation

Re: [bulk] - R: /dev/ttys* under cygwin problem

2010-09-22 Thread Daniel Barclay
Larry Hall (Cygwin) wrote: On 9/22/2010 1:29 PM, Daniel Barclay wrote: Buchbinder, Barry (NIH/NIAID) [E] wrote: ... To go there directly: http://www.cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-posixdevices Regarding where that page says: These devices cannot be seen with

Re: [bulk] - R: /dev/ttys* under cygwin problem

2010-09-22 Thread Eric Blake
On 09/22/2010 03:02 PM, Daniel Barclay wrote: They are implemented in a virtual file system. It is not necessary that there be placeholders in the file system for them to work. But if they were emulated/simulated _consistently_, one could see which devices were available by simply listing /dev

Re: how to enable the very convenient copy/paste editing method in Cgywin?

2010-09-22 Thread Cyrille Lefevre
Le 22/09/2010 06:56, Andy Koppe a écrit : PS : mintty do paste à la Xwindows (middle button), while putty may do it as you wich (middle or right button), both may copy on select w/ left button. That's optional in mintty too: Options-Mouse-Right Click Action-Paste/Extend/Show Menu not

Command Line Editing does not work, please help

2010-09-22 Thread gene golub
Hello folks, I am trying to use line editing commands: C-b Move back one character. C-f Move forward one character and they are not working. I also want to start using history features - search or list history file for recent execution lines. I looked through Bash Reference

Re: Command Line Editing does not work, please help

2010-09-22 Thread Larry Hall (Cygwin)
On 9/22/2010 10:38 PM, gene golub wrote: Hello folks, I am trying to use line editing commands: C-b Move back one character. C-f Move forward one character and they are not working. I also want to start using history features - search or list history file for recent execution lines. I looked