From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#12548: 24.2.50; Eager macro-expansion skipped due to cycle Date: Wed, 03 Oct 2012 03:06:36 -0400 Message-ID: References: <83391ycq0c.fsf@gnu.org> <83zk44aklc.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1349248096 28076 80.91.229.3 (3 Oct 2012 07:08:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Oct 2012 07:08:16 +0000 (UTC) Cc: 12548@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 03 09:08:18 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TJJ3V-0003gk-By for geb-bug-gnu-emacs@m.gmane.org; Wed, 03 Oct 2012 09:07:41 +0200 Original-Received: from localhost ([::1]:60822 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJJ3P-0000Vn-Kv for geb-bug-gnu-emacs@m.gmane.org; Wed, 03 Oct 2012 03:07:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJJ3M-0000VU-DZ for bug-gnu-emacs@gnu.org; Wed, 03 Oct 2012 03:07:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJJ3F-00087O-T6 for bug-gnu-emacs@gnu.org; Wed, 03 Oct 2012 03:07:32 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:57135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJJ3F-00087K-Q8 for bug-gnu-emacs@gnu.org; Wed, 03 Oct 2012 03:07:25 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TJJ3q-0007Mf-1v for bug-gnu-emacs@gnu.org; Wed, 03 Oct 2012 03:08:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 03 Oct 2012 07:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12548 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12548-submit@debbugs.gnu.org id=B12548.134924803728255 (code B ref 12548); Wed, 03 Oct 2012 07:08:02 +0000 Original-Received: (at 12548) by debbugs.gnu.org; 3 Oct 2012 07:07:17 +0000 Original-Received: from localhost ([127.0.0.1]:38448 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TJJ36-0007Lg-NR for submit@debbugs.gnu.org; Wed, 03 Oct 2012 03:07:17 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:57641) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TJJ34-0007LZ-Nf for 12548@debbugs.gnu.org; Wed, 03 Oct 2012 03:07:15 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TJJ2S-00012A-Ns; Wed, 03 Oct 2012 03:06:36 -0400 X-Spook: satellite imagery Aladdin FTS2000 fundamentalist BCCI X-Ran: JJVpSSy0]z|fH7;zGGE.tcSzrR7XCH@Cie$)Vg^;YC(Pi)=r67M2,.]>7)[hRQ>v|mMOyD X-Hue: green X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Tue, 02 Oct 2012 21:41:54 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:65141 Archived-At: Stefan Monnier wrote: > The best fix I can think of is to ban cl.el's dolist, but I have the > strange feeling this suggestion is not going to fly. You mean, drop cl.el's alias of dolist to cl-dolist? Irrespective, it would be good to do that to remove the confusion of having two "dolist"s. I guess it depends whether anyone was actually intentionally requiring cl to get the cl version of dolist... For the erc one, looks like just moving erc-log and erc-with-buffer from erc to erc-backend (or a new erc-macs) would solve it. erc requires erc-backend, so this could not cause any problems other than aesthetic ones.