Re: Text editor with shell integration

2010-05-07 Thread Angelo Graziosi
Luc Hermitte wrote: Hello, "lood" wrote : Please, read this: http://cygwin.com/acronyms/#PCYMTNQREAIYR I have written cyg-wrapper.sh to answer this need. http://hermitte.free.fr/cygwin/#Win32 Very interesting! (That script should be added to Cygwin, as new package or to cygutils...)

Re: Resizing a terminal window

2010-05-07 Thread Hans Horn
David, you're very welcome! H. On 5/7/2010 12:29 PM, J. David Boyd wrote: Hans Horn writes: David, This took me forever to figure out! 'expect' does not forward SIGWINCH (http://en.wikipedia.org/wiki/SIGWINCH) unless told to do so. Add the following snippet (between lines marked with #

Re: 1.7.5-1: fork throw segfault with g++ 4.3.4

2010-05-07 Thread Christopher Faylor
On Tue, Apr 27, 2010 at 05:02:26PM +1000, Tim Wilson-Brown wrote: >I have identified a reproducible segfault when throwing exceptions in >the thrift IPC library under cygwin 1.7.5-1. > >An example c++ program is attached which always segfaults on my machine >when compiled with g++-4 (4.3.4 20090804

Re: Resizing a terminal window

2010-05-07 Thread J. David Boyd
Hans Horn writes: > David, > > This took me forever to figure out! > > 'expect' does not forward SIGWINCH > (http://en.wikipedia.org/wiki/SIGWINCH) unless told to do so. > > Add the following snippet (between lines marked with > ###) to the beginning of your 'expect' script: > > #

Re: fltk-x11 release ?

2010-05-07 Thread A.R. Burgers
Dear Marco, I'm the maintainer of the current win32 version and planning to package an x11 version: http://sourceforge.net/mailarchive/message.php?msg_name=4B68A046.9000305%40quicknet.nl http://sourceforge.net/mailarchive/forum.php?thread_name=4B6B1F73.1050005%40users.sourceforge.net&forum_name=

Re: Resizing a terminal window

2010-05-07 Thread Hans Horn
David, This took me forever to figure out! 'expect' does not forward SIGWINCH (http://en.wikipedia.org/wiki/SIGWINCH) unless told to do so. Add the following snippet (between lines marked with ###) to the beginning of your 'expect' script: #!/bin/sh # \ exec expect -f "$0"

Re: Resizing a terminal window

2010-05-07 Thread J. David Boyd
Hans Horn writes: > On 5/5/2010 8:28 AM, J. David Boyd wrote: >> Thomas Wolff writes: >> >>> Am 04.05.2010 16:03, schrieb J. David Boyd: ... Locally, I can use the mouse to resize a window, and the $COLUMNS and $LINES variables are automatically filled in. On many r

Re: cygwin-doc html ?

2010-05-07 Thread Christopher Faylor
On Fri, May 07, 2010 at 02:50:39PM +, Marco Atzeri wrote: >Hi Cgf, >the cygwin-doc-1.7 does not include the html >page as before http://cygwin.com/ml/cygwin-announce/2010-04/msg00020.html >while the info > >/usr/share/info/cygwin-api.info.gz >/usr/share/info/cygwin-ug-net.info.gz > >shows an

Re: 1.7: hostname resolution works for Windows programs, but not Cygwin programs

2010-05-07 Thread Brolin Empey
Brolin Empey wrote: Hostname resolution has started working for Cygwin programs on optiplex960 since the last time I tried, even though the Windows (non-Cygwin) version of nslookup returns NXDOMAIN for the same hostname. Strange, but at least it works. So now only howard + brolin-V13 need to be f

Re: Text editor with shell integration

2010-05-07 Thread Luc Hermitte
Hello, "lood" wrote : > How could I integrate my text editor (e.g. Notepad++) to run > it easily from Cygwin? I mean, something similiar to >"notepad ./file.ext" > this works, I just want to use Notepad++ instead of standard Windows > editor ("notepad++ ./file.ext" or something like that). W

Re: 1.7.5-1: execv fails in .exe compiled

2010-05-07 Thread Stephen Morton
Thanks for your suggestions Corinna. My update is below. On Thu, 6 May 2010 17:19:24 +0200 Corinna Vinschen wrote: >On May 6 10:21, Stephen Morton wrote: >> We have a gcc 3.4.6 cross-compiler that is an essential part of our >> development environment that does not work under cygwin 1.7 >> (+Win7

Re: rxvt : 1.5 vs. 1.7

2010-05-07 Thread Larry Hall (Cygwin)
On 5/7/2010 3:03 AM, Oleksandr Gavenko wrote: On 2010.05.06 8:04, Andy Koppe wrote: Always on the lookout for ways to improve mintty: what mintty shortcomings or rxvt features make you prefer rxvt? My preferred ~/.Xdefaults ? Also rxvt present in MSYS. One tool for all OS. ^ dead I

RE: Text editor with shell integration

2010-05-07 Thread Buchbinder, Barry (NIH/NIAID) [E]
Csaba Raduly sent the following at Thursday, May 06, 2010 7:59 AM >On Thu, May 6, 2010 at 1:22 PM, lood wrote: >> Hi all. How could I integrate my text editor (e.g. Notepad++) to run >> it easily from Cygwin? I mean, something similar to "notepad >> ./file.ext" - this works, I just want to use Not

R: getfacl etc.

2010-05-07 Thread Marco Atzeri
--- Ven 7/5/10, Norton Allen ha scritto: > I'm trying to sort out an NTFS > permissions issue, and am a little > confused. I think I've convinced myself that getfacl agrees > with Windows > Explorer's Properties -> Security information, but what > does Windows > Explorer's "Read Only" checkbox do

cygwin-doc html ?

2010-05-07 Thread Marco Atzeri
Hi Cgf, the cygwin-doc-1.7 does not include the html page as before while the info /usr/share/info/cygwin-api.info.gz /usr/share/info/cygwin-ug-net.info.gz shows an horrible format. Is it a packaging glitch ? Marco -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: bash -i with installed and enabled bash_completion starting too slow

2010-05-07 Thread Eric Blake
On 05/07/2010 02:08 AM, Oleksandr Gavenko wrote: > from sh I run: > > sh-3.2$ time bash -i -c echo > > real0m0.218s > user0m0.062s > sys 0m0.016s > > sh-3.2$ echo ". /etc/bash_completion" >~/.bashrc # enable completion > > sh-3.2$ time bash -i -c echo > > real0m2.657s Yes, t

getfacl etc.

2010-05-07 Thread Norton Allen
I'm trying to sort out an NTFS permissions issue, and am a little confused. I think I've convinced myself that getfacl agrees with Windows Explorer's Properties -> Security information, but what does Windows Explorer's "Read Only" checkbox do? I have files that appear to grant rwx to everyone, yet

fltk-x11 release ?

2010-05-07 Thread Marco Atzeri
Albrecht, any timing to release a x11 compatible package of fltk ? As 1.3.0 is still to arrive, could you at least release the 1.1.10 ? As next octave version could use the fltk graphics, I would like to enable it. Thanks Marco -- Problem reports: http://cygwin.com/problems.html F

bash -i with installed and enabled bash_completion starting too slow

2010-05-07 Thread Oleksandr Gavenko
from sh I run: sh-3.2$ time bash -i -c echo real0m0.218s user0m0.062s sys 0m0.016s sh-3.2$ echo ". /etc/bash_completion" >~/.bashrc # enable completion sh-3.2$ time bash -i -c echo real0m2.657s user0m0.743s sys 0m1.308s I like completion. I wrote into ~/.Xdefaults

Re: setup messing up ntfs permissions

2010-05-07 Thread Matthias Andree
Am 07.05.2010, 03:40 Uhr, schrieb Vasya Pupkin: Is there any way to stop setup program from messing up NTFS permissions? I don't like how cygwin works with NTFS permissions and therefore it is disabled through /etc/fstab, but setup ignores it and keeps destroying inherited permissions and replac

Re: cygpath from emacs

2010-05-07 Thread Oleksandr Gavenko
On 2010.05.05 21:24, Gary wrote: I often find myself running a piece of software from within emacs that expects, and spits out, Windows-style paths ("C:\..."). Handling sending it Windows paths based on the Cygwin ones is fine, I just use a script. Of course, the tool returning Windows paths is

Re: rxvt : 1.5 vs. 1.7

2010-05-07 Thread Oleksandr Gavenko
On 2010.05.06 8:04, Andy Koppe wrote: Always on the lookout for ways to improve mintty: what mintty shortcomings or rxvt features make you prefer rxvt? My preferred ~/.Xdefaults ? Also rxvt present in MSYS. One tool for all OS. -- Problem reports: http://cygwin.com/problems.html FAQ: