Re: Accessing signal context from a handler

2005-10-26 Thread Yitzchak Scott-Thoennes
On Wed, Oct 26, 2005 at 05:56:15PM -0400, Christopher Faylor wrote: > On Wed, Oct 26, 2005 at 09:36:53PM +, Adam Irawan wrote: > >Igor Pechtchanski cs.nyu.edu> writes: > >> > >> On Mon, 15 Jul 2002, Christopher Faylor wrote: > >> > >> > On Mon, Jul 15, 2002 at 01:00:23PM -0400, Igor Pechtcha

Re: How i can subcribe to this list!!!

2005-10-26 Thread René Berber
Mr. Yusdaniel Rodriguez Espinosa wrote: > hello how to subcribe to this list, any one speack spanish? > > como puedo evitar que mas de un usuario se conecte a mi servidor SSH > usando la misma cuenta??? No se puede evitar usando la configuración de sshd, pero se puede evitar agregándole una prue

Re: 6th summary (was Re: [HEADSUP] ALL Maintainers, please reply.)

2005-10-26 Thread Robert Collins
On Wed, 2005-10-26 at 11:43 +0200, Corinna Vinschen wrote: > NOTE: This is one mail before the last on this matter. > LIST 1: PACKAGES WITH UNCLEAR OWNERSHIP > === > > dpkg Robert Collins or up for grabs? > squid

Re: 6th summary (was Re: [HEADSUP] ALL Maintainers, please reply.)

2005-10-26 Thread Robert Collins
On Wed, 2005-10-26 at 11:43 +0200, Corinna Vinschen wrote: > NOTE: This is one mail before the last on this matter. > LIST 1: PACKAGES WITH UNCLEAR OWNERSHIP > === > > dpkg Robert Collins or up for grabs? > squid

Re: Executable flag

2005-10-26 Thread Igor Pechtchanski
On Wed, 26 Oct 2005, Brian Dessent wrote: > David Rasmussen wrote: > > > Open cygwin. Write 'notepad test.txt'. Notepad opens, write something > > and then save the file. Now do an ll. The file test.txt has been created > > and has the executable flag set. I want it to not be set in such cases. >

Re: Executable flag

2005-10-26 Thread Brian Dessent
David Rasmussen wrote: > Open cygwin. Write 'notepad test.txt'. Notepad opens, write something > and then save the file. Now do an ll. The file test.txt has been created > and has the executable flag set. I want it to not be set in such cases. This is really out of Cygwin's control. The permissi

Re: How i can subcribe to this list!!!

2005-10-26 Thread Igor Pechtchanski
On Wed, 26 Oct 2005, Mr. Yusdaniel Rodriguez Espinosa wrote: > hello how to subcribe to this list, > any one speack spanish? Sí, Google does: > como puedo evitar que

Re: Accessing signal context from a handler

2005-10-26 Thread Christopher Faylor
On Wed, Oct 26, 2005 at 09:36:53PM +, Adam Irawan wrote: >Igor Pechtchanski cs.nyu.edu> writes: >> >> On Mon, 15 Jul 2002, Christopher Faylor wrote: >> >> > On Mon, Jul 15, 2002 at 01:00:23PM -0400, Igor Pechtchanski wrote: >> > >Does Cygwin allow accessing the context (register state, etc)

Re: Accessing signal context from a handler

2005-10-26 Thread Adam Irawan
Igor Pechtchanski cs.nyu.edu> writes: > > On Mon, 15 Jul 2002, Christopher Faylor wrote: > > > On Mon, Jul 15, 2002 at 01:00:23PM -0400, Igor Pechtchanski wrote: > > >Does Cygwin allow accessing the context (register state, etc) of the > > >faulted instruction from a signal handler installed by

Re: cygwin-setup & rebaseall

