From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: Kill buffer questions when starting Gnus Date: Thu, 16 Sep 2010 16:54:12 +0200 Message-ID: <874odpeo2z.fsf@web.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1284661205 3893 80.91.229.12 (16 Sep 2010 18:20:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Sep 2010 18:20:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 16 20:20:04 2010 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.69) (envelope-from ) id 1OwJ3x-0007Iu-Di for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Sep 2010 20:20:01 +0200 Original-Received: from localhost ([127.0.0.1]:57423 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwGgY-00052Z-3Q for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Sep 2010 11:47:42 -0400 Original-Received: from [140.186.70.92] (port=33622 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwFr8-0004KZ-Qg for help-gnu-emacs@gnu.org; Thu, 16 Sep 2010 10:54:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OwFqT-00071K-Dp for help-gnu-emacs@gnu.org; Thu, 16 Sep 2010 10:53:58 -0400 Original-Received: from fmmailgate03.web.de ([217.72.192.234]:48892) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OwFqT-000714-7z for help-gnu-emacs@gnu.org; Thu, 16 Sep 2010 10:53:53 -0400 Original-Received: from smtp02.web.de ( [172.20.0.184]) by fmmailgate03.web.de (Postfix) with ESMTP id CDEB71603B5C6 for ; Thu, 16 Sep 2010 16:53:50 +0200 (CEST) Original-Received: from [213.61.192.88] (helo=snow) by smtp02.web.de with asmtp (WEB.DE 4.110 #4) id 1OwFqQ-0003xH-00 for help-gnu-emacs@gnu.org; Thu, 16 Sep 2010 16:53:50 +0200 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Mon, 13 Sep 2010 13:34:38 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-Sender: michael_heerdegen@web.de X-Provags-ID: V01U2FsdGVkX1/tFfGbhn+lsqakXEPtLWzAwa4IYaSvU67cVnFI 06hsOTSSbPD2c6bvffwm2RLy3FIbxBtVE5ijKrlgoAvBA5W1Ge PPPjsuetSb8Hxgi13oYA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:74980 Archived-At: Lars Magne Ingebrigtsen writes: > So the function that you're using to create the tls connection doesn't > set `process-kill-without-query' on the process it creates. Do you have > a private version of tls.el or something installed? Thank you for your answer, Lars! Indeed, I had neither starttls nor gnutls-cli binaries installed on my system (after the installation, everything was fine). This should do no harm at the end, but due to Bug #7021, starting a process with a non-existing program results in a process status of "run", so one gets these silly "Buffer has a running process; kill it? (yes or no)" questions. Michael.