unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Miles Bader <miles.bader@necel.com>
Cc: rms@gnu.org, schwab@suse.de, emacs-devel@gnu.org,
	monnier@iro.umontreal.ca, lennart.borgman.073@student.lu.se,
	ehud@unix.mvs.co.il
Subject: Re: How to stop find-grep-dired?
Date: Fri, 01 Sep 2006 11:10:56 +0900	[thread overview]
Message-ID: <buou03stjyn.fsf@dhapc248.dev.necel.com> (raw)
In-Reply-To: <87d5ag1sbt.fsf@jurta.org> (Juri Linkov's message of "Fri, 01 Sep 2006 02:34:42 +0300")

Juri Linkov <juri@jurta.org> writes:
> Do you know why comint doesn't bind C-c C-k to comint-kill-subjob?
> Are there any reasons not to do so?

It's almost always the wrong thing to use, especially for a typical
comint process [*], so having a handy binding by default seems like
asking for trouble.

[*] (1) It send SIGKILL, which is a last-ditch emergency measure, not
        the way you should ordinarily stop a process
    (2) Because it sends a _signal_, rather than using pty, it will kill
        the sub-shell rather than the foreground process, in the case of
        a shell session (not to mention a telnet session etc).

-Miles
-- 
.Numeric stability is probably not all that important when you're guessing.

  reply	other threads:[~2006-09-01  2:10 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-18 15:20 How to stop find-grep-dired? Lennart Borgman
2006-08-19  4:35 ` Richard Stallman
2006-08-19  7:40   ` Lennart Borgman
2006-08-19  7:45     ` David Kastrup
2006-08-19  8:09       ` Lennart Borgman
2006-08-19  8:28         ` David Kastrup
2006-08-19  8:36           ` Lennart Borgman
2006-08-19  8:49             ` David Kastrup
2006-08-19 10:40               ` Lennart Borgman
2006-08-19 10:47                 ` David Kastrup
2006-08-19 14:53                   ` Lennart Borgman
2006-08-19 15:04                     ` David Kastrup
2006-08-19 15:18                       ` Lennart Borgman
2006-08-20  4:32                 ` Richard Stallman
2006-08-21 18:40             ` Stuart D. Herring
2006-08-21 23:40               ` Lennart Borgman
2006-08-20  4:32     ` Richard Stallman
2006-08-21  8:56       ` Ehud Karni
2006-08-21  9:14         ` Lennart Borgman
2006-08-22  3:09         ` Richard Stallman
2006-08-22  5:44           ` Lennart Borgman
2006-08-22  5:59             ` Drew Adams
2006-08-22  7:21               ` Lennart Borgman
2006-08-22 15:41             ` Richard Stallman
2006-08-22 15:52               ` Andreas Schwab
2006-08-22 16:31                 ` Lennart Borgman
2006-08-24  6:12                   ` Lennart Borgman
2006-08-23  4:06                 ` Richard Stallman
2006-08-29 22:04                   ` Juri Linkov
2006-08-30 17:58                     ` Richard Stallman
2006-08-30 21:16                       ` Stefan Monnier
2006-08-31  7:43                         ` Kim F. Storm
2006-08-31 18:16                         ` Richard Stallman
2006-08-31 18:49                           ` David Kastrup
2006-08-31 23:34                             ` Juri Linkov
2006-09-01  2:10                               ` Miles Bader [this message]
2006-09-01 23:47                                 ` Juri Linkov
2006-08-30 22:46                       ` Juri Linkov
2006-08-21  9:15       ` Lennart Borgman
2006-08-22  3:09         ` Richard Stallman
2006-08-19  8:44 ` Andreas Schwab
2006-08-19 10:33   ` Lennart Borgman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=buou03stjyn.fsf@dhapc248.dev.necel.com \
    --to=miles.bader@necel.com \
    --cc=ehud@unix.mvs.co.il \
    --cc=emacs-devel@gnu.org \
    --cc=lennart.borgman.073@student.lu.se \
    --cc=miles@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=rms@gnu.org \
    --cc=schwab@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).