2005-10-26 Thread Brian Dessent
Satish Balay wrote: > According to Jason's post, --enable-auto-image-base is been in use for > a while. [Since python doesn't always work without rebaseall] - is > there some other issue with this approach? [mabye some dependent > package should be built with --enable-auto-image-base - but it isn

Re: How i can subcribe to this list!!!

2005-10-26 Thread Christopher Faylor
On Wed, Oct 26, 2005 at 05:31:52PM -0400, Mr. Yusdaniel Rodriguez Espinosa wrote: >hello how to subcribe to this list, any one speack spanish? 1) Please calm down. 2) http://cygwin.com/lists.html#subscribe-unsubscribe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem re

How i can subcribe to this list!!!

2005-10-26 Thread Mr. Yusdaniel Rodriguez Espinosa
hello how to subcribe to this list, any one speack spanish? como puedo evitar que mas de un usuario se conecte a mi servidor SSH usando la misma cuenta??? saludos Yusdaniel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.ht

Re: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Thorsten Kampe
* Christopher Faylor (2005-10-26 19:26 +0100) > On Wed, Oct 26, 2005 at 06:22:22PM +0100, Thorsten Kampe wrote: >>I did not know that I could successfully /use/ the mount program (for >>creating mount tables when no mount tables are available and >>"hklm/hkcu/cygnus solutions" doesn't exist. >> >>(

Re: Executable flag

2005-10-26 Thread Joe Smith
Okay, a reproducable example: Open cygwin. Write 'notepad test.txt'. Notepad opens, write something and then save the file. Now do an ll. The file test.txt has been created and has the executable flag set. I want it to not be set in such cases. /David The problem is that windows programs

Re: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Thorsten Kampe
* Dave Korn (2005-10-26 19:34 +0100) > Thorsten Kampe wrote: >> * Dave Korn (2005-10-26 17:48 +0100) >>> Thorsten Kampe wrote: * Christopher Faylor (2005-10-26 15:37 +0100) > Or, I dunno, if that works, you could just use "mount" and forget > about regedit entirely. > > It's

Re: Executable flag

2005-10-26 Thread David Rasmussen
Eric Blake wrote: Is there anyway to have cygwin _not_ set the executable flag on every file it writes?? On NTFS, where POSIX semantics can be emulated, cygwin obeys POSIX default rules (creating or opening a file does not set the x bits unless specially requested). On FAT, where the file syst

Re: Executable flag

2005-10-26 Thread Eric Blake
> Is there anyway to have cygwin _not_ set the executable flag on every > file it writes?? On NTFS, where POSIX semantics can be emulated, cygwin obeys POSIX default rules (creating or opening a file does not set the x bits unless specially requested). On FAT, where the file system has no good s

Re: Executable flag

2005-10-26 Thread David Rasmussen
Thomas Cook wrote: try setting the umask to not include it. Okay. Is there a way to not have Windows applications (e.g. notepad) setting the x flag on every file created (as seen within cygwin)? /David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Executable flag

2005-10-26 Thread David Rasmussen
Is there anyway to have cygwin _not_ set the executable flag on every file it writes?? /David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http:

Re: [ITP] run.exe was Re: Running ssh in background [solution/patch]

2005-10-26 Thread Charles Wilson
Alexander Gottwald wrote: Incidentally, I have a few patches to run.exe. Where should I send them? Err...dunno. I'd say cygwin mailing list, because both I(*) and ago will see them there. (*) as if it matters :-) To me. I did not found any canonical upstream location anymore. Technica

Re: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Thorsten Kampe
* Dave Korn (2005-10-26 19:45 +0100) > Thorsten Kampe wrote: >> * Chris Taylor (2005-10-26 17:38 +0100) >>> Problem with that is that if the sysadmin knows what he's doing, it only >>> takes about 4 seconds to block off almost all possible ways of actually >>> editing the registry... >> >> Definit

RE: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Dave Korn
Thorsten Kampe wrote: > * Chris Taylor (2005-10-26 17:38 +0100) >> Problem with that is that if the sysadmin knows what he's doing, it only >> takes about 4 seconds to block off almost all possible ways of actually >> editing the registry... > > Definitely not. Oh yes it does. Start->Run->r

RE: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Dave Korn
Thorsten Kampe wrote: > * Dave Korn (2005-10-26 17:48 +0100) >> Thorsten Kampe wrote: >>> * Christopher Faylor (2005-10-26 15:37 +0100) On Wed, Oct 26, 2005 at 10:26:36AM +0100, Thorsten Kampe wrote: > Try "regedit /s" in a batch (instead of double clicking). This > sometimes works. >>

Re: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Christopher Faylor
On Wed, Oct 26, 2005 at 06:22:22PM +0100, Thorsten Kampe wrote: >* Dave Korn (2005-10-26 17:48 +0100) >> Thorsten Kampe wrote: >>> * Christopher Faylor (2005-10-26 15:37 +0100) On Wed, Oct 26, 2005 at 10:26:36AM +0100, Thorsten Kampe wrote: > Try "regedit /s" in a batch (instead of double

Re: VIM - Vi IMproved 6.4 (2005 Oct 15, compiled Oct 17 2005 11:54:34

2005-10-26 Thread Arend-Jan Westhoff
At 00:37 2005-10-26 -0400, Igor Pechtchanski wrote: >On Wed, 26 Oct 2005, Arend-Jan Westhoff wrote: > >> Could this for once mean a positive press for text mounts? Or has it >> something to do with NTFS <-> FAT32 ? > >The former is unlikely. The latter is possible. If the latter is true I think t

Invalid argument error when using recvfrom

2005-10-26 Thread Fernando Barsoba
Hi all, Using raw sockets with cygwin is being really painful... After being able to create an IP datagram using the latest snapshot now I'm getting the error "Invalid argument" when calling recvfrom() without doing BIND first. There is no need to call bind() before recvfrom when using raw s

setup.exe feature request

2005-10-26 Thread Stoddard, Isaac A
Folks, First of all, thanks for all you do to make our lives in MS-land more endurable! Several recent enhancements to Setup have made it sooo much better. For security or licensing reasons, we are frequently required to download source tarballs and compile them ourselves. To facilitate this, I

Re: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Thorsten Kampe
* Dave Korn (2005-10-26 17:48 +0100) > Thorsten Kampe wrote: >> * Christopher Faylor (2005-10-26 15:37 +0100) >>> On Wed, Oct 26, 2005 at 10:26:36AM +0100, Thorsten Kampe wrote: Try "regedit /s" in a batch (instead of double clicking). This sometimes works. > >>> Or, I dunno, if that wor

Re: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Thorsten Kampe
* Christopher Faylor (2005-10-26 17:40 +0100) > On Wed, Oct 26, 2005 at 05:16:56PM +0100, Thorsten Kampe wrote: >>* Christopher Faylor (2005-10-26 15:37 +0100) >>> On Wed, Oct 26, 2005 at 10:26:36AM +0100, Thorsten Kampe wrote: * [EMAIL PROTECTED] (2005-10-26 00:45 +0100) > Quoting Igor Pec

Re: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Svend Sorensen
On 10/25/05, Igor Pechtchanski wrote: > see a very nice example posted by > Svend Sorensen ). The batch files I posted were lifted from "Cygwin on portable storage media"[*]. He has some other good tips on running cygwin from a USB drive on that

Re: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Thorsten Kampe
* Chris Taylor (2005-10-26 17:38 +0100) > Thorsten Kampe wrote: >> * Christopher Faylor (2005-10-26 15:37 +0100) >> >>>On Wed, Oct 26, 2005 at 10:26:36AM +0100, Thorsten Kampe wrote: >>> * [EMAIL PROTECTED] (2005-10-26 00:45 +0100) >Quoting Igor Pechtchanski <[EMAIL PROTECTED]>: >

Re: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Thorsten Kampe
* Svend Sorensen (2005-10-25 23:59 +0100) > On 10/25/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> I would like to be able to have a portable version of cygwin in my Flash >> Drive. >> I have been able to do it but it requires that I enter some registry entries >> such as: >> >> [HKEY_LOCAL_

Re: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Thorsten Kampe
* Igor Pechtchanski (2005-10-26 16:13 +0100) > On Wed, 26 Oct 2005, Christopher Faylor wrote: > >> On Wed, Oct 26, 2005 at 10:26:36AM +0100, Thorsten Kampe wrote: >>>* [EMAIL PROTECTED] (2005-10-26 00:45 +0100) Quoting Igor Pechtchanski <[EMAIL PROTECTED]>: > See "man mount". Please, ple

RE: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Dave Korn
Thorsten Kampe wrote: > * Christopher Faylor (2005-10-26 15:37 +0100) >> On Wed, Oct 26, 2005 at 10:26:36AM +0100, Thorsten Kampe wrote: >>> Try "regedit /s" in a batch (instead of double clicking). This >>> sometimes works. >> Or, I dunno, if that works, you could just use "mount" and forget abo

Re: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Christopher Faylor
On Wed, Oct 26, 2005 at 05:16:56PM +0100, Thorsten Kampe wrote: >* Christopher Faylor (2005-10-26 15:37 +0100) >> On Wed, Oct 26, 2005 at 10:26:36AM +0100, Thorsten Kampe wrote: >>>* [EMAIL PROTECTED] (2005-10-26 00:45 +0100) Quoting Igor Pechtchanski <[EMAIL PROTECTED]>: > See "man mount"

Re: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Chris Taylor
Thorsten Kampe wrote: * Christopher Faylor (2005-10-26 15:37 +0100) On Wed, Oct 26, 2005 at 10:26:36AM +0100, Thorsten Kampe wrote: * [EMAIL PROTECTED] (2005-10-26 00:45 +0100) Quoting Igor Pechtchanski <[EMAIL PROTECTED]>: See "man mount". Please, please, please don't manipulate the reg

Re: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Thorsten Kampe
* Christopher Faylor (2005-10-26 15:37 +0100) > On Wed, Oct 26, 2005 at 10:26:36AM +0100, Thorsten Kampe wrote: >>* [EMAIL PROTECTED] (2005-10-26 00:45 +0100) >>> Quoting Igor Pechtchanski <[EMAIL PROTECTED]>: See "man mount". Please, please, please don't manipulate the registry directly

RE: VIM - Vi IMproved 6.4 (2005 Oct 15, compiled Oct 17 2005 11:54:34

2005-10-26 Thread Williams, Gerald S \(Jerry\)
Corinna Vinschen wrote: > You're doing something differently here, perhaps in vim itself. For example, the following? :set nobackup nowritebackup If you disable both backup and writebackup, it leaves the file name unchanged when you write to it. So there's a workaround if you don't care about th

Re: Problem compiling a program and his libraries

2005-10-26 Thread Igor Pechtchanski
On Wed, 26 Oct 2005, cristian gonzalez wrote: > Hi.I need help whit cygwin and the compiling of libraries. > My problem is this: > I have a program with a function within.The program is this: > > void hello3(); > > main() > { > void *lib2; > void (*func1)(); > hello(); > lib2=dlopen("lib2.dll",RTL

Problem compiling a program and his libraries

2005-10-26 Thread cristian gonzalez
Hi.I need help whit cygwin and the compiling of libraries. My problem is this: I have a program with a function within.The program is this: void hello3(); main() { void *lib2; void (*func1)(); hello(); lib2=dlopen("lib2.dll",RTLD_LAZY); func1=dlsym(lib2,"hello2"); (*func1)(); } void hello3() {

Re: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Igor Pechtchanski
On Wed, 26 Oct 2005, Christopher Faylor wrote: > On Wed, Oct 26, 2005 at 10:26:36AM +0100, Thorsten Kampe wrote: > >* [EMAIL PROTECTED] (2005-10-26 00:45 +0100) > >> Quoting Igor Pechtchanski <[EMAIL PROTECTED]>: > >>> See "man mount". Please, please, please don't manipulate the registry > >>> di

Re: cygwin-setup & rebaseall

2005-10-26 Thread Satish Balay
On Tue, 25 Oct 2005, Brian Dessent wrote: > Satish Balay wrote: > > > - open a dialog box with a message: > > "some packages that require 'rebaseall' are updated. This operation > > cannot be done at this time due to active cygwin processes. Please > > reboot, shutdown cygwin services, and ru

Re: cygwin-setup & rebaseall

2005-10-26 Thread Satish Balay
On Tue, 25 Oct 2005, Brian Dessent wrote: > As far as I know almost all of the issues of corrupted DLLs have been > fixed, but there still remains at least one known problem: emacs will > hang and refuse to start after running rebaseall, unless you revert > cygncurses-7.dll to its non-rebased ve

Re: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Christopher Faylor
On Wed, Oct 26, 2005 at 10:26:36AM +0100, Thorsten Kampe wrote: >* [EMAIL PROTECTED] (2005-10-26 00:45 +0100) >> Quoting Igor Pechtchanski <[EMAIL PROTECTED]>: >>> See "man mount". Please, please, please don't manipulate the registry >>> directly if you want to stay portable. You can easily creat

Re: [ITP] run.exe was Re: Running ssh in background [solution/patch]

2005-10-26 Thread Alexander Gottwald
On Wed, 26 Oct 2005, Igor Pechtchanski wrote: > > [ITP] I think I'll split run.exe from the X-startup-scripts package and > > create a new one which i'll continue to maintain. > > FINALLY! It's been on my TODO list for *ages*. Thank you! I'd like to put it in /usr/bin. How should I handle the

Re: [ITP] run.exe was Re: Running ssh in background [solution/patch]

2005-10-26 Thread Igor Pechtchanski
On Wed, 26 Oct 2005, Alexander Gottwald wrote: > On Wed, 26 Oct 2005, Brian Dessent wrote: > > > You might make more traction by suitably patching the 'run' utility so > > that it also supports pipes. Then you could use 'run' to launch the > > standard /bin/ssh without the console window. > > don

Re: CPU usage issue with bash

2005-10-26 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Sarcar, Shourya C (GE Healthcare) on 10/26/2005 2:34 AM: >> > I upgraded my system, but I am still seeing the CPU usage issue. Now it looks like you have two copies of cygwin installed, and that c:\insite\bin is still trying to compete wi

RE: [ITP] run.exe was Re: Running ssh in background [solution/patch]

2005-10-26 Thread Jörg Schaible
Hi Alexander, Alexander Gottwald wrote on Wednesday, October 26, 2005 1:08 PM: > On Wed, 26 Oct 2005, Brian Dessent wrote: > >> You might make more traction by suitably patching the 'run' utility >> so that it also supports pipes. Then you could use 'run' to launch >> the standard /bin/ssh with

[ITP] run.exe was Re: Running ssh in background [solution/patch]

2005-10-26 Thread Alexander Gottwald
On Wed, 26 Oct 2005, Brian Dessent wrote: > You might make more traction by suitably patching the 'run' utility so > that it also supports pipes. Then you could use 'run' to launch the > standard /bin/ssh without the console window. done. check http://www.freedesktop.org/~ago/run.exe It is based

Re: Running ssh in background [solution/patch]

2005-10-26 Thread Corinna Vinschen
On Oct 26 12:04, J?rg Schaible wrote: > Corinna Vinschen wrote on Wednesday, October 26, 2005 11:57 AM: > > On Oct 26 11:40, J?rg Schaible wrote: > >> 2/ If linking a normal console app as Windows console app does not > >> behave differently, why is it not the default? What's the real > >> differen

Re: Running ssh in background [solution/patch]

2005-10-26 Thread Brian Dessent
Jörg Schaible wrote: > OK. Works in rxvt, but not in a plain Windows console. That's because rxvt doesn't use a Windows console, it uses a Cygwin pty. -mwindows essentially just tells the system to not allocate a Windows console to the process when it is created. This means if the program reads

RE: Running ssh in background [solution/patch]

2005-10-26 Thread Jörg Schaible
Corinna Vinschen wrote on Wednesday, October 26, 2005 11:57 AM: > On Oct 26 11:40, J?rg Schaible wrote: >> My solution was to build ssh as Windows console app: [...] >> +sshw$(EXEEXT): $(LIBCOMPAT) libssh.a $(SSHOBJS) >> + $(LD) -mwindows -o $@ $(SSHOBJS) $(LDFLAGS) -lssh >> +-lopenbsd-compa

Re: Running ssh in background [solution/patch]

2005-10-26 Thread Corinna Vinschen
On Oct 26 11:40, J?rg Schaible wrote: > My solution was to build ssh as Windows console app: > [...] > +sshw$(EXEEXT): $(LIBCOMPAT) libssh.a $(SSHOBJS) > + $(LD) -mwindows -o $@ $(SSHOBJS) $(LDFLAGS) -lssh -lopenbsd-compat > $(LIBS) > + > [...] > Two questions: > > 1/ Corinna, could you pro

6th summary (was Re: [HEADSUP] ALL Maintainers, please reply.)

2005-10-26 Thread Corinna Vinschen
NOTE: This is one mail before the last on this matter. To find also maintainers which are *accidentally* not subscribed to cygwin-apps, I'm cross-posting to the cygwin mailing list. Please send your replies only to the cygwin-apps mailing list, which *all* maintainers should be subscribed to anyw

RE: Running ssh in background [solution/patch]

2005-10-26 Thread Jörg Schaible
Jörg Schaible wrote on Wednesday, October 26, 2005 10:09 AM: > Alexander Gottwald wrote on Tuesday, October 25, 2005 6:26 PM: > >> On Tue, 25 Oct 2005, Jörg Schaible wrote: >> >>> Good guess. While I have no console window popping up anymore, the >>> ssh process does now no longer terminate and

Re: another manifestation of the .. bug

2005-10-26 Thread Corinna Vinschen
On Oct 25 20:02, Eric Blake wrote: > According to Corinna Vinschen on 10/25/2005 7:27 AM: > > And I really can't see how "one testcase fails because Cygwin allows > > something which should fail according to POSIX" qualifies for "coreutils > > doesn't work out of the box on Cygwin". Does the coreu

Re: AllVersions: Running Cygwin X w/ Registy Entries

2005-10-26 Thread Thorsten Kampe
* [EMAIL PROTECTED] (2005-10-26 00:45 +0100) > Quoting Igor Pechtchanski <[EMAIL PROTECTED]>: >> See "man mount". Please, please, please don't manipulate the registry >> directly if you want to stay portable. You can easily create a batch file >> to reproduce the mounts properly. >> ... >> "User

RE: textmount/binmount issue

2005-10-26 Thread Lemke, Michael IZ/HZA-IOM
Igor Pechtchanski wrote: > On Fri, 21 Oct 2005, Lemke, Michael IZ/HZA-IOM wrote: > >> This is my current mount table: >> >> pc00626> mount -m >> mount -f -s -b "c:/MyStuff/cygwin/bin" "/usr/bin" >> mount -f -s -b "c:/MyStuff/cygwin/lib" "/usr/lib" >> mount -f -s -b "c

RE: CPU usage issue with bash

2005-10-26 Thread Sarcar, Shourya C \(GE Healthcare\)
> Whoa! You are due for a big-time upgrade. Cygwin is at > 1.5.18, bash at 3.0-11, coreutils at 5.3.0-9. Until you have > an up-to-date configuration (get one by rerunning setup.exe), > this list won't be of much help to you. > Hi Eric, I upgraded my system, but I am still seeing the CPU

RE: Running ssh in background

2005-10-26 Thread Jörg Schaible
Alexander Gottwald wrote on Tuesday, October 25, 2005 6:26 PM: > On Tue, 25 Oct 2005, Jörg Schaible wrote: > >> Good guess. While I have no console window popping up anymore, the >> ssh process does now no longer terminate and the Windows app hangs >> until I kill the ssh process :( > > most lik

Re: VIM - Vi IMproved 6.4 (2005 Oct 15, compiled Oct 17 2005 11:54:34

2005-10-26 Thread Corinna Vinschen
On Oct 25 12:11, Shankar Unni wrote: > Corinna Vinschen wrote: > > >No, it doesn't. I just tried it in 6.3 and this behaviour is the same > >as in 6.4. > > ?? > > % pwd > /cygdrive/c/temp/test > % ls > % touch x > % ls -li > 20547673299962566 -rw-rw-rw- 1 shankar None 0 Oct 25 12:10 x > % vim