From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Edward Welbourne Newsgroups: gmane.emacs.bugs Subject: Re: kill-compilation failing when there are several compilation buffers Date: Wed, 01 Aug 2007 09:44:50 +0200 Message-ID: References: Reply-To: eddy@opera.com NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1185954318 8046 80.91.229.12 (1 Aug 2007 07:45:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Aug 2007 07:45:18 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: rms@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Aug 01 09:45:10 2007 Return-path: Envelope-to: geb-bug-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 1IG8tH-0005Xf-EI for geb-bug-gnu-emacs@m.gmane.org; Wed, 01 Aug 2007 09:45:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IG8tG-0002nR-S0 for geb-bug-gnu-emacs@m.gmane.org; Wed, 01 Aug 2007 03:45:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IG8tF-0002nC-9I for bug-gnu-emacs@gnu.org; Wed, 01 Aug 2007 03:45:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IG8tD-0002n0-FA for bug-gnu-emacs@gnu.org; Wed, 01 Aug 2007 03:45:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IG8tD-0002mx-A5 for bug-gnu-emacs@gnu.org; Wed, 01 Aug 2007 03:45:03 -0400 Original-Received: from sam.opera.com ([213.236.208.81]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IG8tC-0002jk-0I; Wed, 01 Aug 2007 03:45:02 -0400 Original-Received: from whorl (pat-tdc.opera.com [213.236.208.22]) by sam.opera.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id l717it6j013340 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Wed, 1 Aug 2007 07:44:59 GMT Original-Received: from eddy by whorl with local (Exim 4.67) (envelope-from ) id 1IG8t0-00014E-6C; Wed, 01 Aug 2007 09:44:50 +0200 In-reply-to: (message from Richard Stallman on Wed, 01 Aug 2007 01:38:39 -0400) X-Virus-Scanned: ClamAV 0.90.1/3843/Wed Aug 1 04:21:07 2007 on sam.opera.com X-Virus-Status: Clean X-Detected-Kernel: Linux 2.4-2.6 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16262 Archived-At: > C-c C-k ought to kill the current buffer's compilation if you are in a > compilation buffer. If that doesn't reliably work, but is a bug. OK, I'll watch out for if it repeats itself. > Does this patch fix it? Given how sporadic the bug is (I've seen it once in at least a fortnight), I'll leave my system unchanged until I reproduce, then over-ride compilation-find-buffer (by C-x C-e on the modified defun) and see if it fixes the problem. If I simply apply the patch, and never see the bug again, I won't know whether some peculiarity that provoked it the first time has never repeated, or whether it's fixed. Unfortunately, the session in which the bug showed up is now lost - I've had a sporadic problem with my X server zorching my session when I go to a virtual console (C-M-F1, etc.) and come back (C-M-F7); it bit again last night :-( Eddy.