From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [drew.adams@oracle.com: RE: weird defadvice bug with byte-compilation] Date: Fri, 09 Dec 2005 09:07:19 -0500 Message-ID: <87fyp2xt2g.fsf@stupidchicken.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1134146607 18230 80.91.229.2 (9 Dec 2005 16:43:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Dec 2005 16:43:27 +0000 (UTC) Cc: Drew Adams , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 09 17:43:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EklEl-000268-NZ for ged-emacs-devel@m.gmane.org; Fri, 09 Dec 2005 17:36:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EklF6-00045A-9y for ged-emacs-devel@m.gmane.org; Fri, 09 Dec 2005 11:37:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ekiud-0001Mg-5U for emacs-devel@gnu.org; Fri, 09 Dec 2005 09:07:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EkiuZ-0001Kx-78 for emacs-devel@gnu.org; Fri, 09 Dec 2005 09:07:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EkiuX-0001Jw-V5 for emacs-devel@gnu.org; Fri, 09 Dec 2005 09:07:46 -0500 Original-Received: from [18.95.6.185] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ekivi-0005TA-DY; Fri, 09 Dec 2005 09:08:58 -0500 Original-Received: by localhost.localdomain (Postfix, from userid 1000) id C9A1A1E42BB; Fri, 9 Dec 2005 09:07:20 -0500 (EST) Original-To: Eli Zaretskii In-Reply-To: (Eli Zaretskii's message of "Fri, 09 Dec 2005 15:17:06 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:47308 Archived-At: > I'm not sure it was fixed. Chong Yidong didn't say what he saw on > GNU/Linux when he tried this, but on MS-Windows, with today's CVS, I > see the following (after replacing "C:\\drews-lisp-20" with the > directory where I put foo.el and bar.el --- Chong, did you do that on > GNU/Linux?): > > . Typing "C-x C-c" at this point, i.e., after the above traceback > was shown, does pop up the Emacs Abort Dialog. On GNU/Linux, `C-x C-c' at this point just exits Emacs. I didn't see any abort dialog.