From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Terrence Brannon Newsgroups: gmane.emacs.help Subject: vkill - restart process Date: Mon, 13 Oct 2008 06:10:40 -0700 (PDT) Organization: http://groups.google.com Message-ID: <55ac1446-a0a9-43cb-a023-eecd87f44341@p58g2000hsb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1223905333 19389 80.91.229.12 (13 Oct 2008 13:42:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Oct 2008 13:42:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 13 15:43:11 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KpNgq-0005Sb-5v for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Oct 2008 15:42:28 +0200 Original-Received: from localhost ([127.0.0.1]:58316 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpNfl-0000gv-6k for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Oct 2008 09:41:21 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!p58g2000hsb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 12.40.150.115 Original-X-Trace: posting.google.com 1223903440 20988 127.0.0.1 (13 Oct 2008 13:10:40 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 13 Oct 2008 13:10:40 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p58g2000hsb.googlegroups.com; posting-host=12.40.150.115; posting-account=GDJYuQoAAACvR3VU3OOyv8hdViWomHUu User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Dealio Toolbar 3.1 Firefox/3.0.3 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:163390 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58734 Archived-At: 1 - I often start up a standalone python webserver inside a comit process 2 - C-c C-c and C-c C-\ never seem to kill it 3 - using vkill kills the process, but means I must manually restart the process 4 - it would be nice if vkill had a 'restart process' option, which would kill the process and re-issue the invoking command... Questions: 1 - why doesnt C-c C-c or C-c C-\ kill the python webserver 2 - anyone care to code up a restart process option for vkill?