From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [elpa] excorporate.el:257:23:Error: Wrong type argument: listp, start-exco--fsm Date: Sun, 10 Jul 2016 10:26:33 -0400 Message-ID: References: <87zipsqtyt.fsf@fx.delysid.org> <577FF235.9040304@cs.ucla.edu> <87eg71myi7.fsf@fx.delysid.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1468160863 25140 80.91.229.3 (10 Jul 2016 14:27:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Jul 2016 14:27:43 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 10 16:27:35 2016 Return-path: Envelope-to: ged-emacs-devel@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 1bMFhn-0006Nb-Ho for ged-emacs-devel@m.gmane.org; Sun, 10 Jul 2016 16:27:35 +0200 Original-Received: from localhost ([::1]:55382 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMFhj-0002i9-KJ for ged-emacs-devel@m.gmane.org; Sun, 10 Jul 2016 10:27:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMFh9-0002bC-O1 for emacs-devel@gnu.org; Sun, 10 Jul 2016 10:26:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMFh3-0004jk-K6 for emacs-devel@gnu.org; Sun, 10 Jul 2016 10:26:54 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:52158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMFh3-0004j5-Ca for emacs-devel@gnu.org; Sun, 10 Jul 2016 10:26:49 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bMFh0-000632-Kc for emacs-devel@gnu.org; Sun, 10 Jul 2016 16:26:46 +0200 Original-Received: from 69-165-156-121.dsl.teksavvy.com ([69.165.156.121]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Jul 2016 16:26:46 +0200 Original-Received: from monnier by 69-165-156-121.dsl.teksavvy.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Jul 2016 16:26:46 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 69-165-156-121.dsl.teksavvy.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:U/VewsEf8617sFifQXbLWcOnVmw= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:205495 Archived-At: > So the problem seems to be that compilation order is relevant. If fsm > is loaded uncompiled, it fails. > I wonder if this is consider a bug in fsm.el, It does sound like a bug in fsm.el (tho it might be a bug elsewhere, of course). > or if we shall add the above quick fix to the GNUMakefile. Not without first understanding the nature of the problem. Stefan