X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:content-type:content-transfer-encoding; q=dns; s=default; b=O+Y
	mTp/vEaQHnYsTWeGd3M4TVK/KIPrr8ex9tNjLn413Hf1kb+Zo9v8VmrdflIoZGog
	t49zPXtL2QBbSF5IFw1HbYHR4pieIpGKT3P8LqLvzKX+dWIrpPk3HVT3molNwXsj
	oC/E9LxVH71+AgLReTrpe/cEKj5DyJTyKUuHDGTE=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:content-type:content-transfer-encoding; s=default; bh=PFlFq48Q/
	bM24EQLBg1kzlUutfM=; b=Yh63hDpnnPlFV2hfTsuUqiDHZ/T5/mmgWGJoRW1OQ
	Dqma5m43H1112/nOXoUY5jP34lwd2E38ru3Z8lTglwtQvVvFfKTqB/AaPmFkanFb
	xhnHydBVWYrMwnBoTUVG1CNRkdf9v68xmEF/iEeX+8VD6SiMeJcT2yJpejcG17jp
	hA=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2
X-HELO: Ishtar.hs.tlinx.org
Message-ID: <54F7C550.2010609@tlinx.org>
Date: Wed, 04 Mar 2015 18:54:08 -0800
From: Linda Walsh <cygwin@tlinx.org>
User-Agent: Thunderbird
MIME-Version: 1.0
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Bug?  attempt to suspend = kill process?
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

I usually run the the windows version of 'Gvim' as
it will run even when there is no 'X' running...

Usually, to get it to go into the background like it
does on linux, it runs an "alias" in bash:

alias gvim='setsid gvim'

So it background's appropriately.

I had to try something out with a gvim-function
and needed to run gvim 'raw'...(w/o the setsid)...

It ran, but then I needed to check something in
the shell, but gvim had not backgrounded, so
I tried pressing ^z, as I would on linux (actually ^y
in my usage).

In the console window, I got a message that it had
"stopped" like I would in linux:

>  gvim
Stopped
>


 but actually what
happened was that it was killed.

... so.. why no suspend?... it seems like it was
trying?

FWIW, tty settings:
>  stty -a                                                            
speed 38400 baud; rows 32; columns 80; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^X; eof = ^D; eol = <undef>;
eol2 = <undef>; swtch = ^Z; start = ^Q; stop = ^S; susp = ^Y; rprnt = ^R;
werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon 
-ixoff
-iuclc -ixany -imaxbel
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 
vt0 ff0
isig icanon iexten echo -echoe -echok -echonl -noflsh -tostop -echoctl 
-echoke




--
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

