* question on Ctrl-C
@ 2006-08-23 10:43 song chang
0 siblings, 0 replies; 12+ messages in thread
From: song chang @ 2006-08-23 10:43 UTC (permalink / raw)
I am using GNU emacs 21.3.1 and cygwin/bash shell on Win 2000. Ctrl-C or
Ctrl-C Ctrl-C doesn't kill the process. I also tried different combinations,
for example Ctrl-Q Ctrl-C etc, none works. Any idea? Thanks.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: question on Ctrl-C
[not found] <mailman.5494.1156329833.9609.help-gnu-emacs@gnu.org>
@ 2006-08-23 10:56 ` CloudStrife
2006-08-23 10:57 ` CloudStrife
2006-08-24 2:02 ` dsoliver
2 siblings, 0 replies; 12+ messages in thread
From: CloudStrife @ 2006-08-23 10:56 UTC (permalink / raw)
Hi Song
In linux Ctrl-C Ctrl-X ends emacs. try if it is the same thing in
cygwin also
Santosh
song chang wrote:
> I am using GNU emacs 21.3.1 and cygwin/bash shell on Win 2000. Ctrl-C or
> Ctrl-C Ctrl-C doesn't kill the process. I also tried different combinations,
> for example Ctrl-Q Ctrl-C etc, none works. Any idea? Thanks.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: question on Ctrl-C
[not found] <mailman.5494.1156329833.9609.help-gnu-emacs@gnu.org>
2006-08-23 10:56 ` question on Ctrl-C CloudStrife
@ 2006-08-23 10:57 ` CloudStrife
2006-08-24 2:39 ` song chang
2006-08-24 2:02 ` dsoliver
2 siblings, 1 reply; 12+ messages in thread
From: CloudStrife @ 2006-08-23 10:57 UTC (permalink / raw)
Hi Song
In linux Ctrl-C Ctrl-X ends emacs. try if it is the same thing in
cygwin also
Cloudstrife
song chang wrote:
> I am using GNU emacs 21.3.1 and cygwin/bash shell on Win 2000. Ctrl-C or
> Ctrl-C Ctrl-C doesn't kill the process. I also tried different combinations,
> for example Ctrl-Q Ctrl-C etc, none works. Any idea? Thanks.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: question on Ctrl-C
[not found] <mailman.5494.1156329833.9609.help-gnu-emacs@gnu.org>
2006-08-23 10:56 ` question on Ctrl-C CloudStrife
2006-08-23 10:57 ` CloudStrife
@ 2006-08-24 2:02 ` dsoliver
2006-08-24 2:54 ` song chang
2 siblings, 1 reply; 12+ messages in thread
From: dsoliver @ 2006-08-24 2:02 UTC (permalink / raw)
song chang wrote:
> I am using GNU emacs 21.3.1 and cygwin/bash shell on Win 2000. Ctrl-C or
> Ctrl-C Ctrl-C doesn't kill the process. I also tried different combinations,
> for example Ctrl-Q Ctrl-C etc, none works. Any idea? Thanks.
Song, I'm not exactly sure what you are asking looking at the other
responses. If you simply want to stop a process that was started in
Emacs, try C-g. That's the usual way to do that in a Linux environment.
Are you trying to shut down Emacs? Good luck--Douglas
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: question on Ctrl-C
2006-08-23 10:57 ` CloudStrife
@ 2006-08-24 2:39 ` song chang
0 siblings, 0 replies; 12+ messages in thread
From: song chang @ 2006-08-24 2:39 UTC (permalink / raw)
[-- Attachment #1: Type: text/html, Size: 1218 bytes --]
[-- Attachment #2: Type: text/plain, Size: 152 bytes --]
_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: question on Ctrl-C
2006-08-24 2:02 ` dsoliver
@ 2006-08-24 2:54 ` song chang
2006-08-24 5:44 ` Dieter Wilhelm
2006-08-24 8:16 ` Peter Dyballa
0 siblings, 2 replies; 12+ messages in thread
From: song chang @ 2006-08-24 2:54 UTC (permalink / raw)
[-- Attachment #1: Type: text/html, Size: 1500 bytes --]
[-- Attachment #2: Type: text/plain, Size: 152 bytes --]
_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: question on Ctrl-C
2006-08-24 2:54 ` song chang
@ 2006-08-24 5:44 ` Dieter Wilhelm
2006-08-24 6:22 ` song chang
2006-08-24 8:16 ` Peter Dyballa
1 sibling, 1 reply; 12+ messages in thread
From: Dieter Wilhelm @ 2006-08-24 5:44 UTC (permalink / raw)
Cc: help-gnu-emacs, dsoliver
[-- Attachment #1: Type: text/plain, Size: 2069 bytes --]
"song chang" <songchang@hotmail.com> writes:
> I started a shell (cygwin/bash) under emacs, and run a "tail -f". Now I want to stop the tail process. Ctrl-C doesn't work and Ctrl-G doesn't work either.
Please try either M-x terminal (instead of M-x shell) for running
"tail -f" (or better "less -F") or even better: Open the respective
file with the CVS Emacs 22 and use the auto-revert-tail-mode.
>
> ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
> From: "dsoliver@earthlink.net" <dsoliver@earthlink.net>
> To: help-gnu-emacs@gnu.org
> Subject: Re: question on Ctrl-C
> Date: 23 Aug 2006 19:02:25 -0700
> >
> >song chang wrote:
> > > I am using GNU emacs 21.3.1 and cygwin/bash shell on Win 2000. Ctrl-C or
> > > Ctrl-C Ctrl-C doesn't kill the process. I also tried different combinations,
> > > for example Ctrl-Q Ctrl-C etc, none works. Any idea? Thanks.
> >
> >Song, I'm not exactly sure what you are asking looking at the other
> >responses. If you simply want to stop a process that was started in
> >Emacs, try C-g. That's the usual way to do that in a Linux environment.
> >Are you trying to shut down Emacs? Good luck--Douglas
> >
> >_______________________________________________
> >help-gnu-emacs mailing list
> >help-gnu-emacs@gnu.org
> >http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
>
> _______________________________________________
> help-gnu-emacs mailing list
> help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
--
Best wishes
H. Dieter Wilhelm
Darmstadt, Germany
[-- Attachment #2: Type: text/plain, Size: 152 bytes --]
_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: question on Ctrl-C
2006-08-24 5:44 ` Dieter Wilhelm
@ 2006-08-24 6:22 ` song chang
2006-08-24 6:39 ` Dieter Wilhelm
0 siblings, 1 reply; 12+ messages in thread
From: song chang @ 2006-08-24 6:22 UTC (permalink / raw)
Cc: help-gnu-emacs
[-- Attachment #1: Type: text/html, Size: 3563 bytes --]
[-- Attachment #2: Type: text/plain, Size: 152 bytes --]
_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: question on Ctrl-C
2006-08-24 6:22 ` song chang
@ 2006-08-24 6:39 ` Dieter Wilhelm
0 siblings, 0 replies; 12+ messages in thread
From: Dieter Wilhelm @ 2006-08-24 6:39 UTC (permalink / raw)
Cc: help-gnu-emacs
"song chang" <songchang@hotmail.com> writes:
> Running M-x terminal, I got "stty: standard input: Inappropriate ioctl for device".
Sorry, now I'm lost, maybe you should post your system and Emacs
version that others can help you further.
>
> "tail -f" is really an example. I need to find out a way to stop a
> running process on the shell.
My experience is that with M-x terminal the normal Keybindings of
the applications are preserved.
--
Best wishes
H. Dieter Wilhelm
Darmstadt, Germany
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: question on Ctrl-C
[not found] <mailman.5523.1156387186.9609.help-gnu-emacs@gnu.org>
@ 2006-08-24 6:58 ` Malte Spiess
2006-08-24 8:26 ` song chang
0 siblings, 1 reply; 12+ messages in thread
From: Malte Spiess @ 2006-08-24 6:58 UTC (permalink / raw)
"song chang" <songchang@hotmail.com> writes:
> Ctrl-C Ctrl-X doesn't work. Any other thought?
Doesn't work here either. He probably meant C-x C-c.
I would suggest you try C-h k (describe-key) and then C-c C-c, just to
see if it is bound to anything.
You can also press C-h m to see all keyboard shortcuts defined in the
mode.
HTH
Malte
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: question on Ctrl-C
2006-08-24 2:54 ` song chang
2006-08-24 5:44 ` Dieter Wilhelm
@ 2006-08-24 8:16 ` Peter Dyballa
1 sibling, 0 replies; 12+ messages in thread
From: Peter Dyballa @ 2006-08-24 8:16 UTC (permalink / raw)
Cc: help-gnu-emacs, dsoliver
Am 24.08.2006 um 04:54 schrieb song chang:
> I started a shell (cygwin/bash) under emacs, and run a "tail -f".
> Now I want to stop the tail process. Ctrl-C doesn't work and Ctrl-G
> doesn't work either.
You need to "escape" the C-c with another C-c, i.e. C-c C-c.
--
Greetings
Pete
_o o o o
_<< \\_/\_, \\_ \\_/\_,
(*)/(*) (*) (*) (*) `- (*)
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: question on Ctrl-C
2006-08-24 6:58 ` Malte Spiess
@ 2006-08-24 8:26 ` song chang
0 siblings, 0 replies; 12+ messages in thread
From: song chang @ 2006-08-24 8:26 UTC (permalink / raw)
Cc: help-gnu-emacs
[-- Attachment #1: Type: text/html, Size: 1523 bytes --]
[-- Attachment #2: Type: text/plain, Size: 152 bytes --]
_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2006-08-24 8:26 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.5494.1156329833.9609.help-gnu-emacs@gnu.org>
2006-08-23 10:56 ` question on Ctrl-C CloudStrife
2006-08-23 10:57 ` CloudStrife
2006-08-24 2:39 ` song chang
2006-08-24 2:02 ` dsoliver
2006-08-24 2:54 ` song chang
2006-08-24 5:44 ` Dieter Wilhelm
2006-08-24 6:22 ` song chang
2006-08-24 6:39 ` Dieter Wilhelm
2006-08-24 8:16 ` Peter Dyballa
[not found] <mailman.5523.1156387186.9609.help-gnu-emacs@gnu.org>
2006-08-24 6:58 ` Malte Spiess
2006-08-24 8:26 ` song chang
2006-08-23 10:43 song chang
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.