From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: byte-compile-maybe-guarded Date: Sun, 02 Mar 2008 21:01:50 -0500 Message-ID: <54skz8bm5t.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204509724 6967 80.91.229.12 (3 Mar 2008 02:02:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2008 02:02:04 +0000 (UTC) Cc: Dan Nicolaescu , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 03 03:02:30 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JW00b-0003dl-Pf for ged-emacs-devel@m.gmane.org; Mon, 03 Mar 2008 03:02:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JW005-0003AL-42 for ged-emacs-devel@m.gmane.org; Sun, 02 Mar 2008 21:01:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JW001-00039t-6g for emacs-devel@gnu.org; Sun, 02 Mar 2008 21:01:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVzzz-00038O-S8 for emacs-devel@gnu.org; Sun, 02 Mar 2008 21:01:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVzzz-00038F-LA for emacs-devel@gnu.org; Sun, 02 Mar 2008 21:01:51 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVzzz-0004ho-C1 for emacs-devel@gnu.org; Sun, 02 Mar 2008 21:01:51 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JVzzy-0004Un-LN; Sun, 02 Mar 2008 21:01:50 -0500 X-Spook: counter intelligence SDI Steve Case TWA ICE STARLAN UFO X-Ran: dt)]{0h`nO<7GL:HW*]]8+)pG"`!)kYBQq4i=K`=\jVE:#E%o&EOc)8Mc2$yh1B&+7y3a$ X-Hue: magenta X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Sun, 02 Mar 2008 00:50:29 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:91136 Archived-At: Stefan Monnier wrote: >> FYI I've restored the code in byte-compile-maybe-guarded that you >> commented out 2007-11-10. > > I don't think it's the right place to fix it. > But at least, now we can add a clear comment describing the problem. I confess I didn't think about it much. I thought Dan commented it out because it was doing nothing, so when I saw it was doing something, I put it back.